.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,246,234;--color-primary-1:255,221,102;--color-primary-2:255,198,0;--color-primary-3:153,119,0;--color-primary-4:51,40,0;--color-secondary-0:224,248,230;--color-secondary-1:163,233,179;--color-secondary-2:102,218,129;--color-secondary-3:41,185,55;--color-secondary-4:0,193,45;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:79,79,79;--color-tertiary-3:12,12,12;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { position:relative;display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { border-width: 0; border-radius: 0; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { 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:6.125rem;width:6.125rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.59033203125rem;left:31.875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f1;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:80.9375rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0rem;height:7.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:rgba(var(--color-tertiary-3),1);display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.3125rem;left:2.5rem;height:4.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:26.9375rem;top:1.75rem;left:16.5625rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#c70000;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:67.9375rem;left:13.5625rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { 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:3.375rem;width:3.375rem;top:74.375rem;left:13.375rem;overflow:hidden;display:block; }
#LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:74.6875rem;left:17.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeyG4MZpNDXIm183ixd0LSDE0Cs1FMaQ { position:absolute;display:block;z-index:15028;height:47.5625rem;width:47.5625rem;top:18.125rem;left:6.21875rem;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { position:relative;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:213.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#c70000;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:11.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9375038146975rem;left:10.5625rem;height:33.06883125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { color:#c70000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:46.187502861023rem;left:10.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:53.37500667572rem;left:10.5625rem;height:47.2411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { color:#c70000;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:102.375rem;left:9.3229179382325rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cz5mie9rpQIRcg0fDduGbLklXx1x9NCL { color:#c70000;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.375rem;left:11.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:108.52083587646rem;left:10.5625rem;height:96.05708125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N775wB0x9w0WRwV8HI84gHi90TVNkWxK { color:#c70000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:46.187502861023rem;left:10.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { color:#c70000;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:102.375rem;left:9.3229179382325rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ { 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; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container { background-color: transparent; background-image: none; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container > .video-iframe-container { display: none; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row > .video-iframe-container { display: none; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .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); }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container { border-width: 0; border-radius: 0; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#ewy0HncTsHKWTrTo6a5R0SAwMhDAl2I9 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hyGH7CCTTxEBbdH6EzLL1ls7czTe39oa { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:5.0625rem;left:28.75rem;display:block; }
#HsK9W7I7xEKfOVeSSQRgyOtMHGozVyMT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.8125rem;width:18.9375rem;top:6.5rem;left:9rem;display:block; }
#K1mcvb4SKKNXWCPsMcEk0T1r9db5N5em { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:7.6875rem;left:9.6875rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lU1J2FF16xFn6CXaeZeEu2b3gHtLTRf0 { color:#606060;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.84375rem;left:9.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RUoQ0WyEJsKMIyged8IW95EUw1fnhJS6 { color:#c70000;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.90625rem;left:8rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leT3lkzu8Clyd19PKnUdv9VifJfF9hTt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.375rem;top:22.6875rem;left:9.375rem;overflow:hidden;display:block; }
#o0kzWq9ns1GEJG3Bwx9eKNgfU8yTSDUk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:21.25rem;width:18.9375rem;top:6.5rem;left:31.875rem;display:block; }
#xOvVrGwITm4mgTKiyFZKv1TWyN4AQvQg { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:7.6875rem;left:32.5625rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4rgDimyIeAaaqsBakhzUdDZU29W0irB { color:#606060;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.375rem;left:32.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpXCarr7eEhG6DquZKtzAOP4k7aqsdHd { 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.5625rem;width:6.375rem;top:22.625rem;left:32rem;overflow:hidden;display:block; }
#oTw1hf0P9gkwoKpU2JJCwqTtZiyvakzp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.1875rem;width:18.9375rem;top:29.375rem;left:32rem;display:block; }
#JfdBePbexe8HKXooECyD2pzMtuFBr0nT { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50rem;left:32.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yc7ol7IVuUkKBf8K9OheB5f7ThlZtGgP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.5rem;width:18.9375rem;top:29.375rem;left:9.125rem;display:block; }
#p9D6HueH5QZ79gizy7uqu1emZfcQx7a3 { position:absolute;display:block;z-index:15034;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.5625rem;width:6.375rem;top:47.4375rem;left:32.375rem;overflow:hidden;display:block; }
#R0L8BwNJuqTOA6Mtb2CsBxo0zfr3A1hs { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15019;line-height:2;letter-spacing:0;top:30.25rem;left:9.71875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6dQnTlMuHwF8XvdUFTgkrKpSA7BOegA { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15023;line-height:2;letter-spacing:0;top:30.5625rem;left:32.59375rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qZWXiE5pnfATtcvSnFmfvCeuhMgbTziT { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.25rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxDLF6iAsweEzk8Ja1ygeFfx9XdMqlPX { position:absolute;display:block;z-index:15030;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.5625rem;width:6.375rem;top:37.6875rem;left:9.375rem;overflow:hidden;display:block; }
#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { position:relative;display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { background-color: transparent; background-image: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { border-width: 0; border-radius: 0; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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:184.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { color:#c70000;display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.59375rem;left:7.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { 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:24.125rem;width:16.0625rem;top:7.34375rem;left:34.3125rem;overflow:hidden;display:block; }
#QRFIoXqooivcfeC3OGog4yohacFST3dh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.15625rem;left:9.6875rem;height:17.32176875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:75.3740234375rem;left:9.6875rem;height:26.77000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCmrvWmZoDc6u22S3dzXmtLpxvTbBVek { 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:22.375rem;width:40.0625rem;top:51.5400390625rem;left:9.96875rem;overflow:hidden;display:block; }
#wAZnapTWDNC9mH9ETzrJnNTOIhkTgh5T { 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:22.875rem;width:40.625rem;top:106.4580078125rem;left:9.6875rem;overflow:hidden;display:block; }
#TRGBN7c29o1mPWygNm4wH8dGBXnbq1EZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:130.97900390625rem;left:9.6875rem;height:51.96530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4WTUkWS5lE4ypL8ogZHhhVUx5LyZm2o { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.34375rem;left:9.6875rem;height:22.0458875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { position:relative;display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { background-color: transparent; background-image: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { border-width: 0; border-radius: 0; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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:140.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.937505722046rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
#xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.375005722046rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OL13EXX3baFrEJPJXD74XL9QkaHazTrS { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:84.375005722044rem;left:9.6875rem;height:5.34911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
#f5osTiy5zozFq9unUNkNTunDJauUUdvu { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:80.635421752931rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:93.062505722044rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:97.937505722044rem;left:9.6875rem;height:10.38575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
#PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WshwClABviF8I2A4aINLt8NLrihcIOB4 { color:#f45050;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6861801147461rem;left:8.9375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.437500953674rem;left:12rem;height:6.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { position:absolute;display:block;z-index:15024;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:29.375rem;width:29.375rem;top:16rem;left:16.6240234375rem;overflow:hidden;display:block; }
#hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:130.125rem;left:18.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfexTLSyeCafZ1W3cdt76CP7948A5R3o { position:absolute;display:block;z-index:15032;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.249025rem;width:12.9360625rem;top:126.0625rem;left:23.375rem;overflow:hidden;display:block; }
#kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:124.4375rem;left:25.875rem;height:1.5rem;font-style:normal;display:block; }
#CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:117.9375rem;left:15.1875rem;display:block; }
#c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:124.375rem;left:24.0625rem; }
#XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { 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:3.375rem;width:3.375rem;top:129.8125rem;left:14rem;overflow:hidden;display:block; }
#eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:115.125rem;left:15.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { box-sizing:content-box;height:135.1875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.705078125rem;left:5.84375rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk { position:relative;display:none; }#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk { border-width: 0; border-radius: 0; }#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk > .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; }#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk > .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:140.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.937505722046rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X li:before{  }
#ZTgUZZgnOfp5Um9rLgh4WTFqFddQrXLH { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.375005722046rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:84.375005722044rem;left:9.6875rem;height:6.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV li:before{  }
#J4iK8ytLMweCugTBLTR8QhVvdcOiLu7b { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:80.635421752931rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wC0OsucF07qBSKmHXkUTdPPSzt1oP5ru { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:93.062505722044rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:97.937505722044rem;left:9.6875rem;height:11.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd li:before{  }
#M1Rgd94Riiq4TTWDrXftVE2EaV5uMZXi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahixm2oJdONDyPVpBE0NT09WegL3rlGE { color:#f45050;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6861801147461rem;left:8.9375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOMThHC4HxrVTdG7l6vdEWcfVloCWUTr { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.437500953674rem;left:12rem;height:6.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGQ5fCEEl9W7OS8sHbUlcvXlAwhJbuZv { position:absolute;display:block;z-index:15024;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:29.375rem;width:29.375rem;top:16rem;left:16.6240234375rem;overflow:hidden;display:block; }
#TIeewDZLZeWgrhMgEnTAOvZWxfeHFZy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:130.125rem;left:18.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Az0ntT6VDM4O3pnzyFCrZGsrOmFnlVUB { position:absolute;display:block;z-index:15032;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.249025rem;width:12.9360625rem;top:126.0625rem;left:23.375rem;overflow:hidden;display:block; }
#iBCEAUBABK0EZxUmezUcmzLJzeTqsCLZ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:124.4375rem;left:25.875rem;height:1.5rem;font-style:normal;display:block; }
#RwKZmDmsfNlGTXvBlQiO48NTnxvNG7KS { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:117.9375rem;left:15.1875rem;display:block; }
#iGHwGW14h8eUprf1fFfwMcQIIBM1nx6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngIEJTJkZ4wbUvssULKmhaCesBTFfnxx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:124.375rem;left:24.0625rem; }
#g3T82aQoZRgJCtzn8EzEfDRQFobVNIGG { 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:3.375rem;width:3.375rem;top:129.8125rem;left:14rem;overflow:hidden;display:block; }
#a7R6qL3JpfEcKSJ4iw5pt2ZCa1RxhdMT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:115.125rem;left:15.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7iN0q9CNzo460FxRoiq8MLOizIPcIcm { box-sizing:content-box;height:135.1875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.705078125rem;left:5.84375rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#l7thfcmvWlqT0VR8HFwQehhCdCspeZgx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f1;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; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { background-color: transparent; background-image: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container > .video-iframe-container { display: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container { display: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .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); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { border-width: 0; border-radius: 0; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { font-size:0.875rem;font-family:arial;height:216.5625rem;width:60rem;position:relative;display:block; }#T2sNB6OIsClvNwBo3231TZQFtOmahTEu { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.09375rem;left:10.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.8125114440919rem;left:10.6875rem;height:20.47118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:42.844402313233rem;left:10.6875rem;height:24.870625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.656291007996rem;left:10.6875rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Si8QEFxGxedHOUcm99cCwanaWE4h7TPx { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:77.93750190735rem;left:10.6875rem;height:7.87353125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:88.000020980838rem;left:10.6875rem;height:23.295875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#mpOyg53m2BmtLO7lewTFQpUiX48ltDHq { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.09375rem;left:10.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bnP5m1P17MRQXwtvAN2nQ09bGolT3A9v { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:69.457685470581rem;left:10.6875rem;height:6.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k86wBD14VPJTMoMCeegiF08zzoqFZZNX { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:113.25003051757rem;left:10.6875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbyKpB331i7tcVTxvL80Jv2PRBaCrWls { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:157.25002098084rem;left:10.6875rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3hTp76F94alKve7BX9ZODECf4qat1i6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:137.125rem;left:10.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#J3hTp76F94alKve7BX9ZODECf4qat1i6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J3hTp76F94alKve7BX9ZODECf4qat1i6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#xQxgg11gvg5iO3bUTFIyTSvC1XT8TG0l { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:118.1875rem;left:10.6875rem;height:17.32176875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgMkWKQzEHxXRnPK5CaXwHU8GgAtKo3c { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:192.22854614257rem;left:9.6875rem;height:22.0458875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:160.35417175293rem;left:10.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { position:relative;display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { background-color: transparent; background-image: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container > .video-iframe-container { display: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row > .video-iframe-container { display: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .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); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { border-width: 0; border-radius: 0; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .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; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.15625rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCaUXosu0VFbxWZwElorPzXByyMkMpAd { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.15625rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { position:relative;display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { background-color: transparent; background-image: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container > .video-iframe-container { display: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row > .video-iframe-container { display: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { border-width: 0; border-radius: 0; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n99A51At7RQTtmw9pdM01y9914MWpTAE { 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:13rem;width:7.125rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW { position:relative;display:block; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW { background-color: transparent; background-image: none; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row .container > .video-iframe-container { display: none; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row > .video-iframe-container { display: none; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .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); }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW { border-width: 0; border-radius: 0; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .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; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D3aDWTrfl9fZJPWKC29rWzqJRIaVclAe { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#qepTW6hEqSiZaZPkvWwsNGqLOyTcSfZD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgWWis7dAs145Ea9uT3owDTw3cxPWC6w { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWxTMGUmhSEyWuRTQ6AlAF3TqNTppEwn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:42rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bmXPFxNZTR5lerA9O4Xyq5hq9Pgfxphi { 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:12.625rem;width:7.125rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#VInvBmD5a1KFQpXR979c4S9foeWp8XVL { position:relative;display:block; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL { background-color: transparent; background-image: none; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row .container > .video-iframe-container { display: none; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row > .video-iframe-container { display: none; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .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); }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL { border-width: 0; border-radius: 0; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .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; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tn6Nl1iQG5zbphEqQ45H9yolxbV1xyIZ { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#ddZEQP43TtWsOtW8By8UEsKI454D0JMe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKUtACVLW87zZTe7zIumwb2lTWLkzGyX { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrNVOK2uQcxHv1bkd1QKqvrlhtEwkswe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8125rem;left:41.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uSXLAOLUnHse68ey3fUT4n149pJQ8AFP { 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:12.625rem;width:7.125rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh { position:relative;display:block; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh { background-color: transparent; background-image: none; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row .container > .video-iframe-container { display: none; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row > .video-iframe-container { display: none; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .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); }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh { border-width: 0; border-radius: 0; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .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; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eAlorWNTH4V9H0BInIxe2d2pntmg7oWP { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#qu6F2suedPX17AmWAkKMIXKy4gnBxhsE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZ9UpL8RkSL81y3eaCI8MaAdCcccpCu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhyoxuHJ6w8D385dW74UoW9dTcs3Ng1e { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:41.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ANDfw1TiDEutBexIHXV19RT9UzwJkNEr { 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:12.625rem;width:7.125rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV { position:relative;display:block; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV { background-color: transparent; background-image: none; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row .container > .video-iframe-container { display: none; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row > .video-iframe-container { display: none; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .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); }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV { border-width: 0; border-radius: 0; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .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; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AipJpGl0fB1IHShfTCeJeBkNuH9lRAzc { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#TpTxCtXraUc3udVByJNfEMIH6Ki93mSU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v93xdTQsgu8VEIkFA8M5ZPz2gQZrXBl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCeMrBntgBqBQ323IlT0X3a0EDwnM5iR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:41.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gr7Z3dE1889XTOvvaqsw0WSWgN8BmeVT { 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:12.625rem;width:7.125rem;top:0rem;left:11.625rem;overflow:hidden;display:block; }
#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { position:relative;display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { background-color: transparent; background-image: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { border-width: 0; border-radius: 0; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZ0iOJ185JyTprJXyyex9alvAMfniL4F { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { position:absolute;display:block;z-index:15014;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.125rem;width:12.125rem;top:18.34375rem;left:23.9375rem;overflow:hidden;display:block; }
#VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.59375rem;left:9.6875rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:4.75rem;top:10.1875rem;left:27.625rem;display:block; }
#rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:59.875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:63.1875rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:60rem;left:15.9375rem; }
#Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:32.375rem;left:9.6875rem;height:25.1953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { position:relative;display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { background-color: transparent; background-image: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { border-width: 0; border-radius: 0; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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:55.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1); }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.adaptive-delivery-prevent-bg, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyload, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyloading { background-image: none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { box-sizing:content-box;height:auto;width:45.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.84375rem;left:6.125rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 { display:none; }
#LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { color:rgba(var(--color-tertiary-3),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.96875rem;left:9.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs { position:relative;display:none; }#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs { border-width: 0; border-radius: 0; }#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs > .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; }#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs > .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:140.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.937505722046rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq li:before{  }
#aMDF59dgHwtJGViTUhO6iKkJVinzOd7Q { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.375005722046rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:84.375005722044rem;left:9.6875rem;height:6.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK li:before{  }
#lNda9whlJMwxcJhGy0HoWaQRSJsyEzeo { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:80.635421752931rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bD9NdieL1RvNWt3o3RBhbNP4l5u3QnlF { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:93.062505722044rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:97.937505722044rem;left:9.6875rem;height:11.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi li:before{  }
#lcP7tn3CBNkcafrdpyEToXDoGNTIQn8k { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkFP0z3VHV7FvFlzUPqaOTC8gfPKZaKl { color:#f45050;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6861801147461rem;left:8.9375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHZvIb7v15MJPWK18sk3UXx2Mp7Qfbyw { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.437500953674rem;left:12rem;height:6.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMwRoe1oQp9n8kCvEDOnu6ExCWLNQ2ME { position:absolute;display:block;z-index:15024;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:29.375rem;width:29.375rem;top:16rem;left:16.6240234375rem;overflow:hidden;display:block; }
#gtdKrvk07x3O7Dbd0RTpB5TAweBZs85e { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:130.125rem;left:18.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KklCZmna8ph3WBbX1SKzWPn9givrC77E { position:absolute;display:block;z-index:15032;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.249025rem;width:12.9360625rem;top:126.0625rem;left:23.375rem;overflow:hidden;display:block; }
#J5ng4WD1dopOhA08nRQIFn6f9mam5myB { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:124.4375rem;left:25.875rem;height:1.5rem;font-style:normal;display:block; }
#p0kfW7ghhDgZf1CS0WsaUu1GGaf7zGNI { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:117.9375rem;left:15.1875rem;display:block; }
#H5nL7WrPQfXffbTx44kJVpN3e10oJBCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8yAFdRiAazd7rlreLW3roOXa8vOs2Ob { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:124.375rem;left:24.0625rem; }
#bpS2fAhVcTLa02iT5GZe2JbQH7sE5RFK { 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:3.375rem;width:3.375rem;top:129.8125rem;left:14rem;overflow:hidden;display:block; }
#zG84qAHw4OdW4UZngsNz11DkmR2PrX0g { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:115.125rem;left:15.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGg1wJK4t87PaPLbLWRqT0o5Pyygq8zP { box-sizing:content-box;height:135.1875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.705078125rem;left:5.84375rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#c4ZiTRF2WDqRzO32cHoxwoqgfpTJ0D6h { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p { position:relative;display:block; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p { background-color: transparent; background-image: none; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row .container > .video-iframe-container { display: none; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row > .video-iframe-container { display: none; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .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); }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p { border-width: 0; border-radius: 0; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .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; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .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:140.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:48.937505722046rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c li:before{  }
#hmTeOcrLICwv0wChkssf3wPGzLJZ4RaW { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.375005722046rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:84.375005722044rem;left:9.6875rem;height:5.34911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo li:before{  }
#mPlXh05lUgvG1Kr8NdKeMdP7kGOWcaGL { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:80.635421752931rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7nAQKoo49oxTSpoE5pxGMU5qBPWaSC9 { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:93.062505722044rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:97.937505722044rem;left:9.6875rem;height:10.38575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 li:before{  }
#EpIwKoBGSWCLzRIzbHCVTFXPQAPDeKKT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.5625rem;left:18.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eN1gFHIIHViEwWqWsAuUUKnXaNCOPlOk { color:#f45050;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6861801147461rem;left:8.9375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBf9Z0NvvlFuFMuNee1gqluCaWlR99OH { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.437500953674rem;left:12rem;height:6.5244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcGqZ8ayfbDHNrJplw7am3mIvWlMTJ08 { position:absolute;display:block;z-index:15024;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:29.375rem;width:29.375rem;top:16rem;left:16.6240234375rem;overflow:hidden;display:block; }
#LRXcdeImkEWh0ksQnfXhBVbEai9eX53y { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:130.125rem;left:18.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8tM3ziZ4ZyobLyQ2oWLcM7AHxJm569M { position:absolute;display:block;z-index:15032;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.249025rem;width:12.9360625rem;top:126.0625rem;left:23.375rem;overflow:hidden;display:block; }
#e5Co3uK1L206tqwRlqEGeMtL5FNz9Hq6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:124.4375rem;left:25.875rem;height:1.5rem;font-style:normal;display:block; }
#SLD25aBEUIMgyyeRqABMoiFT5TQNLhBy { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:117.9375rem;left:15.1875rem;display:block; }
#KiMlbshLvsDKTzmTGUHb7Q9sLnkAWIvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPhDBKU1qQm13KsO3bUWrmRCxmOXnHK6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:124.375rem;left:24.0625rem; }
#SJ9ZHrHlQOgxyB37P2z1B2SCJyVGWvCu { 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:3.375rem;width:3.375rem;top:129.8125rem;left:14rem;overflow:hidden;display:block; }
#Xl2CwnpJSJmtWnLlU76ghNuFLg1egAuF { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:115.125rem;left:15.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JynHaUlLnsAlKxyQ5fnLt6XHvqS4z7w2 { box-sizing:content-box;height:135.1875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:1.705078125rem;left:5.84375rem;border-top:0.1875rem dashed #e57200;border-left:0.1875rem dashed #e57200;border-right:0.1875rem dashed #e57200;border-bottom:0.1875rem dashed #e57200;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { 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:5.4375rem;width:5.4375rem;top:1.3125rem;left:27.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { top:0rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { top:2.5625rem;left:20.875rem;width:26.875rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:4.9375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:13.3125rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:1.75rem;left:10.4375rem;width:26.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:2.25rem;left:11.0625rem;width:25.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.9375rem;height:5.1875rem;top:67.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { top:74.375rem;left:7.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { top:74.6875rem;left:11.1875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyG4MZpNDXIm183ixd0LSDE0Cs1FMaQ { top:18.125rem;left:0.09375rem;width:47.5625rem;height:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:2.875rem;left:5.71875rem;width:36.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:8.9375rem;left:4.4375rem;width:38.875rem;height:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { top:46.1875rem;left:4.5rem;width:38.75rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { top:53.375rem;left:4.4375rem;width:38.875rem;height:47.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { top:102.375rem;left:3.1979179382324rem;width:38.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz5mie9rpQIRcg0fDduGbLklXx1x9NCL { top:1.5rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { top:108.5rem;left:4.4375rem;width:38.875rem;height:100.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N775wB0x9w0WRwV8HI84gHi90TVNkWxK { top:57.5rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { top:124.25rem;left:0rem;width:20rem;height:6.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ { display:block; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewy0HncTsHKWTrTo6a5R0SAwMhDAl2I9 { width:47.75rem;height:;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGH7CCTTxEBbdH6EzLL1ls7czTe39oa { width:2.5rem;height:0.125rem;top:5.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsK9W7I7xEKfOVeSSQRgyOtMHGozVyMT { width:18.9375rem;height:21.8125rem;top:6.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1mcvb4SKKNXWCPsMcEk0T1r9db5N5em { width:17.5rem;height:16rem;top:7.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU1J2FF16xFn6CXaeZeEu2b3gHtLTRf0 { width:15.5rem;height:1.625rem;top:25.8125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUoQ0WyEJsKMIyged8IW95EUw1fnhJS6 { top:1.875rem;left:1.875rem;width:43.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leT3lkzu8Clyd19PKnUdv9VifJfF9hTt { top:22.6875rem;left:3.25rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0kzWq9ns1GEJG3Bwx9eKNgfU8yTSDUk { width:18.9375rem;height:21.25rem;top:6.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOvVrGwITm4mgTKiyFZKv1TWyN4AQvQg { width:17.5rem;height:16rem;top:7.6875rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rgDimyIeAaaqsBakhzUdDZU29W0irB { width:15rem;height:1.625rem;top:25.375rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpXCarr7eEhG6DquZKtzAOP4k7aqsdHd { top:22.625rem;left:25.875rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTw1hf0P9gkwoKpU2JJCwqTtZiyvakzp { width:18.9375rem;height:23.1875rem;top:29.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfdBePbexe8HKXooECyD2pzMtuFBr0nT { width:11.25rem;height:1.625rem;top:50rem;left:26.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7ol7IVuUkKBf8K9OheB5f7ThlZtGgP { width:18.9375rem;height:13.5rem;top:29.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D6HueH5QZ79gizy7uqu1emZfcQx7a3 { top:47.4375rem;left:26.25rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0L8BwNJuqTOA6Mtb2CsBxo0zfr3A1hs { width:17.5rem;height:8rem;top:30.25rem;left:3.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dQnTlMuHwF8XvdUFTgkrKpSA7BOegA { width:17.5rem;height:18rem;top:30.5625rem;left:26.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWXiE5pnfATtcvSnFmfvCeuhMgbTziT { width:11.25rem;height:1.625rem;top:40.25rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDLF6iAsweEzk8Ja1ygeFfx9XdMqlPX { top:37.6875rem;left:3.25rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { top:1.5625rem;left:1.25rem;width:45.25rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { top:7.3125rem;left:28.1875rem;width:16.0625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFIoXqooivcfeC3OGog4yohacFST3dh { top:33.125rem;left:3.5625rem;width:39.875rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { top:75.3125rem;left:3.5625rem;width:40.625rem;height:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCmrvWmZoDc6u22S3dzXmtLpxvTbBVek { top:51.5rem;left:3.84375rem;width:40.0625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZnapTWDNC9mH9ETzrJnNTOIhkTgh5T { top:106.4375rem;left:3.5625rem;width:40.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGBN7c29o1mPWygNm4wH8dGBXnbq1EZ { top:130.9375rem;left:3.5625rem;width:40.625rem;height:51.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4WTUkWS5lE4ypL8ogZHhhVUx5LyZm2o { top:7.3125rem;left:3.5625rem;width:24rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:48.9375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { top:44.375rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL13EXX3baFrEJPJXD74XL9QkaHazTrS { top:84.375rem;left:3.5625rem;width:40.625rem;height:6.875rem;font-size:1.125rem;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
 }@media only screen and (max-width: 763px) { #f5osTiy5zozFq9unUNkNTunDJauUUdvu { top:80.625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { top:93.0625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { top:97.9375rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { top:111.5625rem;left:12.6875rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { top:3.625rem;left:2.8125rem;width:42.125rem;height:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { top:12.4375rem;left:5.875rem;width:36rem;height:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:16rem;left:10.4990234375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { top:130.125rem;left:11.9375rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { top:126.0625rem;left:17.25rem;width:12.875rem;height:2.2381719001396rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:10.8125rem;height:1.5rem;top:124.4375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:30.125rem;height:5.5rem;top:117.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { top:124.375rem;left:17.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { top:129.8125rem;left:7.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { top:115.125rem;left:9.4375rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { top:1.6875rem;left:0rem;width:47.375rem;height:135.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8kw2fIy3rkCuO91aGDiGQEprRPqetk { display:block; }#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X { top:48.9375rem;left:3.5625rem;width:40.625rem;height:;font-size:0.875rem;display:block; }#nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X li:before{  }
 }@media only screen and (max-width: 763px) { #ZTgUZZgnOfp5Um9rLgh4WTFqFddQrXLH { top:35rem;left:0rem;width:20rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV { top:84.375rem;left:3.5625rem;width:40.625rem;height:6.875rem;font-size:0.875rem;display:block; }#icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV li:before{  }
 }@media only screen and (max-width: 763px) { #J4iK8ytLMweCugTBLTR8QhVvdcOiLu7b { top:80.625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0OsucF07qBSKmHXkUTdPPSzt1oP5ru { top:93.0625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd { top:97.9375rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:0.875rem;display:block; }#FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd li:before{  }
 }@media only screen and (max-width: 763px) { #M1Rgd94Riiq4TTWDrXftVE2EaV5uMZXi { top:111.5625rem;left:12.6875rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahixm2oJdONDyPVpBE0NT09WegL3rlGE { top:3.625rem;left:2.8125rem;width:42.125rem;height:7.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOMThHC4HxrVTdG7l6vdEWcfVloCWUTr { top:12.4375rem;left:5.875rem;width:36rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGQ5fCEEl9W7OS8sHbUlcvXlAwhJbuZv { top:16rem;left:10.4990234375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeewDZLZeWgrhMgEnTAOvZWxfeHFZy5 { top:130.125rem;left:11.9375rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az0ntT6VDM4O3pnzyFCrZGsrOmFnlVUB { top:126.0625rem;left:17.25rem;width:12.875rem;height:2.2381719001396rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBCEAUBABK0EZxUmezUcmzLJzeTqsCLZ { width:10.8125rem;height:1.5rem;top:124.4375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKZmDmsfNlGTXvBlQiO48NTnxvNG7KS { width:30.125rem;height:5.5rem;top:117.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGHwGW14h8eUprf1fFfwMcQIIBM1nx6X { display:block; }
 }@media only screen and (max-width: 763px) { #ngIEJTJkZ4wbUvssULKmhaCesBTFfnxx { top:124.375rem;left:17.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3T82aQoZRgJCtzn8EzEfDRQFobVNIGG { top:129.8125rem;left:7.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7R6qL3JpfEcKSJ4iw5pt2ZCa1RxhdMT { top:115.125rem;left:9.4375rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7iN0q9CNzo460FxRoiq8MLOizIPcIcm { top:1.6875rem;left:0rem;width:47.375rem;height:135.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7thfcmvWlqT0VR8HFwQehhCdCspeZgx { top:103.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { display:block; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2sNB6OIsClvNwBo3231TZQFtOmahTEu { top:3.0625rem;left:3.90625rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { top:6.8125rem;left:4.5625rem;width:40.625rem;height:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { top:42.8125rem;left:4.5625rem;width:38.625rem;height:24.8125rem;font-size:1rem;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { top:31.625rem;left:4.5625rem;width:40.625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si8QEFxGxedHOUcm99cCwanaWE4h7TPx { top:77.9375rem;left:4.5625rem;width:40.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q { top:88rem;left:4.5625rem;width:38.625rem;height:;font-size:1rem;display:block; }#KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #mpOyg53m2BmtLO7lewTFQpUiX48ltDHq { top:1.25rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnP5m1P17MRQXwtvAN2nQ09bGolT3A9v { top:69.4375rem;left:4.5625rem;width:40.625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k86wBD14VPJTMoMCeegiF08zzoqFZZNX { top:113.25rem;left:4.5625rem;width:40.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbyKpB331i7tcVTxvL80Jv2PRBaCrWls { top:157.25rem;left:4.5625rem;width:40.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3hTp76F94alKve7BX9ZODECf4qat1i6 { top:137.125rem;left:4.5625rem;width:38.625rem;height:;font-size:1rem;display:block; }#J3hTp76F94alKve7BX9ZODECf4qat1i6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #xQxgg11gvg5iO3bUTFIyTSvC1XT8TG0l { top:118.1875rem;left:4.5625rem;width:40.625rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgMkWKQzEHxXRnPK5CaXwHU8GgAtKo3c { top:192.1875rem;left:3.5625rem;width:40.625rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh { top:160.3125rem;left:4.5625rem;width:38.625rem;height:;font-size:1rem;display:block; }#qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { top:1.125rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCaUXosu0VFbxWZwElorPzXByyMkMpAd { top:0.5625rem;left:0rem;width:20rem;height:8.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { top:4.125rem;left:8.25rem;width:39.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { top:10.6875rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99A51At7RQTtmw9pdM01y9914MWpTAE { top:0rem;left:5.5rem;width:7.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW { display:block; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3aDWTrfl9fZJPWKC29rWzqJRIaVclAe { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepTW6hEqSiZaZPkvWwsNGqLOyTcSfZD { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWWis7dAs145Ea9uT3owDTw3cxPWC6w { top:4.125rem;left:10.875rem;width:36.875rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWxTMGUmhSEyWuRTQ6AlAF3TqNTppEwn { top:11.0625rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmXPFxNZTR5lerA9O4Xyq5hq9Pgfxphi { top:0rem;left:5.5rem;width:7.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VInvBmD5a1KFQpXR979c4S9foeWp8XVL { display:block; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn6Nl1iQG5zbphEqQ45H9yolxbV1xyIZ { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddZEQP43TtWsOtW8By8UEsKI454D0JMe { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUtACVLW87zZTe7zIumwb2lTWLkzGyX { top:4.125rem;left:11.0625rem;width:36.6875rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrNVOK2uQcxHv1bkd1QKqvrlhtEwkswe { top:10.8125rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSXLAOLUnHse68ey3fUT4n149pJQ8AFP { top:0rem;left:5.5rem;width:7.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh { display:block; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAlorWNTH4V9H0BInIxe2d2pntmg7oWP { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6F2suedPX17AmWAkKMIXKy4gnBxhsE { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9UpL8RkSL81y3eaCI8MaAdCcccpCu8 { top:4.125rem;left:10.6875rem;width:37.0625rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhyoxuHJ6w8D385dW74UoW9dTcs3Ng1e { top:11.0625rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANDfw1TiDEutBexIHXV19RT9UzwJkNEr { top:0rem;left:5.5rem;width:7.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV { display:block; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AipJpGl0fB1IHShfTCeJeBkNuH9lRAzc { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTxCtXraUc3udVByJNfEMIH6Ki93mSU { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v93xdTQsgu8VEIkFA8M5ZPz2gQZrXBl6 { top:4.125rem;left:11.6875rem;width:36.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeMrBntgBqBQ323IlT0X3a0EDwnM5iR { top:9.625rem;left:33.0625rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr7Z3dE1889XTOvvaqsw0WSWgN8BmeVT { top:0rem;left:5.5rem;width:7.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { top:2rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { top:7.5rem;left:3.5625rem;width:40.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { top:18.3125rem;left:17.8125rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { top:11.5625rem;left:3.5625rem;width:40.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:10.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { top:59.875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:29.4375rem;height:2.0625rem;top:63.1875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { top:60rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { top:32.375rem;left:3.5625rem;width:40.625rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { top:6.4375rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:45.25rem;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { top:1.9375rem;left:3.25rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs { display:block; }#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq { top:48.9375rem;left:3.5625rem;width:40.625rem;height:;font-size:0.875rem;display:block; }#MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq li:before{  }
 }@media only screen and (max-width: 763px) { #aMDF59dgHwtJGViTUhO6iKkJVinzOd7Q { top:35rem;left:0rem;width:20rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK { top:84.375rem;left:3.5625rem;width:40.625rem;height:6.875rem;font-size:0.875rem;display:block; }#G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK li:before{  }
 }@media only screen and (max-width: 763px) { #lNda9whlJMwxcJhGy0HoWaQRSJsyEzeo { top:80.625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9NdieL1RvNWt3o3RBhbNP4l5u3QnlF { top:93.0625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi { top:97.9375rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:0.875rem;display:block; }#wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi li:before{  }
 }@media only screen and (max-width: 763px) { #lcP7tn3CBNkcafrdpyEToXDoGNTIQn8k { top:111.5625rem;left:12.6875rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFP0z3VHV7FvFlzUPqaOTC8gfPKZaKl { top:3.625rem;left:2.8125rem;width:42.125rem;height:7.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZvIb7v15MJPWK18sk3UXx2Mp7Qfbyw { top:12.4375rem;left:5.875rem;width:36rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMwRoe1oQp9n8kCvEDOnu6ExCWLNQ2ME { top:16rem;left:10.4990234375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdKrvk07x3O7Dbd0RTpB5TAweBZs85e { top:130.125rem;left:11.9375rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KklCZmna8ph3WBbX1SKzWPn9givrC77E { top:126.0625rem;left:17.25rem;width:12.875rem;height:2.2381719001396rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ng4WD1dopOhA08nRQIFn6f9mam5myB { width:10.8125rem;height:1.5rem;top:124.4375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0kfW7ghhDgZf1CS0WsaUu1GGaf7zGNI { width:30.125rem;height:5.5rem;top:117.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nL7WrPQfXffbTx44kJVpN3e10oJBCd { display:block; }
 }@media only screen and (max-width: 763px) { #p8yAFdRiAazd7rlreLW3roOXa8vOs2Ob { top:124.375rem;left:17.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpS2fAhVcTLa02iT5GZe2JbQH7sE5RFK { top:129.8125rem;left:7.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG84qAHw4OdW4UZngsNz11DkmR2PrX0g { top:115.125rem;left:9.4375rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGg1wJK4t87PaPLbLWRqT0o5Pyygq8zP { top:1.6875rem;left:0rem;width:47.375rem;height:135.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ZiTRF2WDqRzO32cHoxwoqgfpTJ0D6h { top:103.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p { display:block; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c { top:48.9375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c li:before{  }
 }@media only screen and (max-width: 763px) { #hmTeOcrLICwv0wChkssf3wPGzLJZ4RaW { top:44.375rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo { top:84.375rem;left:3.5625rem;width:40.625rem;height:6.875rem;font-size:1.125rem;display:block; }#wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo li:before{  }
 }@media only screen and (max-width: 763px) { #mPlXh05lUgvG1Kr8NdKeMdP7kGOWcaGL { top:80.625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7nAQKoo49oxTSpoE5pxGMU5qBPWaSC9 { top:93.0625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 { top:97.9375rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 li:before{  }
 }@media only screen and (max-width: 763px) { #EpIwKoBGSWCLzRIzbHCVTFXPQAPDeKKT { top:111.5625rem;left:12.6875rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN1gFHIIHViEwWqWsAuUUKnXaNCOPlOk { top:3.625rem;left:2.8125rem;width:42.125rem;height:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBf9Z0NvvlFuFMuNee1gqluCaWlR99OH { top:12.4375rem;left:5.875rem;width:36rem;height:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGqZ8ayfbDHNrJplw7am3mIvWlMTJ08 { top:16rem;left:10.4990234375rem;width:29.375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXcdeImkEWh0ksQnfXhBVbEai9eX53y { top:130.125rem;left:11.9375rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tM3ziZ4ZyobLyQ2oWLcM7AHxJm569M { top:126.0625rem;left:17.25rem;width:12.875rem;height:2.2381719001396rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Co3uK1L206tqwRlqEGeMtL5FNz9Hq6 { width:10.8125rem;height:1.5rem;top:124.4375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLD25aBEUIMgyyeRqABMoiFT5TQNLhBy { width:30.125rem;height:5.5rem;top:117.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMlbshLvsDKTzmTGUHb7Q9sLnkAWIvS { display:block; }
 }@media only screen and (max-width: 763px) { #EPhDBKU1qQm13KsO3bUWrmRCxmOXnHK6 { top:124.375rem;left:17.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ9ZHrHlQOgxyB37P2z1B2SCJyVGWvCu { top:129.8125rem;left:7.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2CwnpJSJmtWnLlU76ghNuFLg1egAuF { top:115.125rem;left:9.4375rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynHaUlLnsAlKxyQ5fnLt6XHvqS4z7w2 { top:1.6875rem;left:0rem;width:47.375rem;height:135.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { top:1.3125rem;left:21.15625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { width:4.1875rem;height:4.1875rem;top:0.1875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { width:14.625rem;height:0;top:4.375rem;left:2.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.999rem;height:9.099625rem;top:4.25rem;left:0.5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:19.25rem;height:5.5996125rem;top:14.599625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:19rem;height:1.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.249rem;height:1.13736875rem;top:1.75rem;left:0.751rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:19rem;height:4.625rem;top:42rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { width:3.375rem;height:3.375rem;top:47.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { width:14.6875rem;height:2.923825rem;top:48.1875rem;left:4.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TeyG4MZpNDXIm183ixd0LSDE0Cs1FMaQ { width:20rem;height:20rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#ffffff;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:251rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.187rem;height:9.0996125rem;top:1.25rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.9985625rem;height:47.59666875rem;top:8.974609375rem;left:0.50048828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { width:20rem;height:0;top:57.1884765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { width:20rem;height:58.7958625rem;top:64.3251953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { width:20rem;height:0;top:123.826171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #cz5mie9rpQIRcg0fDduGbLklXx1x9NCL { width:20rem;height:6.09375rem;top:1.55078125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xwW06hJX5nI0ehKt1DbESeLdAC5kJRD3 { width:20rem;height:117.5917625rem;top:131.982421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N775wB0x9w0WRwV8HI84gHi90TVNkWxK { width:20rem;height:6.09375rem;top:57.5009765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TkpphV1n4dkndp4NT6PkdkcT2SuLCrFu { width:20rem;height:6.8246875rem;top:124.138671875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ { display:block; }#ctMglxHuP5TL6ikg1Mbqzgw6HeDKqwPJ > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewy0HncTsHKWTrTo6a5R0SAwMhDAl2I9 { width:20rem;height:0;top:5.9248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGH7CCTTxEBbdH6EzLL1ls7czTe39oa { width:2.5rem;height:0.125rem;top:5.8623046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsK9W7I7xEKfOVeSSQRgyOtMHGozVyMT { width:18.9375rem;height:24.4375rem;top:7rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1mcvb4SKKNXWCPsMcEk0T1r9db5N5em { width:17.5rem;height:16rem;top:8.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU1J2FF16xFn6CXaeZeEu2b3gHtLTRf0 { width:15.8125rem;height:1.625rem;top:26.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUoQ0WyEJsKMIyged8IW95EUw1fnhJS6 { width:20rem;height:4.0625rem;top:0.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #leT3lkzu8Clyd19PKnUdv9VifJfF9hTt { width:6.375rem;height:3.5625rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0kzWq9ns1GEJG3Bwx9eKNgfU8yTSDUk { width:18.9375rem;height:21.6875rem;top:32.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOvVrGwITm4mgTKiyFZKv1TWyN4AQvQg { width:17.5rem;height:16rem;top:33.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rgDimyIeAaaqsBakhzUdDZU29W0irB { width:13.625rem;height:1.625rem;top:51.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpXCarr7eEhG6DquZKtzAOP4k7aqsdHd { width:6.375rem;height:3.5625rem;top:48.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTw1hf0P9gkwoKpU2JJCwqTtZiyvakzp { width:18.9375rem;height:23.3125rem;top:70.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfdBePbexe8HKXooECyD2pzMtuFBr0nT { width:11.25rem;height:1.625rem;top:91.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7ol7IVuUkKBf8K9OheB5f7ThlZtGgP { width:18.9375rem;height:13.5625rem;top:55.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D6HueH5QZ79gizy7uqu1emZfcQx7a3 { width:6.375rem;height:3.5625rem;top:88.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0L8BwNJuqTOA6Mtb2CsBxo0zfr3A1hs { width:17.5rem;height:8rem;top:56.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dQnTlMuHwF8XvdUFTgkrKpSA7BOegA { width:17.5rem;height:18rem;top:71.625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWXiE5pnfATtcvSnFmfvCeuhMgbTziT { width:11.25rem;height:1.625rem;top:66.3125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDLF6iAsweEzk8Ja1ygeFfx9XdMqlPX { width:6.375rem;height:3.5625rem;top:63.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:20rem;height:209.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { width:20rem;height:7.7988125rem;top:0.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { width:15rem;height:22.6875rem;top:9.0478515625rem;left:2.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFIoXqooivcfeC3OGog4yohacFST3dh { width:20rem;height:22.39843125rem;top:58.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { width:20rem;height:37.79734375rem;top:93.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCmrvWmZoDc6u22S3dzXmtLpxvTbBVek { width:20rem;height:11.25rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZnapTWDNC9mH9ETzrJnNTOIhkTgh5T { width:20rem;height:11.25rem;top:132.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGBN7c29o1mPWygNm4wH8dGBXnbq1EZ { width:20rem;height:62.995575rem;top:144.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4WTUkWS5lE4ypL8ogZHhhVUx5LyZm2o { width:20rem;height:25.19823125rem;top:32.27099609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:20rem;height:129.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6865rem;height:47.5415rem;top:45.9189453125rem;left:1.3135rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { width:20rem;height:7.7988125rem;top:41.7314453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OL13EXX3baFrEJPJXD74XL9QkaHazTrS { width:20rem;height:11.6479375rem;top:75.6064453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
 }@media only screen and (max-width: 763px) { #f5osTiy5zozFq9unUNkNTunDJauUUdvu { width:20rem;height:5.19921875rem;top:71.4189453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { width:20rem;height:2.5996125rem;top:84.1064453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { width:20rem;height:21.4086875rem;top:88.7314453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { width:20rem;height:2.2749rem;top:102.2939453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { width:20rem;height:6.8246875rem;top:3.2314453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { width:20rem;height:9.4238125rem;top:9.5439453125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:9.0625rem;height:9.0625rem;top:16.7939453125rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { width:20rem;height:2.923825rem;top:120.8564453125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { width:12.875rem;height:2.23828125rem;top:116.7939453125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:10.8125rem;height:1.3999rem;top:115.1689453125rem;left:9.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:19rem;height:5.5rem;top:108.6689453125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { display:flex;width:1.25rem;height:1.25rem;top:115.107421875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { width:3.375rem;height:3.375rem;top:120.5439453125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { width:20rem;height:3.25rem;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { width:19.625rem;height:126.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE8kw2fIy3rkCuO91aGDiGQEprRPqetk { display:block; }#kE8kw2fIy3rkCuO91aGDiGQEprRPqetk > .row .container { width:20rem;height:124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X { width:18.6860625rem;height:34.9394375rem;top:36.16748046875rem;left:0.65673828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#nZA4thcMQaKP5DrtTwsTXDC9Nw7H1A7X li:before{  }
 }@media only screen and (max-width: 763px) { #ZTgUZZgnOfp5Um9rLgh4WTFqFddQrXLH { width:20rem;height:3.4121125rem;top:32.10595703125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV { width:18.875rem;height:7.972625rem;top:74.1689453125rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#icWoAbHNTEnqNeC4Fiyr7DKCaqXvlGGV li:before{  }
 }@media only screen and (max-width: 763px) { #J4iK8ytLMweCugTBLTR8QhVvdcOiLu7b { width:20rem;height:1.70605625rem;top:71.7939453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wC0OsucF07qBSKmHXkUTdPPSzt1oP5ru { width:20rem;height:1.70605625rem;top:82.7939453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd { width:18.9375rem;height:13.183625rem;top:85.4189453125rem;left:0.53125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#FMPaETHdnNSLtHUzlrm6l3UtPa5OGKQd li:before{  }
 }@media only screen and (max-width: 763px) { #M1Rgd94Riiq4TTWDrXftVE2EaV5uMZXi { width:20rem;height:2.2749rem;top:100.1689453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahixm2oJdONDyPVpBE0NT09WegL3rlGE { width:18.5625rem;height:6.82425rem;top:2.40673828125rem;left:0.71875rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oOMThHC4HxrVTdG7l6vdEWcfVloCWUTr { width:18.125rem;height:6.5rem;top:9.85595703125rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kGQ5fCEEl9W7OS8sHbUlcvXlAwhJbuZv { width:18.6875rem;height:18.6875rem;top:14.60595703125rem;left:0.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TIeewDZLZeWgrhMgEnTAOvZWxfeHFZy5 { width:14.75rem;height:2.923825rem;top:115.87744140625rem;left:4.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Az0ntT6VDM4O3pnzyFCrZGsrOmFnlVUB { width:12.875rem;height:2.23828125rem;top:113.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBCEAUBABK0EZxUmezUcmzLJzeTqsCLZ { width:10.8125rem;height:1.3999rem;top:111.5rem;left:5.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RwKZmDmsfNlGTXvBlQiO48NTnxvNG7KS { width:19rem;height:5.5rem;top:105.2314453125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGHwGW14h8eUprf1fFfwMcQIIBM1nx6X { display:block; }
 }@media only screen and (max-width: 763px) { #ngIEJTJkZ4wbUvssULKmhaCesBTFfnxx { display:flex;width:1.25rem;height:1.25rem;top:111.4375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #g3T82aQoZRgJCtzn8EzEfDRQFobVNIGG { width:3.375rem;height:3.375rem;top:115.48828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7R6qL3JpfEcKSJ4iw5pt2ZCa1RxhdMT { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7iN0q9CNzo460FxRoiq8MLOizIPcIcm { width:19.625rem;height:119.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7thfcmvWlqT0VR8HFwQehhCdCspeZgx { width:20rem;height:1.29980625rem;top:103.0625rem;left:0rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { display:block; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { width:20rem;height:249.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2sNB6OIsClvNwBo3231TZQFtOmahTEu { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { width:20rem;height:30.79783125rem;top:5.9248046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { width:20rem;height:33.44775rem;top:51.60205078125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { width:20rem;height:11.1992125rem;top:39.52197265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Si8QEFxGxedHOUcm99cCwanaWE4h7TPx { width:20rem;height:9.7993125rem;top:96.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q { width:20rem;height:29.2480625rem;top:107rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KEvAA8xokFiJ4K9tmdeT4X51KVu6TQ1Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #mpOyg53m2BmtLO7lewTFQpUiX48ltDHq { width:20rem;height:4.0625rem;top:0.7998046875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bnP5m1P17MRQXwtvAN2nQ09bGolT3A9v { width:20rem;height:8.3994125rem;top:86.1474609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k86wBD14VPJTMoMCeegiF08zzoqFZZNX { width:20rem;height:4.19970625rem;top:137.17138671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbyKpB331i7tcVTxvL80Jv2PRBaCrWls { width:20rem;height:1.3999rem;top:182.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J3hTp76F94alKve7BX9ZODECf4qat1i6 { width:20rem;height:23.6484375rem;top:158.45654296875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#J3hTp76F94alKve7BX9ZODECf4qat1i6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #xQxgg11gvg5iO3bUTFIyTSvC1XT8TG0l { width:20rem;height:15.3989rem;top:142.12060546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgMkWKQzEHxXRnPK5CaXwHU8GgAtKo3c { width:20rem;height:27.9980375rem;top:220.20166015625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh { width:20rem;height:34.07275rem;top:185.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#qcnQF8p9TT6lwCCebdJvMBgc6Q5Xk7Bh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #CCaUXosu0VFbxWZwElorPzXByyMkMpAd { width:20rem;height:8.125rem;top:0.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { width:18.875rem;height:9.098625rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { width:14.6875rem;height:1.625rem;top:30.24853515625rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n99A51At7RQTtmw9pdM01y9914MWpTAE { width:11.0625rem;height:19.8125rem;top:1.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW { display:block; }#ZdhaWPrJszqiX3cd1QrRrlpIsLtL1tdW > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3aDWTrfl9fZJPWKC29rWzqJRIaVclAe { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepTW6hEqSiZaZPkvWwsNGqLOyTcSfZD { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWWis7dAs145Ea9uT3owDTw3cxPWC6w { width:18.875rem;height:9.098625rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWxTMGUmhSEyWuRTQ6AlAF3TqNTppEwn { width:14.6875rem;height:1.625rem;top:30.12353515625rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmXPFxNZTR5lerA9O4Xyq5hq9Pgfxphi { width:11.0625rem;height:19.6875rem;top:1.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VInvBmD5a1KFQpXR979c4S9foeWp8XVL { display:block; }#VInvBmD5a1KFQpXR979c4S9foeWp8XVL > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn6Nl1iQG5zbphEqQ45H9yolxbV1xyIZ { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddZEQP43TtWsOtW8By8UEsKI454D0JMe { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUtACVLW87zZTe7zIumwb2lTWLkzGyX { width:18.875rem;height:9.098625rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrNVOK2uQcxHv1bkd1QKqvrlhtEwkswe { width:14.6875rem;height:1.625rem;top:29.99853515625rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSXLAOLUnHse68ey3fUT4n149pJQ8AFP { width:11.0625rem;height:19.6875rem;top:1.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh { display:block; }#B2qVmH6wtyrBOROV5PVdX9TzxN1NwzXh > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAlorWNTH4V9H0BInIxe2d2pntmg7oWP { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6F2suedPX17AmWAkKMIXKy4gnBxhsE { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9UpL8RkSL81y3eaCI8MaAdCcccpCu8 { width:18.875rem;height:10.3984375rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhyoxuHJ6w8D385dW74UoW9dTcs3Ng1e { width:14.6875rem;height:1.625rem;top:31.25rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANDfw1TiDEutBexIHXV19RT9UzwJkNEr { width:11.0625rem;height:19.6875rem;top:1.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV { display:block; }#ENxN5lVf3nq4mTREqzKmSbbR05Se1IUV > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AipJpGl0fB1IHShfTCeJeBkNuH9lRAzc { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTxCtXraUc3udVByJNfEMIH6Ki93mSU { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v93xdTQsgu8VEIkFA8M5ZPz2gQZrXBl6 { width:18.875rem;height:6.499rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCeMrBntgBqBQ323IlT0X3a0EDwnM5iR { width:14.6875rem;height:1.625rem;top:28.1875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gr7Z3dE1889XTOvvaqsw0WSWgN8BmeVT { width:11.0625rem;height:19.6875rem;top:1.9375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { width:20rem;height:4.0625rem;top:0.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { width:20rem;height:0;top:6.3623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { width:12.125rem;height:12.125rem;top:18.197265625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { width:20rem;height:8.3994375rem;top:9.85986328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:9.13623046875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { width:14rem;height:1.875rem;top:62.375rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:20rem;height:3.1494125rem;top:64.5625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { display:flex;width:2.4375rem;height:2.4375rem;top:62.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { width:20rem;height:29.39793125rem;top:31.072265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { width:20rem;height:2.79980625rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { font-size:1rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-desc-text { font-size:0.875rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:17.5rem;top:7.04980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs { display:block; }#JFXGxZ09E5Arg7AfpbvgdnXow0JVW7bs > .row .container { width:20rem;height:124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq { width:18.6860625rem;height:34.9394375rem;top:36.16748046875rem;left:0.65673828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#MAgmG2f1sX5M1crx8eMqCQmdq3koTrsq li:before{  }
 }@media only screen and (max-width: 763px) { #aMDF59dgHwtJGViTUhO6iKkJVinzOd7Q { width:20rem;height:3.4121125rem;top:32.10595703125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK { width:19.1875rem;height:7.972625rem;top:74.1064453125rem;left:0.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#G0lXGRL2TXFlzJ0I21H0fzkKRv9tMOBK li:before{  }
 }@media only screen and (max-width: 763px) { #lNda9whlJMwxcJhGy0HoWaQRSJsyEzeo { width:20rem;height:1.70605625rem;top:71.7939453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bD9NdieL1RvNWt3o3RBhbNP4l5u3QnlF { width:20rem;height:1.70605625rem;top:82.7939453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi { width:19.125rem;height:13.183625rem;top:85.4189453125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#wDFEWFOxRKVzg2K0znG0cS8vlJ4KpOEi li:before{  }
 }@media only screen and (max-width: 763px) { #lcP7tn3CBNkcafrdpyEToXDoGNTIQn8k { width:20rem;height:2.2749rem;top:100.1689453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFP0z3VHV7FvFlzUPqaOTC8gfPKZaKl { width:18.5625rem;height:6.82425rem;top:2.40673828125rem;left:0.71875rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DHZvIb7v15MJPWK18sk3UXx2Mp7Qfbyw { width:18.125rem;height:6.5rem;top:9.85595703125rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yMwRoe1oQp9n8kCvEDOnu6ExCWLNQ2ME { width:18.6875rem;height:18.6875rem;top:14.60595703125rem;left:0.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtdKrvk07x3O7Dbd0RTpB5TAweBZs85e { width:14.75rem;height:2.923825rem;top:115.87744140625rem;left:4.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KklCZmna8ph3WBbX1SKzWPn9givrC77E { width:12.875rem;height:2.23828125rem;top:113.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ng4WD1dopOhA08nRQIFn6f9mam5myB { width:10.8125rem;height:1.3999rem;top:111.5rem;left:5.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p0kfW7ghhDgZf1CS0WsaUu1GGaf7zGNI { width:19rem;height:5.5rem;top:105.2314453125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nL7WrPQfXffbTx44kJVpN3e10oJBCd { display:block; }
 }@media only screen and (max-width: 763px) { #p8yAFdRiAazd7rlreLW3roOXa8vOs2Ob { display:flex;width:1.25rem;height:1.25rem;top:111.4375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #bpS2fAhVcTLa02iT5GZe2JbQH7sE5RFK { width:3.375rem;height:3.375rem;top:115.48828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG84qAHw4OdW4UZngsNz11DkmR2PrX0g { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGg1wJK4t87PaPLbLWRqT0o5Pyygq8zP { width:19.625rem;height:119.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ZiTRF2WDqRzO32cHoxwoqgfpTJ0D6h { width:20rem;height:1.29980625rem;top:103.0625rem;left:0rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p { display:none; }#qQDtAGfVJuMVBynWXlWRkiZbWnsGoD1p > .row .container { width:20rem;height:129.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c { width:18.6865rem;height:47.5415rem;top:45.9189453125rem;left:1.3135rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Q0pg9EtWLEcqwlatHHwKsVNDRJc5NC3c li:before{  }
 }@media only screen and (max-width: 763px) { #hmTeOcrLICwv0wChkssf3wPGzLJZ4RaW { width:20rem;height:7.7988125rem;top:41.7314453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo { width:20rem;height:11.6479375rem;top:75.6064453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#wolM9PFPeIp5pxNEGIpV2dgAHJTI1ddo li:before{  }
 }@media only screen and (max-width: 763px) { #mPlXh05lUgvG1Kr8NdKeMdP7kGOWcaGL { width:20rem;height:5.19921875rem;top:71.4189453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b7nAQKoo49oxTSpoE5pxGMU5qBPWaSC9 { width:20rem;height:2.5996125rem;top:84.1064453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 { width:20rem;height:21.4086875rem;top:88.7314453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LZR5tnCzbSEcTOq3T44aZ8UdTJfneTm9 li:before{  }
 }@media only screen and (max-width: 763px) { #EpIwKoBGSWCLzRIzbHCVTFXPQAPDeKKT { width:20rem;height:2.2749rem;top:102.2939453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN1gFHIIHViEwWqWsAuUUKnXaNCOPlOk { width:20rem;height:6.8246875rem;top:3.2314453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wBf9Z0NvvlFuFMuNee1gqluCaWlR99OH { width:20rem;height:9.4238125rem;top:9.5439453125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TcGqZ8ayfbDHNrJplw7am3mIvWlMTJ08 { width:9.0625rem;height:9.0625rem;top:16.7939453125rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LRXcdeImkEWh0ksQnfXhBVbEai9eX53y { width:20rem;height:2.923825rem;top:120.8564453125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8tM3ziZ4ZyobLyQ2oWLcM7AHxJm569M { width:12.875rem;height:2.23828125rem;top:116.7939453125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Co3uK1L206tqwRlqEGeMtL5FNz9Hq6 { width:10.8125rem;height:1.3999rem;top:115.1689453125rem;left:9.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SLD25aBEUIMgyyeRqABMoiFT5TQNLhBy { width:19rem;height:5.5rem;top:108.6689453125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMlbshLvsDKTzmTGUHb7Q9sLnkAWIvS { display:block; }
 }@media only screen and (max-width: 763px) { #EPhDBKU1qQm13KsO3bUWrmRCxmOXnHK6 { display:flex;width:1.25rem;height:1.25rem;top:115.107421875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #SJ9ZHrHlQOgxyB37P2z1B2SCJyVGWvCu { width:3.375rem;height:3.375rem;top:120.5439453125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl2CwnpJSJmtWnLlU76ghNuFLg1egAuF { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JynHaUlLnsAlKxyQ5fnLt6XHvqS4z7w2 { width:19.625rem;height:126.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { width:4.8125rem;height:4.8125rem;top:0.9375rem;left:7.59375rem;display:block; }
 }