.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:228,253,225;--color-primary-1:132,161,131;--color-primary-2:52,81,51;--color-primary-3:20,89,20;--color-primary-4:5,40,3;--color-secondary-0:215,244,218;--color-secondary-1:134,221,143;--color-secondary-2:54,199,69;--color-secondary-3:4,185,22;--color-secondary-4:55,96,77;--color-tertiary-0:255,255,255;--color-tertiary-1:232,232,225;--color-tertiary-2:30,30,30;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { background-color: transparent; background-image: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .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); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { border-width: 0; border-radius: 0; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#XXRQBnpT8PLhr53QITs0dHscaE62qtQT { position:absolute;display:block;z-index:15005;height:2.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { background-color: transparent; background-image: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container > .video-iframe-container { display: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row > .video-iframe-container { display: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .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); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { border-width: 0; border-radius: 0; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { font-size:0.875rem;font-family:fraunces;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#mU6VW4BgrV68b5Tq5PqLs0tSTG8RyCXD { box-sizing:content-box;height:4.375rem;width:40.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.5625rem;left:34.625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;display:block; }
#dAm3XJazX4U5edXRVh4NkKJmlKKIpoyM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.5rem;left:36.25rem;display:block; }
#clfsIEbSJKIVZnTuHJbSfbuCiZulOyE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhMVCKL5a2nHHngf8woloVBSo6nJoaW1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8115rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.5rem;left:41.875rem;display:block; }
#Qt0halAnCnB7rG6UGfCTI8o9aIFmslWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcM1KDLaT0U3HWTGT2RdqD2RDFTXdKMG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43675rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5rem;left:49.6875rem;display:block; }
#UOlMHRWrBTdHwVeupu7Oyh6PxLVEkNmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTia6sg5TSZxTQa96tR8RqrphmnLzLvy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.5rem;left:56.6875rem;display:block; }
#m8O5GNEM8HXK8yVz7fiOPMLCNNXXLZ33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTrehLayHA6uORub2VaInSC74S2B9XqW { background-color:rgba(var(--color-tertiary-1),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.5rem;left:62.625rem;display:block; }
#Bl3MQqdsKJ4K21yBenCJACPD9TRTwuv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caHJzkOIHTR8nv8V4Csg8p1D5NQTukRQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.8125rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container { border-width: 0; border-radius: 0; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container { font-size:0.875rem;font-family:fraunces;height:43.375rem;width:75rem;overflow:visible;position:relative;display:none; }#GWwlRIrDOP719bhEK8N7gWbCGJC8P4Qr { position:absolute;display:block;z-index:15169;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#HuBx6gOs4UxV5Ui2nE3HuZWPlLTgwwn6 { position:absolute;display:block;z-index:15052;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#y3diTxMNyITcTXbEIxtPukXAaVVobb3n { position:absolute;display:block;z-index:15051;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#ZGz4KIbumni8fgqMIg7xdTolSqb9u0hd { position:absolute;display:block;z-index:15050;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#ep5Ix1abzgJfZJRnFcQQ918eJvsl4gCW { position:absolute;display:block;z-index:15049;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#IgOKuLX2Mfyn7zMbdmmHGEhgTCDv7Q6K { position:absolute;display:block;z-index:15048;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container { border-width: 0; border-radius: 0; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container { font-size:0.875rem;font-family:fraunces;height:43.375rem;width:75rem;overflow:visible;position:relative;display:none; }#KsOPFDU7qZo5hNxQG81qEEVhvHrDPLQ1 { position:absolute;display:block;z-index:15052;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#XIT1hDfAvfpwJPP1GpDyz1tunZMV0xEo { position:absolute;display:block;z-index:15051;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#N68zlFUi3eB836wMO0Ke5uRSOenFcTe8 { position:absolute;display:block;z-index:15050;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#S64XVkmuG5TTcpDUTFBsK2vnvvokHPJm { position:absolute;display:block;z-index:15049;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#AlzbrzG19e9t7CeprxcQ0RX6kdhK1f3G { position:absolute;display:block;z-index:15048;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#T5HTI1ohbk3rzTvlXqELRqVTqKGIzpGE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:20.624998569489rem;left:43.1875rem; }
#TAMpXAhdDsLciJDnpk6uoDs9s5tLiGBp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:20.624998569489rem;left:40.125rem; }
#z7lOv4K1J15aZsBncxPnmJKvd0neXNf2 { position:absolute;display:block;z-index:15050;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:none; }
#QlJvQT7QL99aRNA9BFTtvcW3optNn9L2 { position:absolute;display:block;z-index:15050;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:none; }
#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container { border-width: 0; border-radius: 0; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container { font-size:0.875rem;font-family:fraunces;height:43.375rem;width:75rem;overflow:visible;position:relative;display:none; }#Orl4vEDEVzTonIqaKB2dvcDwbr0vDVbz { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.70833375rem;height:2.52083375rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:40.4375rem;left:37.1875rem;display:block; }
#NvTptNs9TBe1dnzNDT9NMeFilWE4uZXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvF6VNiUnaJGtzT41TTMKnl8mVOnihI6 { box-sizing:content-box;height:7.125rem;width:37.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(229,229,229,0.61);background-image:none;top:35.6875rem;left:37.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.21);display:block; }
#lPkiDBIT0r8qe0QrETTd3Th9BCw7Oq2E { color:rgba(var(--color-tertiary-2),0.55);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:38.8125rem;left:66.3125rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EluQnti8KiFRpkJcTTs4TFpBXNe5KOC1 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15161;line-height:1.2;letter-spacing:0;top:38.25rem;left:41rem;height:1.04948125rem;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; }
#MJ6LXaQREX9ZUN5EzosJE0XqsKqDqPrp { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15159;line-height:1;letter-spacing:0;top:37.1875rem;left:64.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PknC1BOhU2e3P54fXnUkt4EflDglkM1r { color:rgba(var(--color-tertiary-2),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15160;line-height:1.2;letter-spacing:0;top:36.75rem;left:40.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTTespzEhSO8TQP51rXTI1Fmoxc2fU7M { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:36.9375rem;left:38.3125rem; }
#MUmhfVqtSryULu2Jd8V1CADBNJWZlTPm { color:rgba(21,21,21,0.92);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15128;line-height:1.2;letter-spacing:0;top:6.8125rem;left:37.25rem;height:5.84895625rem;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; }
#wWTHqCAcrGUBTa7n2TDe42akgXVMqnHv { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:21.0859375rem;left:37.25rem;height:;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; }
#DiUkcoaM7e4zRmT1MR80UH6irRuHKUna { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-1),1);background-image:none;top:33.875rem;left:67.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cG4f7z7KDNyur5oH7ATuQN8iyVAoBMu0 { color:#f5f5f3;display:block;width:4.1875rem;position:absolute;font-family:fonteoficialaplic;font-size:0.875rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:34.3125rem;left:68.375rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUBQnuet9TvnO907ecCGEgGgtSvVXHB3 { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(229,229,229,0.61);background-image:none;top:33.875rem;left:61.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qt8Ky37BE3QbMvdoOiMVsuWGtAhPZAAT { color:rgba(var(--color-tertiary-2),0.51);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15165;line-height:1.2;letter-spacing:0;top:34.25rem;left:62.1875rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7odrfOMHhFX8ZFfep4ybIA2oEsksPyy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:14rem;left:37.25rem; }
#u0HHyTN2thTecvUWSX8uTmodpVxEwgZa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:14rem;left:38.625rem; }
#tTWnpppA8BH3SdUKC3gn2Pep7qbHaOcs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:14rem;left:39.75rem; }
#Hwrz4cb3xTx5JETZgmmFQrezTKZzKmTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:14rem;left:41.0625rem; }
#ZWyelsd37BWfunz8lNGfIry4s0aTRs8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:14rem;left:42.4375rem; }
#E4LWvxRrX3QHnI0LUHwWUVhMT8EHzl9I { color:rgba(21,21,21,0.55);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:14.0625rem;left:44.3125rem;height:1.0559875rem;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; }
#Sfs5cJAqF2a0UVtnXOrBRaNGZIMy8Jd6 { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:16.696615219116rem;left:37.25rem;height:3.19791875rem;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; }
#Q09dhogDsHTM66Qn3VsV2kxtu0dHM0kk { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15160;line-height:1;letter-spacing:0;top:16.696615219116rem;left:43.5625rem;height:1.25rem;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; }
#hCZXPWVmTGmCA6kC8GKrFLZT1Do7vRip { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15161;line-height:1;letter-spacing:0;top:18.727865219116rem;left:43.5625rem;height:1.125rem;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; }
#cZB0ptb3rBT2qSCzPsBDLgVIO0d61yTa { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15175;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:30.5rem;left:37.25rem;display:block; }
#OwnCZ8PFJ8VBe3CKhzIU8megofQmL0D4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15162;line-height:1;letter-spacing:0;top:30.125rem;left:47.5625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WJSIUenTdnGStn89CfCSkmhctBqVi9gH { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15175;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:30.5rem;left:37.25rem;display:none; }
#vVcafm5qZ0K4sXEwNn9gARIDPTgT66F4 { box-sizing:content-box;height:5.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15057;background-color:rgba(229,229,229,0.61);background-image:none;top:22.1875rem;left:0.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.63);display:block; }
#pRfJXgNRwuHpmX6UzcFQ4o8yUmWRfl3F { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.75rem;height:2.5625rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:25.875rem;left:0.125rem;display:block; }
#E0lHEu61IwZq4osizMfqgiVHGUND27L8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKA5vORDDTp2fswOf317OpJN1tS6mU32 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15159;line-height:1;letter-spacing:0;top:23.375rem;left:27.875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zugZpEAt51GfqKQkTC9Huy8kKTDTJov7 { box-sizing:content-box;height:7.0625rem;width:37.75rem;position:absolute;display:block;z-index:15063;background-color:rgba(229,229,229,0.61);background-image:none;top:13.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.21);display:block; }
#BWM7liSnMPCKWU1BfNKJx6SGTKrGUQbL { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.70833375rem;height:2.52083375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:18.375rem;left:0.0625rem;display:block; }
#DBChW2WD7kWTK5eT2a22U62iGsBJErMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHEtErKnRklw5USqlxJGWA43wIeqNVWV { color:rgba(var(--color-tertiary-2),0.55);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15168;line-height:1.2;letter-spacing:0;top:16.6875rem;left:29.125rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Urz0syCx53WnkbOUAHdDfJG1Lycnf3Me { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15161;line-height:1.2;letter-spacing:0;top:24.25rem;left:3.9375rem;height:1.04948125rem;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; }
#dDc11ctRqZS7SqM80ErJ6HO8f8KfhPoG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15167;line-height:1.2;letter-spacing:0;top:16.1875rem;left:3.875rem;height:1.04948125rem;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; }
#vKItvJTuwCkBlHdXTVd3hiQbTxzEQ9O0 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15165;line-height:1;letter-spacing:0;top:15.125rem;left:27.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qowchEaJ5Ea85TshLpJLlSOLIBT8b3t3 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15166;line-height:1.2;letter-spacing:0;top:14.6875rem;left:3.5625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tuxtRXnRhJbFeNoLDR7T6FBNTI6CO8G7 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15160;line-height:1.2;letter-spacing:0;top:22.875rem;left:3.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BgIMQOqmTANuewLpTr8lwcFwzwfutFze { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15059;background-color:rgba(229,229,229,0.61);background-image:none;top:11.8125rem;left:30.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tUK3JOUuUE9C1lWVC9sfIqhLkhEgHI09 { color:rgba(var(--color-tertiary-2),0.51);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15169;line-height:1.2;letter-spacing:0;top:12.1875rem;left:31.25rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xC3pdzKKpM0oKzWVVveV1D0d2NxiiAlN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:23.0625rem;left:1.0625rem; }
#QlPSLSifDK7IoMsyQAWkSVdUM8lRpfLC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:14.875rem;left:1.1875rem; }
#b9hQ0X9xfL4PMdwgDh92Tcl8cvhn13zt { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:16.696615219116rem;left:37.25rem;height:3.19791875rem;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:none; }
#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container { background-color: transparent; background-image: none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container > .video-iframe-container { display: none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row > .video-iframe-container { display: none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .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); }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container { border-width: 0; border-radius: 0; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container { font-size:0.875rem;font-family:fraunces;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#tTXO9LnT1ySaFzIIPVMNyNct94gHhrJ5 { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.70833375rem;height:2.52083375rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:40.4375rem;left:37.1875rem;display:block; }
#IUMnGq6hg8VwnXZZ4DTXbTCyZ76ycgZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHmz7aJl025e2STMguSHkeiwmbePQbGZ { box-sizing:content-box;height:7.125rem;width:37.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(229,229,229,0.61);background-image:none;top:35.6875rem;left:37.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.21);display:block; }
#Tm0TyhHRrEHtMzd4vT8mbo8UgoXwCzCX { color:rgba(var(--color-tertiary-2),0.55);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:38.8125rem;left:66.3125rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rIv6cRnwS8DyHOdfB6dMHUcTcB2nbMCd { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15161;line-height:1.2;letter-spacing:0;top:38.25rem;left:41rem;height:1.04948125rem;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; }
#huZAfBlpwUWz0FchwFh35I12MIg4Xvwv { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15159;line-height:1;letter-spacing:0;top:37.1875rem;left:64.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rEADLnXhBPVKI5TylUTABMMthNvRSsyf { color:rgba(var(--color-tertiary-2),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15160;line-height:1.2;letter-spacing:0;top:36.75rem;left:40.6875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:36.9375rem;left:38.3125rem; }
#Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#TkXkkSqPm1ylXmBrK49zemuZ5ZTnu25L { color:rgba(21,21,21,0.92);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15128;line-height:1.2;letter-spacing:0;top:6.8125rem;left:37.25rem;height:5.84895625rem;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; }
#JK02aUz2UkapmrLb9T7Pwf9diytTTuJh { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:21.0859375rem;left:37.25rem;height:;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; }
#iVMMTDLOsxM10buJOu0TENoW1uLSEhRx { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-1),1);background-image:none;top:33.875rem;left:67.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CFtPUaXo55rG8wWeLtElV7MdH8qaDIqk { color:#f5f5f3;display:block;width:4.1875rem;position:absolute;font-family:fonteoficialaplic;font-size:0.875rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:34.3125rem;left:68.375rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywK6CAcVGnGNUhBRvs26ZepCNwRRM01O { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15055;background-color:rgba(229,229,229,0.61);background-image:none;top:33.875rem;left:61.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VbNcdm7Tu2OXz8tTZpLDEtKCXT0Nbd0S { color:rgba(var(--color-tertiary-2),0.51);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15165;line-height:1.2;letter-spacing:0;top:34.25rem;left:62.1875rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VWWPwmqL6BqQHV07fmkrQXw48ope0PMX { position:absolute;display:block;z-index:15169;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#fMKIPLidQQcv7ebeHQOW1h6Inu0elvK0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:14rem;left:37.25rem; }
#UmkmutdQdzHC9pfzPBpSWfPXuceI2Mf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:14rem;left:38.625rem; }
#uWJbaDpPB50J1UTuedaxT1bzhvnN16iw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:14rem;left:39.75rem; }
#ZfhSNqyCe2ociBOLay13v3dzJIpLp6Uf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:14rem;left:41.0625rem; }
#xOO8PCcvHH4H4TqVR2kIDZBU3lVHtzZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:14rem;left:42.4375rem; }
#wSTNzEcJuo4IzEiZNrQhwgWGHh57Thx9 { color:rgba(21,21,21,0.55);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:14.0625rem;left:44.3125rem;height:1.0559875rem;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; }
#NnpRRrtWyTauguZlZDPEk6IlsSSL1UTo { color:rgba(21,21,21,0.55);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:16.696615219116rem;left:37.25rem;height:3.19791875rem;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; }
#Lrz3BaUWHoGyNxrhtlOTB4WKx6ibbPKK { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15160;line-height:1;letter-spacing:0;top:16.696615219116rem;left:43.5625rem;height:1.25rem;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; }
#IZ35fxXegfOBHPUUgquPrTBqoC1XrBsX { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15161;line-height:1;letter-spacing:0;top:18.727865219116rem;left:43.5625rem;height:1.125rem;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; }
#IuaUTl1Rkr9yOvIW6p0kUczrcbtpGZnN { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15175;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:30.5rem;left:37.25rem;display:block; }
#WUXBPO4H2pLBLrTSva1rUrMz12VD5O2w { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15162;line-height:1;letter-spacing:0;top:30.125rem;left:47.5625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1TQIXMNbDI7EgrNgpwtTFwZAoBtZiL4 { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15176;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:30.5rem;left:63.4375rem;display:block; }
#Z3V8d7tBaNAgkMR2d6W30tU3sALVZ1VK { position:absolute;display:block;z-index:15052;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#TtfvCL0ssSBrgnQKtXlKDOGne2B3sTil { position:absolute;display:block;z-index:15051;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#f2ByWkkav4HhQVWXE0P4vWiipkMMpf3D { position:absolute;display:block;z-index:15050;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#O8JI2hFglSafT72qZLwtEyJBsS4n2d3T { position:absolute;display:block;z-index:15049;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#oUMgrdg3Gqeeah7XiQeJOZWV6yufmvAc { position:absolute;display:block;z-index:15048;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:34.75rem;width:34.75rem;top:7.5833339691163rem;left:0rem;overflow:hidden;display:block; }
#x7XxWTFLH1UecCeB2TPPZf3wyqHt2xsb { color:#37604d;display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15131;line-height:1;letter-spacing:0;top:18.817709624767rem;left:49.0625rem;height:1rem;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; }
#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container { background-color: transparent; background-image: none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container > .video-iframe-container { display: none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row > .video-iframe-container { display: none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .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); }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container { border-width: 0; border-radius: 0; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container { font-size:0.875rem;font-family:fraunces;height:20.125rem;width:75rem;overflow:visible;position:relative;display:block; }#se56wSxMWS22i6MCacMHkwh1q5Wp6qeI { box-sizing:content-box;height:5.9375rem;width:37.6875rem;position:absolute;display:block;z-index:15042;background-color:rgba(229,229,229,0.61);background-image:none;top:11.125rem;left:37.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.63);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.63);display:block; }
#db1oNKRB5IdPnixTLX3ABsB0zZRNpWy8 { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.75rem;height:2.5625rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:14.8125rem;left:37.1875rem;display:block; }
#Lbrc8D574WQElJJGnD1bIzfNGi3C8WPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gh7c3tmcFUKUkfDUO5wBc8sXMpTDFgxS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1;letter-spacing:0;top:12.3125rem;left:64.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x2RmzWcsw8voqru0b990bDINXfkE05R1 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15145;line-height:1.2;letter-spacing:0;top:11.8125rem;left:40.9375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lT5btHALsLEPpbN1rKieeqSzzt1qJN4A { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15146;line-height:1.2;letter-spacing:0;top:13.1875rem;left:41rem;height:1.04948125rem;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; }
#klnrgsgJiZ3RKHbXPXnpPRyy08G97IJ9 { box-sizing:content-box;height:7.0625rem;width:37.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(229,229,229,0.61);background-image:none;top:2.5625rem;left:37.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.21);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.21);display:block; }
#ZWUe3OIh8aru8CNcs617okAJwfZ01VIa { color:rgba(var(--color-tertiary-2),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15151;line-height:1.2;letter-spacing:0;top:3.625rem;left:40.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUfBpqLXTmxJKVGDzsO7OfKx4R8Nrlye { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15152;line-height:1.2;letter-spacing:0;top:5.125rem;left:40.9375rem;height:1.04948125rem;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; }
#HTmk7HfdQBiMW4dNw3KPV9VbraNRdebn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15150;line-height:1;letter-spacing:0;top:4.0625rem;left:64.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1aXBTJecCtbGTlxovfwv7wl8Koodr0S { background-color:rgba(229,229,229,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:37.70833375rem;height:2.52083375rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:7.3125rem;left:37.125rem;display:block; }
#ZO40whIeqBNRn6erWv3ESA5iT2aDITRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwTT11OILJXVVaqGROTgvXgJI30Eadoe { color:rgba(var(--color-tertiary-2),0.55);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15153;line-height:1.2;letter-spacing:0;top:5.625rem;left:66.1875rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7FQX4zqICTcpafFIdaV5yAriktrXHvE { box-sizing:content-box;height:1.875rem;width:5.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(229,229,229,0.61);background-image:none;top:0.75rem;left:67.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:12rem;left:38.125rem; }
#y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#vugiINUJNNNIAmxkloMLAl5RuTXudEdh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:3.8125rem;left:38.25rem; }
#vugiINUJNNNIAmxkloMLAl5RuTXudEdh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#rFvMcVFOwpuAPimi2zsuHoBqKUaMcpm6 { color:rgba(var(--color-tertiary-2),0.51);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:1.125rem;left:68.3125rem;height:1.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnUHP9xr6RwMQ02TsXCywwnEpJzeu67c { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HMTzRTWBa0iQ2weWD89E8AT3WEEBiEuF { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:0rem;left:9.125rem;overflow:hidden;display:block; }
#NpGB0HG1azMSnT8M30XfEQSPG07ua3R4 { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:0rem;left:17.9375rem;overflow:hidden;display:block; }
#Zz86cI5iui7LAkZ4lF3RhBO9fIeiUbnw { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { background-color: transparent; background-image: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container > .video-iframe-container { display: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container { display: none; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .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); }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { border-width: 0; border-radius: 0; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .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; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.0625rem;height:auto;color:rgba(var(--color-tertiary-2),0.9); }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .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:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden;color:rgba(var(--color-tertiary-2),0.9); }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-trigger { width:1.1875rem;min-width:1.1875rem;height:1.1875rem;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_4883891c474ba1857c670fad82aba680.svg");background-size:contain !important; }#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-trigger.adaptive-delivery-prevent-bg, #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-trigger.lazyload, #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-trigger.lazyloading { background-image: none; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx { box-sizing:content-box;height:auto;width:35.25rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:#fdfdfd;background-image:none;padding-top:1.1875rem;padding-right:1.1875rem;padding-bottom:1.1875rem;padding-left:1.1875rem;top:4.2915344238281E-6rem;left:37.375rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #Ri2Q6bRNSUwO6l7XTt0UrWEd8QDkMJMv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #xlGu0IQX3XzbaXozRFD8trcr8V46y9fH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #IB58GLrQTGozXOtFTceP8FrfSflH4hUQ { display:block;position:relative; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JcbqSwwqAFfsoI6foT0OHFtOh7n11zay {  }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #LvOKD2PLv6lyWwgxfm8i8tepIbpWlGfK {  }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #RdfmPqJSNFNaAEFdTw7kgv0WAPmNMvFR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #oMIEMvXp3barCv32JUJerPcZGzkRHOhw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #c1uyZqtCPoQ5w621qDwuIGzkITXWlwAK { display:block;position:relative; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JmBmkk8FdQIyDM8Z17BX1MoaQqtEuWyr {  }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #iDJ4r8yfSfIU29r17VCn38XDh4dC155c { display:none; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #L5AmB9RThIcSGMxpUOaFHwGybXybbEot { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #u0FEOLT6hV954wIKuumZFCzUXZ7nEEzc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #wO0AsIxcgNDN0grWSf1scvEFFbk5QXik { display:block;position:relative; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #KMAF3VLCTUukKHCkmLnsTz4Ql0ROTkwt {  }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #MyHTUzWgyIZ0AVzqBIxM9E0ECPMPlTrN { display:none; }
#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { background-color: transparent; background-image: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container > .video-iframe-container { display: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row > .video-iframe-container { display: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .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); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { border-width: 0; border-radius: 0; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { font-size:0.875rem;font-family:fraunces;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#TJ8li5bBKHE30EhMHbmvr1dTcw8iTbif { 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:7.6875rem;width:7.6875rem;top:2.625rem;left:3.5625rem;overflow:hidden;display:block; }
#vd9AxKPETOdENGeAS3c9IkylLMAhd0xT { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pD3XLDKoAC3UVNt6RUl49P3liqZI7T3Z { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.062507629394rem;left:1.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiRtvDJwuE9QqxzhGdIVMZ5ET5cKdAWP { color:rgba(var(--color-primary-2),1);display:block;width:11.3125rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:11.25rem;left:21.0625rem;height:3.16145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzJCEORPZrXTxBgohtNx8RtOcFLTrq6D { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:19.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FROVSnBdt3bDd1m61GpPangNRUToLe9k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:2.625rem;left:22.875rem;overflow:hidden;display:block; }
#AT8WHxuldhtRVqaR3UhACXkvstTTTB3I { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:39.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1XqX0nm6ELuKbe6OdEvr78GtH8WAHhx { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:11rem;left:40.3125rem;height:3.16145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peViSMrBAtM7yGb2uCGWNyRPiJD2dV8J { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:2.625rem;left:42.75rem;overflow:hidden;display:block; }
#VViCihg85cgQlHIJibegRUMi2KzKe3n0 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:59.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPk3zeU3AS3hxXbtfTTrUvQN0w9legGJ { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:11rem;left:61.1875rem;height:3.16145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKNKGOTQtdP5mcD1wBaLQrRgwGfde72s { 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:7.6875rem;width:7.6875rem;top:2.625rem;left:63.625rem;overflow:hidden;display:block; }
#u1xUwxfm1reDAx2BsHXGVm9QzRCfw06l { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.9375rem;left:39.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wogNbdAtPUnWNvPPq2DM5PvdeBngi4uH { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.9375rem;left:59.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0SmqwFFM1139IUXKlhP85zElMGvlqlt { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.9375rem;left:19.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9XLK3MaADresErSR4kCK6gQdZyihB3b { color:rgba(var(--color-primary-2),1);display:block;width:11.3125rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:31.125rem;left:21.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kK2OsbeCWhmx621GdJLGrnBqARyOVCvp { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:30.875rem;left:40.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#askxVPhedg8sCU6GHyIxdZKvePDR9Zqy { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:30.875rem;left:61.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8ODqPGo21u56kqeIaaU7mg0P99xiHTk { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:fonteoficialaplic;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:31.125011444092rem;left:0rem;height:3.16145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TubMK3BehZs8UclUa3Q2IGqidLGs5bKu { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.9375rem;left:1.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2iwUF8zuU8J6K1s3X9ptqLN2zDZHh81 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:22.5rem;left:22.875rem;overflow:hidden;display:block; }
#wAU1h4ndsLb5H5EHsiWiDfWQF3vAumnl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:22.5rem;left:42.75rem;overflow:hidden;display:block; }
#KngpaaNbZbnCclAfOlCrL53Ni90kedNA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:22.500011444092rem;left:63.625rem;overflow:hidden;display:block; }
#LxzaT3GHXAqpL4aa4CVATlKneSbrmCut { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:22.5rem;left:3.5625rem;overflow:hidden;display:block; }
#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { background-color: transparent; background-image: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container > .video-iframe-container { display: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container { display: none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .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); }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { border-width: 0; border-radius: 0; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#CvNXIcxpbwp27mGOHRpesHtyUIo7pqSx { position:absolute;display:block;z-index:15086;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:37.5625rem;width:37.5625rem;top:3.71875rem;left:0rem;overflow:hidden;display:block; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .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; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.0625rem;height:auto;color:rgba(var(--color-tertiary-2),0.9); }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .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:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden;color:rgba(var(--color-tertiary-2),0.9); }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-trigger { width:1.1875rem;min-width:1.1875rem;height:1.1875rem;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_4883891c474ba1857c670fad82aba680.svg");background-size:contain !important; }#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-trigger.adaptive-delivery-prevent-bg, #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-trigger.lazyload, #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-trigger.lazyloading { background-image: none; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT { box-sizing:content-box;height:auto;width:31.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#fdfdfd;background-image:none;padding-top:1.1875rem;padding-right:1.1875rem;padding-bottom:1.1875rem;padding-left:1.1875rem;top:10.5625rem;left:40.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #MDTiRIHVuGU7yZtlDofkPNPLNxutPGS2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #smtgpNnuhPk0FgnPl2XEZfFZlJHssP3p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #ZmEevSS3vzTzA9bFrgE9WZbizfFaGapc { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #f5JBsvUGE1ixTNM4kBx8xDdFCtH0pKSH {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #opTbzRGAlicbiVnm6xW8KIiTfwFQnbG8 {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #IT7msFMG1bxnTmvr9oT1c2geW9TnQ0lQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #pNQERpAuFH6m8k1bgCgQ54uBbUw1g8cx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #EI4uHLuSGxH460tKUORSRdrRHO2eBvcq { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #dfSf0sXr6uT9vcUwpCmaiok1dUF0FiVm {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #LbOGO52ZuFMwTTbTD1q5Iy4WhSTxl5Um { display:none; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #X4dIiMkaTtqd2sRFt8wJJiB8uH1KSeoL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #sZpxFgADGiT3OFd1MxTwAPoxC5Tms3lt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #gtJHikTAXaNGShTtk971mHFSVIitFPCZ { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #blg7Q9vvaM4B7P5DftkzW5GA2VqzVAo8 {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #HaqC85KPvTcqV9SNaVMZ8WfRdAp7gSkK { display:none; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #su6SJEWluzmBITFxRoJTpM9Tg5zWfgLB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #g2SwQdevhJN5rPo4RbdKLxo7EGoMseI8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #aXV76Vtafz1Z7l6CWulP9UDz0c2tgrXk { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #PfgrxvqMTSJgEyRD7qUkyuWd6eTouEhO {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #qdqddh4qcVDA70a0rWqUdHkhR2MBrKVv { display:none; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #CTpdGs0nrDHymmdCVwToKLGeifSEICPM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #xxVH7arOGE0pgcw8WM3p35DRd92Q5dDI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #C4SzSWJaPonOffPLE0dZwgnrI4yJVtnK { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #zpIBRo4EDCPRfxleUycpsz1AQ2i4gQaB {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #yzWhsGsStTG7Migtc4eCZizZHThifPVR { display:none; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #VyfLEfNfXFXmh64GNBDWKM8t2DKTmvEM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #BdUnpy51ilPd3TTQCvWHLyU4faCyknKd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DkBQInw0Z0L87mvLkToywuAeEaroUiF4 { display:block;position:relative; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DDMSAwMm4Ac6Al4vynRmisqFeqcHoW32 {  }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #I5qTJXZodnqbL1pJiKyvNVITIR7CcHPe { display:none; }
#b4uTelK3kMPeanqxyAS1b7kHt3VSDvN7 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3125rem;position:absolute;font-family:fraunces;font-size:2.125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:3.6875rem;left:43.3125rem;height:5.5234375rem;display:block; }
#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container { background-color: transparent; background-image: none; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container > .video-iframe-container { display: none; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row > .video-iframe-container { display: none; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .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); }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container { border-width: 0; border-radius: 0; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#UcmZtGcq4fv9SGAEubayOTZGMyTULSHy { color:rgba(var(--color-tertiary-2),1);display:block;width:30.75rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:normal;z-index:15087;line-height:1.1;letter-spacing:0;top:7.6875rem;left:0rem;height:5.91145625rem;display:block; }
#XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.9375rem;left:0rem;height:20.464875rem;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; }
#ybzdTQdrwIX4zdar7fE3duxRSOgGg8Fm { position:absolute;display:block;z-index:15087;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:31.0625rem;width:31.0625rem;top:6.96875rem;left:43.9375rem;overflow:hidden;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:fraunces;height:97.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#CnnfPGIwenLeN5ZCkRUCUJPqMX7HrTLo { position:absolute;display:block;z-index:15000;height:42.75rem;width:22.6875rem;top:9.0000009536744rem;left:0rem;display:block; }
#El6BLhiXQ74KV0l5FofXWU9ZrwFhTPQJ { position:absolute;display:block;z-index:15001;height:42.75rem;width:22.6875rem;top:9.0625009536744rem;left:26.15625rem;display:block; }
#pTOG3FlEnqpXblfRmaNvu6lAzPTSeQf6 { position:absolute;display:block;z-index:15002;height:42.75rem;width:22.6875rem;top:9.0625009536744rem;left:52.3125rem;display:block; }
#zbKdlloEKemltNy2S8gtLe4qhvvUWCUL { color:rgba(var(--color-primary-4),1);display:block;width:62.75rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:3.1249904632568rem;left:6.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJTET1CzumSNtAtRCSOuMAVB7a0oKXxf { position:absolute;display:block;z-index:15004;height:42.75rem;width:22.6875rem;top:53.375rem;left:26.1875rem;display:block; }
#zqe8ocaTQOiyPzTd8rhu3g0lnnn3aBgL { position:absolute;display:block;z-index:15005;height:42.75rem;width:22.6875rem;top:53.375rem;left:52.3125rem;display:block; }
#a6pMZd8PJzbD5srvcJqWWvzy6ffOqIhM { position:absolute;display:block;z-index:15003;height:42.75rem;width:22.6875rem;top:53.3125rem;left:0rem;display:block; }
#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container { background-color: transparent; background-image: none; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container > .video-iframe-container { display: none; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row > .video-iframe-container { display: none; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .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); }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container { border-width: 0; border-radius: 0; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#SkeLwgHmCItgyvUAgtDfoDNS4haFhyxP { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:40.75rem;width:32.5rem;top:2.125rem;left:2.5rem;overflow:hidden;display:block; }
#S3nerfyVAZcv7hipJQx8AiezrtvWy8vO { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:fraunces;font-size:2.375rem;font-weight:normal;z-index:15087;line-height:1.1;letter-spacing:0;top:9.9375rem;left:41.3125rem;height:5.2239625rem;display:block; }
#TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP { color:rgba(var(--color-tertiary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:5.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP li:before{  }
#IPWOT3VPCKH0x5kmxS26uiGdepBK8EMX { color:rgba(var(--color-tertiary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.8125rem;left:41.625rem;height:1.92448125rem;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; }
#QcG1Nn2hV61a9AydFvXsE218VTyxort0 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.25rem;left:41.625rem;height:3.84895625rem;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; }
#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp > .row .container { border-width: 0; border-radius: 0; }#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp > .row .container { font-size:0.875rem;font-family:fraunces;height:51.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#bcShyo1p8hNtaiF2KxPec66kh0O6wq6Q { color:rgba(var(--color-tertiary-3),1);display:block;width:62.75rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QnqQpGzOOTW9KlAD7fvFp9LTZ9dQNlXk { color:rgba(var(--color-tertiary-3),1);display:block;width:53.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LptZUXtRHH5eIuiIe7X9VLMP5elMuB6v { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#uw0xTv6b1CUnJNCR7Cn2Tu3GKT3OF0do { position:absolute;display:block;z-index:15071;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:35.375rem;width:75rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#p8iH5lOrvym9d5bvp2zom4cv15Lt1JyM { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:74.5625rem;top:16.45263671875rem;left:0rem;overflow:hidden;display:block; }
#mndIulIye2SLIV4nEJGSwxZbX5oq99TG { position:absolute;display:block;z-index:15073;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:34.875rem;width:73.5625rem;top:15.9375rem;left:0.716552734375rem;overflow:hidden;display:block; }
#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { 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:none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { border-width: 0; border-radius: 0; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:none; }#eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { 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:15069;opacity:1;top:1.125rem;left:33.375rem; }
#uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { 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:15070;opacity:1;top:1.125rem;left:38.5rem; }
#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { background-color:#e1e5e0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { border-width: 0; border-radius: 0; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { font-size:0.875rem;font-family:fraunces;height:51.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { color:rgba(var(--color-tertiary-3),1);display:block;width:62.75rem;position:absolute;font-family:fraunces;font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { color:rgba(var(--color-tertiary-3),1);display:block;width:53.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#oBREz6gr860608BDQOyIpgFAs4KRlSCA { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#p1MZi6k6faf0wSOq66AzkTE0lSISETmi { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e5e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { border-width: 0; border-radius: 0; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { 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:15069;opacity:1;top:1.125rem;left:33.375rem; }
#SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { 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:15070;opacity:1;top:1.125rem;left:38.5rem; }
#fqNZs43MS42aAE3tMr5aTN1btAqvTFne { position:absolute;display:block;z-index:15074;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.749025rem;width:2.749025rem;top:10.186767578125rem;left:36.12548828125rem;overflow:hidden;display:block; }
#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container { background-color: transparent; background-image: none; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container > .video-iframe-container { display: none; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row > .video-iframe-container { display: none; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .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); }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container { border-width: 0; border-radius: 0; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#QUcbNBm0K5MpVzJbWTu8CwgtUe4abUhF { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.25rem;width:23.625rem;top:5.14453125rem;left:2.1354179382324rem;overflow:hidden;display:block; }
#MmblABXToAgJyd4ZkOJz9wOJ8hhoUs1e { box-sizing:content-box;height:23rem;width:27.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.26);background-image:none;top:11.625rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WiBvxZ6K8dlW7HTGJcitNuSZUdQOAcu8 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.6875rem;left:3.0625rem;height:1.48698125rem;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; }
#ef2c8qdFtsnCHLLTMIaS0iW9pLWypf91 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:16.125rem;left:4.5625rem;display:block; }
#KXJgnaIf42iz4mxmp6Wse5gwTqo0FaRe { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.4375rem;left:3.0625rem;height:1.48698125rem;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; }
#zPWyRUM0WD3xPKZUtPFEgayaC2gW93ee { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:19.8125rem;left:4.5625rem;display:block; }
#gcgCzP2LmalALTZoTJCZvIPUw9aogRhs { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21rem;left:3.125rem;height:1.48698125rem;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; }
#OwuBKy0d75K3v8cWl5zfx20Nk1tGkvQi { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:23.375rem;left:4.5625rem;display:block; }
#RApA9LnvHW2vf6p9cFEJVeGf0istH74F { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.5rem;left:3.0625rem;height:1.48698125rem;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; }
#qMl7OziReqXsO0Kx7cLue3hhveRGExeK { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:26.875rem;left:4.5625rem;display:block; }
#mlQIDv5CWoCEMTfDSVcMKbcX7TtqmygB { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.8125rem;left:3.0625rem;height:1.48698125rem;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; }
#Zi6PSac7GioLOvtJ6nr7OSIiQlTPDuHw { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:30.125rem;left:4.5625rem;display:block; }
#TEIzzXFB4BEdSro4hGvm6kEihBcxEitE { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.3125rem;left:3.3125rem;height:1.48698125rem;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; }
#z0oTJDs0wewWAfHa8HGT5Ey2eeCsABOd { box-sizing:content-box;height:23rem;width:27.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.26);background-image:none;top:11.625rem;left:47.125rem;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#h9cd8osLDTfDfwaHapQLSxXZuUKLiGGo { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:27.8125rem;left:50.1875rem;height:1.48698125rem;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; }
#Q2IS8NNaRttRHnXZSizbE86xVK9rpfzN { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:19.8125rem;left:51.6875rem;display:block; }
#xzAAoHbO6IQVoEGnzgSZ9Z1gxt9MDwdk { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:21rem;left:50.25rem;height:1.48698125rem;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; }
#HKABUWJQn4bvofIglx6bpS13wFFMMd8y { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:23.375rem;left:51.6875rem;display:block; }
#zTG4qsA9xsPIBQUG7KNHKIFH695CZWEx { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:24.5rem;left:50.1875rem;height:1.48698125rem;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; }
#MX5xex27JRS0QxcaNFVWSzJ6Nk9ghXI6 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:26.875rem;left:51.6875rem;display:block; }
#t6hnIMig5VSJ2qg4uTceXCmXGiUlFGgS { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:30.125rem;left:51.6875rem;display:block; }
#ATD6T6slWJZEWT3RIQX2Gh2NWF8mwUwM { color:rgba(var(--color-tertiary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:31.3125rem;left:50.375rem;height:1.3997375rem;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; }
#D7ZJLfIboBHpvwHHPtkxkOzGWs7IzB9m { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:17.4375rem;left:50.1875rem;height:1.48698125rem;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; }
#ac7kdL9t7QXQAoSPzP9TeH3OBXpaAIFr { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-4),0.4);background-image:none;top:16.125rem;left:51.6875rem;display:block; }
#vqvePVTUH7I85EK2eN7a2MeKXG5b8pGz { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:13.6875rem;left:50.1875rem;height:1.48698125rem;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; }
#cxpLhNQ8cAyHuxx85T8frmSG4UTQBDzu { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.45703125rem;left:50.19792175293rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { background-color: transparent; background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .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); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { border-width: 0; border-radius: 0; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { font-size:0.875rem;font-family:fraunces;height:54.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { box-sizing:content-box;height:10.125rem;width:57.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:4.5000009536743rem;left:8.78125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { color:rgba(var(--color-tertiary-1),1);display:block;width:33.2486875rem;position:absolute;font-family:fraunces;font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:6.1875rem;left:21.375rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { color:rgba(var(--color-tertiary-1),1);display:block;width:33.247375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:8.875rem;left:20.4375rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogibZ9F0TXztJRxGwvEctgbznbEOfgCu { position:absolute;display:block;z-index:15029;height:31.0625rem;width:57.25rem;top:19rem;left:8.75rem;display:block; }
#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq { background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(184deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(184deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(184deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(184deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { background-color: transparent; background-image: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container > .video-iframe-container { display: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container { display: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .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); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { border-width: 0; border-radius: 0; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { font-size:0.875rem;font-family:fraunces;height:14.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#IUeTUc5m9bUIHUmLQADaNcR68zTQblhN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:8.25rem;left:0.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otdeoMCAuMTkttSRyUZwrG3MMANTRyAJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.25rem;left:6.25rem; }
#UrXGFJ1wX6gICMkUhJlZ3I6TNoHxcW5a { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:10.75rem;left:0rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bHzT836q1iEqNgSqI3dTTou75rh1yoXy { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:10.75rem;left:21.3125rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ziWZituz3vBxf6Zi0H6abCd1HCroVPzP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:8.25rem;left:21.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nWtoz68QpuwLxu5rOGx89txSKTmn4H6r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.25rem;left:27.5625rem; }
#xAKfWOoZHxKOzVBQXfBJu1bl3cJQoyoF { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:10.75rem;left:41rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#au9H941o7Aq4ITWpkutdtqT9wWB7GfOt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:8.25rem;left:41.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXLLBfKm0xWWT44C3C44zK36blCK1noS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.25rem;left:47.25rem; }
#KHeqVgrbyTZAbnZRsqWeb8GtRIS3f401 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:10.75rem;left:57.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KeiiDsdiowvzWzd3g6nO95Huk3SXJRJx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:fonteoficialaplic;font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:8.25rem;left:57.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fx4QRQfT7dE0o8iJgZAFG4o51aSi0B33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.25rem;left:63.9375rem; }
#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { background-color: transparent; background-image: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container > .video-iframe-container { display: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container { display: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .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); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { border-width: 0; border-radius: 0; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { font-size:0.875rem;font-family:fraunces;height:8.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#R7fbUnUNHKWmAsWIRsUKHAmInfogTHnm { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:5.98828125rem;left:19.8125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { background-color: transparent; background-image: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container > .video-iframe-container { display: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container { display: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .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); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { border-width: 0; border-radius: 0; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#XQWr4wa8QSvo6gzHsC6aBLG5MQAxkSGu { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-1),0.6);background-image:none;top:43.249267578125rem;left:11.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#eQponQ9Fp3Eerf4Z2g032I5MCVldutn3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;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:41.687rem;width:22.6245rem;top:3.5625rem;left:26.125rem;display:block; }
#DXpFsdWgm6MU30sCSv4ey97CSHcg17X5 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.312rem;width:17.312rem;top:8.875rem;left:28.875rem;overflow:hidden;display:block; }
#XuXxDnXXnMWkCSiSlGbp6CZxCx9sxB6w { color:rgba(var(--color-primary-2),1);display:block;width:10.184875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1;letter-spacing:0;top:28.248680114746rem;left:32.40625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IQTQe1X1vxxvJK1nHQFve7198dqreB8I { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),0.29);background-image:none;top:28.0625rem;left:34.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#O140QVWEb2pQS5nsPx5ilT41X7H9UHbJ { color:rgba(var(--color-secondary-4),1);display:block;width:15.3735625rem;position:absolute;font-family:fraunces;font-size:3.125rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:30.4375rem;left:30.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E7s7uF3QaZUJ6HOr0ZXH7NFiLRnumqSB { color:rgba(var(--color-primary-2),1);display:block;width:3.686525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1;letter-spacing:0;top:29.8125rem;left:28.8125rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vxvhgNHd4e9UNdvT3yMykUpNhHDUKbXS { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.5625rem;top:3.5625rem;left:26.125rem;display:block; }
#WmXl1lGP9bZJRbCcdHVdvW86mtafDkDZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15092;line-height:1;letter-spacing:0;top:4.5rem;left:32.375rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pu0SDKQkFrnctCTQmPVlEIFmDZldpw1O { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:34.5rem;left:34.125rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BcSXwLkayehXaEwnTzcXRVT3tXl9r82W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.125rem;left:27.625rem;display:block; }
#Thg5AOhWklgSn1Mi2QATIwI4JCfq0PmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3eQZxghOzLMavsHkTJ5MNaQ0lKc0n5B { box-sizing:content-box;height:2.125rem;width:22.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.39);background-image:none;top:43.18701171875rem;left:26.124267578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#TmeZ5itTTrIWh2nnPitv0Kme2fZ8hHvR { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-1),0.6);background-image:none;top:43.18701171875rem;left:37.62451171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#QaIH0a4GyxCTJ2Skzmi4xfiQXuQVapcs { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1;letter-spacing:0;top:43.8125rem;left:28.875rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lQQpo1b1vFop5vRMRezrZEdsynIePfyS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:43.625rem;left:27.3125rem; }
#OT43hAR5OibTemAwGWykRcBZJsZd6MFR { position:absolute;display:block;z-index:15021;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.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;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:41.687rem;width:22.6245rem;top:3.625rem;left:0rem;display:block; }
#NTIhSb1l70nDFTDTPe7OV2dPuJQNwq4M { box-sizing:content-box;height:2.124025rem;width:22.56225rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),0.39);background-image:none;top:43.24951171875rem;left:0.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#GTFfhBT40Hzr9hgn3wexf4DmfsFWSePa { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15114;line-height:1;letter-spacing:0;top:43.875rem;left:15.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yo73NRIrlBy6LoDlEoQZB5etr4zc3OC5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.1875rem;left:1.5rem;display:block; }
#aEOJJii6JDiTnHJpC0PcuSHBI8nlLJfh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ox1x9V3ucvkPZgMVMmNPS0n1QxMBvxPZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:43.4375rem;left:13.25rem; }
#SkQCcAnpkSqQxMO1kRVTEgWfNdlqH0pm { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:34.5625rem;left:8rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IEQFgRVZTmsBWvB00QHfqRlvJ8PgF9xG { color:rgba(var(--color-secondary-4),1);display:block;width:15.3735625rem;position:absolute;font-family:fraunces;font-size:3.125rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:30.5rem;left:4.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMTmXDiLrM6gNM90ZD1acIXTZ5LTCaHT { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:43.9375rem;left:2.75rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wR4pKNSsGNlsUNGpmLOkImda36zxDFef { color:rgba(var(--color-primary-2),1);display:block;width:10.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;top:28.25rem;left:6.3125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yHilEJd8PN6P6Vq82cTM4CDFIwOCK56U { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-1),0.29);background-image:none;top:28.0625rem;left:8.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dAUBrXixn3n81xVUIsnWMGrsdDRErZZJ { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2480625rem;width:11.875rem;top:8.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#xLPXucwpSwG4XqMC0AbRVhlzz5DBVH2L { color:rgba(var(--color-primary-2),1);display:block;width:3.686525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1;letter-spacing:0;top:29.875rem;left:2.6875rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GE5bqWSpw9Tc3dpbnTTlnXHfifBmQO3K { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:43.6875rem;left:1.1875rem; }
#WzGWMhkLTNbielT3rQdp35UqJPKinIRE { color:#1d2e25;display:block;width:10.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15108;line-height:1;letter-spacing:0;top:4.5625rem;left:6.25rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QTvWLykuxG7OpS4Hki3i9vmJsHSbwsA0 { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15115;line-height:1;letter-spacing:0;top:43.8125rem;left:41.5rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IHLUrCCA6eaM2kCDAcWqM9NpcvSCWQZX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:43.375rem;left:39.4375rem; }
#V2fp6yLsqTaFXwpLKEv3cBWio26uWVFX { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;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:41.687rem;width:22.6245rem;top:3.625rem;left:52.1875rem;display:block; }
#PCaWZZAVwuem6eTJNvezohZm0xc3dcNC { box-sizing:content-box;height:2.125rem;width:22.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),0.39);background-image:none;top:43.249267578125rem;left:52.249755859375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#ydToDMUrFc6KOHCSgRA1VsmyBWZZbcN5 { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-1),0.6);background-image:none;top:43.249267578125rem;left:63.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#lFrurMANIaknTChSceMXeNU1IiCQgWUW { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15131;line-height:1;letter-spacing:0;top:43.875rem;left:67.5625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#STrz2sxVBMhx6izgiHxud4G2wkPNFnaX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:43.4375rem;left:65.5625rem; }
#HfeUk84oOw1hz6CxeIKgTBt2uxQATX3x { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.1875rem;left:53.6875rem;display:block; }
#p8Bi6iQMZGwTF8F1V3mHFmC88Cbay13F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gngt0kv93ZHma2DxnbTB6v6XnWg3qKOU { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:43.875rem;left:54.9375rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wOUXIog628HBtGNT814RKMcUNH36Cyi9 { color:rgba(var(--color-secondary-4),1);display:block;width:15.3735625rem;position:absolute;font-family:fraunces;font-size:3.125rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:30.5rem;left:56.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#loxhaX0c8tlhTRc6kiROhZq0A5PJ391N { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:34.5625rem;left:60.25rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nJrqdQ0pOHtpgncr8ZeTbLLtO4M2r9Eg { color:rgba(var(--color-primary-2),1);display:block;width:10.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;top:28.25rem;left:58.5rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RhHyfaFWr6Vziwn1lnwkMGX0AevvBpFu { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-1),0.29);background-image:none;top:28.0625rem;left:60.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CM6RN7MKvfeXn3eCyTLse05V3lwLOnMg { color:rgba(var(--color-primary-2),1);display:block;width:3.686525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1;letter-spacing:0;top:29.875rem;left:54.9375rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Lv6Q5o1aPLMS0ZOJTEp4OlT7FvNIP5R4 { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:8.875rem;left:54.1875rem;overflow:hidden;display:block; }
#r8bttbstqrvJ7kaATWoMyA0hxUUtR2RT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:43.6875rem;left:53.4375rem; }
#uCIP6w9XwHmpXSV44nQMQy0DCov3UJKC { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.5625rem;top:3.625rem;left:52.1875rem;display:block; }
#WAFG9KNTESwm6dVqLOMs2N2Gdibq6r14 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1;letter-spacing:0;top:4.5625rem;left:58.5rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SJaTdFh48iIqklMCTkKBPh7hN1EM7mKq { position:absolute;display:block;z-index:15022;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.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.6245rem;top:3.56201171875rem;left:0rem;display:block; }
#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { background-color: transparent; background-image: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container > .video-iframe-container { display: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container { display: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .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); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { border-width: 0; border-radius: 0; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { font-size:0.875rem;font-family:fraunces;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#opFMNT3C7byT0sDhtTHb4lh22dIGReTK { box-sizing:content-box;height:29.4995rem;width:59.56175rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(278deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(278deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(278deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(278deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(278deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:1.875rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rAIiZuzukKkQABsbRWKGZfkA189cuVPn { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:29.624rem;width:29.624rem;top:1.8125rem;left:1.625rem;overflow:hidden;display:block; }
#r57OXlbDhdE7JoD2yiLPuHfqMgaeTppA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:6.125rem;left:34.9375rem;height:2.6875rem;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; }
#MEmviFqRSsRebqUhgxIu5KpWKIMJTVWS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15058;line-height:1;letter-spacing:0;top:11.875rem;left:35rem;height:;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; }
#Itav7yukQ3bbBlOAgZFqmnHxTOWuv4DU { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.559875rem;width:7.559875rem;top:2.3841857910156E-6rem;left:66.0625rem;overflow:hidden;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_a8ed4034be60eb7ed090b7f91744ebe6377e3464.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:fraunces;height:47.3125rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.8740234375rem;left:2.562255859375rem;height:16.125rem;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; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#edf1ec;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .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; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);font-family:fraunces;height:auto;line-height:1.1;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .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;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .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_1cb771c3338eca6afdfd75c6ffe54b458b1cbc2e.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9360625rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.93603515625rem;left:38.062744140625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 { display:none; }
#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { background-color: transparent; background-image: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .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); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { border-width: 0; border-radius: 0; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { box-sizing:content-box;height:21.875rem;width:48.9978125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:5.9375rem;left:13rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.6855625rem;width:17.6855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.01;top:8.0625rem;left:13rem; }
#qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.8125rem;left:19.5625rem;display:block; }
#CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15054;line-height:1.4;letter-spacing:0;top:14.5625rem;left:18.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uJ0M71monQXwA2VHBs0rNX10yDwLztuS { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8105625rem;position:absolute;font-family:fraunces;font-size:2.6875rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:9.875rem;left:17.75rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:34.78515625rem;left:0rem;display:block; }
#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { background-color: transparent; background-image: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .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); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { border-width: 0; border-radius: 0; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.249267578125rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.3125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#D2zn8gLdzoxBk2rstrCcplrDploQMM9E { color:rgba(var(--color-primary-2),1);display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.25rem;left:18.75rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { color:rgba(var(--color-primary-2),1);display:block;width:15.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.25rem;left:38.968505859375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.875rem;left:56.25rem; }
#Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.375rem;left:56.25rem; }
#Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.8125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.75rem;left:56.25rem; }
#Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:56.25rem; }
#TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.3125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.874rem;height:2.6245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.195556640625rem;left:0rem;display:block; }
#OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { background-color: transparent; background-image: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .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); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { border-width: 0; border-radius: 0; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.4052734375rem;left:26.84326171875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0rem;left:0rem;right:0rem;display:block; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { background-color: transparent; background-image: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container > .video-iframe-container { display: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row > .video-iframe-container { display: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .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); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { border-width: 0; border-radius: 0; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { font-size:0.875rem;font-family:fraunces;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#yORLMDrozRRqVavGamxTDWSREIMTTiiP { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:51.875rem;display:block; }
#bUzVG8hz42FNLNuTvzlsGBV7DGMN28Nk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ck571Vus8H294v9UzSSr0Z7Xa70zan6s { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.6875rem;top:0.4375rem;left:1.75rem;overflow:hidden;display:block; }
#mI8g9UOqfe343TASGFxpuNHiqsdSGulE { color:rgba(var(--color-tertiary-2),0.72);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.1875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { top:0rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI { display:none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mU6VW4BgrV68b5Tq5PqLs0tSTG8RyCXD { top:3.5625rem;left:7.375rem;width:40.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAm3XJazX4U5edXRVh4NkKJmlKKIpoyM { width:5.625rem;height:2.5rem;top:4.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfsIEbSJKIVZnTuHJbSfbuCiZulOyE5 { display:block; }
 }@media only screen and (max-width: 763px) { #zhMVCKL5a2nHHngf8woloVBSo6nJoaW1 { width:6.75rem;height:2.5rem;top:4.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt0halAnCnB7rG6UGfCTI8o9aIFmslWB { display:block; }
 }@media only screen and (max-width: 763px) { #HcM1KDLaT0U3HWTGT2RdqD2RDFTXdKMG { width:6.375rem;height:2.5rem;top:4.5rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOlMHRWrBTdHwVeupu7Oyh6PxLVEkNmH { display:block; }
 }@media only screen and (max-width: 763px) { #PTia6sg5TSZxTQa96tR8RqrphmnLzLvy { width:5rem;height:2.5rem;top:4.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8O5GNEM8HXK8yVz7fiOPMLCNNXXLZ33 { display:block; }
 }@media only screen and (max-width: 763px) { #wTrehLayHA6uORub2VaInSC74S2B9XqW { width:9.375rem;height:2.5rem;top:4.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl3MQqdsKJ4K21yBenCJACPD9TRTwuv0 { display:block; }
 }@media only screen and (max-width: 763px) { #caHJzkOIHTR8nv8V4Csg8p1D5NQTukRQ { top:4.4375rem;left:0rem;width:11.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX { display:none; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GWwlRIrDOP719bhEK8N7gWbCGJC8P4Qr { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuBx6gOs4UxV5Ui2nE3HuZWPlLTgwwn6 { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3diTxMNyITcTXbEIxtPukXAaVVobb3n { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGz4KIbumni8fgqMIg7xdTolSqb9u0hd { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5Ix1abzgJfZJRnFcQQ918eJvsl4gCW { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgOKuLX2Mfyn7zMbdmmHGEhgTCDv7Q6K { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRaPfEAono7TOuDHJHRcwidSEoriWr9 { display:none; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KsOPFDU7qZo5hNxQG81qEEVhvHrDPLQ1 { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT1hDfAvfpwJPP1GpDyz1tunZMV0xEo { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68zlFUi3eB836wMO0Ke5uRSOenFcTe8 { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S64XVkmuG5TTcpDUTFBsK2vnvvokHPJm { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlzbrzG19e9t7CeprxcQ0RX6kdhK1f3G { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5HTI1ohbk3rzTvlXqELRqVTqKGIzpGE { top:21.1875rem;left:30.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMpXAhdDsLciJDnpk6uoDs9s5tLiGBp { top:21.1875rem;left:27.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7lOv4K1J15aZsBncxPnmJKvd0neXNf2 { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlJvQT7QL99aRNA9BFTtvcW3optNn9L2 { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO { display:none; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Orl4vEDEVzTonIqaKB2dvcDwbr0vDVbz { width:37.625rem;height:2.4375rem;top:40.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTptNs9TBe1dnzNDT9NMeFilWE4uZXz { display:block; }
 }@media only screen and (max-width: 763px) { #FvF6VNiUnaJGtzT41TTMKnl8mVOnihI6 { top:35.6875rem;left:9.875rem;width:37.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkiDBIT0r8qe0QrETTd3Th9BCw7Oq2E { top:38.8125rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EluQnti8KiFRpkJcTTs4TFpBXNe5KOC1 { top:38.25rem;left:27.375rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6LXaQREX9ZUN5EzosJE0XqsKqDqPrp { top:37.1875rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PknC1BOhU2e3P54fXnUkt4EflDglkM1r { top:36.75rem;left:27.0625rem;width:5.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTespzEhSO8TQP51rXTI1Fmoxc2fU7M { top:36.9375rem;left:24.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmhfVqtSryULu2Jd8V1CADBNJWZlTPm { top:6.8125rem;left:12.1875rem;width:35.5625rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWTHqCAcrGUBTa7n2TDe42akgXVMqnHv { top:21.0625rem;left:12.1875rem;width:35.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiUkcoaM7e4zRmT1MR80UH6irRuHKUna { top:33.875rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4f7z7KDNyur5oH7ATuQN8iyVAoBMu0 { top:34.3125rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUBQnuet9TvnO907ecCGEgGgtSvVXHB3 { top:33.875rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8Ky37BE3QbMvdoOiMVsuWGtAhPZAAT { top:34.25rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7odrfOMHhFX8ZFfep4ybIA2oEsksPyy { top:14rem;left:23.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0HHyTN2thTecvUWSX8uTmodpVxEwgZa { top:14rem;left:25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWnpppA8BH3SdUKC3gn2Pep7qbHaOcs { top:14rem;left:26.125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwrz4cb3xTx5JETZgmmFQrezTKZzKmTT { top:14rem;left:27.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWyelsd37BWfunz8lNGfIry4s0aTRs8X { top:14rem;left:28.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LWvxRrX3QHnI0LUHwWUVhMT8EHzl9I { top:14.0625rem;left:30.6875rem;width:5.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfs5cJAqF2a0UVtnXOrBRaNGZIMy8Jd6 { top:7.375rem;left:0rem;width:6rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q09dhogDsHTM66Qn3VsV2kxtu0dHM0kk { top:16.6875rem;left:29.9375rem;width:8.125rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCZXPWVmTGmCA6kC8GKrFLZT1Do7vRip { top:9.25rem;left:0rem;width:5.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZB0ptb3rBT2qSCzPsBDLgVIO0d61yTa { top:30.5rem;left:23.625rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwnCZ8PFJ8VBe3CKhzIU8megofQmL0D4 { top:30.125rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJSIUenTdnGStn89CfCSkmhctBqVi9gH { top:30.5rem;left:23.625rem;width:9.375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVcafm5qZ0K4sXEwNn9gARIDPTgT66F4 { top:22.1875rem;left:0rem;width:37.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRfJXgNRwuHpmX6UzcFQ4o8yUmWRfl3F { width:37.75rem;height:2.5625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lHEu61IwZq4osizMfqgiVHGUND27L8 { display:block; }
 }@media only screen and (max-width: 763px) { #dKA5vORDDTp2fswOf317OpJN1tS6mU32 { top:23.375rem;left:14.25rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zugZpEAt51GfqKQkTC9Huy8kKTDTJov7 { top:13.625rem;left:0rem;width:37.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWM7liSnMPCKWU1BfNKJx6SGTKrGUQbL { width:37.625rem;height:2.4375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBChW2WD7kWTK5eT2a22U62iGsBJErMO { display:block; }
 }@media only screen and (max-width: 763px) { #pHEtErKnRklw5USqlxJGWA43wIeqNVWV { top:16.6875rem;left:15.5rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urz0syCx53WnkbOUAHdDfJG1Lycnf3Me { top:24.25rem;left:0rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDc11ctRqZS7SqM80ErJ6HO8f8KfhPoG { top:16.1875rem;left:0rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKItvJTuwCkBlHdXTVd3hiQbTxzEQ9O0 { top:15.125rem;left:13.875rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qowchEaJ5Ea85TshLpJLlSOLIBT8b3t3 { top:14.6875rem;left:0rem;width:5.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuxtRXnRhJbFeNoLDR7T6FBNTI6CO8G7 { top:22.875rem;left:0rem;width:3.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgIMQOqmTANuewLpTr8lwcFwzwfutFze { top:11.8125rem;left:17rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUK3JOUuUE9C1lWVC9sfIqhLkhEgHI09 { top:12.1875rem;left:17.625rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC3pdzKKpM0oKzWVVveV1D0d2NxiiAlN { top:23.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlPSLSifDK7IoMsyQAWkSVdUM8lRpfLC { top:14.875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hQ0X9xfL4PMdwgDh92Tcl8cvhn13zt { top:8.6875rem;left:0.3125rem;width:6rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe { display:none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTXO9LnT1ySaFzIIPVMNyNct94gHhrJ5 { width:37.625rem;height:2.4375rem;top:40.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMnGq6hg8VwnXZZ4DTXbTCyZ76ycgZU { display:block; }
 }@media only screen and (max-width: 763px) { #cHmz7aJl025e2STMguSHkeiwmbePQbGZ { top:35.6875rem;left:9.875rem;width:37.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0TyhHRrEHtMzd4vT8mbo8UgoXwCzCX { top:38.8125rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIv6cRnwS8DyHOdfB6dMHUcTcB2nbMCd { top:38.25rem;left:27.375rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huZAfBlpwUWz0FchwFh35I12MIg4Xvwv { top:37.1875rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEADLnXhBPVKI5TylUTABMMthNvRSsyf { top:36.75rem;left:27.0625rem;width:5.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 { top:36.9375rem;left:24.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
#Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TkXkkSqPm1ylXmBrK49zemuZ5ZTnu25L { top:6.8125rem;left:12.1875rem;width:35.5625rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK02aUz2UkapmrLb9T7Pwf9diytTTuJh { top:21.0625rem;left:12.1875rem;width:35.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVMMTDLOsxM10buJOu0TENoW1uLSEhRx { top:33.875rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtPUaXo55rG8wWeLtElV7MdH8qaDIqk { top:34.3125rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywK6CAcVGnGNUhBRvs26ZepCNwRRM01O { top:33.875rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNcdm7Tu2OXz8tTZpLDEtKCXT0Nbd0S { top:34.25rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWPwmqL6BqQHV07fmkrQXw48ope0PMX { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMKIPLidQQcv7ebeHQOW1h6Inu0elvK0 { top:14rem;left:23.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmkmutdQdzHC9pfzPBpSWfPXuceI2Mf0 { top:14rem;left:25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWJbaDpPB50J1UTuedaxT1bzhvnN16iw { top:14rem;left:26.125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfhSNqyCe2ociBOLay13v3dzJIpLp6Uf { top:14rem;left:27.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOO8PCcvHH4H4TqVR2kIDZBU3lVHtzZ1 { top:14rem;left:28.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTNzEcJuo4IzEiZNrQhwgWGHh57Thx9 { top:14.0625rem;left:30.6875rem;width:5.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnpRRrtWyTauguZlZDPEk6IlsSSL1UTo { top:16.6875rem;left:12.1875rem;width:35.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrz3BaUWHoGyNxrhtlOTB4WKx6ibbPKK { top:16.6875rem;left:29.9375rem;width:8.125rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ35fxXegfOBHPUUgquPrTBqoC1XrBsX { top:18.6875rem;left:29.9375rem;width:8.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuaUTl1Rkr9yOvIW6p0kUczrcbtpGZnN { top:30.5rem;left:23.625rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXBPO4H2pLBLrTSva1rUrMz12VD5O2w { top:30.125rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TQIXMNbDI7EgrNgpwtTFwZAoBtZiL4 { top:30.5rem;left:38.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V8d7tBaNAgkMR2d6W30tU3sALVZ1VK { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfvCL0ssSBrgnQKtXlKDOGne2B3sTil { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ByWkkav4HhQVWXE0P4vWiipkMMpf3D { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8JI2hFglSafT72qZLwtEyJBsS4n2d3T { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMgrdg3Gqeeah7XiQeJOZWV6yufmvAc { top:7.5625rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XxWTFLH1UecCeB2TPPZf3wyqHt2xsb { top:18.8125rem;left:35.4375rem;width:5.6875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm { display:none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #se56wSxMWS22i6MCacMHkwh1q5Wp6qeI { top:11.125rem;left:9.9375rem;width:37.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1oNKRB5IdPnixTLX3ABsB0zZRNpWy8 { width:37.75rem;height:2.5625rem;top:14.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbrc8D574WQElJJGnD1bIzfNGi3C8WPm { display:block; }
 }@media only screen and (max-width: 763px) { #gh7c3tmcFUKUkfDUO5wBc8sXMpTDFgxS { top:12.3125rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2RmzWcsw8voqru0b990bDINXfkE05R1 { top:11.8125rem;left:27.3125rem;width:3.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5btHALsLEPpbN1rKieeqSzzt1qJN4A { top:13.1875rem;left:27.375rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klnrgsgJiZ3RKHbXPXnpPRyy08G97IJ9 { top:2.5625rem;left:9.875rem;width:37.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUe3OIh8aru8CNcs617okAJwfZ01VIa { top:3.625rem;left:27rem;width:5.125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUfBpqLXTmxJKVGDzsO7OfKx4R8Nrlye { top:5.125rem;left:27.3125rem;width:9.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTmk7HfdQBiMW4dNw3KPV9VbraNRdebn { top:4.0625rem;left:39.625rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1aXBTJecCtbGTlxovfwv7wl8Koodr0S { width:37.625rem;height:2.4375rem;top:7.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO40whIeqBNRn6erWv3ESA5iT2aDITRS { display:block; }
 }@media only screen and (max-width: 763px) { #CwTT11OILJXVVaqGROTgvXgJI30Eadoe { top:5.625rem;left:42.0625rem;width:5.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7FQX4zqICTcpafFIdaV5yAriktrXHvE { top:0.75rem;left:42.375rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk { top:12rem;left:24.5rem;width:1.9375rem;height:1.9375rem;display:block; }
#y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #vugiINUJNNNIAmxkloMLAl5RuTXudEdh { top:3.8125rem;left:24.625rem;width:1.6875rem;height:1.6875rem;display:block; }
#vugiINUJNNNIAmxkloMLAl5RuTXudEdh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rFvMcVFOwpuAPimi2zsuHoBqKUaMcpm6 { top:1.125rem;left:43.5625rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUHP9xr6RwMQ02TsXCywwnEpJzeu67c { top:0rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTzRTWBa0iQ2weWD89E8AT3WEEBiEuF { top:0rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpGB0HG1azMSnT8M30XfEQSPG07ua3R4 { top:0rem;left:4.3125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz86cI5iui7LAkZ4lF3RhBO9fIeiUbnw { top:0rem;left:13.375rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { display:block; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx { display:flex;height:auto;width:35.25rem;top:0.5625rem;left:10rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #Ri2Q6bRNSUwO6l7XTt0UrWEd8QDkMJMv {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #xlGu0IQX3XzbaXozRFD8trcr8V46y9fH {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #IB58GLrQTGozXOtFTceP8FrfSflH4hUQ {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JcbqSwwqAFfsoI6foT0OHFtOh7n11zay {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #LvOKD2PLv6lyWwgxfm8i8tepIbpWlGfK {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #RdfmPqJSNFNaAEFdTw7kgv0WAPmNMvFR {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #oMIEMvXp3barCv32JUJerPcZGzkRHOhw {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #c1uyZqtCPoQ5w621qDwuIGzkITXWlwAK {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JmBmkk8FdQIyDM8Z17BX1MoaQqtEuWyr {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #iDJ4r8yfSfIU29r17VCn38XDh4dC155c {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #L5AmB9RThIcSGMxpUOaFHwGybXybbEot {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #u0FEOLT6hV954wIKuumZFCzUXZ7nEEzc {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #wO0AsIxcgNDN0grWSf1scvEFFbk5QXik {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #KMAF3VLCTUukKHCkmLnsTz4Ql0ROTkwt {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #MyHTUzWgyIZ0AVzqBIxM9E0ECPMPlTrN {  }
 }@media only screen and (max-width: 763px) { #lLt57ZkrgesFaOun2vdcA6VCof7DbEiD { display:none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJ8li5bBKHE30EhMHbmvr1dTcw8iTbif { top:2.625rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd9AxKPETOdENGeAS3c9IkylLMAhd0xT { top:12.1875rem;left:0rem;width:15rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD3XLDKoAC3UVNt6RUl49P3liqZI7T3Z { top:15.0625rem;left:0rem;width:11.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRtvDJwuE9QqxzhGdIVMZ5ET5cKdAWP { top:11.25rem;left:7.4375rem;width:11.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJCEORPZrXTxBgohtNx8RtOcFLTrq6D { top:15.0625rem;left:5.5625rem;width:15.0625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FROVSnBdt3bDd1m61GpPangNRUToLe9k { top:2.625rem;left:9.25rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8WHxuldhtRVqaR3UhACXkvstTTTB3I { top:15.0625rem;left:25.4375rem;width:15.0625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XqX0nm6ELuKbe6OdEvr78GtH8WAHhx { top:11rem;left:26.6875rem;width:12.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peViSMrBAtM7yGb2uCGWNyRPiJD2dV8J { top:2.625rem;left:29.125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VViCihg85cgQlHIJibegRUMi2KzKe3n0 { top:15.0625rem;left:32.6875rem;width:15.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPk3zeU3AS3hxXbtfTTrUvQN0w9legGJ { top:11rem;left:35.125rem;width:12.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNKGOTQtdP5mcD1wBaLQrRgwGfde72s { top:2.625rem;left:40.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1xUwxfm1reDAx2BsHXGVm9QzRCfw06l { top:34.9375rem;left:25.4375rem;width:15.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wogNbdAtPUnWNvPPq2DM5PvdeBngi4uH { top:34.9375rem;left:32.6875rem;width:15.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0SmqwFFM1139IUXKlhP85zElMGvlqlt { top:34.9375rem;left:5.5625rem;width:15.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9XLK3MaADresErSR4kCK6gQdZyihB3b { top:31.125rem;left:7.4375rem;width:11.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2OsbeCWhmx621GdJLGrnBqARyOVCvp { top:30.875rem;left:26.6875rem;width:12.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #askxVPhedg8sCU6GHyIxdZKvePDR9Zqy { top:30.875rem;left:35.125rem;width:12.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ODqPGo21u56kqeIaaU7mg0P99xiHTk { top:31.125rem;left:0rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubMK3BehZs8UclUa3Q2IGqidLGs5bKu { top:34.9375rem;left:0rem;width:11.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2iwUF8zuU8J6K1s3X9ptqLN2zDZHh81 { top:22.5rem;left:9.25rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAU1h4ndsLb5H5EHsiWiDfWQF3vAumnl { top:22.5rem;left:29.125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KngpaaNbZbnCclAfOlCrL53Ni90kedNA { top:22.5rem;left:40.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzaT3GHXAqpL4aa4CVATlKneSbrmCut { top:22.5rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { display:none; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvNXIcxpbwp27mGOHRpesHtyUIo7pqSx { top:3.6875rem;left:0rem;width:37.5625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT { display:flex;height:auto;width:35.25rem;top:0.5625rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #MDTiRIHVuGU7yZtlDofkPNPLNxutPGS2 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #smtgpNnuhPk0FgnPl2XEZfFZlJHssP3p {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #ZmEevSS3vzTzA9bFrgE9WZbizfFaGapc {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #f5JBsvUGE1ixTNM4kBx8xDdFCtH0pKSH {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #opTbzRGAlicbiVnm6xW8KIiTfwFQnbG8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #IT7msFMG1bxnTmvr9oT1c2geW9TnQ0lQ {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #pNQERpAuFH6m8k1bgCgQ54uBbUw1g8cx {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #EI4uHLuSGxH460tKUORSRdrRHO2eBvcq {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #dfSf0sXr6uT9vcUwpCmaiok1dUF0FiVm {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #LbOGO52ZuFMwTTbTD1q5Iy4WhSTxl5Um {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #X4dIiMkaTtqd2sRFt8wJJiB8uH1KSeoL {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #sZpxFgADGiT3OFd1MxTwAPoxC5Tms3lt {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #gtJHikTAXaNGShTtk971mHFSVIitFPCZ {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #blg7Q9vvaM4B7P5DftkzW5GA2VqzVAo8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #HaqC85KPvTcqV9SNaVMZ8WfRdAp7gSkK {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #su6SJEWluzmBITFxRoJTpM9Tg5zWfgLB {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #g2SwQdevhJN5rPo4RbdKLxo7EGoMseI8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #aXV76Vtafz1Z7l6CWulP9UDz0c2tgrXk {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #PfgrxvqMTSJgEyRD7qUkyuWd6eTouEhO {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #qdqddh4qcVDA70a0rWqUdHkhR2MBrKVv {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #CTpdGs0nrDHymmdCVwToKLGeifSEICPM {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #xxVH7arOGE0pgcw8WM3p35DRd92Q5dDI {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #C4SzSWJaPonOffPLE0dZwgnrI4yJVtnK {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #zpIBRo4EDCPRfxleUycpsz1AQ2i4gQaB {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #yzWhsGsStTG7Migtc4eCZizZHThifPVR {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #VyfLEfNfXFXmh64GNBDWKM8t2DKTmvEM {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #BdUnpy51ilPd3TTQCvWHLyU4faCyknKd {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DkBQInw0Z0L87mvLkToywuAeEaroUiF4 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DDMSAwMm4Ac6Al4vynRmisqFeqcHoW32 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #I5qTJXZodnqbL1pJiKyvNVITIR7CcHPe {  }
 }@media only screen and (max-width: 763px) { #b4uTelK3kMPeanqxyAS1b7kHt3VSDvN7 { top:3.6875rem;left:18.4375rem;width:29.3125rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugwuNa7liS4kUCudD0oeac58AWFFz7a6 { display:none; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UcmZtGcq4fv9SGAEubayOTZGMyTULSHy { top:7.6875rem;left:0rem;width:30.75rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { top:16.9375rem;left:0rem;width:33.75rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybzdTQdrwIX4zdar7fE3duxRSOgGg8Fm { top:6.9375rem;left:16.6875rem;width:31.0625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnnfPGIwenLeN5ZCkRUCUJPqMX7HrTLo { top:9rem;left:0rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #El6BLhiXQ74KV0l5FofXWU9ZrwFhTPQJ { top:9.0625rem;left:12.53125rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOG3FlEnqpXblfRmaNvu6lAzPTSeQf6 { top:9.0625rem;left:25.0625rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbKdlloEKemltNy2S8gtLe4qhvvUWCUL { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTET1CzumSNtAtRCSOuMAVB7a0oKXxf { top:53.375rem;left:12.5625rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqe8ocaTQOiyPzTd8rhu3g0lnnn3aBgL { top:53.375rem;left:25.0625rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6pMZd8PJzbD5srvcJqWWvzy6ffOqIhM { top:53.3125rem;left:0rem;width:22.6875rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTqc723LlM5G2NST2HWFNhbVu0bSGeJM { display:none; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkeLwgHmCItgyvUAgtDfoDNS4haFhyxP { top:2.125rem;left:0rem;width:32.5rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nerfyVAZcv7hipJQx8AiezrtvWy8vO { top:9.9375rem;left:17.875rem;width:29.875rem;height:5.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP { top:18.5625rem;left:18.4375rem;width:29.3125rem;height:5.75rem;font-size:1.375rem;display:block; }#TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP li:before{  }
 }@media only screen and (max-width: 763px) { #IPWOT3VPCKH0x5kmxS26uiGdepBK8EMX { top:26.8125rem;left:18.4375rem;width:29.3125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcG1Nn2hV61a9AydFvXsE218VTyxort0 { top:31.25rem;left:18.4375rem;width:29.3125rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp { display:block; }#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcShyo1p8hNtaiF2KxPec66kh0O6wq6Q { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnqQpGzOOTW9KlAD7fvFp9LTZ9dQNlXk { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LptZUXtRHH5eIuiIe7X9VLMP5elMuB6v { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw0xTv6b1CUnJNCR7Cn2Tu3GKT3OF0do { top:15.9375rem;left:0rem;width:47.75rem;height:22.522083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8iH5lOrvym9d5bvp2zom4cv15Lt1JyM { top:16.4375rem;left:0rem;width:47.75rem;height:22.374056999162rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndIulIye2SLIV4nEJGSwxZbX5oq99TG { top:15.9375rem;left:0rem;width:47.75rem;height:22.637638062872rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:block; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { display:block; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { display:block; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { top:10.125rem;left:22.50048828125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn { display:none; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUcbNBm0K5MpVzJbWTu8CwgtUe4abUhF { top:5.125rem;left:0rem;width:23.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmblABXToAgJyd4ZkOJz9wOJ8hhoUs1e { top:11.625rem;left:0rem;width:27.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiBvxZ6K8dlW7HTGJcitNuSZUdQOAcu8 { top:13.6875rem;left:0rem;width:21.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef2c8qdFtsnCHLLTMIaS0iW9pLWypf91 { top:16.125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJgnaIf42iz4mxmp6Wse5gwTqo0FaRe { top:17.4375rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPWyRUM0WD3xPKZUtPFEgayaC2gW93ee { top:19.8125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgCzP2LmalALTZoTJCZvIPUw9aogRhs { top:21rem;left:0rem;width:21.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwuBKy0d75K3v8cWl5zfx20Nk1tGkvQi { top:23.375rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApA9LnvHW2vf6p9cFEJVeGf0istH74F { top:24.5rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMl7OziReqXsO0Kx7cLue3hhveRGExeK { top:26.875rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlQIDv5CWoCEMTfDSVcMKbcX7TtqmygB { top:27.8125rem;left:0rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6PSac7GioLOvtJ6nr7OSIiQlTPDuHw { top:30.125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEIzzXFB4BEdSro4hGvm6kEihBcxEitE { top:31.3125rem;left:0rem;width:21.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0oTJDs0wewWAfHa8HGT5Ey2eeCsABOd { top:11.625rem;left:19.8125rem;width:27.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cd8osLDTfDfwaHapQLSxXZuUKLiGGo { top:27.8125rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2IS8NNaRttRHnXZSizbE86xVK9rpfzN { top:19.8125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAAoHbO6IQVoEGnzgSZ9Z1gxt9MDwdk { top:21rem;left:26.125rem;width:21.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKABUWJQn4bvofIglx6bpS13wFFMMd8y { top:23.375rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTG4qsA9xsPIBQUG7KNHKIFH695CZWEx { top:24.5rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX5xex27JRS0QxcaNFVWSzJ6Nk9ghXI6 { top:26.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hnIMig5VSJ2qg4uTceXCmXGiUlFGgS { top:30.125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATD6T6slWJZEWT3RIQX2Gh2NWF8mwUwM { top:31.3125rem;left:22.875rem;width:24.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZJLfIboBHpvwHHPtkxkOzGWs7IzB9m { top:17.4375rem;left:23.4375rem;width:24.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7kdL9t7QXQAoSPzP9TeH3OBXpaAIFr { top:16.125rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvePVTUH7I85EK2eN7a2MeKXG5b8pGz { top:13.6875rem;left:26rem;width:21.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxpLhNQ8cAyHuxx85T8frmSG4UTQBDzu { top:6.4375rem;left:26rem;width:21.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { display:block; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { top:4.5rem;left:0rem;width:47.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { top:6.1875rem;left:7.75rem;width:33.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { top:8.875rem;left:6.8125rem;width:33.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogibZ9F0TXztJRxGwvEctgbznbEOfgCu { top:19rem;left:0rem;width:47.75rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq { display:block; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUeTUc5m9bUIHUmLQADaNcR68zTQblhN { top:8.25rem;left:0rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otdeoMCAuMTkttSRyUZwrG3MMANTRyAJ { top:2.25rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrXGFJ1wX6gICMkUhJlZ3I6TNoHxcW5a { top:10.75rem;left:0rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzT836q1iEqNgSqI3dTTou75rh1yoXy { top:10.75rem;left:7.6875rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWZituz3vBxf6Zi0H6abCd1HCroVPzP { top:8.25rem;left:7.9375rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWtoz68QpuwLxu5rOGx89txSKTmn4H6r { top:2.25rem;left:13.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAKfWOoZHxKOzVBQXfBJu1bl3cJQoyoF { top:10.75rem;left:27.375rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au9H941o7Aq4ITWpkutdtqT9wWB7GfOt { top:8.25rem;left:27.625rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXLLBfKm0xWWT44C3C44zK36blCK1noS { top:2.25rem;left:33.625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHeqVgrbyTZAbnZRsqWeb8GtRIS3f401 { top:10.75rem;left:30.4375rem;width:17.3125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeiiDsdiowvzWzd3g6nO95Huk3SXJRJx { top:8.25rem;left:31rem;width:16.75rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4QRQfT7dE0o8iJgZAFG4o51aSi0B33 { top:2.25rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ { display:block; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7fbUnUNHKWmAsWIRsUKHAmInfogTHnm { top:5.9375rem;left:6.1875rem;width:35.375rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv { display:block; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQWr4wa8QSvo6gzHsC6aBLG5MQAxkSGu { top:43.1875rem;left:4.75rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQponQ9Fp3Eerf4Z2g032I5MCVldutn3 { top:3.5625rem;left:9.0625rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXpFsdWgm6MU30sCSv4ey97CSHcg17X5 { top:8.875rem;left:14.5rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXxDnXXnMWkCSiSlGbp6CZxCx9sxB6w { top:28.1875rem;left:18.71875rem;width:10.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTQe1X1vxxvJK1nHQFve7198dqreB8I { top:28.0625rem;left:21.0625rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O140QVWEb2pQS5nsPx5ilT41X7H9UHbJ { top:30.375rem;left:16.4375rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7s7uF3QaZUJ6HOr0ZXH7NFiLRnumqSB { top:29.8125rem;left:15.875rem;width:3.625rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvhgNHd4e9UNdvT3yMykUpNhHDUKbXS { top:3.5625rem;left:9.0625rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXl1lGP9bZJRbCcdHVdvW86mtafDkDZ { top:4.5rem;left:18.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0SDKQkFrnctCTQmPVlEIFmDZldpw1O { top:34.5rem;left:20.4375rem;width:8.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcSXwLkayehXaEwnTzcXRVT3tXl9r82W { width:19.75rem;height:4.375rem;top:37.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thg5AOhWklgSn1Mi2QATIwI4JCfq0PmI { display:block; }
 }@media only screen and (max-width: 763px) { #b3eQZxghOzLMavsHkTJ5MNaQ0lKc0n5B { top:43.125rem;left:9.125rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmeZ5itTTrIWh2nnPitv0Kme2fZ8hHvR { top:43.125rem;left:20.625rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaIH0a4GyxCTJ2Skzmi4xfiQXuQVapcs { top:43.8125rem;left:15.875rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQQpo1b1vFop5vRMRezrZEdsynIePfyS { top:43.625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT43hAR5OibTemAwGWykRcBZJsZd6MFR { top:3.625rem;left:0rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIhSb1l70nDFTDTPe7OV2dPuJQNwq4M { top:43.1875rem;left:0rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFfhBT40Hzr9hgn3wexf4DmfsFWSePa { top:43.875rem;left:10.25rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo73NRIrlBy6LoDlEoQZB5etr4zc3OC5 { width:19.75rem;height:4.375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEOJJii6JDiTnHJpC0PcuSHBI8nlLJfh { display:block; }
 }@media only screen and (max-width: 763px) { #ox1x9V3ucvkPZgMVMmNPS0n1QxMBvxPZ { top:43.4375rem;left:8.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQCcAnpkSqQxMO1kRVTEgWfNdlqH0pm { top:34.5625rem;left:3.4375rem;width:8.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQFgRVZTmsBWvB00QHfqRlvJ8PgF9xG { top:30.4375rem;left:0.125rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTmXDiLrM6gNM90ZD1acIXTZ5LTCaHT { top:43.9375rem;left:0rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR4pKNSsGNlsUNGpmLOkImda36zxDFef { top:28.25rem;left:1.75rem;width:10.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHilEJd8PN6P6Vq82cTM4CDFIwOCK56U { top:28.0625rem;left:4.0625rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUBrXixn3n81xVUIsnWMGrsdDRErZZJ { top:8.3125rem;left:0.875rem;width:11.875rem;height:19.2480625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPXucwpSwG4XqMC0AbRVhlzz5DBVH2L { top:29.875rem;left:0rem;width:3.625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE5bqWSpw9Tc3dpbnTTlnXHfifBmQO3K { top:43.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGWMhkLTNbielT3rQdp35UqJPKinIRE { top:4.5625rem;left:1.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvWLykuxG7OpS4Hki3i9vmJsHSbwsA0 { top:43.8125rem;left:26.125rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLUrCCA6eaM2kCDAcWqM9NpcvSCWQZX { top:43.375rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2fp6yLsqTaFXwpLKEv3cBWio26uWVFX { top:3.625rem;left:24.9375rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCaWZZAVwuem6eTJNvezohZm0xc3dcNC { top:43.1875rem;left:25rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydToDMUrFc6KOHCSgRA1VsmyBWZZbcN5 { top:43.1875rem;left:36.5rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrurMANIaknTChSceMXeNU1IiCQgWUW { top:43.875rem;left:42rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STrz2sxVBMhx6izgiHxud4G2wkPNFnaX { top:43.4375rem;left:42.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfeUk84oOw1hz6CxeIKgTBt2uxQATX3x { width:19.75rem;height:4.375rem;top:37.1875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bi6iQMZGwTF8F1V3mHFmC88Cbay13F { display:block; }
 }@media only screen and (max-width: 763px) { #gngt0kv93ZHma2DxnbTB6v6XnWg3qKOU { top:43.875rem;left:32.125rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOUXIog628HBtGNT814RKMcUNH36Cyi9 { top:30.4375rem;left:32.3125rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loxhaX0c8tlhTRc6kiROhZq0A5PJ391N { top:34.5625rem;left:37.437503814698rem;width:8.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrqdQ0pOHtpgncr8ZeTbLLtO4M2r9Eg { top:28.25rem;left:35.6875rem;width:10.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhHyfaFWr6Vziwn1lnwkMGX0AevvBpFu { top:28.0625rem;left:38rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6RN7MKvfeXn3eCyTLse05V3lwLOnMg { top:29.875rem;left:32.125rem;width:3.625rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv6Q5o1aPLMS0ZOJTEp4OlT7FvNIP5R4 { top:8.875rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8bttbstqrvJ7kaATWoMyA0hxUUtR2RT { top:43.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIP6w9XwHmpXSV44nQMQy0DCov3UJKC { top:3.625rem;left:24.9375rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAFG9KNTESwm6dVqLOMs2N2Gdibq6r14 { top:4.5625rem;left:35.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJaTdFh48iIqklMCTkKBPh7hN1EM7mKq { top:3.5rem;left:0rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 { display:block; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opFMNT3C7byT0sDhtTHb4lh22dIGReTK { top:1.875rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAIiZuzukKkQABsbRWKGZfkA189cuVPn { top:1.8125rem;left:0rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57OXlbDhdE7JoD2yiLPuHfqMgaeTppA { top:6.125rem;left:20.25rem;width:27.5rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEmviFqRSsRebqUhgxIu5KpWKIMJTVWS { top:11.875rem;left:14.5rem;width:33.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itav7yukQ3bbBlOAgZFqmnHxTOWuv4DU { top:0rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:15.8125rem;left:0rem;width:26.25rem;height:16.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { top:5.9375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { top:8.0625rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:35.9375rem;height:4.1875rem;top:20.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { top:14.5625rem;left:4.625rem;width:38.4375rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { top:9.875rem;left:4.125rem;width:40.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { top:34.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { top:4.1875rem;left:0rem;width:16.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.3125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { top:1.25rem;left:8.125rem;width:15.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { top:1.25rem;left:20.0625rem;width:15.75rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { top:6.9375rem;left:32.0625rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { top:6.875rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { top:9.4375rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { top:9.375rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { top:3.8125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { top:3.75rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { top:1.25rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { top:1.3125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.8125rem;height:2.5625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { top:0.375rem;left:13.21826171875rem;width:21.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 { display:none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yORLMDrozRRqVavGamxTDWSREIMTTiiP { width:23.0625rem;height:2.5rem;top:1.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzVG8hz42FNLNuTvzlsGBV7DGMN28Nk { display:block; }
 }@media only screen and (max-width: 763px) { #ck571Vus8H294v9UzSSr0Z7Xa70zan6s { top:0.4375rem;left:0rem;width:2.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI8g9UOqfe343TASGFxpuNHiqsdSGulE { top:1.875rem;left:0rem;width:11.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { position:relative;z-index:auto;display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI { background-color:transparent;background-image:none;display:block; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { background-color: transparent; background-image: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container > .video-iframe-container { display: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row > .video-iframe-container { display: none; }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .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); }#NzppTenTaSLpaZsGVTWXJGQ9cmtZNnrI > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU6VW4BgrV68b5Tq5PqLs0tSTG8RyCXD { width:11.875rem;height:3.3125rem;top:1.375rem;left:8.125rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAm3XJazX4U5edXRVh4NkKJmlKKIpoyM { width:5.625rem;height:2.5rem;top:5.18676875rem;left:1.624755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #clfsIEbSJKIVZnTuHJbSfbuCiZulOyE5 { display:block; }
 }@media only screen and (max-width: 763px) { #zhMVCKL5a2nHHngf8woloVBSo6nJoaW1 { width:6.25rem;height:2.5rem;top:5.18676875rem;left:7.249755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt0halAnCnB7rG6UGfCTI8o9aIFmslWB { display:block; }
 }@media only screen and (max-width: 763px) { #HcM1KDLaT0U3HWTGT2RdqD2RDFTXdKMG { width:5.625rem;height:2.5rem;top:5.18676875rem;left:14.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOlMHRWrBTdHwVeupu7Oyh6PxLVEkNmH { display:block; }
 }@media only screen and (max-width: 763px) { #PTia6sg5TSZxTQa96tR8RqrphmnLzLvy { width:5.4370125rem;height:2.5rem;top:5.18676875rem;left:14.5629875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8O5GNEM8HXK8yVz7fiOPMLCNNXXLZ33 { display:block; }
 }@media only screen and (max-width: 763px) { #wTrehLayHA6uORub2VaInSC74S2B9XqW { width:5.875rem;height:1.6875rem;top:2.1875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bl3MQqdsKJ4K21yBenCJACPD9TRTwuv0 { display:block; }
 }@media only screen and (max-width: 763px) { #caHJzkOIHTR8nv8V4Csg8p1D5NQTukRQ { width:13.25rem;height:2.1875rem;top:2.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX { background-color:transparent;background-image:none;display:block; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container { background-color: transparent; background-image: none; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container > .video-iframe-container { display: none; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row > .video-iframe-container { display: none; }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .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); }#RDQoBIXIcDvLT9PXhVsaxiQ5TsIo5lFX > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWwlRIrDOP719bhEK8N7gWbCGJC8P4Qr { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuBx6gOs4UxV5Ui2nE3HuZWPlLTgwwn6 { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3diTxMNyITcTXbEIxtPukXAaVVobb3n { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGz4KIbumni8fgqMIg7xdTolSqb9u0hd { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep5Ix1abzgJfZJRnFcQQ918eJvsl4gCW { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgOKuLX2Mfyn7zMbdmmHGEhgTCDv7Q6K { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRaPfEAono7TOuDHJHRcwidSEoriWr9 { background-color:transparent;background-image:none;display:block; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container { background-color: transparent; background-image: none; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container > .video-iframe-container { display: none; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row > .video-iframe-container { display: none; }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .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); }#SbRaPfEAono7TOuDHJHRcwidSEoriWr9 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsOPFDU7qZo5hNxQG81qEEVhvHrDPLQ1 { width:3.4375rem;height:3.4375rem;top:0.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT1hDfAvfpwJPP1GpDyz1tunZMV0xEo { width:3.4375rem;height:3.4375rem;top:0.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N68zlFUi3eB836wMO0Ke5uRSOenFcTe8 { width:3.4375rem;height:3.4375rem;top:0.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S64XVkmuG5TTcpDUTFBsK2vnvvokHPJm { width:3.4375rem;height:3.4375rem;top:0.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlzbrzG19e9t7CeprxcQ0RX6kdhK1f3G { width:3.4375rem;height:3.4375rem;top:0.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5HTI1ohbk3rzTvlXqELRqVTqKGIzpGE { display:flex;width:1.1875rem;height:1.1875rem;top:4.125rem;left:18.8125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #TAMpXAhdDsLciJDnpk6uoDs9s5tLiGBp { display:flex;width:1.25rem;height:1.25rem;top:4.125rem;left:16.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #z7lOv4K1J15aZsBncxPnmJKvd0neXNf2 { width:3.4375rem;height:3.4375rem;top:0.25rem;left:12.375rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QlJvQT7QL99aRNA9BFTtvcW3optNn9L2 { width:3.4375rem;height:3.4375rem;top:0.25rem;left:16.5625rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO { background-color:transparent;background-image:none;display:block; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container { background-color: transparent; background-image: none; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container > .video-iframe-container { display: none; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row > .video-iframe-container { display: none; }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .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); }#K2VSDSUcSdULl0pIsh3DONF1KyKVNiwO > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Orl4vEDEVzTonIqaKB2dvcDwbr0vDVbz { width:20rem;height:2.625rem;top:46.213544130326rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #NvTptNs9TBe1dnzNDT9NMeFilWE4uZXz { display:block; }
 }@media only screen and (max-width: 763px) { #FvF6VNiUnaJGtzT41TTMKnl8mVOnihI6 { width:19.875rem;height:6.5625rem;top:42.088544130326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkiDBIT0r8qe0QrETTd3Th9BCw7Oq2E { width:4.875rem;height:1.04948125rem;top:44.5rem;left:14.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EluQnti8KiFRpkJcTTs4TFpBXNe5KOC1 { width:9.75rem;height:0.97395625rem;top:44.485677003861rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6LXaQREX9ZUN5EzosJE0XqsKqDqPrp { width:7.0625rem;height:1.125rem;top:43.381512880326rem;left:12.395833969116rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PknC1BOhU2e3P54fXnUkt4EflDglkM1r { width:5.125rem;height:1.42448125rem;top:43.041669130326rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTTespzEhSO8TQP51rXTI1Fmoxc2fU7M { display:flex;width:1.6875rem;height:1.6875rem;top:43.166669130326rem;left:1.125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MUmhfVqtSryULu2Jd8V1CADBNJWZlTPm { width:20rem;height:3.29948125rem;top:0.56250762939453rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWTHqCAcrGUBTa7n2TDe42akgXVMqnHv { width:20rem;height:8.53125rem;top:11.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DiUkcoaM7e4zRmT1MR80UH6irRuHKUna { width:4.0625rem;height:1.5625rem;top:40.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4f7z7KDNyur5oH7ATuQN8iyVAoBMu0 { width:4.125rem;height:0.97395625rem;top:40.856773376465rem;left:8.7291669845581rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUBQnuet9TvnO907ecCGEgGgtSvVXHB3 { width:4.8125rem;height:1.5625rem;top:40.579429626465rem;left:14.083333969116rem;background-color:#37604d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qt8Ky37BE3QbMvdoOiMVsuWGtAhPZAAT { width:3.8125rem;height:0.8997375rem;top:41.01953125rem;left:14.625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#e8e8e1;display:block; }
 }@media only screen and (max-width: 763px) { #o7odrfOMHhFX8ZFfep4ybIA2oEsksPyy { display:flex;width:1.125rem;height:1.125rem;top:4.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0HHyTN2thTecvUWSX8uTmodpVxEwgZa { display:flex;width:1.125rem;height:1.125rem;top:4.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #tTWnpppA8BH3SdUKC3gn2Pep7qbHaOcs { display:flex;width:1.125rem;height:1.125rem;top:4.625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Hwrz4cb3xTx5JETZgmmFQrezTKZzKmTT { display:flex;width:1.125rem;height:1.125rem;top:4.625rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #ZWyelsd37BWfunz8lNGfIry4s0aTRs8X { display:flex;width:1.125rem;height:1.125rem;top:4.625rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #E4LWvxRrX3QHnI0LUHwWUVhMT8EHzl9I { width:5.5rem;height:0.97395625rem;top:4.69921875rem;left:6.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sfs5cJAqF2a0UVtnXOrBRaNGZIMy8Jd6 { width:6rem;height:3.19791875rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q09dhogDsHTM66Qn3VsV2kxtu0dHM0kk { width:8.125rem;height:1.25rem;top:7.4375rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCZXPWVmTGmCA6kC8GKrFLZT1Do7vRip { width:5.9375rem;height:;top:9.25rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZB0ptb3rBT2qSCzPsBDLgVIO0d61yTa { width:3.75rem;height:0.0625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwnCZ8PFJ8VBe3CKhzIU8megofQmL0D4 { width:12.125rem;height:0.8125rem;top:22.6875rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WJSIUenTdnGStn89CfCSkmhctBqVi9gH { width:3.75rem;height:0.0625rem;top:23rem;left:16.25rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #vVcafm5qZ0K4sXEwNn9gARIDPTgT66F4 { width:19.875rem;height:5.9375rem;top:25.0625rem;left:0rem;background-color:rgba(229,229,229,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pRfJXgNRwuHpmX6UzcFQ4o8yUmWRfl3F { width:20rem;height:2.4375rem;top:28.687501907349rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E0lHEu61IwZq4osizMfqgiVHGUND27L8 { display:block; }
 }@media only screen and (max-width: 763px) { #dKA5vORDDTp2fswOf317OpJN1tS6mU32 { width:8.125rem;height:1.125rem;top:26.25rem;left:11.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zugZpEAt51GfqKQkTC9Huy8kKTDTJov7 { width:19.875rem;height:6.4375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWM7liSnMPCKWU1BfNKJx6SGTKrGUQbL { width:20rem;height:2.375rem;top:37.5rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),0.49);display:block; }
 }@media only screen and (max-width: 763px) { #DBChW2WD7kWTK5eT2a22U62iGsBJErMO { display:block; }
 }@media only screen and (max-width: 763px) { #pHEtErKnRklw5USqlxJGWA43wIeqNVWV { width:5.6875rem;height:1.04948125rem;top:35.75rem;left:13.625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Urz0syCx53WnkbOUAHdDfJG1Lycnf3Me { width:9.75rem;height:0.97395625rem;top:27.125rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDc11ctRqZS7SqM80ErJ6HO8f8KfhPoG { width:9.75rem;height:0.97395625rem;top:35.8125rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKItvJTuwCkBlHdXTVd3hiQbTxzEQ9O0 { width:7.0625rem;height:1.125rem;top:34.6875rem;left:12.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qowchEaJ5Ea85TshLpJLlSOLIBT8b3t3 { width:5.125rem;height:1.42448125rem;top:34.375rem;left:3.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tuxtRXnRhJbFeNoLDR7T6FBNTI6CO8G7 { width:3.9375rem;height:1.42448125rem;top:25.787759780884rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BgIMQOqmTANuewLpTr8lwcFwzwfutFze { width:4.8125rem;height:1.5625rem;top:31.8125rem;left:13.8125rem;background-color:#37604d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tUK3JOUuUE9C1lWVC9sfIqhLkhEgHI09 { width:3.5625rem;height:0.8997375rem;top:32.25rem;left:14.5rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#e8e8e1;display:block; }
 }@media only screen and (max-width: 763px) { #xC3pdzKKpM0oKzWVVveV1D0d2NxiiAlN { display:flex;width:1.9375rem;height:1.9375rem;top:25.9375rem;left:0.9375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #QlPSLSifDK7IoMsyQAWkSVdUM8lRpfLC { display:flex;width:1.6875rem;height:1.6875rem;top:34.5625rem;left:1.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #b9hQ0X9xfL4PMdwgDh92Tcl8cvhn13zt { width:4.9375rem;height:1.59895625rem;top:9.05859375rem;left:11.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15131;color:#37604d;display:block; }
 }@media only screen and (max-width: 763px) { #fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe.adaptive-delivery-prevent-bg, #fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe.lazyload, #fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe.lazyloading { background-image: none; }#fGGlmbEMoUXg7EGaUSmzOddV1GuXWkKe > .row .container { width:20rem;height:189.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTXO9LnT1ySaFzIIPVMNyNct94gHhrJ5 { width:18.75rem;height:2.4375rem;top:176.8125rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMnGq6hg8VwnXZZ4DTXbTCyZ76ycgZU { display:block; }
 }@media only screen and (max-width: 763px) { #cHmz7aJl025e2STMguSHkeiwmbePQbGZ { width:19.875rem;height:7.125rem;top:172.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0TyhHRrEHtMzd4vT8mbo8UgoXwCzCX { width:5.5625rem;height:0;top:175.1875rem;left:14.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIv6cRnwS8DyHOdfB6dMHUcTcB2nbMCd { width:9.75rem;height:0;top:174.625rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #huZAfBlpwUWz0FchwFh35I12MIg4Xvwv { width:8.125rem;height:0;top:173.5625rem;left:11.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEADLnXhBPVKI5TylUTABMMthNvRSsyf { width:5.125rem;height:0;top:173.125rem;left:3.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 { display:flex;width:1.6875rem;height:1.6875rem;top:173.3125rem;left:1.1875rem;font-size:0.9375rem; }
#Zxmn81tWLIKWHi01l0Z93ahQMFvtQLr5 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TkXkkSqPm1ylXmBrK49zemuZ5ZTnu25L { width:20rem;height:0;top:128.75rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JK02aUz2UkapmrLb9T7Pwf9diytTTuJh { width:20rem;height:0;top:159.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVMMTDLOsxM10buJOu0TENoW1uLSEhRx { width:5.375rem;height:1.875rem;top:170.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtPUaXo55rG8wWeLtElV7MdH8qaDIqk { width:4.1875rem;height:0;top:170.6875rem;left:15.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywK6CAcVGnGNUhBRvs26ZepCNwRRM01O { width:5.375rem;height:1.875rem;top:170.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNcdm7Tu2OXz8tTZpLDEtKCXT0Nbd0S { width:4.1875rem;height:0;top:170.625rem;left:15.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWWPwmqL6BqQHV07fmkrQXw48ope0PMX { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMKIPLidQQcv7ebeHQOW1h6Inu0elvK0 { display:flex;width:1.125rem;height:1.125rem;top:135.8125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #UmkmutdQdzHC9pfzPBpSWfPXuceI2Mf0 { display:flex;width:1.125rem;height:1.125rem;top:138.1875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #uWJbaDpPB50J1UTuedaxT1bzhvnN16iw { display:flex;width:1.125rem;height:1.125rem;top:140.5625rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #ZfhSNqyCe2ociBOLay13v3dzJIpLp6Uf { display:flex;width:1.125rem;height:1.125rem;top:142.9375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #xOO8PCcvHH4H4TqVR2kIDZBU3lVHtzZ1 { display:flex;width:1.125rem;height:1.125rem;top:145.3125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #wSTNzEcJuo4IzEiZNrQhwgWGHh57Thx9 { width:5.5rem;height:0;top:147.6875rem;left:7.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnpRRrtWyTauguZlZDPEk6IlsSSL1UTo { width:20rem;height:0;top:149.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lrz3BaUWHoGyNxrhtlOTB4WKx6ibbPKK { width:8.125rem;height:0;top:154.375rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZ35fxXegfOBHPUUgquPrTBqoC1XrBsX { width:8.125rem;height:0;top:156.875rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuaUTl1Rkr9yOvIW6p0kUczrcbtpGZnN { width:9.375rem;height:0.1875rem;top:166.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXBPO4H2pLBLrTSva1rUrMz12VD5O2w { width:14.9375rem;height:0;top:168.375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1TQIXMNbDI7EgrNgpwtTFwZAoBtZiL4 { width:9.375rem;height:0.1875rem;top:170.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3V8d7tBaNAgkMR2d6W30tU3sALVZ1VK { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfvCL0ssSBrgnQKtXlKDOGne2B3sTil { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ByWkkav4HhQVWXE0P4vWiipkMMpf3D { width:20rem;height:20rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8JI2hFglSafT72qZLwtEyJBsS4n2d3T { width:20rem;height:20rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMgrdg3Gqeeah7XiQeJOZWV6yufmvAc { width:20rem;height:20rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XxWTFLH1UecCeB2TPPZf3wyqHt2xsb { width:5.6875rem;height:0;top:180.60416625rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm.adaptive-delivery-prevent-bg, #o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm.lazyload, #o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm.lazyloading { background-image: none; }#o6hK7QdUPVsm2tgM2Eh2fXSmvW2OrBrm > .row .container { width:20rem;height:95.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #se56wSxMWS22i6MCacMHkwh1q5Wp6qeI { width:19.875rem;height:5.9375rem;top:45.72916625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1oNKRB5IdPnixTLX3ABsB0zZRNpWy8 { width:19rem;height:2.5625rem;top:53.0833325rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbrc8D574WQElJJGnD1bIzfNGi3C8WPm { display:block; }
 }@media only screen and (max-width: 763px) { #gh7c3tmcFUKUkfDUO5wBc8sXMpTDFgxS { width:8.125rem;height:0;top:46.91666625rem;left:11.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2RmzWcsw8voqru0b990bDINXfkE05R1 { width:3.9375rem;height:0;top:46.41666625rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT5btHALsLEPpbN1rKieeqSzzt1qJN4A { width:9.75rem;height:0;top:47.79166625rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klnrgsgJiZ3RKHbXPXnpPRyy08G97IJ9 { width:19.875rem;height:7.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUe3OIh8aru8CNcs617okAJwfZ01VIa { width:5.125rem;height:0;top:38.3125rem;left:3.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RUfBpqLXTmxJKVGDzsO7OfKx4R8Nrlye { width:9.75rem;height:0;top:39.8125rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTmk7HfdQBiMW4dNw3KPV9VbraNRdebn { width:8.125rem;height:0;top:38.75rem;left:11.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1aXBTJecCtbGTlxovfwv7wl8Koodr0S { width:18.75rem;height:2.4375rem;top:42rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO40whIeqBNRn6erWv3ESA5iT2aDITRS { display:block; }
 }@media only screen and (max-width: 763px) { #CwTT11OILJXVVaqGROTgvXgJI30Eadoe { width:5.6875rem;height:0;top:40.3125rem;left:14.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7FQX4zqICTcpafFIdaV5yAriktrXHvE { width:5.375rem;height:1.875rem;top:35.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk { display:flex;width:1.9375rem;height:1.9375rem;top:46.60416625rem;left:0.9375rem;font-size:1.125rem; }
#y1RgRkRcxhuXhDFNi1cD2WqWDqVg3Qdk > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #vugiINUJNNNIAmxkloMLAl5RuTXudEdh { display:flex;width:1.6875rem;height:1.6875rem;top:38.5rem;left:1.1875rem;font-size:0.9375rem; }
#vugiINUJNNNIAmxkloMLAl5RuTXudEdh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rFvMcVFOwpuAPimi2zsuHoBqKUaMcpm6 { width:4.1875rem;height:0;top:35.8125rem;left:15.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnUHP9xr6RwMQ02TsXCywwnEpJzeu67c { width:7.75rem;height:7.75rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTzRTWBa0iQ2weWD89E8AT3WEEBiEuF { width:7.75rem;height:7.75rem;top:10.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpGB0HG1azMSnT8M30XfEQSPG07ua3R4 { width:7.75rem;height:7.75rem;top:19.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz86cI5iui7LAkZ4lF3RhBO9fIeiUbnw { width:7.75rem;height:7.75rem;top:28.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H { display:block; }#xQxhlFfTRIUdASxyT8TCUuuZ9LBppf4H > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #Ri2Q6bRNSUwO6l7XTt0UrWEd8QDkMJMv {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #xlGu0IQX3XzbaXozRFD8trcr8V46y9fH {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #IB58GLrQTGozXOtFTceP8FrfSflH4hUQ {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JcbqSwwqAFfsoI6foT0OHFtOh7n11zay {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #LvOKD2PLv6lyWwgxfm8i8tepIbpWlGfK {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #RdfmPqJSNFNaAEFdTw7kgv0WAPmNMvFR {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #oMIEMvXp3barCv32JUJerPcZGzkRHOhw {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #c1uyZqtCPoQ5w621qDwuIGzkITXWlwAK {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #JmBmkk8FdQIyDM8Z17BX1MoaQqtEuWyr {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #iDJ4r8yfSfIU29r17VCn38XDh4dC155c {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #L5AmB9RThIcSGMxpUOaFHwGybXybbEot {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #u0FEOLT6hV954wIKuumZFCzUXZ7nEEzc {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #wO0AsIxcgNDN0grWSf1scvEFFbk5QXik {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #KMAF3VLCTUukKHCkmLnsTz4Ql0ROTkwt {  }
 }@media only screen and (max-width: 763px) { #xtWOO8Zimcl1PB8i1nfhTzrSNq7bCaIx #MyHTUzWgyIZ0AVzqBIxM9E0ECPMPlTrN {  }
 }@media only screen and (max-width: 763px) { #lLt57ZkrgesFaOun2vdcA6VCof7DbEiD { background-color:transparent;background-image:none;display:block; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { background-color: transparent; background-image: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container > .video-iframe-container { display: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row > .video-iframe-container { display: none; }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .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); }#lLt57ZkrgesFaOun2vdcA6VCof7DbEiD > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJ8li5bBKHE30EhMHbmvr1dTcw8iTbif { width:5rem;height:5rem;top:1.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd9AxKPETOdENGeAS3c9IkylLMAhd0xT { width:7.3125rem;height:2.47395625rem;top:8.1875rem;left:1.15625rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pD3XLDKoAC3UVNt6RUl49P3liqZI7T3Z { width:9.125rem;height:2.88671875rem;top:11.5625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HiRtvDJwuE9QqxzhGdIVMZ5ET5cKdAWP { width:9.375rem;height:2.47395625rem;top:8.1875rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJCEORPZrXTxBgohtNx8RtOcFLTrq6D { width:9.125rem;height:3.84895625rem;top:11.5625rem;left:10.875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FROVSnBdt3bDd1m61GpPangNRUToLe9k { width:5rem;height:5rem;top:1.9375rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8WHxuldhtRVqaR3UhACXkvstTTTB3I { width:9.625rem;height:2.88671875rem;top:26.83203125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B1XqX0nm6ELuKbe6OdEvr78GtH8WAHhx { width:9.375rem;height:2.19791875rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peViSMrBAtM7yGb2uCGWNyRPiJD2dV8J { width:5rem;height:5rem;top:17.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VViCihg85cgQlHIJibegRUMi2KzKe3n0 { width:9rem;height:2.88671875rem;top:26.83203125rem;left:11rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sPk3zeU3AS3hxXbtfTTrUvQN0w9legGJ { width:9.25rem;height:2.19791875rem;top:23.630210876465rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNKGOTQtdP5mcD1wBaLQrRgwGfde72s { width:5rem;height:5rem;top:17.333332061767rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1xUwxfm1reDAx2BsHXGVm9QzRCfw06l { width:8.9375rem;height:2.88671875rem;top:56.8125rem;left:0.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wogNbdAtPUnWNvPPq2DM5PvdeBngi4uH { width:8.3125rem;height:3.84895625rem;top:56.8125rem;left:11.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W0SmqwFFM1139IUXKlhP85zElMGvlqlt { width:6.9375rem;height:2.88671875rem;top:41.25rem;left:12.03125rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d9XLK3MaADresErSR4kCK6gQdZyihB3b { width:8.375rem;height:2.47395625rem;top:38.000002503395rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2OsbeCWhmx621GdJLGrnBqARyOVCvp { width:8.3125rem;height:2.47395625rem;top:53.375002563rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #askxVPhedg8sCU6GHyIxdZKvePDR9Zqy { width:7.9375rem;height:2.47395625rem;top:53.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ODqPGo21u56kqeIaaU7mg0P99xiHTk { width:8.1875rem;height:2.47395625rem;top:38.000021934509rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TubMK3BehZs8UclUa3Q2IGqidLGs5bKu { width:8.5rem;height:2.88671875rem;top:41.250011444092rem;left:0.5625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C2iwUF8zuU8J6K1s3X9ptqLN2zDZHh81 { width:5rem;height:5rem;top:31.873698234558rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAU1h4ndsLb5H5EHsiWiDfWQF3vAumnl { width:6.25rem;height:6.25rem;top:45.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KngpaaNbZbnCclAfOlCrL53Ni90kedNA { width:6.25rem;height:6.25rem;top:45.937501266599rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzaT3GHXAqpL4aa4CVATlKneSbrmCut { width:5rem;height:5rem;top:31.873710632324rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm { display:block; }#C70ap8CHmN4ncK06w0FwG7Ohq7FDoOxm > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvNXIcxpbwp27mGOHRpesHtyUIo7pqSx { width:20rem;height:20rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT { display:flex;height:auto;width:17.625rem;top:26.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #MDTiRIHVuGU7yZtlDofkPNPLNxutPGS2 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #smtgpNnuhPk0FgnPl2XEZfFZlJHssP3p {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #ZmEevSS3vzTzA9bFrgE9WZbizfFaGapc {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #f5JBsvUGE1ixTNM4kBx8xDdFCtH0pKSH {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #opTbzRGAlicbiVnm6xW8KIiTfwFQnbG8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #IT7msFMG1bxnTmvr9oT1c2geW9TnQ0lQ {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #pNQERpAuFH6m8k1bgCgQ54uBbUw1g8cx {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #EI4uHLuSGxH460tKUORSRdrRHO2eBvcq {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #dfSf0sXr6uT9vcUwpCmaiok1dUF0FiVm {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #LbOGO52ZuFMwTTbTD1q5Iy4WhSTxl5Um {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #X4dIiMkaTtqd2sRFt8wJJiB8uH1KSeoL {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #sZpxFgADGiT3OFd1MxTwAPoxC5Tms3lt {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #gtJHikTAXaNGShTtk971mHFSVIitFPCZ {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #blg7Q9vvaM4B7P5DftkzW5GA2VqzVAo8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #HaqC85KPvTcqV9SNaVMZ8WfRdAp7gSkK {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #su6SJEWluzmBITFxRoJTpM9Tg5zWfgLB {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #g2SwQdevhJN5rPo4RbdKLxo7EGoMseI8 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #aXV76Vtafz1Z7l6CWulP9UDz0c2tgrXk {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #PfgrxvqMTSJgEyRD7qUkyuWd6eTouEhO {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #qdqddh4qcVDA70a0rWqUdHkhR2MBrKVv {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #CTpdGs0nrDHymmdCVwToKLGeifSEICPM {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #xxVH7arOGE0pgcw8WM3p35DRd92Q5dDI {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #C4SzSWJaPonOffPLE0dZwgnrI4yJVtnK {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #zpIBRo4EDCPRfxleUycpsz1AQ2i4gQaB {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #yzWhsGsStTG7Migtc4eCZizZHThifPVR {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #VyfLEfNfXFXmh64GNBDWKM8t2DKTmvEM {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #BdUnpy51ilPd3TTQCvWHLyU4faCyknKd {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DkBQInw0Z0L87mvLkToywuAeEaroUiF4 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #DDMSAwMm4Ac6Al4vynRmisqFeqcHoW32 {  }
 }@media only screen and (max-width: 763px) { #L1X7dGbSZJmTq0Trg5rzxor7pp25yCWT #I5qTJXZodnqbL1pJiKyvNVITIR7CcHPe {  }
 }@media only screen and (max-width: 763px) { #b4uTelK3kMPeanqxyAS1b7kHt3VSDvN7 { width:20rem;height:3.84895625rem;top:1.125rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ugwuNa7liS4kUCudD0oeac58AWFFz7a6 { display:block; }#ugwuNa7liS4kUCudD0oeac58AWFFz7a6 > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcmZtGcq4fv9SGAEubayOTZGMyTULSHy { width:20rem;height:6.597625rem;top:1.8828125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { width:20rem;height:25.19531875rem;top:9.5625228881838rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ybzdTQdrwIX4zdar7fE3duxRSOgGg8Fm { width:20rem;height:20rem;top:35.291645050049rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnnfPGIwenLeN5ZCkRUCUJPqMX7HrTLo { width:9.375rem;height:15.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El6BLhiXQ74KV0l5FofXWU9ZrwFhTPQJ { width:9.375rem;height:15.625rem;top:4.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOG3FlEnqpXblfRmaNvu6lAzPTSeQf6 { width:9.375rem;height:15.625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbKdlloEKemltNy2S8gtLe4qhvvUWCUL { width:20rem;height:1.5rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJTET1CzumSNtAtRCSOuMAVB7a0oKXxf { width:9.375rem;height:15.625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqe8ocaTQOiyPzTd8rhu3g0lnnn3aBgL { width:9.375rem;height:15.625rem;top:38.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6pMZd8PJzbD5srvcJqWWvzy6ffOqIhM { width:9.375rem;height:15.625rem;top:21.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTqc723LlM5G2NST2HWFNhbVu0bSGeJM { display:block; }#HTqc723LlM5G2NST2HWFNhbVu0bSGeJM > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkeLwgHmCItgyvUAgtDfoDNS4haFhyxP { width:20rem;height:25.0768125rem;top:22.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nerfyVAZcv7hipJQx8AiezrtvWy8vO { width:20rem;height:6.59765625rem;top:1.5872402191162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP { width:20rem;height:4.19921875rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }#TwHcNSVZwJqiBzdJ21OzEUcqIfJi38sP li:before{  }
 }@media only screen and (max-width: 763px) { #IPWOT3VPCKH0x5kmxS26uiGdepBK8EMX { width:20rem;height:1.3997375rem;top:14.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QcG1Nn2hV61a9AydFvXsE218VTyxort0 { width:20rem;height:2.79948125rem;top:17.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp { display:none; }#dVL3uevAOvKfQ6kIOPa8rNFB30iiiOWp > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bcShyo1p8hNtaiF2KxPec66kh0O6wq6Q { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QnqQpGzOOTW9KlAD7fvFp9LTZ9dQNlXk { width:16.499rem;height:2.79785rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LptZUXtRHH5eIuiIe7X9VLMP5elMuB6v { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uw0xTv6b1CUnJNCR7Cn2Tu3GKT3OF0do { width:20rem;height:9.4332666666667rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8iH5lOrvym9d5bvp2zom4cv15Lt1JyM { width:20rem;height:9.370125rem;top:11.251220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndIulIye2SLIV4nEJGSwxZbX5oq99TG { width:20rem;height:9.4811875rem;top:11.1962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { background-color:#e8e8e1;background-image:none;display:none; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { width:16.499rem;height:2.79948125rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { width:17.7478125rem;height:22.2485625rem;top:9.25rem;left:1.125rem;overflow:hidden;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { width:17.68675rem;height:22.06175rem;top:9.4375rem;left:1.125rem;overflow:hidden;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { width:17.5610625rem;height:21.9983125rem;top:9.5rem;left:1.125rem;overflow:hidden;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { width:17.5rem;height:21.93725rem;top:9.5625rem;left:1.125rem;overflow:hidden;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { background-color:#e8e8e1;background-image:none;display:none; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { width:2.6875rem;height:2.6875rem;top:10rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn { display:block; }#WcnHUN2FbUGTzpvuBRb0ITabp7ce2wVn > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUcbNBm0K5MpVzJbWTu8CwgtUe4abUhF { width:15.9375rem;height:3.4375rem;top:2.5794277191162rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmblABXToAgJyd4ZkOJz9wOJ8hhoUs1e { width:18.9375rem;height:25.0625rem;top:7.0559902191163rem;left:0.36197918653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiBvxZ6K8dlW7HTGJcitNuSZUdQOAcu8 { width:13.9375rem;height:2.97395625rem;top:8.5520839691163rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ef2c8qdFtsnCHLLTMIaS0iW9pLWypf91 { width:15.625rem;height:0.0625rem;top:12.067708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJgnaIf42iz4mxmp6Wse5gwTqo0FaRe { width:9.8125rem;height:1.48698125rem;top:12.692708969116rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zPWyRUM0WD3xPKZUtPFEgayaC2gW93ee { width:15.625rem;height:0.0625rem;top:14.817708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgCzP2LmalALTZoTJCZvIPUw9aogRhs { width:15.875rem;height:2.97395625rem;top:15.553384780884rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OwuBKy0d75K3v8cWl5zfx20Nk1tGkvQi { width:15.625rem;height:0.0625rem;top:19.067708969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApA9LnvHW2vf6p9cFEJVeGf0istH74F { width:15.375rem;height:2.97395625rem;top:19.740905761719rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qMl7OziReqXsO0Kx7cLue3hhveRGExeK { width:15.625rem;height:0.0625rem;top:23.152345657349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlQIDv5CWoCEMTfDSVcMKbcX7TtqmygB { width:16.4375rem;height:2.97395625rem;top:23.98828125rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Zi6PSac7GioLOvtJ6nr7OSIiQlTPDuHw { width:15.625rem;height:0.0625rem;top:27.569009780884rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEIzzXFB4BEdSro4hGvm6kEihBcxEitE { width:15.125rem;height:2.97395625rem;top:28.138021469116rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #z0oTJDs0wewWAfHa8HGT5Ey2eeCsABOd { width:19.625rem;height:23.6875rem;top:37.625001907349rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cd8osLDTfDfwaHapQLSxXZuUKLiGGo { width:16.5rem;height:2.97395625rem;top:53.485717773438rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Q2IS8NNaRttRHnXZSizbE86xVK9rpfzN { width:15.625rem;height:0.0625rem;top:45.437501907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAAoHbO6IQVoEGnzgSZ9Z1gxt9MDwdk { width:18.625rem;height:1.48698125rem;top:46.485717773438rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #HKABUWJQn4bvofIglx6bpS13wFFMMd8y { width:15.625rem;height:0.0625rem;top:48.447919845581rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTG4qsA9xsPIBQUG7KNHKIFH695CZWEx { width:10.5rem;height:2.97395625rem;top:49.125001907349rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MX5xex27JRS0QxcaNFVWSzJ6Nk9ghXI6 { width:15.625rem;height:0.0625rem;top:52.750001907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hnIMig5VSJ2qg4uTceXCmXGiUlFGgS { width:15.625rem;height:0.0625rem;top:56.958333969116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATD6T6slWJZEWT3RIQX2Gh2NWF8mwUwM { width:13.4375rem;height:2.79948125rem;top:57.742189407349rem;left:3.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZJLfIboBHpvwHHPtkxkOzGWs7IzB9m { width:15.8125rem;height:1.48698125rem;top:43.346374511719rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ac7kdL9t7QXQAoSPzP9TeH3OBXpaAIFr { width:15.625rem;height:0.0625rem;top:42.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvePVTUH7I85EK2eN7a2MeKXG5b8pGz { width:10.625rem;height:2.97395625rem;top:38.985679626465rem;left:3.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #cxpLhNQ8cAyHuxx85T8frmSG4UTQBDzu { width:20rem;height:2.2747375rem;top:34.214846134186rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { background-color: transparent; background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .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); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { border-width: 0; border-radius: 0; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { width:20rem;height:11.5625rem;top:0rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { width:15.9375rem;height:3rem;top:1.625rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { width:15.9375rem;height:4.94921875rem;top:5.1875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogibZ9F0TXztJRxGwvEctgbznbEOfgCu { width:20rem;height:12.75rem;top:14.062500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #84a183, #37604d);background-image: -moz-linear-gradient(180deg, #84a183, #37604d);background-image: -ms-linear-gradient(180deg, #84a183, #37604d);background-image: -o-linear-gradient(180deg, #84a183, #37604d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a183', endColorstr='#37604d' );";background-image: linear-gradient(180deg, #84a183, #37604d);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { background-color: transparent; background-image: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container > .video-iframe-container { display: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container { display: none; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .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); }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { border-width: 0; border-radius: 0; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kvv0JecTNzft7Nf3I5KZaIdVnJDIhmaq > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUeTUc5m9bUIHUmLQADaNcR68zTQblhN { width:8.375rem;height:3rem;top:6.375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otdeoMCAuMTkttSRyUZwrG3MMANTRyAJ { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:2.875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #UrXGFJ1wX6gICMkUhJlZ3I6TNoHxcW5a { width:8.8125rem;height:2.25rem;top:10.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHzT836q1iEqNgSqI3dTTou75rh1yoXy { width:7.875rem;height:2.25rem;top:9.4375rem;left:11.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziWZituz3vBxf6Zi0H6abCd1HCroVPzP { width:7.5rem;height:1.5rem;top:7.1875rem;left:11.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWtoz68QpuwLxu5rOGx89txSKTmn4H6r { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:13.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xAKfWOoZHxKOzVBQXfBJu1bl3cJQoyoF { width:8.4375rem;height:1.125rem;top:20.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au9H941o7Aq4ITWpkutdtqT9wWB7GfOt { width:8.875rem;height:1.5rem;top:18.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXLLBfKm0xWWT44C3C44zK36blCK1noS { display:flex;width:3.125rem;height:3.125rem;top:15rem;left:2.875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KHeqVgrbyTZAbnZRsqWeb8GtRIS3f401 { width:6rem;height:2.25rem;top:19.875rem;left:12.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeiiDsdiowvzWzd3g6nO95Huk3SXJRJx { width:9.25rem;height:1.34895625rem;top:18.3125rem;left:10.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4QRQfT7dE0o8iJgZAFG4o51aSi0B33 { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:13.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { background-color: transparent; background-image: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container > .video-iframe-container { display: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container { display: none; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .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); }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { border-width: 0; border-radius: 0; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6rAd0aMUeCWHH0NluOuKWBTmWv1VuAJ > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7fbUnUNHKWmAsWIRsUKHAmInfogTHnm { width:20rem;height:1.5rem;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { background-color: transparent; background-image: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container > .video-iframe-container { display: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container { display: none; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .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); }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { border-width: 0; border-radius: 0; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITJZeisd9fJ9T6SbksQ53DUHpbT88EIv > .row .container { width:20rem;height:110.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQWr4wa8QSvo6gzHsC6aBLG5MQAxkSGu { width:6.687rem;height:2.06176875rem;top:36.25rem;left:12.1875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #eQponQ9Fp3Eerf4Z2g032I5MCVldutn3 { width:17.875rem;height:33.6875rem;top:40rem;left:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DXpFsdWgm6MU30sCSv4ey97CSHcg17X5 { width:16.3745rem;height:16.3745rem;top:43.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXxDnXXnMWkCSiSlGbp6CZxCx9sxB6w { width:10.1233125rem;height:1rem;top:60.125rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IQTQe1X1vxxvJK1nHQFve7198dqreB8I { width:5.49926875rem;height:1.31225625rem;top:59.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O140QVWEb2pQS5nsPx5ilT41X7H9UHbJ { width:10.3735625rem;height:2.69921875rem;top:62.6875rem;left:4.875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7s7uF3QaZUJ6HOr0ZXH7NFiLRnumqSB { width:3.62426875rem;height:1.0625rem;top:61.625rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #vxvhgNHd4e9UNdvT3yMykUpNhHDUKbXS { width:17.87475rem;height:1.9375rem;top:40rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXl1lGP9bZJRbCcdHVdvW86mtafDkDZ { width:10.1233125rem;height:1.1254875rem;top:40.4375rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pu0SDKQkFrnctCTQmPVlEIFmDZldpw1O { width:8.75rem;height:1rem;top:65.375rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #BcSXwLkayehXaEwnTzcXRVT3tXl9r82W { width:14.56175rem;height:2.9370125rem;top:67.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thg5AOhWklgSn1Mi2QATIwI4JCfq0PmI { display:block; }
 }@media only screen and (max-width: 763px) { #b3eQZxghOzLMavsHkTJ5MNaQ0lKc0n5B { width:17.87475rem;height:2.06176875rem;top:71.6875rem;left:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TmeZ5itTTrIWh2nnPitv0Kme2fZ8hHvR { width:7.06175rem;height:2.06176875rem;top:71.6875rem;left:11.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QaIH0a4GyxCTJ2Skzmi4xfiQXuQVapcs { width:7.6233125rem;height:0.87524375rem;top:72.3125rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lQQpo1b1vFop5vRMRezrZEdsynIePfyS { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #OT43hAR5OibTemAwGWykRcBZJsZd6MFR { width:17.875rem;height:34.25rem;top:4.01611328125rem;left:1.015625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIhSb1l70nDFTDTPe7OV2dPuJQNwq4M { width:17.8125rem;height:2.06176875rem;top:36.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFfhBT40Hzr9hgn3wexf4DmfsFWSePa { width:4.311525rem;height:0.87524375rem;top:36.875rem;left:14.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yo73NRIrlBy6LoDlEoQZB5etr4zc3OC5 { width:14.5605625rem;height:2.9370125rem;top:32.40478515625rem;left:2.718505859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEOJJii6JDiTnHJpC0PcuSHBI8nlLJfh { display:block; }
 }@media only screen and (max-width: 763px) { #ox1x9V3ucvkPZgMVMmNPS0n1QxMBvxPZ { display:flex;width:1.5625rem;height:1.5625rem;top:36.625rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SkQCcAnpkSqQxMO1kRVTEgWfNdlqH0pm { width:8.75rem;height:1rem;top:30.3271484375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IEQFgRVZTmsBWvB00QHfqRlvJ8PgF9xG { width:10.8105625rem;height:2.69921875rem;top:27.628173828125rem;left:4.593505859375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMTmXDiLrM6gNM90ZD1acIXTZ5LTCaHT { width:8.2495rem;height:0.87524375rem;top:36.875rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wR4pKNSsGNlsUNGpmLOkImda36zxDFef { width:10.1233125rem;height:1rem;top:25.2333984375rem;left:4.937744140625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #yHilEJd8PN6P6Vq82cTM4CDFIwOCK56U { width:5.49926875rem;height:1.31225625rem;top:25.0146484375rem;left:7.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUBrXixn3n81xVUIsnWMGrsdDRErZZJ { width:11.875rem;height:19.2480625rem;top:5.46826171875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPXucwpSwG4XqMC0AbRVhlzz5DBVH2L { width:3.62426875rem;height:0.9375rem;top:26.690673828125rem;left:2.437744140625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GE5bqWSpw9Tc3dpbnTTlnXHfifBmQO3K { display:flex;width:1.25rem;height:1.25rem;top:36.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #WzGWMhkLTNbielT3rQdp35UqJPKinIRE { width:10.1233125rem;height:1.1254875rem;top:2.48291015625rem;left:4.937744140625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QTvWLykuxG7OpS4Hki3i9vmJsHSbwsA0 { width:4.0625rem;height:0.87524375rem;top:72.3125rem;left:14.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IHLUrCCA6eaM2kCDAcWqM9NpcvSCWQZX { display:flex;width:1.5625rem;height:1.5625rem;top:71.9375rem;left:12.375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #V2fp6yLsqTaFXwpLKEv3cBWio26uWVFX { width:17.875rem;height:32.75rem;top:75.9375rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PCaWZZAVwuem6eTJNvezohZm0xc3dcNC { width:17.875rem;height:2.06176875rem;top:106.75rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ydToDMUrFc6KOHCSgRA1VsmyBWZZbcN5 { width:6.9995rem;height:2.06176875rem;top:106.75rem;left:11.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lFrurMANIaknTChSceMXeNU1IiCQgWUW { width:4.43725625rem;height:0.87524375rem;top:107.4375rem;left:13.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #STrz2sxVBMhx6izgiHxud4G2wkPNFnaX { display:flex;width:1.5625rem;height:1.5625rem;top:107.125rem;left:12.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HfeUk84oOw1hz6CxeIKgTBt2uxQATX3x { width:14.56175rem;height:2.9370125rem;top:102.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bi6iQMZGwTF8F1V3mHFmC88Cbay13F { display:block; }
 }@media only screen and (max-width: 763px) { #gngt0kv93ZHma2DxnbTB6v6XnWg3qKOU { width:7.749rem;height:0.87524375rem;top:107.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wOUXIog628HBtGNT814RKMcUNH36Cyi9 { width:10.2478125rem;height:2.69921875rem;top:97.6875rem;left:4.875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loxhaX0c8tlhTRc6kiROhZq0A5PJ391N { width:8.75rem;height:1rem;top:100.375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nJrqdQ0pOHtpgncr8ZeTbLLtO4M2r9Eg { width:10.1233125rem;height:1rem;top:95.25rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RhHyfaFWr6Vziwn1lnwkMGX0AevvBpFu { width:5.49926875rem;height:1.31225625rem;top:95.0625rem;left:7.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CM6RN7MKvfeXn3eCyTLse05V3lwLOnMg { width:3.62426875rem;height:1.0625rem;top:96.625rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Lv6Q5o1aPLMS0ZOJTEp4OlT7FvNIP5R4 { width:16.74925rem;height:16.74925rem;top:79.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8bttbstqrvJ7kaATWoMyA0hxUUtR2RT { display:flex;width:1.25rem;height:1.25rem;top:107.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #uCIP6w9XwHmpXSV44nQMQy0DCov3UJKC { width:17.875rem;height:1.9375rem;top:75.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAFG9KNTESwm6dVqLOMs2N2Gdibq6r14 { width:10.1233125rem;height:1.1254875rem;top:76.375rem;left:5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #SJaTdFh48iIqklMCTkKBPh7hN1EM7mKq { width:17.875rem;height:1.9375rem;top:2.00048828125rem;left:1.015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { background-color: transparent; background-image: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container > .video-iframe-container { display: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container { display: none; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .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); }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { border-width: 0; border-radius: 0; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNmVMynXg9tPs22ciZGHfMvumLmBvKC3 > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opFMNT3C7byT0sDhtTHb4lh22dIGReTK { width:20rem;height:50.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAIiZuzukKkQABsbRWKGZfkA189cuVPn { width:20rem;height:20rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57OXlbDhdE7JoD2yiLPuHfqMgaeTppA { width:16.75rem;height:2rem;top:25.4375rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEmviFqRSsRebqUhgxIu5KpWKIMJTVWS { width:18.375rem;height:24.8138125rem;top:28.5625rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Itav7yukQ3bbBlOAgZFqmnHxTOWuv4DU { width:5.3125rem;height:5.3125rem;top:1.20703125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#84a183;background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:16.1875rem;height:4rem;top:2.1861982345581rem;left:3.8125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:15.18675rem;top:9.12353515625rem;left:4.813232421875rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { width:18.6875rem;height:19.5rem;top:4rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { display:flex;width:17.625rem;height:17.625rem;top:4.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:15.75rem;height:2.8125rem;top:18.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { width:16.3745rem;height:7.312rem;top:10.0625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { width:13.75rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { width:20rem;height:0.124511875rem;top:27.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { width:20rem;height:2.625rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { width:15.7483125rem;height:7.5rem;top:13.388671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { width:15.7483125rem;height:10.5rem;top:22.877197265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { width:15.625rem;height:1.03125rem;top:44.034423828125rem;left:2.578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { display:flex;width:1.875rem;height:1.875rem;top:43.612060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { width:5.49926875rem;height:0.9375rem;top:46.6748046875rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { display:flex;width:1.875rem;height:1.875rem;top:46.2060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { width:8.2495rem;height:0.9375rem;top:39.517822265625rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { display:flex;width:1.875rem;height:1.875rem;top:39.049072265625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { display:flex;width:1.875rem;height:1.875rem;top:35.909423828125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { width:10.7495rem;height:0.9375rem;top:36.378173828125rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.81175rem;height:2.56225625rem;top:8.9990234375rem;left:2.09228515625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { position:relative;z-index:auto;display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { width:20rem;height:0.89323125rem;top:0.45833587646484rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { background-color: transparent; background-image: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container > .video-iframe-container { display: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row > .video-iframe-container { display: none; }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .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); }#ttbKc8tAyKSIbXdnAr485MS9bKfmy4s9 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yORLMDrozRRqVavGamxTDWSREIMTTiiP { width:17.375rem;height:2.0625rem;top:0.75rem;left:1.3125rem;font-weight:300;font-style:normal;background-color:#37604d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bUzVG8hz42FNLNuTvzlsGBV7DGMN28Nk { display:block; }
 }@media only screen and (max-width: 763px) { #ck571Vus8H294v9UzSSr0Z7Xa70zan6s { width:1.5625rem;height:2.75rem;top:0.75003814697263rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI8g9UOqfe343TASGFxpuNHiqsdSGulE { width:9.4375rem;height:0;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }