.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,252,224;--color-primary-1:254,244,150;--color-primary-2:252,233,45;--color-primary-3:126,117,23;--color-primary-4:38,35,7;--color-secondary-0:252,222,239;--color-secondary-1:244,147,200;--color-secondary-2:233,38,145;--color-secondary-3:117,19,73;--color-secondary-4:35,6,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#PUlEQH3vXgTrt5nvRVntoLVWgNSacWif { color:rgba(var(--color-secondary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:14.625rem;height:2.1933625rem;font-style:normal;display:block; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-primary-2),1);padding-top:0.379375rem;padding-right:0.338125rem;padding-bottom:0.379375rem;padding-left:0.338125rem;display:block;align-items:center;width:2.0275rem;min-width:2.0275rem;height:2.04rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.518125rem;font-weight:700;line-height:32.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-label { background-color:;background-image:none;color:#7700fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.70375rem;height:0;position:relative;font-family:arial;font-size:0.569375rem;font-weight:700;line-height:12.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.8125rem;height:3.03625rem;padding-top:0.0475rem;padding-right:0.048125rem;padding-bottom:0.0475rem;padding-left:0.048125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.125rem;left:30.4375rem;z-index:15002; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #aBq43zHrdSQ9Tho2i2tcAe4UI4scDGyz { display:flex;position:relative;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #oriARPegHcMG6nusuOouiaeqzrv3dAL0 { width:auto; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #NhdxoBLXGooTdcpS59oTDzUyGCl6qKL4 {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #wIbzJ4zmbD7w2P7hxFL61bI0FHGlyUdU { display:flex;position:relative;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bXINd1Gs8hzxnw4Zqvkf4Ozzes4uqIn8 {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #MUMBwa7019efzCwshUT0dZApBx8TuAu1 {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #TF5dTyH0THB1u04GLCDRiTstwAqcgJLN { display:flex;position:relative;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #WFwHk9k51I3OwXD1zCIAQLmKCIKzG1Vc {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #Q4IWwGuT8CCycHy8ypTNPCIpnWZRIBcN {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bpAyuU0iMnByAvoeWTuvvUZ0eh8QR7WP { display:flex;position:relative;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #UmgVHdWvzReTopksaCAo5QTDTP2BTQ54 {  }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #lChCblGwsloK1wg5AS8nqaSQZswZq9QM {  }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.6875rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:rgba(var(--color-secondary-2),1);display:block;width:22.3125rem;position:absolute;font-family:lobster;font-size:7.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.5625rem;left:18.375rem;height:9.75rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.875rem;left:0rem;height:6rem;display:block; }
#bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(225,172,17,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:4.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.625rem;left:1.8125rem;display:block; }
#n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { 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:26.25rem;width:26.25rem;top:7.8125rem;left:32.1875rem;overflow:hidden;display:block; }
#bSd06VIN2T07bvuoPU0x5puVX5KH1aPF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#HbEGs3IxSbxKtmZbOnLXVveITE9i0iyo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:30.1875rem;top:7.03125rem;left:29.8125rem;overflow:hidden;display:block; }
#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 { position:relative;display:block; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 { background-color: transparent; background-image: none; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container > .video-iframe-container { display: none; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row > .video-iframe-container { display: none; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .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); }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 { border-width: 0; border-radius: 0; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p2Oy2CprVTNiwBtvggsRbo1WXWdTvpFD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.875rem;height:1.29980625rem;display:block; }
#yfTFb2Twr5ZuMucTSfZwindoJdkITpoK { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.96875rem;left:5.71875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gVQLAbGVB6Q/unsplash/igor-omilaev-gVQLAbGVB6Q-photo-1694903110330-cc64b7e1d21d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U.adaptive-delivery-prevent-bg, #pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U.lazyload, #pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U.lazyloading { background-image: none; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container { background-color: transparent; background-image: none; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container > .video-iframe-container { display: none; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row > .video-iframe-container { display: none; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .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); }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container { border-width: 0; border-radius: 0; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#v9gQAfMWWwegA5JAHHn0GNzgDTclvKQw { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.75rem;left:3rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#ofL2Z5yggHH2QJQJtHrgdcV2PKheLgIV { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:16.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZPtZicEIafhWzAsoaEte5i9oZomN64E { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.75rem;left:15.875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#khdOia7PMazu0cOOkcHnmdaBsiisJweW { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.75rem;left:33rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#mm0DJh93CCb7voXDaJnfAetorO9AdZwW { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.75rem;left:48rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#MX2TzgRKJ93yKgivObB9EauJSXNMmftH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:31.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7UB6r7yoJTiLD1uxaQOoGgyRtpGGXMJ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVzt0PvOnSVXF5KtuTFOwNQJEUuyvbgX { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:46.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { 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; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.125rem;width:60rem;position:relative;display:block; }#bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.34375rem;left:0rem;height:9.09960625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPGcim7Bzt4cwte0vCieZM4lFCwVtDND { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:1.13720625rem;font-style:normal;display:block; }
#ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq { box-sizing:content-box;height:21.9375rem;width:25.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/338465a5-d410-4618-9c90-c7edb9c639cc/noroot.crop_1042x767_106,0");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.65625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.79) ;display:block; }#ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq.adaptive-delivery-prevent-bg, #ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq.lazyload, #ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq.lazyloading { background-image: none; }
#r1crq6qJnTOggrxuNyJcygANRO8T8lLc { box-sizing:content-box;height:25.375rem;width:56.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.0625rem;left:9.4375rem;display:block; }
#WoQtNTia30To8AfkUOWPuwB9i06GJgGa { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:18.46875rem;left:27.75rem;height:18.6967875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg { position:relative;display:block; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg { background-color: transparent; background-image: none; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container > .video-iframe-container { display: none; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row > .video-iframe-container { display: none; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .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); }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg { border-width: 0; border-radius: 0; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ftco8SuFvcN6GeqX4MNMaug9oyTJKZ3g { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.0625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVxBczxOG8HUMuzKneJBTlJnqLIJ5M3v { 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:15005;opacity:1;top:7.5rem;left:25.34375rem; }
#GpAA4XpAAM8CQuvW3404cMCsnk80aqDc { box-sizing:content-box;height:29.875rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.86) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:1.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#CUaa2dR9IbAMlWbEwVtsnTsq1kxU1BXn { box-sizing:content-box;height:0.25rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875rem;left:2.0625rem;display:block; }
#ItqO6QfBkclkkuWgtt8iD4toFzvWNF7o { 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:15007;opacity:1;top:7.5rem;left:56.1875rem; }
#uab8OvfZAadaIP7uGNlwa5TzoatrhHrd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:10.875rem;left:4.65625rem;height:25.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwTTkgZlD4Hs2X69t65X1th5tUE3E8RV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:37.375rem;left:2.46875rem; }
#hraC2p2ObhoqOaHJEmHnz82nIo6wMLmx { color:#1c1d1d;display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.1875rem;left:7.6875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeISalKqQ3EGv3uvX2WNEQZo58ZtDTDE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.5625rem;left:2.46875rem; }
#ZJaI15IXB1hztcuiHbTxq5ZSpBrLF8Ha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.5rem;left:2.46875rem; }
#TpJs6G1m10rJqqzehS8TAlf7BKPGyD5Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.3125rem;left:2.46875rem; }
#WCxk1tB7n3qm8G67cyMRCflk1246mOgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24rem;left:2.46875rem; }
#nR9N8EV1gA0yd2Xqyzodayl7TvDaBxaq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.6875rem;left:2.46875rem; }
#c8Q1cNmZz8MasfTPOuUAyEG00580N6pQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.3125rem;left:2.46875rem; }
#aJf5V5MgzkU1UusPAxKk8ombo2vo4Eq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:13.21875rem;left:35.5625rem;height:20.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GNlA3CKutobkSm0fW0pyJowWChsUOkSJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.9375rem;left:33.375rem; }
#N9DlDptrXZiZ1NyJWGqZRAaQ9UNTxmtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.5rem;left:33.375rem; }
#GnBvBlnXUsq6A1Q4doLUMzmNd7CQaw7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.1875rem;left:33.375rem; }
#BahUi6Gw7fev4RbyMBcMhlCmXpiUGERy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:27.9375rem;left:33.375rem; }
#NGoaTUmC6qenQvXOoknXelwt4bD8VGKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:23.25rem;left:33.375rem; }
#Jh3lyhN0WSRo0LnVoazOJZbeVT22BO89 { box-sizing:content-box;height:29.875rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.86) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:32.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { position:relative;display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { background-color: transparent; background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { border-width: 0; border-radius: 0; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.adaptive-delivery-prevent-bg, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyload, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyloading { background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { background-color: transparent; background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .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); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { border-width: 0; border-radius: 0; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:19.0625rem;width:60rem;position:relative;display:block; }#SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15rem;top:0rem;left:0rem;display:block; }
#B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15rem;top:0rem;left:15rem;display:block; }
#xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15rem;top:0rem;left:30rem;display:block; }
#e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15rem;top:0rem;left:45rem;display:block; }
#vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.8125rem;left:2.3125rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DiAtIhOJ3weiORBHlH84FfheTQ51gzVU { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.125rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-4),0.92) ;height:11.8125rem;width:20.375rem;top:1.65625rem;left:36.3974609375rem;overflow:hidden;display:block; }
#nhN2MKTTO0dt6vPa7NUd5WJJpAbHnJgF { 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:15007;opacity:1;top:18.25rem;left:27.5625rem; }
#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A { 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; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container { background-color: transparent; background-image: none; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container > .video-iframe-container { display: none; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row > .video-iframe-container { display: none; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .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); }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container { border-width: 0; border-radius: 0; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#HWVgXgq4AexKxibSz1T7w2W8F9yCzPV9 { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:24.4375rem;display:block; }
#SJyylHq4HS2NUlOgPDZv4WOst2IibTvy { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:32.125rem;display:block; }
#vTIdXTmDc0qXrZNZbN1fEDXXMfG5yUdb { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:5.28125rem;left:4.1875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGv3T2WkQ1QtSbc96TXiDwwblhU1CtUB { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:60rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#nQTxLTX0FalSlhgDLuePTfBiXZGH98o5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.4375rem;left:58.6875rem; }
#qUHTaOEsGwFiJ4ZAH8bEiszATVkatTvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:30.34375rem;left:0rem; }
#sWdwON212oRyZMrPF484VE4D12sk6l2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container { background-color: transparent; background-image: none; }#sWdwON212oRyZMrPF484VE4D12sk6l2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container > .video-iframe-container { display: none; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row > .video-iframe-container { display: none; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .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); }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container { border-width: 0; border-radius: 0; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#G0aKMtluPhIs0hTbPff6ntt8FZfPuEsc { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-secondary-3),0.96) ;height:13.375rem;width:36.25rem;top:1.82421875rem;left:-0.078125rem;display:block; }
#Cm9pE3UiXTUCN5i5wLMAqmhn7RNGTQtU { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:28.125rem;top:19.01171875rem;left:14.75rem;display:block; }
#zWBk08trgMGi4TIMXCb8vlX1tAe0fgGU { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0;top:13.82421875rem;left:14.6875rem;display:block; }
#URfF57um7MxRkbJzXoLqq1PlHJ4KWhzm { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0;top:19.13671875rem;left:42.78125rem;display:block; }
#f338XZh5AOrT0gXQOVkZDfISTqgr7MdN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.01171875rem;left:37.3125rem;height:4.5498rem;display:block; }
#ZUHTeAfai11DZqWIgGl89RiX2TrTVFc9 { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:3.3125rem;left:3.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fNLdgTocbkxdW9psomkJTpnD4awaKkQM { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.76171875rem;left:2.625rem;height:4.5498rem;display:block; }
#ezFUwkKFvrZCtEPxutcb39IZWgJTyzTi { 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:15024;opacity:1;top:17.4375rem;left:27.3125rem; }
#nGoPgzloiM8q3N4hySrQn2ktkKpSBPwy { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(11,10,9,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.44921875rem;left:17.65625rem;display:block; }
#CrvZr8BoLXf4JKO5zfTmul1bBDgyWfl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzaOFEWUXvCRUnFt6ynN0y36Z3Tsxid0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.734375rem;left:0.5rem; }
#GJq9D71KhOOBTl6pdVRBDTLPXzyfxH7x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.75rem;width:12.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.42;top:2.13671875rem;left:22.5rem; }
#MnNykvO3oDaCOQJksQvvizWLmvtylmD6 { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:5.77734375rem;left:3.25rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BoL5Iz8EZw387JXtPUdnx6RfognpDdmk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.69921875rem;left:0.5rem; }
#Fn72oEE0rmWL21oisXMSi2OVmi8uvhpH { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:9.68603515625rem;left:3.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOJdEA2B2qs0AuBbDGBsL7eH3XdTuCyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.07421875rem;left:0.5rem; }
#N8LbcgcvvB1TMWq8aIbhzPhWS0an9IeJ { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:12.12353515625rem;left:3.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qzk4ynSze6JDT1ZqnHlyCJBK0Xs8pGcL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.46728515625rem;left:0.5rem; }
#aPKWH8OzxfwFAHhDapOeTFUNGASMAyrc { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-secondary-3),0.96) ;height:13.375rem;width:39.625rem;top:22.6875rem;left:20.4375rem;display:block; }
#o6zU0AiS8uAf0Zc9st2U5Tz0GIfc7Hy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.625rem;left:21rem; }
#hWEFt2Z75p0pk1F1shulZpaMRWsyRBl7 { color:rgba(var(--color-secondary-2),1);display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:24.015625rem;left:23.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBhk7pbwWfrrNqp5TcTipnrRPpH5U2VL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.5625rem;left:21rem; }
#Gb11B77PXno0DTvlWuUJ0uWQKEqeJ4o9 { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:27.10546875rem;left:23.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#evBMAUhEfWDx4RsI9Tm04JRFOOvTWuxp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.5rem;left:21rem; }
#TtzRH6eCN8rxIXVxJi3cQCwxRipTMnih { color:rgba(var(--color-primary-2),1);display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:29.890625rem;left:23.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uRR95TxQ7GJ5LHzPqgRzLu9o60U5fwqG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.75rem;width:10.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:.42;top:24rem;left:47.25rem; }
#sV23KOPI0eV0TkxEPTXcotx42AP2aMA8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:32.4375rem;left:21rem; }
#vDdMZ0UBgSC3cXl4GKOniUz24vCuqtKz { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:32.87353515625rem;left:23.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K { position:relative;display:block; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K { background-color: transparent; background-image: none; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container > .video-iframe-container { display: none; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row > .video-iframe-container { display: none; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .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); }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K { border-width: 0; border-radius: 0; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#aiRImK0aqkO6MDCmre4KmzMW7rERbXe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.78125rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 { 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; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container { background-color: transparent; background-image: none; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container > .video-iframe-container { display: none; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row > .video-iframe-container { display: none; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .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); }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container { border-width: 0; border-radius: 0; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#lyOBJtnowkdgywUuuh7NAbZ3nLhp3NXo { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));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:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/n1B6ftPB5Eg/unsplash/jonathan-borba-n1B6ftPB5Eg-photo-1592621385612-4d7129426394.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:3.0625rem;display:block; }#rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT.adaptive-delivery-prevent-bg, #rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT.lazyload, #rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT.lazyloading { background-image: none; }
#QBqo14GHIPrIoyvz2mw776KdOTnxmAuA { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.4375rem;height:4.142575rem;display:block; }
#mrKNDFGu5vxDD0QToBplPJdM4IniQBro { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#r2Nosah6GSBW9gv63Upxoov7TAxZnQbX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#bP7OCUvhCP2uxgzLkzdko2nQmUnq0KNh { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.4375rem;height:1.54345625rem;font-style:normal;display:block; }
#BAVyuLTRu2FshvfmX7JKEkTm3oUG90TM { 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:15017;top:16.25rem;left:15.6875rem; }
#C8FAJ2z4Adz1woT4LCgZn5NwSUfnf8UB { 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:15018;top:16.25rem;left:17.8125rem; }
#vMEGTnTJ6PHlRVrKmfmyOtPFb7t3KOsS { 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:15019;top:16.3125rem;left:20rem; }
#SFH2aKn3fOmLUGsFpaGTNMegT5euIeQ6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.71875rem;left:6.78125rem; }
#CREbJqdzVFWz854ttmQPHTHkw7v9pTfC { box-sizing:content-box;height:64.25rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl { 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; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container { background-color: transparent; background-image: none; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container > .video-iframe-container { display: none; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row > .video-iframe-container { display: none; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .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); }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container { border-width: 0; border-radius: 0; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#z4QmEAkVDGg85sWckllDFlI26pxmRign { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;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:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.9375rem;width:57.0625rem;top:0rem;left:0rem;display:block; }
#HuhCX6CabkaJ218uwJEci7S8iB1aNUJm { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1ec92cb-9f11-42ea-ba77-f94ff32c0d75/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:44.8125rem;display:block; }#HuhCX6CabkaJ218uwJEci7S8iB1aNUJm.adaptive-delivery-prevent-bg, #HuhCX6CabkaJ218uwJEci7S8iB1aNUJm.lazyload, #HuhCX6CabkaJ218uwJEci7S8iB1aNUJm.lazyloading { background-image: none; }
#V77PBnOJSPJf1QDRtkKSbM9iR1AOCVSS { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:1.8125rem;height:4.142575rem;text-align:right;text-align-last:right;display:block; }
#SMqvg13ULBMvZVto83MALLvWG5rW0HBX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m4yk8Tf98sAyBUwefSFXa6ymnBWfuz3a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);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;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:38rem;display:block; }
#o7qusRwFGkXvpPSe7WmF3riKTNbQZUPv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:16rem;height:1.54345625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ToKhP8AaN1XTLEQdPLktZRHdnzQ10uVB { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-2),1));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:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:0rem;display:block; }
#RismMd4Wtf6HlVZfdAWKExdhI1X7MEsf { 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:15022;top:16.5rem;left:42.8125rem; }
#VIaRlJSezsApG5XhOg5oyaNCWCPuieS0 { 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:15021;top:16.4375rem;left:40.625rem; }
#df3P1EhrZ6qGF4M41wSc7d0kQhpWEGP1 { 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:15020;top:16.4375rem;left:38.5rem; }
#vGM1twT0guW63gK67Pwxz982RulAn8tX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:6.71875rem;left:48.53125rem; }
#CetQ12IyO1VZB7G9hgNooog3PBVaI3so { 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; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container { background-color: transparent; background-image: none; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container > .video-iframe-container { display: none; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row > .video-iframe-container { display: none; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .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); }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container { border-width: 0; border-radius: 0; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#Bx5AMNbwomS3Muc4T3xxdFg8pd3KZPLc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));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:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:56.9375rem;top:0rem;left:3.0625rem;display:block; }
#BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FcLyt7lW5wg/unsplash/icons8-team-FcLyt7lW5wg-photo-1544717305-2782549b5136.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:3.0625rem;display:block; }#BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN.adaptive-delivery-prevent-bg, #BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN.lazyload, #BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN.lazyloading { background-image: none; }
#htz7A6J7xww3fazSm0hiIhL1KT2Q54Dk { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.4375rem;height:4.142575rem;display:block; }
#BHkLFMFl7RSMV3WvWI86m5D4EQvxThv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.4375rem;height:1.7871125rem;font-style:normal;display:block; }
#NivhTUBJBPifNN3OQTSN12nkt8OGTcXI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:12.75rem;display:block; }
#iSEgqQTTViIplLQKAhRbggq0k4iTzETX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.4375rem;height:1.54345625rem;font-style:normal;display:block; }
#xzU26VinxHu6hN9uXya7RCVxptlkyA6c { 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:15017;top:16.25rem;left:15.6875rem; }
#wkxZI1K3drnSGT5mLFtTnmX7Nat8gy4A { 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:15018;top:16.25rem;left:17.8125rem; }
#JAkO8qHUistE8wM24zgIMVU0CWwhTX27 { 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:15019;top:16.3125rem;left:20rem; }
#k4WeUrsRV2T6A8zCqO9vZo02dGnvEeRX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:6.71875rem;left:6.78125rem; }
#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx.adaptive-delivery-prevent-bg, #r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx.lazyload, #r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx.lazyloading { background-image: none; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container { background-color: transparent; background-image: none; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container > .video-iframe-container { display: none; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row > .video-iframe-container { display: none; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .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); }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container { border-width: 0; border-radius: 0; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.6875rem;width:60rem;position:relative;display:block; }#kT92mregBKrmmCtawNwtTBvo9hKiiTQ1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:0rem;display:block; }
#u0GIXhNpSMQKbfKwih6WWAhB0VvQD2lk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:15rem;display:block; }
#yLD2AWKgwFvucMlMuZ09xsAi6lbLM15F { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:30rem;display:block; }
#LEa7h7CT2PI2fuUFVMUfeeP47guXNnTL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:45rem;display:block; }
#MJ6znMcbqsukKE942t1xuCHqzkhSG4em { 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:2.375rem;width:1.75rem;top:3.5rem;left:18.8125rem;overflow:hidden;display:block; }
#GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aoQ4DYZLE_E/unsplash/meritt-thomas-aoQ4DYZLE_E-photo-1594744803329-e58b31de8bf5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:1.34375rem;display:block; }#GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI.adaptive-delivery-prevent-bg, #GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI.lazyload, #GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI.lazyloading { background-image: none; }
#vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QGr6H7pri-Q/unsplash/ph-m-duy-quang-QGr6H7pri-Q-photo-1604904612715-47bf9d9bc670.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:16.34375rem;display:block; }#vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb.adaptive-delivery-prevent-bg, #vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb.lazyload, #vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb.lazyloading { background-image: none; }
#MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SJvDxw0azqw/unsplash/christina-wocintechchat-com-m-SJvDxw0azqw-photo-1573497019940-1c28c88b4f3e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:31.34375rem;display:block; }#MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V.adaptive-delivery-prevent-bg, #MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V.lazyload, #MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V.lazyloading { background-image: none; }
#UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mpDV4xaFP8c/unsplash/clay-elliot-mpDV4xaFP8c-photo-1627161683077-e34782c24d81.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:46.34375rem;display:block; }#UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS.adaptive-delivery-prevent-bg, #UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS.lazyload, #UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS.lazyloading { background-image: none; }
#pNBtMTS0yWV6AlUSXNNgzi5O4RBoloRz { color:#1c1d1d;display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.34375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkyifbtpBmReZDV2Sy3ObHc3y0LWi5zi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:13.40625rem;left:5.0625rem; }
#QpHPsSIOzEpc5RfiTPMGW5e82U5pL461 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:13.40625rem;left:20.0625rem; }
#BVPxJbkqATDFtSyNSciDKBgMtWW3v9re { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:13.40625rem;left:50.0625rem; }
#gcGZCCJyLTkQku5DqwoThUPqJUdFBcvB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:13.40625rem;left:35.0625rem; }
#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a0afcb9-5d7b-47f2-bc17-a5281054ab3d/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4.adaptive-delivery-prevent-bg, #y91PvedRiAw3hH7xrbgPHGo72d9lioy4.lazyload, #y91PvedRiAw3hH7xrbgPHGo72d9lioy4.lazyloading { background-image: none; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container { background-color: transparent; background-image: none; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container > .video-iframe-container { display: none; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row > .video-iframe-container { display: none; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .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); }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container { border-width: 0; border-radius: 0; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#nC8JbrFaOEXmCW7TzxnHEeIGGr1b9IC9 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.5625rem;top:12.1875rem;left:4.3125rem;display:block; }
#lT9c5UuoLdJThe8epMO6sRmpl0XlNOaS { color:rgba(var(--color-secondary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.78125rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pEN6krxJ9Rg78TAZ1WhWTy7Htpgy9dJo { color:#1c1d1d;display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.78125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKK92JFQDFrFBl9nfkruWf3qzLgX6Fvd { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.21875rem;left:37.32421875rem;display:block; }
#ASoCWMTQERPn0BypUpKhrTbLfR8LRPPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.125rem;left:1.3125rem; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .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; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-trigger.adaptive-delivery-prevent-bg, #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-trigger.lazyload, #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-trigger.lazyloading { background-image: none; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb { box-sizing:content-box;height:auto;width:30.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:9.59375rem;left:3.9375rem; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #A2q62cIpC9bpB8NwTrJH8Qx8M9TJzuZM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #CrKAbuEJzFT0GD3ZzaauBT3A5NO3NSmc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #XSuTcGBZa04WKgVvgJsSWWp4BsJdtX7u { display:block;position:relative; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #peOSgP5KRqxFfqgiALJBHDMBLadscVOs {  }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #tWQxyN1zQR4Qeyevwd2biNrb5ipZ2MZS {  }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .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; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-trigger.adaptive-delivery-prevent-bg, #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-trigger.lazyload, #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-trigger.lazyloading { background-image: none; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 { box-sizing:content-box;height:auto;width:30.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:18.1875rem;left:3.875rem; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #dKyPBPLbIHshCpBhEy0VIdLfHieFmCkO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #UkTi3Prx345Z7KTyV9sgsfEdpJBsgoku { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Nu5pfzneDlskVPTgmftBCAWHrn7bp0OG { display:block;position:relative; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #W4dpgORETMtlUn8W819Jia4A5ctInq5g {  }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Kt1DnO3Sm3QlkluFB0NHWmzBTUZHIXTP {  }
#M32ByKphPKakUxTNwvJ0s3Uy800TIaNx { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:34.5625rem;top:20.75rem;left:4.25rem;display:block; }
#m6SzS7GhsHlvIaGXnKJlJT8ykCtepJz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.6875rem;left:1.25rem; }
#O4EmsOItS2D4cK7Vv4rkR390hcOMfACR { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:37.94921875rem;display:block; }
#k8rg6lNp1d5lt7foeuyw6VKMrPK8LI5G { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:39.0625rem;display:block; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .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; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-trigger.adaptive-delivery-prevent-bg, #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-trigger.lazyload, #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-trigger.lazyloading { background-image: none; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W { box-sizing:content-box;height:auto;width:30.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:26.3125rem;left:3.9375rem; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #JfNTrkLCTMO63JEp85gdRA3c3nkAQHdz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IuZu5HgruIzL6lt5TAr5Anz6rdRBaZcm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IZfiQLNdpOgee1bTMEtMNaMulfeoTsgB { display:block;position:relative; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #nOUCqyIeKUSn5Jow6ggDxyoVDD6MMs1g {  }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #ElUifmZs3xKBs8GsSAFE1VZKz8qtgoym {  }
#KFHJamCDvgCmfPKULvUevyy4eBpk4ulq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.8125rem;left:1.3125rem; }
#PiPFSBCFCXW8HLPu5yzcrDSMIZ4iOOM4 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:36.6875rem;top:28.875rem;left:4.3125rem;display:block; }
#o2qy5D5yl9dkThL5TL4gAIQJICKlTRgH { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:40.625rem;display:block; }
#RDbJBcwDD4d75E73NxrT5GRxLhTJey1N { position:absolute;display:block;z-index:15025;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:41.625rem;width:21.9375rem;top:0rem;left:38.0625rem;overflow:hidden;display:block; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F .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; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-trigger.adaptive-delivery-prevent-bg, #fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-trigger.lazyload, #fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-trigger.lazyloading { background-image: none; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F { box-sizing:content-box;height:auto;width:30.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:35.1875rem;left:3.9375rem; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F #kMaome7mQF971ADaohrBAmizxA58aVTo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F #NATFoh8Bgv0zk7kMXLnEe9tLnSLcgsiB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F #uRa6Qcp9qCg0ROLdnLvGSqkisTuQ9TZz { display:block;position:relative; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F #khtoPQRwuwQw3zz0FgcCed21iqyelw1b {  }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F #Ak7vhVqwoi6OREKiy3PUC9GnieZKS2fZ {  }
#na5BdQOtqwoF0c9rGkN8I5bI0b6Puwxh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.6875rem;left:1.3125rem; }
#lDTmZGakXe5fnICTuWu3DoXil2VaTILe { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:44.3125rem;top:37.8125rem;left:4.3125rem;display:block; }
#kVPUbMR38elfV0wdEN0lq0pLVUhIJpc9 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:48.5rem;display:block; }
#Pa2yfpqBvhvT45whpw3XnPyWxDPtmhgK { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:38.35546875rem;display:block; }
#rJa9dCI60TOZDGpTJTAI42D6tSXiL3DV { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:37.60546875rem;display:block; }
#FdXxo6zCfOlrVgB8LeA9keIJDN0DudpI { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.0625rem;left:56.34375rem;display:block; }
#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container { background-color: transparent; background-image: none; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container > .video-iframe-container { display: none; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row > .video-iframe-container { display: none; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .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); }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container { border-width: 0; border-radius: 0; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#sE2MAmNcHEb7pgoEMP5QfNIweZiOcBvn { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:30rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#eR1DBl6sqUJmyiqz5CZDQIRNGnEDxtU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.5rem;height:3.33105625rem;font-style:normal;display:block; }
#eNI2iqbDTlKbx8hTrhSarTga4L94JGdK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:11.125rem;left:31.5rem;display:block; }
#yd2LTtgl6gKKRp2MpWvq2HoVisCmQmhp { box-sizing:content-box;height:17.8125rem;width:31.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:28.8125rem;display:block; }
#vzi7IL4aEH4VcUwnX0aZz93BI8ixlWzo { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.5rem;left:31rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HBJg5TVXauezN4LfQ4GONVONauMG6Xcr { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:50.875rem;left:30.4375rem;height:12rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Q1vFJFoMSidAK1TlF186igkng3GPM93R { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.125rem;left:31rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hS3qJqNFBfHiht7MIbTKVbTaZPXnhzm2 { box-sizing:content-box;height:14.625rem;width:31.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:0rem;display:block; }
#aBIRozb30O0MObwPHIaEXHCLQwd4ZZ1f { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:35.9375rem;left:1.625rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uz2a5cOkxuqzRTN6FwHhviAdhdLqNEzX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;filter: drop-shadow(0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.88));top:29.125rem;left:30rem; }
#rPc2PQB4h7n12Gr4ZTRI1AhCVGhK8XXe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;filter: drop-shadow(0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.87));top:46.4375rem;left:30rem; }
#ih2ZE3klQilkOWmNqclWNi64M9zRdNwA { box-sizing:content-box;height:14.625rem;width:31.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5625rem;left:28.6875rem;display:block; }
#bpcxoTFRXUn7TyaaSxcmqKp69wftZt7M { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.875rem;height:3.33105625rem;font-style:normal;display:block; }
#WVWg50ntsZ92Wk9WJeRKZWxJ3DLK1I1X { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:30.8125rem;top:31.375rem;left:29.1875rem;overflow:hidden;display:block; }
#kH5NVzKllXKTW4DbJvC5IqZ7ENTRBQf8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:28.25rem;top:48.9375rem;left:0rem;overflow:hidden;display:block; }
#Kikz9oGRJnTH3ebCPZ25IAPZ6tKmHBog { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.9375rem;left:5.625rem;display:block; }
#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy { position:relative;display:block; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy { background-color: transparent; background-image: none; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container > .video-iframe-container { display: none; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row > .video-iframe-container { display: none; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .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); }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy { border-width: 0; border-radius: 0; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhOk5GJnN1OLl3M2KPiz4Qe0KvfEwNM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.875rem;height:1.29980625rem;display:block; }
#tahg6OcWtPTftqDHPR1JRTXhgEVJVd7n { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.59375rem;left:5.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 { position:relative;display:block; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 { background-color: transparent; background-image: none; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container > .video-iframe-container { display: none; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row > .video-iframe-container { display: none; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .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); }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 { border-width: 0; border-radius: 0; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nGoCBxiaRO0/unsplash/growtika-nGoCBxiaRO0-photo-1674027444485-cec3da58eef4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container.adaptive-delivery-prevent-bg, #Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container.lazyload, #Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container.lazyloading { background-image: none; }#ztfO3vXXzzucmTXaxFeaUh14xyhgomP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxOMID989ISQMgZQTolNZoQsOlpZ2qAv { color:rgba(var(--color-primary-2),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JD1Txry0k3FZyzwdZmQhQ1U2FZQcvbzr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:19rem;top:10.6875rem;left:21.34375rem;overflow:hidden;display:block; }
#VlXpmbWDTrkLEUkXyQRnTL9zFsUEtSP3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:5.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKDXA7cspmIANmI7rTnIhOFr3Mnw7oS1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:3.03125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXgQ54PmktySPT4r72svNkBzxt8USpg1 { box-sizing:content-box;height:45.9375rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#HKn4T20ONpHXXzws6wTZ4oQb0TFoN8xx { color:rgba(var(--color-secondary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:4.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aO9rSZRynGmkoT3gva5g4WpBysfpHVvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.625rem;left:2.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dknupEH8WV71FQoiO5fJ3QDuNSTQAqcw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.5rem;left:40.34375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfOqS1pGpyEIbFxcLhQZDMJxSvllqlav { color:rgba(var(--color-secondary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.6875rem;left:42.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHVOHVgw18mTRlAK5huE2JiKId4DaUhZ { color:rgba(var(--color-secondary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wzi1p60T5PLTdswAanwEP1Q3tz6hcqmI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:39.65625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe { position:relative;display:block; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe { background-color: transparent; background-image: none; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container > .video-iframe-container { display: none; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row > .video-iframe-container { display: none; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .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); }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe { border-width: 0; border-radius: 0; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#dzGeyygZ14SN2Uupie4ErIfG0sD9eKMD { color:rgba(var(--color-secondary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.5625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnXr7eQuXacW4moTwdmM9n7FifmL6fDz { color:#1c1d1d;display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.25rem;left:11.125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM.adaptive-delivery-prevent-bg, #DzwgD5gmTvpaZCycpN671iHMrnnqSDtM.lazyload, #DzwgD5gmTvpaZCycpN671iHMrnnqSDtM.lazyloading { background-image: none; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container { background-color: transparent; background-image: none; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container > .video-iframe-container { display: none; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row > .video-iframe-container { display: none; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .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); }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container { border-width: 0; border-radius: 0; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.4375rem;width:60rem;position:relative;display:block; }#XEdX8MSUtthTkmXReOauDOP75tghtUFS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:15rem;top:0rem;left:0rem;display:block; }
#Mx0L8QkMSrO9F7BM3sy06UTT5IsmqCBf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:15rem;top:0rem;left:15rem;display:block; }
#XecRbwyu8nXoP8Jv8tr6QpS5QAzrqZoX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:15rem;top:0rem;left:30rem;display:block; }
#ZmmfexsAmmlh6tUwBv4sMEWCTIPWZtbW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:15rem;top:0rem;left:45rem;display:block; }
#xkgpUznAkOIUac4MeJ3ofcEvtC1Ul7N8 { position:absolute;display:block;z-index:15004;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.72) ;height:4.375rem;width:4.375rem;top:2.5625rem;left:5.3125rem;display:block; }
#xu2QADDT2iIcbG1dvMa09KfUmM7lTPw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.53125rem;left:2.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqJZG5dSsNJrGhTHSZsB17s9QoTgbU8d { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.875rem;left:1.78125rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTLiEL6p0zy7skvmS0678UPTOxnXmS7R { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.72) ;height:4.375rem;width:4.375rem;top:2.5625rem;left:20.3125rem;display:block; }
#KeoD2vtXuzzPXHn4OsaV9MECdxaEhqPc { position:absolute;display:block;z-index:15006;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.72) ;height:4.375rem;width:4.375rem;top:2.5625rem;left:35.3125rem;display:block; }
#Qg88SFPyf66AAhwpQUnxfNVdzvUzM1ar { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(var(--color-tertiary-4),0.72) ;height:4.375rem;width:4.375rem;top:2.5625rem;left:50.3125rem;display:block; }
#ADyonBg46J9MJfIhe3ouktbzwxBOWRH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.04345703125rem;left:6.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#M0fR4vKTVyMFc3m9KwCZyofom7gMUvmd { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.04345703125rem;left:36.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#rQTFBaSoLe4Vqw16NVIIBF5xrUb5yT8N { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.04345703125rem;left:21.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#BTs6wOJhXppnBmXzJLnMGiObXWhCFQow { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.04345703125rem;left:51.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#xadvJZS6BtyL2zMZQK4m2561zBVI24L0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3310546875rem;left:17.15625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wueLo6JAyZtneyv9yuULVTm1ivgUIgVq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3310546875rem;left:32.15625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2xEgPu0z9OLsbz71BKvKhqAJJTN5B2T { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3310546875rem;left:47.15625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BoLATDrBwOxr1TkfTSKlMNrqODDzu4a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.875rem;left:16.78125rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMMGBQTsPoxSAsIASxP0Aw4n0I0aNQKf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.875rem;left:31.78125rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U70QfN9PJlcueGqkpgoqlTFMHglW2AE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.875rem;left:46.78125rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU { position:relative;display:block; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU { background-color: transparent; background-image: none; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container > .video-iframe-container { display: none; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row > .video-iframe-container { display: none; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .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); }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU { border-width: 0; border-radius: 0; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k0r0Ucf1g5XyFkVeWBiPnWdDvqH42ymZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.875rem;height:1.29980625rem;display:block; }
#sAPETUZSu0zkn3JBJdaDVTHWdEnK62iL { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:3.625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh { position:relative;display:block; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh { background-color: transparent; background-image: none; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container > .video-iframe-container { display: none; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row > .video-iframe-container { display: none; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .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); }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh { border-width: 0; border-radius: 0; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F1veiMpXGJM7fntHznvZTtN59sQmk2ik { color:rgba(var(--color-primary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.8125rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RloGxRKB4GwLFHXLaF1NRQP0dITOpx1p { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.8125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RU6MET3MdkmZI1mG6hg988m6hJZdnT2E { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.8125rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eKPU3Fk9c9Tp5c96KgWBFR1XIsvaEa4l { position:absolute;display:block;z-index:15042;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:20.5rem;top:34.90625rem;left:35.6875rem;overflow:hidden;display:block; }
#OLZg3FIJadxrxlKg5RxZfWTE84TNgbOB { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IRevB2WW8zn829vc9k7E9uWX6zgMyATH { position:relative;display:block; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH { background-color: transparent; background-image: none; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container > .video-iframe-container { display: none; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row > .video-iframe-container { display: none; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .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); }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH { border-width: 0; border-radius: 0; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bHvH6CxfAO5an5lqTsePaN97NFR6EtFF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:8.1875rem;left:2.53125rem;display:block; }
#ihpimVFKIGpqZTQLRST07gM5oF20lcKJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:8.1875rem;left:0rem;display:block; }#ihpimVFKIGpqZTQLRST07gM5oF20lcKJ.adaptive-delivery-prevent-bg, #ihpimVFKIGpqZTQLRST07gM5oF20lcKJ.lazyload, #ihpimVFKIGpqZTQLRST07gM5oF20lcKJ.lazyloading { background-image: none; }
#otFDOL475Byq13w8FnUHqmwuswutJHI6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#gtCUIcQTIWeVgxuGkByBc6OWFrF922U7 { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:2.40625rem;height:3.75rem;font-style:normal;display:block; }
#nJXUneCiKIIa3dtktk6eX54ll0083FWk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#Jtfr7GtzfzVXRLFw4vcTuTKX45A8iROD { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#S7hl2oau05wWcypxS9J258fmXKpyOt9u { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:0.0625rem;top:6rem;left:29.46875rem;display:block; }
#As5yiehZ6q5RutsZgKL7Fczq8SqqVHOm { color:rgba(var(--color-primary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.78125rem;height:10.318375rem;font-style:normal;display:block; }
#d8262BwU0pJQSB87DogWR5ERDx0F5JHs { box-sizing:content-box;height:13.125rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#S2J0TfV6NlPtaK6wudu5SuIRqXzCiASO { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.46875rem;left:2.5625rem;height:2.4375rem;font-style:normal;display:block; }
#GOKpHNUN82INhTfMmF21Tn2C04h4fBhH { 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:15020;opacity:1;top:5rem;left:27.875rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .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;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .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; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-trigger.adaptive-delivery-prevent-bg, #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-trigger.lazyload, #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-trigger.lazyloading { background-image: none; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 { box-sizing:content-box;height:auto;width:27.625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:0rem;left:31.875rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL { display:block;position:relative; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq { display:block;position:relative; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK { display:none; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #m3sZrBWJIBn76tPidsOkRCDMBL5luECl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI { display:block;position:relative; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ { display:none; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A { display:block;position:relative; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ { display:none; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh { display:block;position:relative; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #GTC7eCdbrPS6QILMulpIz361bF0akR6A { display:none; }
#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG { position:relative;display:block; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG { background-color: transparent; background-image: none; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container > .video-iframe-container { display: none; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row > .video-iframe-container { display: none; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .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); }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG { border-width: 0; border-radius: 0; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DCWTBFbAvwAPygmwqTni7sCpkzyXxalv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:8.1875rem;left:2.53125rem;display:block; }
#ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:8.1875rem;left:0rem;display:block; }#ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl.adaptive-delivery-prevent-bg, #ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl.lazyload, #ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl.lazyloading { background-image: none; }
#iiEiMryelhxkPxss2lH13y9fkKgM6nWf { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#z9AVOfJJTUC9uaQyQTfZUheWXlMu3Ipa { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.125rem;left:2.40625rem;height:1.875rem;font-style:normal;display:block; }
#Psnct7DUhIZxD3e3r6Okm8pTCfU6uHAM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#Nd1swXdt52V1GOp7yz2h8cVxscCdCkS0 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#PLyb0WRSAfTkRWIxUziI8TaMpUwpHy52 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#WGt2GU1vkSb9P6rwcpPrgyWGkdkdswfG { color:rgba(var(--color-primary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.78125rem;height:10.318375rem;font-style:normal;display:block; }
#ZHcZ1iKXkoEKsaJ0bgV54rO5XPbE3x4F { box-sizing:content-box;height:13.125rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#t2Fv7X1LKxMU1rFC7Q7dGOV8JCIAqwop { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.46875rem;left:2.5625rem;height:2.4375rem;font-style:normal;display:block; }
#QpVO2HKhfcBiBMUy76STTdxusIg7rCcK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.5rem;left:28.4375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .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;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .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; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-trigger.adaptive-delivery-prevent-bg, #OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-trigger.lazyload, #OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-trigger.lazyloading { background-image: none; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M { box-sizing:content-box;height:auto;width:27.625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:0rem;left:31.875rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq { display:block;position:relative; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #m3sZrBWJIBn76tPidsOkRCDMBL5luECl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI { display:block;position:relative; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ { display:none; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A { display:block;position:relative; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ { display:none; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh { display:block;position:relative; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #GTC7eCdbrPS6QILMulpIz361bF0akR6A { display:none; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL { display:block;position:relative; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wcqJxUJqffLFkxn1eecuw9617SqtNU8A { display:none; }
#U6bmVcl240wNOraE1CTwLVRie4U9SiXM { position:relative;display:block; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM { background-color: transparent; background-image: none; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container > .video-iframe-container { display: none; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row > .video-iframe-container { display: none; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .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); }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM { border-width: 0; border-radius: 0; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BAd5SfuvXRPrBCXGt3ngWwBkVPHmS9PP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:8.1875rem;left:2.53125rem;display:block; }
#dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:8.1875rem;left:0rem;display:block; }#dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT.adaptive-delivery-prevent-bg, #dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT.lazyload, #dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT.lazyloading { background-image: none; }
#WR4hn1PiHs7kllt4iMiv7G3pNwF8WmCR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#q4ysTmx5Aaf74cTB0dzc46m3pFXOsOTA { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:2.40625rem;height:3.75rem;font-style:normal;display:block; }
#TvrzK3luVD579IDSVPca3dcC91E5MiEy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#GWAvkrgPTC28xs0brbvTzzvqJm57tOI0 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#StU7EqqLVfHTPfRr9rqut6c1ucD2Tuil { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#i3N8avk41lnbNtBVXn1ZuJeDVekrLJXD { color:rgba(var(--color-primary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.78125rem;height:10.318375rem;font-style:normal;display:block; }
#GMoVAreJMSiZ1BHnQzqO5rSnVO9CnWt1 { box-sizing:content-box;height:13.125rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#P9EGHGupT0S4xpJq3xkuP7e6Zssk9Vo3 { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.46875rem;left:2.5625rem;height:2.4375rem;font-style:normal;display:block; }
#mrgLHiWBqXrdXeRK2KgTLQOs3NviEVWU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.3125rem;left:28.25rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .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;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .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; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-trigger.adaptive-delivery-prevent-bg, #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-trigger.lazyload, #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-trigger.lazyloading { background-image: none; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS { box-sizing:content-box;height:auto;width:27.625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:0rem;left:31.875rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL { display:block;position:relative; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq { display:block;position:relative; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK { display:none; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #m3sZrBWJIBn76tPidsOkRCDMBL5luECl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI { display:block;position:relative; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ { display:none; }
#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K { position:relative;display:block; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K { background-color: transparent; background-image: none; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container > .video-iframe-container { display: none; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row > .video-iframe-container { display: none; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .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); }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K { border-width: 0; border-radius: 0; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oWMKsBA6usTpa3ZxJrBfFZQisAkReaF9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:8.1875rem;left:2.53125rem;display:block; }
#nfqkMswTeBwwues5JofZFC0TnrOb2HyL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:8.1875rem;left:0rem;display:block; }#nfqkMswTeBwwues5JofZFC0TnrOb2HyL.adaptive-delivery-prevent-bg, #nfqkMswTeBwwues5JofZFC0TnrOb2HyL.lazyload, #nfqkMswTeBwwues5JofZFC0TnrOb2HyL.lazyloading { background-image: none; }
#HJVDqZm9yIsHNRA5GQqh6U3stkQRn1v2 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#MtBOqIgy4tc6tsDR5MikUTxqwFvpyGJm { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:2.40625rem;height:3.75rem;font-style:normal;display:block; }
#pAG5tMJt5P3wtF8G8QGcbTcmFOamQOin { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#saG7MqlD35TpKBFthd9s14XOvT3qNE7r { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#q4DVCiP79SRKJXJu96h69ttXGKBMnygi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#nuqVscTwgnbMD2dmXUBnesNeAprSJQ68 { color:rgba(var(--color-primary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.78125rem;height:10.318375rem;font-style:normal;display:block; }
#hZZcQCQM3NWETUKL3rToBPgmeIKxvTcz { box-sizing:content-box;height:13.125rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#ECPirNT1SHnr3hruNGTFiEHDFVBaSVdR { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.46875rem;left:2.5625rem;height:2.4375rem;font-style:normal;display:block; }
#kmQhesC118ZhNbokppVDHiA85euwJ8KT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.28125rem;left:28.21875rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .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;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .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; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-trigger.adaptive-delivery-prevent-bg, #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-trigger.lazyload, #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-trigger.lazyloading { background-image: none; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr { box-sizing:content-box;height:auto;width:27.625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:0rem;left:31.875rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL { display:block;position:relative; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq { display:block;position:relative; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK { display:none; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #m3sZrBWJIBn76tPidsOkRCDMBL5luECl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI { display:block;position:relative; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ { display:none; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A { display:block;position:relative; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ { display:none; }
#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt { position:relative;display:block; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt { background-color: transparent; background-image: none; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container > .video-iframe-container { display: none; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row > .video-iframe-container { display: none; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .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); }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt { border-width: 0; border-radius: 0; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tpoNV5DCOTQZAq20Vw2OnuctzBsLoruu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.91);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:8.1875rem;left:2.53125rem;display:block; }
#Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:8.1875rem;left:0rem;display:block; }#Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE.adaptive-delivery-prevent-bg, #Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE.lazyload, #Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE.lazyloading { background-image: none; }
#kloTH7dXtuRoFTZZUpKyfTu7TSfyyVhF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:0rem;left:0rem;display:block; }
#yf8fE4LFteRxvf3XT55k4TZh772h08PI { color:rgba(var(--color-primary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.125rem;left:2.40625rem;height:1.875rem;font-style:normal;display:block; }
#opz8utTeIJgaeBmK4FudMQTggNGOq3p4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#iKK7EKrn2FxD53P0f9xnCVVTrXMLkDQw { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#qpnhLS3XzKRT9TbtSfbQOye9OIZrFlcK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#NhD04BWRP55L0m2piLzczIGfzkoNKUOe { color:rgba(var(--color-primary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:18.78125rem;height:10.318375rem;font-style:normal;display:block; }
#wZEaV0FNSn9wbtbGM7Sm8QKavG9b41oH { box-sizing:content-box;height:13.125rem;width:20.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#rOi23X2ketRz1QdVMT3UatOGl2pV5xfp { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.859375rem;left:2.5625rem;height:3.65625rem;font-style:normal;display:block; }
#mqSERARgGuSZIUvnQTchEP2sTtbG2K3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.4375rem;left:28.40625rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .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;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .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; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-trigger.adaptive-delivery-prevent-bg, #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-trigger.lazyload, #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-trigger.lazyloading { background-image: none; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns { box-sizing:content-box;height:auto;width:27.625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:0rem;left:31.875rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL { display:block;position:relative; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq { display:block;position:relative; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK { display:none; }
#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM { position:relative;display:block; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM { background-color: transparent; background-image: none; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container > .video-iframe-container { display: none; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row > .video-iframe-container { display: none; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .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); }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM { border-width: 0; border-radius: 0; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#BTuwVHtK4WtRmd472TQTG8qoCsrTAru1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.5625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container { background-color: transparent; background-image: none; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container > .video-iframe-container { display: none; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row > .video-iframe-container { display: none; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .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); }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container { border-width: 0; border-radius: 0; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container { font-size:0.875rem;font-family:arial;height:94rem;width:60rem;position:relative;display:block; }#MtOZlOIU7NwBrwIucdC2kySev9m6pTE2 { box-sizing:content-box;height:91.75rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#XXkMDqz5HMSTsthXXFMyu7ar4Mv0Dxgz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:23rem;top:7.9375rem;left:18.375rem;overflow:hidden;display:block; }
#XKDvhC0htHhVEEMK3tReoptWR7I8Bpzh { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.0625rem;left:1.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIXzAZC6GQ1yNLZqCqpqiHPlQ1E0mdZp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:20.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ps1zVHWhHKd5Zy4ygwDD8UzZa3gPgLlz { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:17rem;left:1.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yA1rOlsBdmo40TaB7ZtTWarlpnzGMTR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Drs7Kv4nr0aLnrEImsm6Dt4lDkTNID6z { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:6.0625rem;left:42.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8OQmmT4gNRFs1sylTuQMF4AC8t3TbeL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8mKo02AFPDIaMtCNB54VwCMsACsaSvD { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17rem;left:42.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSqUOI0V1t1cNZOSlqTWpTChJfhHpdMs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpGKbL8ATyBdbLB0EqFl98qSIXRqWGBX { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:24.96875rem;left:21.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKLAiO3ZezrpINyPKb0DOMq0XeiOkCfy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.96875rem;left:20.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gih2r7PX7IhBLy66HovBEgG355XcFtQ9 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.1875rem;left:21.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fkhhu9tGNra1qII3QRKoTS2IXIltkWFX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RV4zwQpctGIdNntgSi8lG9qaLzbMca0T { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:22.53125rem;left:42.3125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXrmvPdgp5L4uIbqzzOrw6ivPGWF467n { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:31.40625rem;left:21.75rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8F3NoPTkcBzDViHN3igqmPm7mD4zHNg { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:24.96875rem;left:1.25rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q59bghPy4wTSRcAQ7kBKOZTfyBFiQTL2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.46875rem;left:17.75rem; }
#l51uLHstSUP5mUsA0eXDPnUWbHOFxohq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.21875rem;left:24.6875rem; }
#m05BSHCGTc84O08SBBwRBAmmN0pbVvT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.8125rem;left:39.46875rem; }
#u3kceCg5SGl98qXnGLWwNJrAT6WdAEvC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.3125rem;left:16.4375rem; }
#LInHrwC1wvIo6Wv6Xnup8HOp3q1QbWdW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.3125rem;left:34.125rem; }
#ZB2mOemPXxaWxqiZ2wQvsr1UvGNV6TAO { 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:15021;opacity:1;top:13.9375rem;left:42.3125rem; }
#LSfoz0JwqyxEwU4FooxReQ5p60AHiBwa { color:#1c1d1d;display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.8125rem;left:16.4375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSRM5fUZHtbFHTVzAr2ceBZenRlAEkyu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.875rem;left:16.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofyKlc5OI12HhF9Xc5DuQ05WyrWR2NSe { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:8.875rem;top:33.15625rem;left:5.625rem;overflow:hidden;display:block; }
#yNm2ipnSfB6CDicihTzuTal6XMTF7Bcv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:55.1875rem;left:1.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpTPcS0t25oNKNwZAa609UsEVlhiWzB2 { box-sizing:content-box;height:14.25rem;width:19.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:0.375rem;display:block; }
#C7myRleapT4o8Vv0euQ3a79tOhxrJhgC { box-sizing:content-box;height:14.25rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:20.25rem;display:block; }
#z9agwmkotdvFh2iyDmf09JaWPbrwk6fk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:55.1875rem;left:21.375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDZgggWL1ZA9Coyrb6tJcbtK6M256qOf { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:51.5rem;left:1.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqLT9LLRAPn96fF9JCtEWaxDpWE4Tuo3 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:51.5rem;left:21.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTcIJt6M0JdNyqXia1lGKwECKSIuCfbf { box-sizing:content-box;height:14.25rem;width:19rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:40.5rem;display:block; }
#A5EGwSoeOESlOwfXpOabBRzGD6pfo1ki { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:51.5rem;left:41.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKhEJaXAW2pfHS1C9hHnbI1y8dfZVMFr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:55.1875rem;left:41.25rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARESyUvEN3FT8TwTSa7bEozVTUPEvsKR { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:19rem;top:67.46875rem;left:37rem;overflow:hidden;display:block; }
#dogoPWQdH8CrEupLvwMSwSxc4FTJ4XN8 { color:#1c1d1d;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:75.375rem;left:4.59375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HK2vBkHoVuMPZ0INo4dI455xl71B5E22 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:79.412109375rem;left:4.59375rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsfANa9igdqpzQWb7NUE6UZ6JpSWUHob { box-sizing:content-box;height:105.1875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.4375rem;left:0rem;display:block; }
#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ { position:relative;display:block; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ { background-color: transparent; background-image: none; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container > .video-iframe-container { display: none; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row > .video-iframe-container { display: none; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .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); }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ { border-width: 0; border-radius: 0; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#iatexXWSHVs5FOV8JU0IQDQtNE5GFPnn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.5625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JBxg7MvtAbZ2aKuB0O3rRTHHoWRyvCw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.2900390625rem;left:26.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container { background-color: transparent; background-image: none; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container > .video-iframe-container { display: none; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row > .video-iframe-container { display: none; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .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); }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container { border-width: 0; border-radius: 0; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#GAAuzQuTC0CkswXeNPwtldz71PtZzANN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:53.75rem;top:2.4375rem;left:3.125rem;overflow:hidden;display:block; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .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; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-trigger.adaptive-delivery-prevent-bg, #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-trigger.lazyload, #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-trigger.lazyloading { background-image: none; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs { box-sizing:content-box;height:auto;width:22.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:33.625rem;left:6.8125rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #rsm0QGLDhN4qp2dywW0Xp4TBOgTO9ut0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #whr5RGUdIpVLMtUnCnDS11e5qnDZBXWk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #w4TiTyUeGWfKOUriXMeFBV1QurlO5nWa { display:block;position:relative; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ovEFuo3wUJVHWV7REV38yRt9UBxDDcmU {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #vxzU1IwPopx4r0cUuOvXRTluMTSwtQa1 {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #sisZ5zKzZsGEBVlrlubiOUTCM9sTkJzL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #bbC7TRP9xV1KWCoRVKO7PwxZ4Tqac2Eb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nNAmTQPTIuMrTHxkx7UM5OJE7TPBzmaf { display:block;position:relative; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Lxrxn2m45GqOV7vVp63KxU71vNJCFEdo {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Pml7cSOCCdS7a7UwCRTFsIWaROWSt8WU { display:none; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zw1VReG53ARcafgEuzs1XIVozVN6RmUz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #KeLfcyqdEMEpXc5MWqucTN6lThByT59s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #VoiDDOlnGPoM2SZHCURM6bkUqrxtbWI1 { display:block;position:relative; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zPyJ3MNeoRdgrwVhuFniUgMiHs7RLR7D {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #IJsE37dvWIez95eokL4bGbfuvnMzSOPx { display:none; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #BRGVpPimPBHhNvh8WJRJLuoAgbiUdx26 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #HzvL5bUyUJXOoDyRdMMX81tDt7xZoxT9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #f46dmPRsrzI2GHouC2TgqIyoFNUfUoTq { display:block;position:relative; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #h1lRXOC1JQaviz1Qe2b3w771EC03BvkW {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #S3W4xvbabEkUIIi2bEDW4NBTya4kRTr3 { display:none; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nOd7Rc3SaOSINDTn0q7rftXmdzZszo5u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ScRUQz5I6bTVAPwZByyPsyLnDD4TTPxq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #P2TpKlhD5vRSmzdNFFaI7IWFcqMaDpQU { display:block;position:relative; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #DDEcsC9p2sSGidpyxKDXxvPqsxifwcpm {  }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ri00stBzNWO6peyk2vAQBL6MEEIoLEUE { display:none; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .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; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-trigger.adaptive-delivery-prevent-bg, #dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-trigger.lazyload, #dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-trigger.lazyloading { background-image: none; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg { box-sizing:content-box;height:auto;width:21.75rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:33.625rem;left:31.1875rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Lx12u6AkVT7HmgyPHO1iXDxRWmfHlczu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #THBbLZ6sg1rK0DNHs86bquM1P3gTlTkE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #N8GJmToUZtSRh06xx1irTzTVS8PcqmQg { display:block;position:relative; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gTuc0eS6z5Vl5g4bFXGW9ObSN5TcvF8S {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #MUCMSkZJ5k5irrGdAQATXAGMpVBLpnX5 {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JmHpavAlMsvdapkrtlX9yloBPpqu8c2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #W9nHeVVP7nINLsRzdP3PdSDnU9EbZnfz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JVBidn40o8Jc5qxwPdaJ6d7v2dON30Lx { display:block;position:relative; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #uS9Lcug9XzFBa1TZWoHnWss9EqHUz1gC {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #FoCvz23oACfFnTsDWpfHszs4RoU2ytpM { display:none; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ut9K22zUcn2LOQ0rV368fJrm8FCl0p8K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #voQifniUf8TODtlNT7cHTBwX3eIzdXC3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #RZ6DNA1QUIJE76BSBhOcf8WS0UaOLT6J { display:block;position:relative; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #D5Q5GywJr49XnK6E1TOTy69Sx6pq9xZN {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #VA1UOIk6lWATETT2MKL75l2oDkw3augM { display:none; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Uael93G77z3aVGh8hAH3kkqO6wutRbG3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #QgDfkgwLRUvRpgCEBzbx7uqSnN1Mi3n9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vlzpsVlqMQQKhqACMUtAd6m4MsnEswcS { display:block;position:relative; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #i3oeEJoCwGWAoLI8GHD9T5k9mFWRTKDv {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #rElpTrw8oP2Fb6OWlIbfsQL522y3cIFG { display:none; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ZR0LwXeBzFfATnC42eEsdRgfaAT1P2rl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vT8Tg9cF5Nc9sn9qcI7ANDxvDh3PZkpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ckgRT1Wv8eZkC4cfrygxb9egnpooOTGP { display:block;position:relative; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #WhAcSo4MJpHkxcEaWl8rvM8GN1PK6nrn {  }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gv4zG91tUkzRIGfVpuldowiz1k6VTIlP { display:none; }
#h1OV9XzpTCAMf4hBfdWJ93L7KqSmA9g5 { color:rgba(var(--color-secondary-2),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6328125rem;left:3.125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container { background-color: transparent; background-image: none; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container > .video-iframe-container { display: none; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row > .video-iframe-container { display: none; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .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); }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container { border-width: 0; border-radius: 0; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:60rem;position:relative;display:block; }#fvzV851sWEKLS5SNW7KQAfiXUgQ6JhWd { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.40625rem;left:3.3125rem;height:5.60595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wIEG73DCzgJPvTQPnTWw82wANoSIpWTz { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:24.5rem;top:2.6875rem;left:32.5625rem;overflow:hidden;display:block; }
#mlU0EmoeSqJnATxTzcM3SNWCLSBXpJBS { color:rgba(var(--color-secondary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.6875rem;left:20.6875rem;height:3.7373rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geOwp4TNm2m0HzbQlpEb5Thgc4WSeMNn { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:14.625rem;top:17.5625rem;left:5.9375rem;overflow:hidden;display:block; }
#MqvI1HBnQdAdHF27K8RyABTULIKlDM2O { color:rgba(var(--color-secondary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.5rem;left:10.4375rem;height:3.7373rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixyWTceIvKiMByTzmSlOdqF3OsBOOiEA { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:68.6875rem;left:34.5625rem;height:3.7373rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shIVGhKvMEh0SQWFTGmJVpBbDWs2T49Z { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:35.0625rem;top:37.5625rem;left:24.9375rem;overflow:hidden;display:block; }
#RKXkeK1Ute45WzTcnGyapANqsEBWAUb3 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:36.125rem;top:60.4375rem;left:3.25rem;overflow:hidden;display:block; }
#iH1iy1CxoaW5AN29JG3nUM6p4oxbJNAr { box-sizing:content-box;height:82.6875rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe { 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; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container { background-color: transparent; background-image: none; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container > .video-iframe-container { display: none; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row > .video-iframe-container { display: none; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .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); }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container { border-width: 0; border-radius: 0; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.0625rem;width:60rem;position:relative;display:block; }#As0RkLVZU8zLKcdbotdrsdlv1SWn3B7A { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:0rem;display:block; }
#FfMuMeJvbfhqGQ8EGFbDlpc35fzgh6CX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:15rem;display:block; }
#xAgKSLCX068N3Fc5zVzdC6WqyKhBOE6V { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:30rem;display:block; }
#s1iSLErvnFN0nPLoaszgrNbAxOihzpX1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:15rem;top:0rem;left:45rem;display:block; }
#O1O1CWbxG2TeTpfEvi4HXxZwifLmggFT { 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:2.375rem;width:1.75rem;top:3.5rem;left:18.8125rem;overflow:hidden;display:block; }
#tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IF9TK5Uy-KI/unsplash/jake-nackos-IF9TK5Uy-KI-photo-1580489944761-15a19d654956.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:1.34375rem;display:block; }#tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr.adaptive-delivery-prevent-bg, #tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr.lazyload, #tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr.lazyloading { background-image: none; }
#P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ttSRjiYG_WM/unsplash/batel-studio-ttSRjiYG_WM-photo-1554727242-741c14fa561c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:16.34375rem;display:block; }#P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O.adaptive-delivery-prevent-bg, #P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O.lazyload, #P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O.lazyloading { background-image: none; }
#i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0Zx1bDv5BNY/unsplash/christina-wocintechchat-com-m-0Zx1bDv5BNY-photo-1573496359142-b8d87734a5a2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:31.34375rem;display:block; }#i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty.adaptive-delivery-prevent-bg, #i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty.lazyload, #i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty.lazyloading { background-image: none; }
#AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6fAlS0h9vU8/unsplash/olga-zhuravleva-6fAlS0h9vU8-photo-1616065297556-f05bc00c9a3e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:6.6875rem;left:46.34375rem;display:block; }#AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8.adaptive-delivery-prevent-bg, #AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8.lazyload, #AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8.lazyloading { background-image: none; }
#hsm4ux1TyrxOBGTOFhsJpbAXKfeNuqhs { color:#1c1d1d;display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.85595703125rem;left:1.34375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gF4LUT1NxQbuD91V8S3HtdI2nEX8HXDI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:13.40625rem;left:5.0625rem; }
#ZWxSJZcdO9n78M8SdEXHxwolQyH9in0V { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:13.40625rem;left:20.0625rem; }
#A1kzZ3eIZNnZCUHsVPTeO9mxGbb0Tik3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:13.40625rem;left:50.0625rem; }
#vLOW0Tv2AdBV91eE8etEmsLkJIR1N7d1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:13.40625rem;left:35.0625rem; }
#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { background-color: transparent; background-image: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container > .video-iframe-container { display: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container { display: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .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); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { border-width: 0; border-radius: 0; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { font-size:0.875rem;font-family:arial;height:130.5625rem;width:60rem;position:relative;display:block; }#wNWlwK7Oyt0I8mOpyteoIAnBHk6tNKhR { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cm7Hd7yg1pwyEMzzhnXeLeXDKurJhu74 { color:rgba(var(--color-secondary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.521484375rem;left:5.28125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkZSdAURZbv6nteiwILqthQThKDetiiV { color:#071638;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:22.17529296875rem;left:1.125rem;height:8.90625rem;text-align:left;text-align-last:left;display:block; }#xkZSdAURZbv6nteiwILqthQThKDetiiV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkZSdAURZbv6nteiwILqthQThKDetiiV li:before{  }
#myibtEUr18WLxDAKE4J2hK7nNqh4bcT8 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:36.4375rem;width:19.125rem;top:10.625rem;left:0.4375rem;display:block; }
#t5CveqNkfrCc4LyBr9Eyx64iDix9qzEb { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dymZE4mHEwlKo1bmXxVhTrPsKMxADbNq { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(11,10,9,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42rem;left:2.15625rem;display:block; }
#sDpPxCIVw0rPTAGPkQ2Vz0F4FuX5eris { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QbgUv1lgXyVI1dCXoWFguo74OJoAFr3J { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:36.5625rem;width:19.125rem;top:10.625rem;left:20.4375rem;display:block; }
#CfRt1V6umh3JppT1hC0HQyc7l6f3GQEH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.125rem;left:23.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKx5XB9Rb4FxIRDB1K0FEvcLgxc2xuAo { color:rgba(var(--color-primary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.521484375rem;left:25.28125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p { color:rgba(var(--color-secondary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:31.33154296875rem;left:1.125rem;height:7.0234375rem;text-align:left;text-align-last:left;display:block; }#PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p li:before{  }
#JCsSUakrbVtWEtDBn1m8Rdd8HWmQB86W { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(11,10,9,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:42rem;left:22.15625rem;display:block; }
#NkpH1mCfOu2UTLrei3aXgIoMaNTlEcmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SX3z40VTqcLLyKtg9tVEyCLJSS2lym3V { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:36.5625rem;width:19.125rem;top:10.625rem;left:40.4375rem;display:block; }
#TNzhukVdqnecHo6aRXM8ydNapMVFP2h5 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:13.125rem;left:43.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBtu0nUicoA0HQXTeqzRTXzEE5HOoMFg { color:rgba(var(--color-secondary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.521484375rem;left:45.28125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRRLT2ibNuimqHustVMXVZBrMwTFpE5x { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(11,10,9,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:42rem;left:42.15625rem;display:block; }
#Tu7iAZJkQd9hulcICHz1UrH6Q1aFgzg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR { color:#071638;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:22.17529296875rem;left:21.125rem;height:;text-align:left;text-align-last:left;display:block; }#zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR li:before{  }
#KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ { color:#071638;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:22.17529296875rem;left:41.125rem;height:16.53125rem;text-align:left;text-align-last:left;display:block; }#KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ li:before{  }
#FdmiEfo2MEFfbak3kJ9P5kpcvPHfJKNP { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:50.599609375rem;left:0rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRvAe5LMdx3afBh7KEm3C8bInL35T2sJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:19.125rem;top:95.375rem;left:3.5rem;overflow:hidden;display:block; }
#pqJQSoNNCIesQfJ2g1QnHpZ3sti8WixG { box-sizing:content-box;height:17.5rem;width:31.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(var(--color-secondary-2),0.91) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.0625rem;left:25.1875rem;display:block; }
#RawRRpCgbCRMEhzaSS0MmDluV8ILIvfI { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:97.3125rem;left:27rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fT0gk1cUbbOPJxXdcOxgV2qurr0crIXe { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:117.25rem;left:3.625rem;height:8.53028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOvbNsxyvGlz50EkyQhBwanlaz9w677O { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:60rem;top:57.2119140625rem;left:0rem;overflow:hidden;display:block; }
#AhI4KEmESkPGWhQZv6fXU2Tf8IfhrXmg { position:absolute;display:block;z-index:15035;height:29.4375rem;width:52.6875rem;top:59.1181640625rem;left:3.9096715328467rem;display:block; }
#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container { background-color: transparent; background-image: none; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container > .video-iframe-container { display: none; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row > .video-iframe-container { display: none; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .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); }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container { border-width: 0; border-radius: 0; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#AEnzI3Om7D8xP3vfngbUfSwx97b9TwhA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4zUQQImp6XkSuKPrnk2mugyqlTAgBsL { background-color:#1c1d1d;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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.625rem rgba(225,172,17,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5rem;height:5.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.875rem;left:12.75rem;display:block; }
#hWRbUNmTQMttHk1Tt8FvdnmUW3E8drDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:rgba(var(--color-primary-2),1);padding-top:0.811875rem;padding-right:0.7475rem;padding-bottom:0.811875rem;padding-left:0.7475rem;display:block;align-items:center;width:4.48375rem;min-width:4.48375rem;height:4.364375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:3.24875rem;font-weight:700;line-height:69.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-label { background-color:;background-image:none;color:#7700fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.508125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:5.979375rem;height:0;position:relative;font-family:arial;font-size:1.21875rem;font-weight:700;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.6875rem;height:6.5rem;padding-top:0.101875rem;padding-right:0.10625rem;padding-bottom:0.101875rem;padding-left:0.10625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.53125rem;left:13.54931640625rem;z-index:15003; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #aBWAsH6519awXDHLoKgUkTdyQzmyk3kT { display:flex;position:relative;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #DPs1xfuQm0c5HbATCKwLNTTE8ApBNdu2 { width:auto; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #welJfkTCQftHhKuVMNGZZDgSDtafqFx0 {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #ElEDzo8c2sTVTGAcDgB629NMtB5OT0Pr { display:flex;position:relative;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #O43TdrJUxZoTaNmLWCiEzlacOmHZKKLo {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #AH5ggq3abTxFWvCT0U7bE04Lf64JIdJ2 {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #KWWaOaTSNgbWnyaXWFiFTEA6ylOWle4s { display:flex;position:relative;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #nuOCZF1ILdtk6chTbirxfJ14wS4z3pep {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #JrbzsTfrhKPbthlmvI3wxzT1AzPq8Z6y {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #WtHD9NrycVULNcOTS33z34OGHshEyp8z { display:flex;position:relative;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #xDSACVgBLmh8ahRJGp88c4DohfxbLlHm {  }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #qLBupcbPG42c2m8A2H2zgmLJBPRqs0TJ {  }
#u2KCHgBmP6IqM69CteIlzaQacTW4OPMr { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:3.625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { 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; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { background-color: transparent; background-image: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container > .video-iframe-container { display: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container { display: none; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .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); }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { border-width: 0; border-radius: 0; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.5rem;width:60rem;position:relative;display:block; }#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .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; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-trigger.adaptive-delivery-prevent-bg, #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-trigger.lazyload, #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-trigger.lazyloading { background-image: none; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL { box-sizing:content-box;height:auto;width:55.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;top:8.40625rem;left:1.6875rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lWRaOpTqn2UTmmzBgh5tWnxIqtnoVn7n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ouwTKPpwkl4udVoygKhyoVbofImOHgF2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Ubbm5KtTOyD4lz7zB3JDvzbKC6c0fRm8 { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RXWS0tbntqFX2fIElMzxkWUNI1p8nx1L {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #KHMNSzd4CaDgPWbLtkT1bq5oGwVgnbTz {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #nUQG922vTR7d9qIIaH6UcTdKx2f343xg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #JCPdpAa2bUbGtEMoB5GT6dExiECmbthn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RC5XLoxbZOW2CCLogDDopVkI6Ug71l5T { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ROKliC61NBrh7b4skpBMWIK9cklMe3Fk {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #QttZdn07ySzzrJePaTSeSUulTFVuuLi9 { display:none; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E89URi9M7rD7iSnwWWU8eRmSNk9sA7AW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #GcuzpW9ZT5FtnxLmHBPHwT7l3uNF5vxk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #NyCJCLLKUvV4TUbVtGIWD9uzQmU4Nn89 { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #SERr5nMHC7WXRKGzbkCTqTQSNQ9qF4K5 {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #dWKDMJZhTCauGkZ6xxnsDoK7oT93zd9h { display:none; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #b6lrEpq0B4hsNoT3TycG8JryMnJwUEKb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #p3CQ4sTU8hD0lCLaleFbpzIvBcBGWgcU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Hk0MboVhlKMylz1LMAC2DHp6k9ZebmNL { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #mgubRDCdLXDnlZU1apEypXML5m3W7UgO {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kFP0azgMSEAbOlGv9pU1yV2ucEdmt4Xz { display:none; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E9Wnd3V622EEgxqcSCWz1xfgSTu6aFEk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #DVzrIzyKLIu7qsm0174O4rBPEiklHnwu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ETKmpvnN5QeD64fRWHlazJtZ4VHJeb5e { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lI4nXDvzCAKmn2WcZiyerJpbI4l3yevl {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kCARzWdUfW1GB1CfstNAgQS8HvP9EmPb { display:none; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #y6iB2GeTT2UpC605hSKcMaGit1ayrRmD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #iGHa8W5igXK8TQ21iPMyGTLTFEsnTWK1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #LK42ToT5lrAvnowTpc2XRut3DFAFdG0s { display:block;position:relative; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #WaQ1iwSXp2oIxWKIRQoNNBwtB9Mi3yDD {  }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #CdqsQ3XoDB4lyzx4S7o6Tm8eRTc7GpWq { display:none; }
#Lk7V3aBhtGCI9w7BSoyiFHKOXb08TTab { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.59375rem;left:2.21875rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUlEQH3vXgTrt5nvRVntoLVWgNSacWif { width:15.875rem;height:2.1875rem;top:1.625rem;left:8.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 { width:18rem;height:5.0625rem;display:flex;top:0.5625rem;left:23.9375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #aBq43zHrdSQ9Tho2i2tcAe4UI4scDGyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #oriARPegHcMG6nusuOouiaeqzrv3dAL0 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #NhdxoBLXGooTdcpS59oTDzUyGCl6qKL4 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #wIbzJ4zmbD7w2P7hxFL61bI0FHGlyUdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bXINd1Gs8hzxnw4Zqvkf4Ozzes4uqIn8 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #MUMBwa7019efzCwshUT0dZApBx8TuAu1 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #TF5dTyH0THB1u04GLCDRiTstwAqcgJLN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #WFwHk9k51I3OwXD1zCIAQLmKCIKzG1Vc {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #Q4IWwGuT8CCycHy8ypTNPCIpnWZRIBcN {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bpAyuU0iMnByAvoeWTuvvUZ0eh8QR7WP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #UmgVHdWvzReTopksaCAo5QTDTP2BTQ54 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #lChCblGwsloK1wg5AS8nqaSQZswZq9QM {  }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:30.0625rem;height:9.75rem;top:10.1875rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:11.5625rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:30.0625rem;height:6rem;top:23.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:26.375rem;height:4.3125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:26.25rem;height:26.25rem;top:7.8125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSd06VIN2T07bvuoPU0x5puVX5KH1aPF { width:30.0625rem;height:4.875rem;top:18.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEGs3IxSbxKtmZbOnLXVveITE9i0iyo { top:7rem;left:0rem;width:30.1875rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0bUccPfenadJnpxzbtdFINH1nGhi68 { display:block; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2Oy2CprVTNiwBtvggsRbo1WXWdTvpFD { top:2.1875rem;left:0rem;width:33.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTFb2Twr5ZuMucTSfZwindoJdkITpoK { width:47.75rem;height:8.125rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U { display:block; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9gQAfMWWwegA5JAHHn0GNzgDTclvKQw { width:9.0625rem;height:1.6875rem;top:6.75rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofL2Z5yggHH2QJQJtHrgdcV2PKheLgIV { width:12.5rem;height:3.625rem;top:2.1875rem;left:11.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZPtZicEIafhWzAsoaEte5i9oZomN64E { width:13.25rem;height:3.375rem;top:6.75rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdOia7PMazu0cOOkcHnmdaBsiisJweW { width:9.0625rem;height:1.6875rem;top:6.75rem;left:25.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm0DJh93CCb7voXDaJnfAetorO9AdZwW { width:9.0625rem;height:1.6875rem;top:6.75rem;left:37.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2TzgRKJ93yKgivObB9EauJSXNMmftH { width:12.5rem;height:3.625rem;top:2.1875rem;left:23.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UB6r7yoJTiLD1uxaQOoGgyRtpGGXMJ { width:12.5rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVzt0PvOnSVXF5KtuTFOwNQJEUuyvbgX { width:12.5rem;height:3.625rem;top:2.1875rem;left:35.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:9.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPGcim7Bzt4cwte0vCieZM4lFCwVtDND { width:47.75rem;height:1.125rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq { top:16.625rem;left:0rem;width:25.8125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1crq6qJnTOggrxuNyJcygANRO8T8lLc { top:15.0625rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoQtNTia30To8AfkUOWPuwB9i06GJgGa { top:58rem;left:0rem;width:16.5625rem;height:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWweh8MEPJT9IZTZIcxZDTam75B0TzVg { display:block; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftco8SuFvcN6GeqX4MNMaug9oyTJKZ3g { width:47.75rem;height:0;top:2.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxBczxOG8HUMuzKneJBTlJnqLIJ5M3v { top:7.5rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpAA4XpAAM8CQuvW3404cMCsnk80aqDc { top:8.4375rem;left:0rem;width:25.25rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUaa2dR9IbAMlWbEwVtsnTsq1kxU1BXn { top:5.875rem;left:0rem;width:17.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItqO6QfBkclkkuWgtt8iD4toFzvWNF7o { top:7.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uab8OvfZAadaIP7uGNlwa5TzoatrhHrd { top:9.3125rem;left:0rem;width:15.9375rem;height:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTTkgZlD4Hs2X69t65X1th5tUE3E8RV { top:37.375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraC2p2ObhoqOaHJEmHnz82nIo6wMLmx { width:45.1875rem;height:3.375rem;top:40.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeISalKqQ3EGv3uvX2WNEQZo58ZtDTDE { top:11.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaI15IXB1hztcuiHbTxq5ZSpBrLF8Ha { top:15.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJs6G1m10rJqqzehS8TAlf7BKPGyD5Q { top:19.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCxk1tB7n3qm8G67cyMRCflk1246mOgT { top:24rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR9N8EV1gA0yd2Xqyzodayl7TvDaBxaq { top:28.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Q1cNmZz8MasfTPOuUAyEG00580N6pQ { top:33.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJf5V5MgzkU1UusPAxKk8ombo2vo4Eq3 { top:66.8125rem;left:0.125rem;width:15.25rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlA3CKutobkSm0fW0pyJowWChsUOkSJ { top:13.9375rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9DlDptrXZiZ1NyJWGqZRAaQ9UNTxmtV { top:18.5rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnBvBlnXUsq6A1Q4doLUMzmNd7CQaw7T { top:32.1875rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BahUi6Gw7fev4RbyMBcMhlCmXpiUGERy { top:27.9375rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoaTUmC6qenQvXOoknXelwt4bD8VGKl { top:23.25rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh3lyhN0WSRo0LnVoazOJZbeVT22BO89 { top:8.4375rem;left:22.5rem;width:25.25rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:47.75rem;height:6.625rem;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { width:15rem;height:15.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:15rem;height:15.8125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:15.8125rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:15.8125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:31.5625rem;height:7.5rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiAtIhOJ3weiORBHlH84FfheTQ51gzVU { top:1.625rem;left:15.4375rem;width:20.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhN2MKTTO0dt6vPa7NUd5WJJpAbHnJgF { top:18.25rem;left:19.0625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A { display:block; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWVgXgq4AexKxibSz1T7w2W8F9yCzPV9 { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJyylHq4HS2NUlOgPDZv4WOst2IibTvy { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIdXTmDc0qXrZNZbN1fEDXXMfG5yUdb { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGv3T2WkQ1QtSbc96TXiDwwblhU1CtUB { top:15rem;left:0rem;width:47.75rem;height:25.615885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQTxLTX0FalSlhgDLuePTfBiXZGH98o5 { top:30.4375rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUHTaOEsGwFiJ4ZAH8bEiszATVkatTvX { top:30.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWdwON212oRyZMrPF484VE4D12sk6l2z { display:block; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0aKMtluPhIs0hTbPff6ntt8FZfPuEsc { top:1.8125rem;left:0rem;width:36.25rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9pE3UiXTUCN5i5wLMAqmhn7RNGTQtU { top:19rem;left:8.625rem;width:28.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zWBk08trgMGi4TIMXCb8vlX1tAe0fgGU { top:13.8125rem;left:8.5625rem;width:0;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URfF57um7MxRkbJzXoLqq1PlHJ4KWhzm { top:19.125rem;left:36.65625rem;width:0;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f338XZh5AOrT0gXQOVkZDfISTqgr7MdN { top:8rem;left:23.5rem;width:22.6875rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHTeAfai11DZqWIgGl89RiX2TrTVFc9 { top:3.3125rem;left:0rem;width:32.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNLdgTocbkxdW9psomkJTpnD4awaKkQM { top:27.75rem;left:0rem;width:24.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFUwkKFvrZCtEPxutcb39IZWgJTyzTi { top:17.4375rem;left:21.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGoPgzloiM8q3N4hySrQn2ktkKpSBPwy { width:24.6875rem;height:3.9375rem;top:39.4375rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvZr8BoLXf4JKO5zfTmul1bBDgyWfl2 { display:block; }
 }@media only screen and (max-width: 763px) { #nzaOFEWUXvCRUnFt6ynN0y36Z3Tsxid0 { top:2.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJq9D71KhOOBTl6pdVRBDTLPXzyfxH7x { top:2.125rem;left:16.375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnNykvO3oDaCOQJksQvvizWLmvtylmD6 { top:5.75rem;left:0rem;width:32.4375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoL5Iz8EZw387JXtPUdnx6RfognpDdmk { top:5.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn72oEE0rmWL21oisXMSi2OVmi8uvhpH { top:9.625rem;left:0rem;width:32.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOJdEA2B2qs0AuBbDGBsL7eH3XdTuCyr { top:9.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8LbcgcvvB1TMWq8aIbhzPhWS0an9IeJ { top:12.0625rem;left:0rem;width:32.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzk4ynSze6JDT1ZqnHlyCJBK0Xs8pGcL { top:11.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKWH8OzxfwFAHhDapOeTFUNGASMAyrc { top:22.6875rem;left:8.125rem;width:39.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zU0AiS8uAf0Zc9st2U5Tz0GIfc7Hy6 { top:23.625rem;left:14.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWEFt2Z75p0pk1F1shulZpaMRWsyRBl7 { top:24rem;left:12rem;width:35.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBhk7pbwWfrrNqp5TcTipnrRPpH5U2VL { top:26.5625rem;left:14.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb11B77PXno0DTvlWuUJ0uWQKEqeJ4o9 { top:27.0625rem;left:15.3125rem;width:32.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evBMAUhEfWDx4RsI9Tm04JRFOOvTWuxp { top:29.5rem;left:14.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzRH6eCN8rxIXVxJi3cQCwxRipTMnih { top:29.875rem;left:12.5rem;width:35.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRR95TxQ7GJ5LHzPqgRzLu9o60U5fwqG { top:24rem;left:36.125rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV23KOPI0eV0TkxEPTXcotx42AP2aMA8 { top:32.4375rem;left:14.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDdMZ0UBgSC3cXl4GKOniUz24vCuqtKz { top:32.8125rem;left:15.3125rem;width:32.4375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcukeW32lspgoI1wL72bQ7y0w7Plt7K { display:block; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiRImK0aqkO6MDCmre4KmzMW7rERbXe5 { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 { display:block; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyOBJtnowkdgywUuuh7NAbZ3nLhp3NXo { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqo14GHIPrIoyvz2mw776KdOTnxmAuA { top:8.5625rem;left:0rem;width:18.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKNDFGu5vxDD0QToBplPJdM4IniQBro { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Nosah6GSBW9gv63Upxoov7TAxZnQbX { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7OCUvhCP2uxgzLkzdko2nQmUnq0KNh { top:5rem;left:3.3125rem;width:12.5625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAVyuLTRu2FshvfmX7JKEkTm3oUG90TM { width:1.6875rem;height:1.6875rem;top:16.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8FAJ2z4Adz1woT4LCgZn5NwSUfnf8UB { width:1.6875rem;height:1.6875rem;top:16.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMEGTnTJ6PHlRVrKmfmyOtPFb7t3KOsS { width:1.6875rem;height:1.6875rem;top:16.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFH2aKn3fOmLUGsFpaGTNMegT5euIeQ6 { width:4.875rem;height:4.875rem;top:6.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREbJqdzVFWz854ttmQPHTHkw7v9pTfC { top:0rem;left:0rem;width:47.75rem;height:64.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl { display:block; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4QmEAkVDGg85sWckllDFlI26pxmRign { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuhCX6CabkaJ218uwJEci7S8iB1aNUJm { top:0rem;left:34.5rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V77PBnOJSPJf1QDRtkKSbM9iR1AOCVSS { top:7.375rem;left:0rem;width:41.625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMqvg13ULBMvZVto83MALLvWG5rW0HBX { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yk8Tf98sAyBUwefSFXa6ymnBWfuz3a { top:15.8125rem;left:22.375rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qusRwFGkXvpPSe7WmF3riKTNbQZUPv { top:4.875rem;left:2.625rem;width:13.25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhP8AaN1XTLEQdPLktZRHdnzQ10uVB { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RismMd4Wtf6HlVZfdAWKExdhI1X7MEsf { width:1.6875rem;height:1.6875rem;top:16.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIaRlJSezsApG5XhOg5oyaNCWCPuieS0 { width:1.6875rem;height:1.6875rem;top:16.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3P1EhrZ6qGF4M41wSc7d0kQhpWEGP1 { width:1.6875rem;height:1.6875rem;top:16.4375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGM1twT0guW63gK67Pwxz982RulAn8tX { width:4.875rem;height:4.875rem;top:6.6875rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CetQ12IyO1VZB7G9hgNooog3PBVaI3so { display:block; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bx5AMNbwomS3Muc4T3xxdFg8pd3KZPLc { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htz7A6J7xww3fazSm0hiIhL1KT2Q54Dk { top:8.5625rem;left:0rem;width:18.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkLFMFl7RSMV3WvWI86m5D4EQvxThv0 { top:1.9375rem;left:0rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NivhTUBJBPifNN3OQTSN12nkt8OGTcXI { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSEgqQTTViIplLQKAhRbggq0k4iTzETX { top:5rem;left:3.3125rem;width:12.5625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU26VinxHu6hN9uXya7RCVxptlkyA6c { width:1.6875rem;height:1.6875rem;top:16.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxZI1K3drnSGT5mLFtTnmX7Nat8gy4A { width:1.6875rem;height:1.6875rem;top:16.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkO8qHUistE8wM24zgIMVU0CWwhTX27 { width:1.6875rem;height:1.6875rem;top:16.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4WeUrsRV2T6A8zCqO9vZo02dGnvEeRX { width:4.875rem;height:4.875rem;top:6.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx { display:block; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT92mregBKrmmCtawNwtTBvo9hKiiTQ1 { width:15rem;height:29rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0GIXhNpSMQKbfKwih6WWAhB0VvQD2lk { width:15rem;height:29rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLD2AWKgwFvucMlMuZ09xsAi6lbLM15F { width:15rem;height:29rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEa7h7CT2PI2fuUFVMUfeeP47guXNnTL { width:15rem;height:29rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6znMcbqsukKE942t1xuCHqzkhSG4em { width:1.75rem;height:2.375rem;top:3.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI { top:6.6875rem;left:0rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb { top:6.6875rem;left:11.5625rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V { top:6.6875rem;left:23.5rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS { top:6.6875rem;left:35.4375rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBtMTS0yWV6AlUSXNNgzi5O4RBoloRz { width:47.75rem;height:3.375rem;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkyifbtpBmReZDV2Sy3ObHc3y0LWi5zi { width:4.875rem;height:4.875rem;top:13.375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpHPsSIOzEpc5RfiTPMGW5e82U5pL461 { width:4.875rem;height:4.875rem;top:13.375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVPxJbkqATDFtSyNSciDKBgMtWW3v9re { width:4.875rem;height:4.875rem;top:13.375rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcGZCCJyLTkQku5DqwoThUPqJUdFBcvB { width:4.875rem;height:4.875rem;top:13.375rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91PvedRiAw3hH7xrbgPHGo72d9lioy4 { display:block; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC8JbrFaOEXmCW7TzxnHEeIGGr1b9IC9 { top:12.1875rem;left:0rem;width:34.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9c5UuoLdJThe8epMO6sRmpl0XlNOaS { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEN6krxJ9Rg78TAZ1WhWTy7Htpgy9dJo { width:47.75rem;height:1.6875rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKK92JFQDFrFBl9nfkruWf3qzLgX6Fvd { top:11.1875rem;left:31.19921875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoCWMTQERPn0BypUpKhrTbLfR8LRPPn { top:10.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #A2q62cIpC9bpB8NwTrJH8Qx8M9TJzuZM {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #CrKAbuEJzFT0GD3ZzaauBT3A5NO3NSmc {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #XSuTcGBZa04WKgVvgJsSWWp4BsJdtX7u {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #peOSgP5KRqxFfqgiALJBHDMBLadscVOs {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #tWQxyN1zQR4Qeyevwd2biNrb5ipZ2MZS {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #dKyPBPLbIHshCpBhEy0VIdLfHieFmCkO {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #UkTi3Prx345Z7KTyV9sgsfEdpJBsgoku {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Nu5pfzneDlskVPTgmftBCAWHrn7bp0OG {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #W4dpgORETMtlUn8W819Jia4A5ctInq5g {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Kt1DnO3Sm3QlkluFB0NHWmzBTUZHIXTP {  }
 }@media only screen and (max-width: 763px) { #M32ByKphPKakUxTNwvJ0s3Uy800TIaNx { top:20.75rem;left:0rem;width:34.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6SzS7GhsHlvIaGXnKJlJT8ykCtepJz7 { top:18.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4EmsOItS2D4cK7Vv4rkR390hcOMfACR { top:19.6875rem;left:31.82421875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rg6lNp1d5lt7foeuyw6VKMrPK8LI5G { top:3.3125rem;left:32.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #JfNTrkLCTMO63JEp85gdRA3c3nkAQHdz {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IuZu5HgruIzL6lt5TAr5Anz6rdRBaZcm {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IZfiQLNdpOgee1bTMEtMNaMulfeoTsgB {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #nOUCqyIeKUSn5Jow6ggDxyoVDD6MMs1g {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #ElUifmZs3xKBs8GsSAFE1VZKz8qtgoym {  }
 }@media only screen and (max-width: 763px) { #KFHJamCDvgCmfPKULvUevyy4eBpk4ulq { top:26.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiPFSBCFCXW8HLPu5yzcrDSMIZ4iOOM4 { top:28.875rem;left:0rem;width:36.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qy5D5yl9dkThL5TL4gAIQJICKlTRgH { top:27.8125rem;left:34.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbJBcwDD4d75E73NxrT5GRxLhTJey1N { top:0rem;left:25.8125rem;width:21.9375rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #kMaome7mQF971ADaohrBAmizxA58aVTo {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #NATFoh8Bgv0zk7kMXLnEe9tLnSLcgsiB {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #uRa6Qcp9qCg0ROLdnLvGSqkisTuQ9TZz {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #khtoPQRwuwQw3zz0FgcCed21iqyelw1b {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #Ak7vhVqwoi6OREKiy3PUC9GnieZKS2fZ {  }
 }@media only screen and (max-width: 763px) { #na5BdQOtqwoF0c9rGkN8I5bI0b6Puwxh { top:35.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTmZGakXe5fnICTuWu3DoXil2VaTILe { top:37.8125rem;left:0rem;width:44.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVPUbMR38elfV0wdEN0lq0pLVUhIJpc9 { top:36.6875rem;left:42.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2yfpqBvhvT45whpw3XnPyWxDPtmhgK { top:6.4375rem;left:32.23046875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJa9dCI60TOZDGpTJTAI42D6tSXiL3DV { top:16.5625rem;left:31.48046875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXxo6zCfOlrVgB8LeA9keIJDN0DudpI { top:40.0625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT { display:block; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE2MAmNcHEb7pgoEMP5QfNIweZiOcBvn { top:7.875rem;left:0rem;width:30rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR1DBl6sqUJmyiqz5CZDQIRNGnEDxtU4 { top:7.3125rem;left:21.5rem;width:26.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNI2iqbDTlKbx8hTrhSarTga4L94JGdK { top:11.125rem;left:22.75rem;width:25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2LTtgl6gKKRp2MpWvq2HoVisCmQmhp { top:12.1875rem;left:0rem;width:31.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzi7IL4aEH4VcUwnX0aZz93BI8ixlWzo { width:28rem;height:6rem;top:13.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBJg5TVXauezN4LfQ4GONVONauMG6Xcr { width:28rem;height:12rem;top:50.875rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vFJFoMSidAK1TlF186igkng3GPM93R { width:28rem;height:9rem;top:20.125rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3qJqNFBfHiht7MIbTKVbTaZPXnhzm2 { top:33.875rem;left:0rem;width:31.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIRozb30O0MObwPHIaEXHCLQwd4ZZ1f { width:28rem;height:10.5rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz2a5cOkxuqzRTN6FwHhviAdhdLqNEzX { top:29.125rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPc2PQB4h7n12Gr4ZTRI1AhCVGhK8XXe { top:46.4375rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih2ZE3klQilkOWmNqclWNi64M9zRdNwA { top:49.5625rem;left:0rem;width:31.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcxoTFRXUn7TyaaSxcmqKp69wftZt7M { top:2.4375rem;left:0rem;width:26.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVWg50ntsZ92Wk9WJeRKZWxJ3DLK1I1X { top:31.375rem;left:0rem;width:30.8125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5NVzKllXKTW4DbJvC5IqZ7ENTRBQf8 { top:48.9375rem;left:0rem;width:28.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kikz9oGRJnTH3ebCPZ25IAPZ6tKmHBog { top:63.9375rem;left:2.5625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy { display:block; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhOk5GJnN1OLl3M2KPiz4Qe0KvfEwNM7 { top:2.1875rem;left:0rem;width:33.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tahg6OcWtPTftqDHPR1JRTXhgEVJVd7n { width:47.75rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 { display:block; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfO3vXXzzucmTXaxFeaUh14xyhgomP0 { width:35.0625rem;height:3.8125rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOMID989ISQMgZQTolNZoQsOlpZ2qAv { width:42.9375rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD1Txry0k3FZyzwdZmQhQ1U2FZQcvbzr { width:19rem;height:35.3125rem;top:10.6875rem;left:15.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlXpmbWDTrkLEUkXyQRnTL9zFsUEtSP3 { width:13.625rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDXA7cspmIANmI7rTnIhOFr3Mnw7oS1 { width:18.375rem;height:5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgQ54PmktySPT4r72svNkBzxt8USpg1 { top:0rem;left:0rem;width:47.75rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKn4T20ONpHXXzws6wTZ4oQb0TFoN8xx { width:13.625rem;height:1.625rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9rSZRynGmkoT3gva5g4WpBysfpHVvJ { width:18.375rem;height:3.75rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknupEH8WV71FQoiO5fJ3QDuNSTQAqcw { width:18.375rem;height:5rem;top:34.5rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfOqS1pGpyEIbFxcLhQZDMJxSvllqlav { width:13.625rem;height:1.625rem;top:32.6875rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHVOHVgw18mTRlAK5huE2JiKId4DaUhZ { width:13.625rem;height:1.625rem;top:17.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzi1p60T5PLTdswAanwEP1Q3tz6hcqmI { width:18.375rem;height:7.5rem;top:19rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe { display:block; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzGeyygZ14SN2Uupie4ErIfG0sD9eKMD { width:47.75rem;height:3.3125rem;top:2.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnXr7eQuXacW4moTwdmM9n7FifmL6fDz { width:47.75rem;height:1.6875rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzwgD5gmTvpaZCycpN671iHMrnnqSDtM { display:block; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEdX8MSUtthTkmXReOauDOP75tghtUFS { width:15rem;height:24.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0L8QkMSrO9F7BM3sy06UTT5IsmqCBf { width:15rem;height:24.375rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecRbwyu8nXoP8Jv8tr6QpS5QAzrqZoX { width:15rem;height:24.375rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmmfexsAmmlh6tUwBv4sMEWCTIPWZtbW { width:15rem;height:24.375rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkgpUznAkOIUac4MeJ3ofcEvtC1Ul7N8 { width:4.375rem;height:4.375rem;top:2.5625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2QADDT2iIcbG1dvMa09KfUmM7lTPw1 { width:10.6875rem;height:1.4375rem;top:8.5rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJZG5dSsNJrGhTHSZsB17s9QoTgbU8d { width:11.4375rem;height:10.5rem;top:10.875rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTLiEL6p0zy7skvmS0678UPTOxnXmS7R { width:4.375rem;height:4.375rem;top:2.5625rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeoD2vtXuzzPXHn4OsaV9MECdxaEhqPc { width:4.375rem;height:4.375rem;top:2.5625rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg88SFPyf66AAhwpQUnxfNVdzvUzM1ar { width:4.375rem;height:4.375rem;top:2.5625rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyonBg46J9MJfIhe3ouktbzwxBOWRH1 { top:3rem;left:4.90625rem;width:2.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fR4vKTVyMFc3m9KwCZyofom7gMUvmd { top:3rem;left:28.78125rem;width:2.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTFBaSoLe4Vqw16NVIIBF5xrUb5yT8N { top:3rem;left:16.84375rem;width:2.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs6wOJhXppnBmXzJLnMGiObXWhCFQow { top:3rem;left:40.71875rem;width:2.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadvJZS6BtyL2zMZQK4m2561zBVI24L0 { width:10.6875rem;height:1.4375rem;top:8.3125rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wueLo6JAyZtneyv9yuULVTm1ivgUIgVq { width:10.6875rem;height:1.4375rem;top:8.3125rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xEgPu0z9OLsbz71BKvKhqAJJTN5B2T { width:10.6875rem;height:1.4375rem;top:8.3125rem;left:36.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoLATDrBwOxr1TkfTSKlMNrqODDzu4a3 { width:11.4375rem;height:9.1875rem;top:10.875rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMMGBQTsPoxSAsIASxP0Aw4n0I0aNQKf { width:11.4375rem;height:7.875rem;top:10.875rem;left:24.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70QfN9PJlcueGqkpgoqlTFMHglW2AE5 { width:11.4375rem;height:9.1875rem;top:10.875rem;left:36.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU { display:block; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0r0Ucf1g5XyFkVeWBiPnWdDvqH42ymZ { top:2.1875rem;left:0rem;width:33.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAPETUZSu0zkn3JBJdaDVTHWdEnK62iL { width:47.75rem;height:3.375rem;top:2.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh { display:block; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1veiMpXGJM7fntHznvZTtN59sQmk2ik { width:47.75rem;height:3.3125rem;top:32.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RloGxRKB4GwLFHXLaF1NRQP0dITOpx1p { width:42.9375rem;height:1.625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6MET3MdkmZI1mG6hg988m6hJZdnT2E { width:31.375rem;height:7.5rem;top:39.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPU3Fk9c9Tp5c96KgWBFR1XIsvaEa4l { top:34.875rem;left:26.625rem;width:20.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLZg3FIJadxrxlKg5RxZfWTE84TNgbOB { top:0rem;left:0rem;width:47.75rem;height:26.759895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRevB2WW8zn829vc9k7E9uWX6zgMyATH { display:block; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHvH6CxfAO5an5lqTsePaN97NFR6EtFF { width:16.25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihpimVFKIGpqZTQLRST07gM5oF20lcKJ { width:0.625rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFDOL475Byq13w8FnUHqmwuswutJHI6 { width:0.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtCUIcQTIWeVgxuGkByBc6OWFrF922U7 { width:16.5rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJXUneCiKIIa3dtktk6eX54ll0083FWk { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtfr7GtzfzVXRLFw4vcTuTKX45A8iROD { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hl2oau05wWcypxS9J258fmXKpyOt9u { width:0.0625rem;height:19.6875rem;top:6rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As5yiehZ6q5RutsZgKL7Fczq8SqqVHOm { width:9.5625rem;height:10.3125rem;top:13.125rem;left:12.65625rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8262BwU0pJQSB87DogWR5ERDx0F5JHs { top:0rem;left:0rem;width:20.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2J0TfV6NlPtaK6wudu5SuIRqXzCiASO { width:16.1875rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKpHNUN82INhTfMmF21Tn2C04h4fBhH { top:5rem;left:21.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #GTC7eCdbrPS6QILMulpIz361bF0akR6A {  }
 }@media only screen and (max-width: 763px) { #wmXmofvbXiwN0szlUrfpMAX4o4TTvumG { display:block; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCWTBFbAvwAPygmwqTni7sCpkzyXxalv { width:16.25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl { width:0.625rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEiMryelhxkPxss2lH13y9fkKgM6nWf { width:0.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AVOfJJTUC9uaQyQTfZUheWXlMu3Ipa { width:16.5rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psnct7DUhIZxD3e3r6Okm8pTCfU6uHAM { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1swXdt52V1GOp7yz2h8cVxscCdCkS0 { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLyb0WRSAfTkRWIxUziI8TaMpUwpHy52 { width:0.0625rem;height:25.6875rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGt2GU1vkSb9P6rwcpPrgyWGkdkdswfG { width:9.5625rem;height:10.3125rem;top:13.125rem;left:12.65625rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHcZ1iKXkoEKsaJ0bgV54rO5XPbE3x4F { top:0rem;left:0rem;width:20.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Fv7X1LKxMU1rFC7Q7dGOV8JCIAqwop { width:16.1875rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpVO2HKhfcBiBMUy76STTdxusIg7rCcK { top:5.5rem;left:22.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #GTC7eCdbrPS6QILMulpIz361bF0akR6A {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #U6bmVcl240wNOraE1CTwLVRie4U9SiXM { display:block; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAd5SfuvXRPrBCXGt3ngWwBkVPHmS9PP { width:16.25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT { width:0.625rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4hn1PiHs7kllt4iMiv7G3pNwF8WmCR { width:0.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ysTmx5Aaf74cTB0dzc46m3pFXOsOTA { width:16.5rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrzK3luVD579IDSVPca3dcC91E5MiEy { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWAvkrgPTC28xs0brbvTzzvqJm57tOI0 { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StU7EqqLVfHTPfRr9rqut6c1ucD2Tuil { width:0.0625rem;height:25.6875rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3N8avk41lnbNtBVXn1ZuJeDVekrLJXD { width:9.5625rem;height:10.3125rem;top:13.125rem;left:12.65625rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMoVAreJMSiZ1BHnQzqO5rSnVO9CnWt1 { top:0rem;left:0rem;width:20.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9EGHGupT0S4xpJq3xkuP7e6Zssk9Vo3 { width:16.1875rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgLHiWBqXrdXeRK2KgTLQOs3NviEVWU { top:5.3125rem;left:22.125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K { display:block; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWMKsBA6usTpa3ZxJrBfFZQisAkReaF9 { width:16.25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqkMswTeBwwues5JofZFC0TnrOb2HyL { width:0.625rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVDqZm9yIsHNRA5GQqh6U3stkQRn1v2 { width:0.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtBOqIgy4tc6tsDR5MikUTxqwFvpyGJm { width:16.5rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAG5tMJt5P3wtF8G8QGcbTcmFOamQOin { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saG7MqlD35TpKBFthd9s14XOvT3qNE7r { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4DVCiP79SRKJXJu96h69ttXGKBMnygi { width:0.0625rem;height:25.6875rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqVscTwgnbMD2dmXUBnesNeAprSJQ68 { width:9.5625rem;height:10.3125rem;top:13.125rem;left:12.65625rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZcQCQM3NWETUKL3rToBPgmeIKxvTcz { top:0rem;left:0rem;width:20.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPirNT1SHnr3hruNGTFiEHDFVBaSVdR { width:16.1875rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmQhesC118ZhNbokppVDHiA85euwJ8KT { top:5.25rem;left:22.09375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt { display:block; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpoNV5DCOTQZAq20Vw2OnuctzBsLoruu { width:16.25rem;height:0.0625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE { width:0.625rem;height:5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kloTH7dXtuRoFTZZUpKyfTu7TSfyyVhF { width:0.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8fE4LFteRxvf3XT55k4TZh772h08PI { width:16.5rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opz8utTeIJgaeBmK4FudMQTggNGOq3p4 { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKK7EKrn2FxD53P0f9xnCVVTrXMLkDQw { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnhLS3XzKRT9TbtSfbQOye9OIZrFlcK { width:0.0625rem;height:6.25rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhD04BWRP55L0m2piLzczIGfzkoNKUOe { width:9.5625rem;height:10.3125rem;top:13.125rem;left:12.65625rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZEaV0FNSn9wbtbGM7Sm8QKavG9b41oH { top:0rem;left:0rem;width:20.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOi23X2ketRz1QdVMT3UatOGl2pV5xfp { width:16.1875rem;height:3.625rem;top:8.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSERARgGuSZIUvnQTchEP2sTtbG2K3L { top:5.4375rem;left:22.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM { display:block; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTuwVHtK4WtRmd472TQTG8qoCsrTAru1 { width:25.5625rem;height:3.3125rem;top:2.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH { display:block; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtOZlOIU7NwBrwIucdC2kySev9m6pTE2 { top:0rem;left:0rem;width:47.75rem;height:91.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkMDqz5HMSTsthXXFMyu7ar4Mv0Dxgz { top:7.9375rem;left:0.625rem;width:23rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDvhC0htHhVEEMK3tReoptWR7I8Bpzh { width:16.5rem;height:1.875rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXzAZC6GQ1yNLZqCqpqiHPlQ1E0mdZp { width:18.9375rem;height:1.1875rem;top:3.0625rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps1zVHWhHKd5Zy4ygwDD8UzZa3gPgLlz { width:16.5rem;height:1.875rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1rOlsBdmo40TaB7ZtTWarlpnzGMTR4 { width:18.9375rem;height:6.0625rem;top:18.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drs7Kv4nr0aLnrEImsm6Dt4lDkTNID6z { width:16.5rem;height:1.875rem;top:6.0625rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OQmmT4gNRFs1sylTuQMF4AC8t3TbeL { width:18.9375rem;height:2.4375rem;top:7.9375rem;left:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8mKo02AFPDIaMtCNB54VwCMsACsaSvD { width:16.5rem;height:1.875rem;top:17rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqUOI0V1t1cNZOSlqTWpTChJfhHpdMs { width:18.9375rem;height:3.625rem;top:18.875rem;left:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGKbL8ATyBdbLB0EqFl98qSIXRqWGBX { width:16.5rem;height:3.75rem;top:24.9375rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKLAiO3ZezrpINyPKb0DOMq0XeiOkCfy { width:18.9375rem;height:2.4375rem;top:28.9375rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gih2r7PX7IhBLy66HovBEgG355XcFtQ9 { width:16.5rem;height:1.875rem;top:1.1875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkhhu9tGNra1qII3QRKoTS2IXIltkWFX { width:18.9375rem;height:3.625rem;top:7.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4zwQpctGIdNntgSi8lG9qaLzbMca0T { width:16.5rem;height:1.375rem;top:22.5rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrmvPdgp5L4uIbqzzOrw6ivPGWF467n { width:16.5rem;height:1.375rem;top:31.375rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8F3NoPTkcBzDViHN3igqmPm7mD4zHNg { width:16.5rem;height:1.375rem;top:24.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q59bghPy4wTSRcAQ7kBKOZTfyBFiQTL2 { top:20.4375rem;left:13.15625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l51uLHstSUP5mUsA0eXDPnUWbHOFxohq { top:5.1875rem;left:20.09375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m05BSHCGTc84O08SBBwRBAmmN0pbVvT7 { top:4.8125rem;left:31.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3kceCg5SGl98qXnGLWwNJrAT6WdAEvC { top:6.3125rem;left:11.9375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LInHrwC1wvIo6Wv6Xnup8HOp3q1QbWdW { top:22.3125rem;left:26.46875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB2mOemPXxaWxqiZ2wQvsr1UvGNV6TAO { top:13.9375rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSfoz0JwqyxEwU4FooxReQ5p60AHiBwa { width:39.5625rem;height:3.4375rem;top:37.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSRM5fUZHtbFHTVzAr2ceBZenRlAEkyu { width:43.1875rem;height:1.3125rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofyKlc5OI12HhF9Xc5DuQ05WyrWR2NSe { top:33.125rem;left:3.75rem;width:8.875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNm2ipnSfB6CDicihTzuTal6XMTF7Bcv { width:16.5625rem;height:7.5rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTPcS0t25oNKNwZAa609UsEVlhiWzB2 { top:49.5rem;left:0rem;width:19.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7myRleapT4o8Vv0euQ3a79tOhxrJhgC { top:49.5rem;left:4.375rem;width:19.5rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9agwmkotdvFh2iyDmf09JaWPbrwk6fk { width:17.5rem;height:9rem;top:55.1875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZgggWL1ZA9Coyrb6tJcbtK6M256qOf { width:16.5rem;height:1.875rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqLT9LLRAPn96fF9JCtEWaxDpWE4Tuo3 { width:16.5rem;height:1.875rem;top:51.5rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcIJt6M0JdNyqXia1lGKwECKSIuCfbf { top:49.5rem;left:16.3125rem;width:19rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5EGwSoeOESlOwfXpOabBRzGD6pfo1ki { width:16.5rem;height:1.875rem;top:51.5rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhEJaXAW2pfHS1C9hHnbI1y8dfZVMFr { width:17.5rem;height:7.5rem;top:55.1875rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARESyUvEN3FT8TwTSa7bEozVTUPEvsKR { top:67.4375rem;left:16.75rem;width:19rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dogoPWQdH8CrEupLvwMSwSxc4FTJ4XN8 { width:31.5rem;height:3.375rem;top:75.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK2vBkHoVuMPZ0INo4dI455xl71B5E22 { width:32.625rem;height:5.1875rem;top:79.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfANa9igdqpzQWb7NUE6UZ6JpSWUHob { top:89.4375rem;left:0rem;width:47.75rem;height:105.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ { display:block; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iatexXWSHVs5FOV8JU0IQDQtNE5GFPnn { width:25.5625rem;height:3.3125rem;top:2.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBxg7MvtAbZ2aKuB0O3rRTHHoWRyvCw7 { width:25.0625rem;height:1.625rem;top:3.25rem;left:20.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC { display:block; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAAuzQuTC0CkswXeNPwtldz71PtZzANN { top:2.4375rem;left:0rem;width:47.75rem;height:26.81773255814rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #rsm0QGLDhN4qp2dywW0Xp4TBOgTO9ut0 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #whr5RGUdIpVLMtUnCnDS11e5qnDZBXWk {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #w4TiTyUeGWfKOUriXMeFBV1QurlO5nWa {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ovEFuo3wUJVHWV7REV38yRt9UBxDDcmU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #vxzU1IwPopx4r0cUuOvXRTluMTSwtQa1 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #sisZ5zKzZsGEBVlrlubiOUTCM9sTkJzL {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #bbC7TRP9xV1KWCoRVKO7PwxZ4Tqac2Eb {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nNAmTQPTIuMrTHxkx7UM5OJE7TPBzmaf {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Lxrxn2m45GqOV7vVp63KxU71vNJCFEdo {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Pml7cSOCCdS7a7UwCRTFsIWaROWSt8WU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zw1VReG53ARcafgEuzs1XIVozVN6RmUz {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #KeLfcyqdEMEpXc5MWqucTN6lThByT59s {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #VoiDDOlnGPoM2SZHCURM6bkUqrxtbWI1 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zPyJ3MNeoRdgrwVhuFniUgMiHs7RLR7D {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #IJsE37dvWIez95eokL4bGbfuvnMzSOPx {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #BRGVpPimPBHhNvh8WJRJLuoAgbiUdx26 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #HzvL5bUyUJXOoDyRdMMX81tDt7xZoxT9 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #f46dmPRsrzI2GHouC2TgqIyoFNUfUoTq {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #h1lRXOC1JQaviz1Qe2b3w771EC03BvkW {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #S3W4xvbabEkUIIi2bEDW4NBTya4kRTr3 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nOd7Rc3SaOSINDTn0q7rftXmdzZszo5u {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ScRUQz5I6bTVAPwZByyPsyLnDD4TTPxq {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #P2TpKlhD5vRSmzdNFFaI7IWFcqMaDpQU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #DDEcsC9p2sSGidpyxKDXxvPqsxifwcpm {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ri00stBzNWO6peyk2vAQBL6MEEIoLEUE {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Lx12u6AkVT7HmgyPHO1iXDxRWmfHlczu {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #THBbLZ6sg1rK0DNHs86bquM1P3gTlTkE {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #N8GJmToUZtSRh06xx1irTzTVS8PcqmQg {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gTuc0eS6z5Vl5g4bFXGW9ObSN5TcvF8S {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #MUCMSkZJ5k5irrGdAQATXAGMpVBLpnX5 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JmHpavAlMsvdapkrtlX9yloBPpqu8c2T {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #W9nHeVVP7nINLsRzdP3PdSDnU9EbZnfz {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JVBidn40o8Jc5qxwPdaJ6d7v2dON30Lx {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #uS9Lcug9XzFBa1TZWoHnWss9EqHUz1gC {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #FoCvz23oACfFnTsDWpfHszs4RoU2ytpM {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ut9K22zUcn2LOQ0rV368fJrm8FCl0p8K {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #voQifniUf8TODtlNT7cHTBwX3eIzdXC3 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #RZ6DNA1QUIJE76BSBhOcf8WS0UaOLT6J {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #D5Q5GywJr49XnK6E1TOTy69Sx6pq9xZN {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #VA1UOIk6lWATETT2MKL75l2oDkw3augM {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Uael93G77z3aVGh8hAH3kkqO6wutRbG3 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #QgDfkgwLRUvRpgCEBzbx7uqSnN1Mi3n9 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vlzpsVlqMQQKhqACMUtAd6m4MsnEswcS {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #i3oeEJoCwGWAoLI8GHD9T5k9mFWRTKDv {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #rElpTrw8oP2Fb6OWlIbfsQL522y3cIFG {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ZR0LwXeBzFfATnC42eEsdRgfaAT1P2rl {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vT8Tg9cF5Nc9sn9qcI7ANDxvDh3PZkpz {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ckgRT1Wv8eZkC4cfrygxb9egnpooOTGP {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #WhAcSo4MJpHkxcEaWl8rvM8GN1PK6nrn {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gv4zG91tUkzRIGfVpuldowiz1k6VTIlP {  }
 }@media only screen and (max-width: 763px) { #h1OV9XzpTCAMf4hBfdWJ93L7KqSmA9g5 { width:42.9375rem;height:1.8125rem;top:0.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR { display:block; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvzV851sWEKLS5SNW7KQAfiXUgQ6JhWd { width:29.3125rem;height:5.4375rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEG73DCzgJPvTQPnTWw82wANoSIpWTz { top:2.6875rem;left:11.3125rem;width:24.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlU0EmoeSqJnATxTzcM3SNWCLSBXpJBS { width:20rem;height:3.6875rem;top:26.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOwp4TNm2m0HzbQlpEb5Thgc4WSeMNn { top:17.5625rem;left:0rem;width:14.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqvI1HBnQdAdHF27K8RyABTULIKlDM2O { width:33.875rem;height:3.625rem;top:45.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixyWTceIvKiMByTzmSlOdqF3OsBOOiEA { width:18.375rem;height:3.625rem;top:68.6875rem;left:17.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shIVGhKvMEh0SQWFTGmJVpBbDWs2T49Z { top:37.5625rem;left:0rem;width:35.0625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKXkeK1Ute45WzTcnGyapANqsEBWAUb3 { top:60.4375rem;left:0rem;width:36.125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1iy1CxoaW5AN29JG3nUM6p4oxbJNAr { top:0rem;left:0rem;width:47.75rem;height:82.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe { display:block; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As0RkLVZU8zLKcdbotdrsdlv1SWn3B7A { width:15rem;height:29rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMuMeJvbfhqGQ8EGFbDlpc35fzgh6CX { width:15rem;height:29rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgKSLCX068N3Fc5zVzdC6WqyKhBOE6V { width:15rem;height:29rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1iSLErvnFN0nPLoaszgrNbAxOihzpX1 { width:15rem;height:29rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1O1CWbxG2TeTpfEvi4HXxZwifLmggFT { width:1.75rem;height:2.375rem;top:3.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr { top:6.6875rem;left:0rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O { top:6.6875rem;left:11.5625rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty { top:6.6875rem;left:23.5rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8 { top:6.6875rem;left:35.4375rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsm4ux1TyrxOBGTOFhsJpbAXKfeNuqhs { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF4LUT1NxQbuD91V8S3HtdI2nEX8HXDI { width:4.875rem;height:4.875rem;top:13.375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxSJZcdO9n78M8SdEXHxwolQyH9in0V { width:4.875rem;height:4.875rem;top:13.375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1kzZ3eIZNnZCUHsVPTeO9mxGbb0Tik3 { width:4.875rem;height:4.875rem;top:13.375rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLOW0Tv2AdBV91eE8etEmsLkJIR1N7d1 { width:4.875rem;height:4.875rem;top:13.375rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv { display:block; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNWlwK7Oyt0I8mOpyteoIAnBHk6tNKhR { top:13.125rem;left:1.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm7Hd7yg1pwyEMzzhnXeLeXDKurJhu74 { top:17.5rem;left:3.21875rem;width:9.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZSdAURZbv6nteiwILqthQThKDetiiV { top:22.125rem;left:0rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }#xkZSdAURZbv6nteiwILqthQThKDetiiV li:before{  }
 }@media only screen and (max-width: 763px) { #myibtEUr18WLxDAKE4J2hK7nNqh4bcT8 { top:10.625rem;left:0rem;width:19.125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5CveqNkfrCc4LyBr9Eyx64iDix9qzEb { top:3.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymZE4mHEwlKo1bmXxVhTrPsKMxADbNq { width:15.6875rem;height:2.75rem;top:42rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpPxCIVw0rPTAGPkQ2Vz0F4FuX5eris { display:block; }
 }@media only screen and (max-width: 763px) { #QbgUv1lgXyVI1dCXoWFguo74OJoAFr3J { top:10.625rem;left:12.625rem;width:19.125rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfRt1V6umh3JppT1hC0HQyc7l6f3GQEH { top:13.125rem;left:17.125rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKx5XB9Rb4FxIRDB1K0FEvcLgxc2xuAo { top:17.5rem;left:19.09375rem;width:9.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p { top:31.3125rem;left:0rem;width:17.4375rem;height:7rem;font-size:1rem;display:block; }#PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p li:before{  }
 }@media only screen and (max-width: 763px) { #JCsSUakrbVtWEtDBn1m8Rdd8HWmQB86W { width:15.6875rem;height:2.75rem;top:42rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkpH1mCfOu2UTLrei3aXgIoMaNTlEcmS { display:block; }
 }@media only screen and (max-width: 763px) { #SX3z40VTqcLLyKtg9tVEyCLJSS2lym3V { top:10.625rem;left:28.5rem;width:19.125rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzhukVdqnecHo6aRXM8ydNapMVFP2h5 { top:13.125rem;left:33.4375rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtu0nUicoA0HQXTeqzRTXzEE5HOoMFg { top:17.5rem;left:34.96875rem;width:9.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRLT2ibNuimqHustVMXVZBrMwTFpE5x { width:15.6875rem;height:2.75rem;top:42rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7iAZJkQd9hulcICHz1UrH6Q1aFgzg3 { display:block; }
 }@media only screen and (max-width: 763px) { #zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR { top:22.125rem;left:14rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }#zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR li:before{  }
 }@media only screen and (max-width: 763px) { #KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ { top:22.125rem;left:29.875rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }#KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ li:before{  }
 }@media only screen and (max-width: 763px) { #FdmiEfo2MEFfbak3kJ9P5kpcvPHfJKNP { width:47.75rem;height:4.5rem;top:50.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRvAe5LMdx3afBh7KEm3C8bInL35T2sJ { top:95.375rem;left:0rem;width:19.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqJQSoNNCIesQfJ2g1QnHpZ3sti8WixG { top:96.0625rem;left:0.4375rem;width:31.3125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawRRpCgbCRMEhzaSS0MmDluV8ILIvfI { width:28rem;height:15rem;top:97.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT0gk1cUbbOPJxXdcOxgV2qurr0crIXe { width:47.75rem;height:8.5rem;top:117.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOvbNsxyvGlz50EkyQhBwanlaz9w677O { top:57.1875rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhI4KEmESkPGWhQZv6fXU2Tf8IfhrXmg { top:59.0625rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo { display:block; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEnzI3Om7D8xP3vfngbUfSwx97b9TwhA { top:2.875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zUQQImp6XkSuKPrnk2mugyqlTAgBsL { width:34.5rem;height:5.5rem;top:17.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRbUNmTQMttHk1Tt8FvdnmUW3E8drDT { display:block; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy { width:18rem;height:5.0625rem;display:flex;top:0.5625rem;left:23.9375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #aBWAsH6519awXDHLoKgUkTdyQzmyk3kT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #DPs1xfuQm0c5HbATCKwLNTTE8ApBNdu2 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #welJfkTCQftHhKuVMNGZZDgSDtafqFx0 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #ElEDzo8c2sTVTGAcDgB629NMtB5OT0Pr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #O43TdrJUxZoTaNmLWCiEzlacOmHZKKLo {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #AH5ggq3abTxFWvCT0U7bE04Lf64JIdJ2 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #KWWaOaTSNgbWnyaXWFiFTEA6ylOWle4s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #nuOCZF1ILdtk6chTbirxfJ14wS4z3pep {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #JrbzsTfrhKPbthlmvI3wxzT1AzPq8Z6y {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #WtHD9NrycVULNcOTS33z34OGHshEyp8z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #xDSACVgBLmh8ahRJGp88c4DohfxbLlHm {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #qLBupcbPG42c2m8A2H2zgmLJBPRqs0TJ {  }
 }@media only screen and (max-width: 763px) { #u2KCHgBmP6IqM69CteIlzaQacTW4OPMr { width:47.75rem;height:4.1875rem;top:25.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL { display:flex;height:auto;width:35.75rem;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lWRaOpTqn2UTmmzBgh5tWnxIqtnoVn7n {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ouwTKPpwkl4udVoygKhyoVbofImOHgF2 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Ubbm5KtTOyD4lz7zB3JDvzbKC6c0fRm8 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RXWS0tbntqFX2fIElMzxkWUNI1p8nx1L {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #KHMNSzd4CaDgPWbLtkT1bq5oGwVgnbTz {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #nUQG922vTR7d9qIIaH6UcTdKx2f343xg {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #JCPdpAa2bUbGtEMoB5GT6dExiECmbthn {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RC5XLoxbZOW2CCLogDDopVkI6Ug71l5T {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ROKliC61NBrh7b4skpBMWIK9cklMe3Fk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #QttZdn07ySzzrJePaTSeSUulTFVuuLi9 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E89URi9M7rD7iSnwWWU8eRmSNk9sA7AW {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #GcuzpW9ZT5FtnxLmHBPHwT7l3uNF5vxk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #NyCJCLLKUvV4TUbVtGIWD9uzQmU4Nn89 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #SERr5nMHC7WXRKGzbkCTqTQSNQ9qF4K5 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #dWKDMJZhTCauGkZ6xxnsDoK7oT93zd9h {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #b6lrEpq0B4hsNoT3TycG8JryMnJwUEKb {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #p3CQ4sTU8hD0lCLaleFbpzIvBcBGWgcU {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Hk0MboVhlKMylz1LMAC2DHp6k9ZebmNL {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #mgubRDCdLXDnlZU1apEypXML5m3W7UgO {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kFP0azgMSEAbOlGv9pU1yV2ucEdmt4Xz {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E9Wnd3V622EEgxqcSCWz1xfgSTu6aFEk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #DVzrIzyKLIu7qsm0174O4rBPEiklHnwu {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ETKmpvnN5QeD64fRWHlazJtZ4VHJeb5e {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lI4nXDvzCAKmn2WcZiyerJpbI4l3yevl {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kCARzWdUfW1GB1CfstNAgQS8HvP9EmPb {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #y6iB2GeTT2UpC605hSKcMaGit1ayrRmD {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #iGHa8W5igXK8TQ21iPMyGTLTFEsnTWK1 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #LK42ToT5lrAvnowTpc2XRut3DFAFdG0s {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #WaQ1iwSXp2oIxWKIRQoNNBwtB9Mi3yDD {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #CdqsQ3XoDB4lyzx4S7o6Tm8eRTc7GpWq {  }
 }@media only screen and (max-width: 763px) { #Lk7V3aBhtGCI9w7BSoyiFHKOXb08TTab { width:40.8125rem;height:3.3125rem;top:2.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUlEQH3vXgTrt5nvRVntoLVWgNSacWif { width:15.875rem;height:2.1933625rem;top:7.6575rem;left:2.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:1rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #aBq43zHrdSQ9Tho2i2tcAe4UI4scDGyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #oriARPegHcMG6nusuOouiaeqzrv3dAL0 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #NhdxoBLXGooTdcpS59oTDzUyGCl6qKL4 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #wIbzJ4zmbD7w2P7hxFL61bI0FHGlyUdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bXINd1Gs8hzxnw4Zqvkf4Ozzes4uqIn8 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #MUMBwa7019efzCwshUT0dZApBx8TuAu1 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #TF5dTyH0THB1u04GLCDRiTstwAqcgJLN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #WFwHk9k51I3OwXD1zCIAQLmKCIKzG1Vc {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #Q4IWwGuT8CCycHy8ypTNPCIpnWZRIBcN {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #bpAyuU0iMnByAvoeWTuvvUZ0eh8QR7WP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #UmgVHdWvzReTopksaCAo5QTDTP2BTQ54 {  }
 }@media only screen and (max-width: 763px) { #vffP5K3JCm4wTTP6d5gLuU98NAp1Kcw0 #lChCblGwsloK1wg5AS8nqaSQZswZq9QM {  }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:11.125rem;height:5.6875rem;top:12.199225rem;left:4.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:3rem;top:19.136725rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:23.386725rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:14.875rem;height:14.875rem;top:29.167975rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSd06VIN2T07bvuoPU0x5puVX5KH1aPF { width:20rem;height:2.5996125rem;top:8.3496125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbEGs3IxSbxKtmZbOnLXVveITE9i0iyo { width:20rem;height:18.42575rem;top:28.386725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0bUccPfenadJnpxzbtdFINH1nGhi68 { display:block; }#Xn0bUccPfenadJnpxzbtdFINH1nGhi68 > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2Oy2CprVTNiwBtvggsRbo1WXWdTvpFD { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfTFb2Twr5ZuMucTSfZwindoJdkITpoK { width:20rem;height:11.6953rem;top:3.79980625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U { display:block; }#pwSylfTSwn6zSPQXEzwxJCKID9R7xb8U > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9gQAfMWWwegA5JAHHn0GNzgDTclvKQw { width:9.0625rem;height:1.6875rem;top:5.0996125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofL2Z5yggHH2QJQJtHrgdcV2PKheLgIV { width:12.5rem;height:3.57421875rem;top:8.0371125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZPtZicEIafhWzAsoaEte5i9oZomN64E { width:9.0625rem;height:5.0625rem;top:12.86133125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khdOia7PMazu0cOOkcHnmdaBsiisJweW { width:9.0625rem;height:1.6875rem;top:23.02344375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mm0DJh93CCb7voXDaJnfAetorO9AdZwW { width:9.0625rem;height:1.6875rem;top:29.81055625rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MX2TzgRKJ93yKgivObB9EauJSXNMmftH { width:12.5rem;height:2.5996125rem;top:19.17383125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7UB6r7yoJTiLD1uxaQOoGgyRtpGGXMJ { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVzt0PvOnSVXF5KtuTFOwNQJEUuyvbgX { width:12.5rem;height:2.5996125rem;top:25.96094375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:26.3203rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPGcim7Bzt4cwte0vCieZM4lFCwVtDND { width:20rem;height:1.13671875rem;top:28.8193125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyrTrgwRsrOwul0wpM4vQclTTIM23dq { width:19.75rem;height:21.9375rem;top:31.20603125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1crq6qJnTOggrxuNyJcygANRO8T8lLc { width:20rem;height:38.6875rem;top:54.64353125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoQtNTia30To8AfkUOWPuwB9i06GJgGa { width:16.5625rem;height:35.68359375rem;top:58.04978125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWweh8MEPJT9IZTZIcxZDTam75B0TzVg { display:block; }#TWweh8MEPJT9IZTZIcxZDTam75B0TzVg > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftco8SuFvcN6GeqX4MNMaug9oyTJKZ3g { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVxBczxOG8HUMuzKneJBTlJnqLIJ5M3v { display:flex;width:3.125rem;height:3.125rem;top:45.01171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GpAA4XpAAM8CQuvW3404cMCsnk80aqDc { width:20rem;height:36.875rem;top:6.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUaa2dR9IbAMlWbEwVtsnTsq1kxU1BXn { width:17.1875rem;height:0.25rem;top:4.32421875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItqO6QfBkclkkuWgtt8iD4toFzvWNF7o { display:flex;width:3.125rem;height:3.125rem;top:95.19534375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uab8OvfZAadaIP7uGNlwa5TzoatrhHrd { width:15.9375rem;height:33.46875rem;top:9.32421875rem;left:2.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTTkgZlD4Hs2X69t65X1th5tUE3E8RV { display:flex;width:2.875rem;height:2.875rem;top:49.38671875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #hraC2p2ObhoqOaHJEmHnz82nIo6wMLmx { width:17.0625rem;height:7.3095625rem;top:53.51171875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeISalKqQ3EGv3uvX2WNEQZo58ZtDTDE { display:flex;width:1.8125rem;height:1.8125rem;top:10.01171875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #ZJaI15IXB1hztcuiHbTxq5ZSpBrLF8Ha { display:flex;width:1.8125rem;height:1.8125rem;top:13.94921875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #TpJs6G1m10rJqqzehS8TAlf7BKPGyD5Q { display:flex;width:1.8125rem;height:1.8125rem;top:17.76171875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #WCxk1tB7n3qm8G67cyMRCflk1246mOgT { display:flex;width:1.8125rem;height:1.8125rem;top:22.44921875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #nR9N8EV1gA0yd2Xqyzodayl7TvDaBxaq { display:flex;width:1.8125rem;height:1.8125rem;top:27.13671875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #c8Q1cNmZz8MasfTPOuUAyEG00580N6pQ { display:flex;width:1.8125rem;height:1.8125rem;top:31.76171875rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #aJf5V5MgzkU1UusPAxKk8ombo2vo4Eq3 { width:15.25rem;height:27.09375rem;top:66.85159375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlA3CKutobkSm0fW0pyJowWChsUOkSJ { display:flex;width:1.8125rem;height:1.8125rem;top:67.57034375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #N9DlDptrXZiZ1NyJWGqZRAaQ9UNTxmtV { display:flex;width:1.8125rem;height:1.8125rem;top:72.13284375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #GnBvBlnXUsq6A1Q4doLUMzmNd7CQaw7T { display:flex;width:1.8125rem;height:1.8125rem;top:85.44534375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #BahUi6Gw7fev4RbyMBcMhlCmXpiUGERy { display:flex;width:1.8125rem;height:1.8125rem;top:81.57034375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #NGoaTUmC6qenQvXOoknXelwt4bD8VGKl { display:flex;width:1.8125rem;height:1.8125rem;top:76.88284375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Jh3lyhN0WSRo0LnVoazOJZbeVT22BO89 { width:20rem;height:29.875rem;top:62.07034375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:18.4375rem;height:8.7734375rem;top:1.25rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJa97dXJTVZA6TnmQfTC9V8JIIH5ockb { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:15rem;height:13.125rem;top:31.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:13.125rem;top:52.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:13.125rem;top:78rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:13.125rem;height:13.125rem;top:17.5rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiAtIhOJ3weiORBHlH84FfheTQ51gzVU { width:17.4375rem;height:10.0625rem;top:66.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhN2MKTTO0dt6vPa7NUd5WJJpAbHnJgF { display:flex;width:4.8125rem;height:4.8125rem;top:46.25rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A { display:block; }#dQDGbJotuCFaUBPTNNPGXVWm0DQfmZ8A > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWVgXgq4AexKxibSz1T7w2W8F9yCzPV9 { width:3.4375rem;height:0.125rem;top:24.15625rem;left:8.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SJyylHq4HS2NUlOgPDZv4WOst2IibTvy { width:3.4375rem;height:0.125rem;top:25.53125rem;left:8.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vTIdXTmDc0qXrZNZbN1fEDXXMfG5yUdb { width:20rem;height:21.65625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGv3T2WkQ1QtSbc96TXiDwwblhU1CtUB { width:20rem;height:10.7285rem;top:26.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQTxLTX0FalSlhgDLuePTfBiXZGH98o5 { display:flex;width:1.3125rem;height:1.3125rem;top:42.34375rem;left:18.6875rem; }
 }@media only screen and (max-width: 763px) { #qUHTaOEsGwFiJ4ZAH8bEiszATVkatTvX { display:flex;width:1.5rem;height:1.5rem;top:42.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWdwON212oRyZMrPF484VE4D12sk6l2z { display:block; }#sWdwON212oRyZMrPF484VE4D12sk6l2z > .row .container { width:20rem;height:117.386725rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0aKMtluPhIs0hTbPff6ntt8FZfPuEsc { width:7.8125rem;height:7.8125rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9pE3UiXTUCN5i5wLMAqmhn7RNGTQtU { width:19.875rem;height:0;top:19rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWBk08trgMGi4TIMXCb8vlX1tAe0fgGU { width:0;height:3.75rem;top:13.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #URfF57um7MxRkbJzXoLqq1PlHJ4KWhzm { width:0;height:3.75rem;top:19.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f338XZh5AOrT0gXQOVkZDfISTqgr7MdN { width:20rem;height:6.8232375rem;top:22.21875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHTeAfai11DZqWIgGl89RiX2TrTVFc9 { width:20rem;height:17.53125rem;top:3.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNLdgTocbkxdW9psomkJTpnD4awaKkQM { width:20rem;height:4.548825rem;top:34.666rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezFUwkKFvrZCtEPxutcb39IZWgJTyzTi { display:flex;width:3.125rem;height:3.125rem;top:30.291rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nGoPgzloiM8q3N4hySrQn2ktkKpSBPwy { width:18.875rem;height:3.9375rem;top:58.949225rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvZr8BoLXf4JKO5zfTmul1bBDgyWfl2 { display:block; }
 }@media only screen and (max-width: 763px) { #nzaOFEWUXvCRUnFt6ynN0y36Z3Tsxid0 { display:flex;width:2.375rem;height:2.375rem;top:64.136725rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #GJq9D71KhOOBTl6pdVRBDTLPXzyfxH7x { display:flex;width:12.75rem;height:12.75rem;top:88.761725rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #MnNykvO3oDaCOQJksQvvizWLmvtylmD6 { width:20rem;height:0;top:71.386725rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoL5Iz8EZw387JXtPUdnx6RfognpDdmk { display:flex;width:2.375rem;height:2.375rem;top:67.761725rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Fn72oEE0rmWL21oisXMSi2OVmi8uvhpH { width:20rem;height:0;top:79.449225rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOJdEA2B2qs0AuBbDGBsL7eH3XdTuCyr { display:flex;width:2.375rem;height:2.375rem;top:75.824225rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #N8LbcgcvvB1TMWq8aIbhzPhWS0an9IeJ { width:20rem;height:0;top:85.917975rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzk4ynSze6JDT1ZqnHlyCJBK0Xs8pGcL { display:flex;width:2.375rem;height:2.375rem;top:82.292975rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #aPKWH8OzxfwFAHhDapOeTFUNGASMAyrc { width:20rem;height:13.375rem;top:102.761725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zU0AiS8uAf0Zc9st2U5Tz0GIfc7Hy6 { display:flex;width:2.375rem;height:2.375rem;top:103.699225rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hWEFt2Z75p0pk1F1shulZpaMRWsyRBl7 { width:20rem;height:0;top:104.08985rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBhk7pbwWfrrNqp5TcTipnrRPpH5U2VL { display:flex;width:2.375rem;height:2.375rem;top:106.636725rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Gb11B77PXno0DTvlWuUJ0uWQKEqeJ4o9 { width:20rem;height:0;top:107.17969375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evBMAUhEfWDx4RsI9Tm04JRFOOvTWuxp { display:flex;width:2.375rem;height:2.375rem;top:109.574225rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #TtzRH6eCN8rxIXVxJi3cQCwxRipTMnih { width:20rem;height:0;top:109.96485rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRR95TxQ7GJ5LHzPqgRzLu9o60U5fwqG { display:flex;width:10.75rem;height:10.75rem;top:104.074225rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #sV23KOPI0eV0TkxEPTXcotx42AP2aMA8 { display:flex;width:2.375rem;height:2.375rem;top:112.511725rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vDdMZ0UBgSC3cXl4GKOniUz24vCuqtKz { width:20rem;height:0;top:112.94776015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPcukeW32lspgoI1wL72bQ7y0w7Plt7K { display:block; }#yPcukeW32lspgoI1wL72bQ7y0w7Plt7K > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiRImK0aqkO6MDCmre4KmzMW7rERbXe5 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 { display:block; }#kSJoKRDHukFxCSMPBxAO3Qf8Pao1s167 > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyOBJtnowkdgywUuuh7NAbZ3nLhp3NXo { width:20rem;height:22rem;top:1.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rOUZct4ciSDcs2BTxts3Bmf4RGpmXwQT { width:5.25rem;height:7.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqo14GHIPrIoyvz2mw776KdOTnxmAuA { width:18.6875rem;height:7.3125rem;top:8.5625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKNDFGu5vxDD0QToBplPJdM4IniQBro { width:12rem;height:1.7871125rem;top:3.1875rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Nosah6GSBW9gv63Upxoov7TAxZnQbX { width:9.375rem;height:0.1875rem;top:17.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7OCUvhCP2uxgzLkzdko2nQmUnq0KNh { width:12.5625rem;height:2.76171875rem;top:5rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAVyuLTRu2FshvfmX7JKEkTm3oUG90TM { width:1.6875rem;height:1.6875rem;top:17.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8FAJ2z4Adz1woT4LCgZn5NwSUfnf8UB { width:1.6875rem;height:1.6875rem;top:17.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMEGTnTJ6PHlRVrKmfmyOtPFb7t3KOsS { width:1.6875rem;height:1.6875rem;top:17.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFH2aKn3fOmLUGsFpaGTNMegT5euIeQ6 { width:4.875rem;height:4.875rem;top:7.96875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREbJqdzVFWz854ttmQPHTHkw7v9pTfC { width:20rem;height:64.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl { display:block; }#K91XWPO5mwIU8eVs1iD8kVv4dVc7DaQl > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4QmEAkVDGg85sWckllDFlI26pxmRign { width:20rem;height:22rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuhCX6CabkaJ218uwJEci7S8iB1aNUJm { width:5.25rem;height:7.875rem;top:24.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V77PBnOJSPJf1QDRtkKSbM9iR1AOCVSS { width:18.6875rem;height:6.09375rem;top:8.625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMqvg13ULBMvZVto83MALLvWG5rW0HBX { width:8rem;height:1.7871125rem;top:3.1875rem;left:12rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yk8Tf98sAyBUwefSFXa6ymnBWfuz3a { width:9.375rem;height:0.1875rem;top:17.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qusRwFGkXvpPSe7WmF3riKTNbQZUPv { width:13.25rem;height:2.76171875rem;top:4.875rem;left:6.75rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhP8AaN1XTLEQdPLktZRHdnzQ10uVB { width:20rem;height:15.9375rem;top:1.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RismMd4Wtf6HlVZfdAWKExdhI1X7MEsf { width:1.6875rem;height:1.6875rem;top:41rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIaRlJSezsApG5XhOg5oyaNCWCPuieS0 { width:1.6875rem;height:1.6875rem;top:17.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #df3P1EhrZ6qGF4M41wSc7d0kQhpWEGP1 { width:1.6875rem;height:1.6875rem;top:17.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGM1twT0guW63gK67Pwxz982RulAn8tX { width:4.875rem;height:4.875rem;top:31.21875rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CetQ12IyO1VZB7G9hgNooog3PBVaI3so { display:block; }#CetQ12IyO1VZB7G9hgNooog3PBVaI3so > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bx5AMNbwomS3Muc4T3xxdFg8pd3KZPLc { width:20rem;height:22rem;top:1.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #02edf3, #000131);background-image: -moz-linear-gradient(147deg, #02edf3, #000131);background-image: -ms-linear-gradient(147deg, #02edf3, #000131);background-image: -o-linear-gradient(147deg, #02edf3, #000131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3', endColorstr='#000131' );";background-image: linear-gradient(147deg, #02edf3, #000131);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BdAWuGUPElP66lfVkrDKPkfWFEdSmxZN { width:5.25rem;height:7.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htz7A6J7xww3fazSm0hiIhL1KT2Q54Dk { width:18.6875rem;height:8.53125rem;top:8.5625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkLFMFl7RSMV3WvWI86m5D4EQvxThv0 { width:12rem;height:1.7871125rem;top:3.1875rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NivhTUBJBPifNN3OQTSN12nkt8OGTcXI { width:9.375rem;height:0.1875rem;top:17.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSEgqQTTViIplLQKAhRbggq0k4iTzETX { width:12.5625rem;height:2.76171875rem;top:5rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU26VinxHu6hN9uXya7RCVxptlkyA6c { width:1.6875rem;height:1.6875rem;top:17.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkxZI1K3drnSGT5mLFtTnmX7Nat8gy4A { width:1.6875rem;height:1.6875rem;top:17.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkO8qHUistE8wM24zgIMVU0CWwhTX27 { width:1.6875rem;height:1.6875rem;top:17.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4WeUrsRV2T6A8zCqO9vZo02dGnvEeRX { width:4.875rem;height:4.875rem;top:7.96875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx { display:block; }#r4wMR8MSlTLkTSlxoRbHvNHLeGeQL6Cx > .row .container { width:20rem;height:116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT92mregBKrmmCtawNwtTBvo9hKiiTQ1 { width:15rem;height:13.125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0GIXhNpSMQKbfKwih6WWAhB0VvQD2lk { width:15rem;height:13.125rem;top:37.28025rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLD2AWKgwFvucMlMuZ09xsAi6lbLM15F { width:15rem;height:13.125rem;top:63.53025rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEa7h7CT2PI2fuUFVMUfeeP47guXNnTL { width:15rem;height:13.125rem;top:89.78025rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ6znMcbqsukKE942t1xuCHqzkhSG4em { width:1.75rem;height:2.375rem;top:40.78025rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPMfgnEsBU8uoGBw06UXaIN0QmB7WwI { width:12.3125rem;height:18.3125rem;top:7.9375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4ekRoPoSFcGNzwoHhpTCvbPBkEMHbb { width:12.3125rem;height:18.3125rem;top:43.96775rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMuAFIDI9ID3P2Ak0vTQFDefQfpgO1V { width:12.3125rem;height:18.3125rem;top:70.21775rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIb656H2Ji4SuvHZf81CLIOnPDTJpHpS { width:12.3125rem;height:18.3125rem;top:96.46775rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBtMTS0yWV6AlUSXNNgzi5O4RBoloRz { width:20rem;height:8.530275rem;top:27.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkyifbtpBmReZDV2Sy3ObHc3y0LWi5zi { width:4.875rem;height:4.875rem;top:14.65625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpHPsSIOzEpc5RfiTPMGW5e82U5pL461 { width:4.875rem;height:4.875rem;top:50.6865rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVPxJbkqATDFtSyNSciDKBgMtWW3v9re { width:4.875rem;height:4.875rem;top:103.1865rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcGZCCJyLTkQku5DqwoThUPqJUdFBcvB { width:4.875rem;height:4.875rem;top:76.9365rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91PvedRiAw3hH7xrbgPHGo72d9lioy4 { display:block; }#y91PvedRiAw3hH7xrbgPHGo72d9lioy4 > .row .container { width:20rem;height:182.009765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC8JbrFaOEXmCW7TzxnHEeIGGr1b9IC9 { width:17.5rem;height:0.0625rem;top:28.7851625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9c5UuoLdJThe8epMO6sRmpl0XlNOaS { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEN6krxJ9Rg78TAZ1WhWTy7Htpgy9dJo { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKK92JFQDFrFBl9nfkruWf3qzLgX6Fvd { width:2rem;height:2rem;top:148.948225rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoCWMTQERPn0BypUpKhrTbLfR8LRPPn { display:flex;width:2.5rem;height:2.5rem;top:9.761725rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb { display:flex;height:13.5234375rem;width:17.5rem;top:13.511725rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #A2q62cIpC9bpB8NwTrJH8Qx8M9TJzuZM {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #CrKAbuEJzFT0GD3ZzaauBT3A5NO3NSmc {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #XSuTcGBZa04WKgVvgJsSWWp4BsJdtX7u {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #peOSgP5KRqxFfqgiALJBHDMBLadscVOs {  }
 }@media only screen and (max-width: 763px) { #IShX1fOr2OvqQk6usOz2b05s3vgb2Vxb #tWQxyN1zQR4Qeyevwd2biNrb5ipZ2MZS {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 { display:flex;height:11.4238125rem;width:19.5rem;top:33.8476625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #dKyPBPLbIHshCpBhEy0VIdLfHieFmCkO {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #UkTi3Prx345Z7KTyV9sgsfEdpJBsgoku {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Nu5pfzneDlskVPTgmftBCAWHrn7bp0OG {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #W4dpgORETMtlUn8W819Jia4A5ctInq5g {  }
 }@media only screen and (max-width: 763px) { #sfPyiLh1xeAm9Rhf4HgsbIQ7RXBpthP9 #Kt1DnO3Sm3QlkluFB0NHWmzBTUZHIXTP {  }
 }@media only screen and (max-width: 763px) { #M32ByKphPKakUxTNwvJ0s3Uy800TIaNx { width:20rem;height:0.0625rem;top:47.0205375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6SzS7GhsHlvIaGXnKJlJT8ykCtepJz7 { display:flex;width:2.5rem;height:2.5rem;top:30.0976625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #O4EmsOItS2D4cK7Vv4rkR390hcOMfACR { width:2rem;height:2rem;top:160.323225rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rg6lNp1d5lt7foeuyw6VKMrPK8LI5G { width:2rem;height:2rem;top:134.2236125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W { display:flex;height:11.4238125rem;width:19.5rem;top:52.0830375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #JfNTrkLCTMO63JEp85gdRA3c3nkAQHdz {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IuZu5HgruIzL6lt5TAr5Anz6rdRBaZcm {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #IZfiQLNdpOgee1bTMEtMNaMulfeoTsgB {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #nOUCqyIeKUSn5Jow6ggDxyoVDD6MMs1g {  }
 }@media only screen and (max-width: 763px) { #teLzoHCWl4K7C5EKm9H0aiU6ocB3hA9W #ElUifmZs3xKBs8GsSAFE1VZKz8qtgoym {  }
 }@media only screen and (max-width: 763px) { #KFHJamCDvgCmfPKULvUevyy4eBpk4ulq { display:flex;width:2.5rem;height:2.5rem;top:48.3330375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PiPFSBCFCXW8HLPu5yzcrDSMIZ4iOOM4 { width:20rem;height:0.0625rem;top:65.2559125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qy5D5yl9dkThL5TL4gAIQJICKlTRgH { width:2rem;height:2rem;top:168.635725rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbJBcwDD4d75E73NxrT5GRxLhTJey1N { width:8.125rem;height:15.4375rem;top:54.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fvipTra5TdWfXpWavoSlPvxP92FNM64F { display:flex;height:10.374rem;width:19.5rem;top:70.3184125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #kMaome7mQF971ADaohrBAmizxA58aVTo {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #NATFoh8Bgv0zk7kMXLnEe9tLnSLcgsiB {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #uRa6Qcp9qCg0ROLdnLvGSqkisTuQ9TZz {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #khtoPQRwuwQw3zz0FgcCed21iqyelw1b {  }
 }@media only screen and (max-width: 763px) { #fvipTra5TdWfXpWavoSlPvxP92FNM64F #Ak7vhVqwoi6OREKiy3PUC9GnieZKS2fZ {  }
 }@media only screen and (max-width: 763px) { #na5BdQOtqwoF0c9rGkN8I5bI0b6Puwxh { display:flex;width:2.5rem;height:2.5rem;top:66.5684125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #lDTmZGakXe5fnICTuWu3DoXil2VaTILe { width:20rem;height:0.0625rem;top:82.441475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVPUbMR38elfV0wdEN0lq0pLVUhIJpc9 { width:2rem;height:2rem;top:176.948225rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2yfpqBvhvT45whpw3XnPyWxDPtmhgK { width:1.8125rem;height:1.8125rem;top:142.135725rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJa9dCI60TOZDGpTJTAI42D6tSXiL3DV { width:1.8125rem;height:1.8125rem;top:152.198225rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXxo6zCfOlrVgB8LeA9keIJDN0DudpI { width:1.8125rem;height:1.8125rem;top:180.198225rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT { display:block; }#sZvvqUIkZBeOTXeBuwTM8yrUQGcfmDpT > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE2MAmNcHEb7pgoEMP5QfNIweZiOcBvn { width:19.5rem;height:15.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR1DBl6sqUJmyiqz5CZDQIRNGnEDxtU4 { width:19.0625rem;height:2.4375rem;top:101.808625rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNI2iqbDTlKbx8hTrhSarTga4L94JGdK { width:4.6875rem;height:0.25rem;top:21.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2LTtgl6gKKRp2MpWvq2HoVisCmQmhp { width:20rem;height:17.8125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzi7IL4aEH4VcUwnX0aZz93BI8ixlWzo { width:20rem;height:6.5625rem;top:23.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBJg5TVXauezN4LfQ4GONVONauMG6Xcr { width:20rem;height:11.8125rem;top:87.246125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vFJFoMSidAK1TlF186igkng3GPM93R { width:20rem;height:9.1875rem;top:30.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3qJqNFBfHiht7MIbTKVbTaZPXnhzm2 { width:20rem;height:14.625rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIRozb30O0MObwPHIaEXHCLQwd4ZZ1f { width:20rem;height:11.8125rem;top:43.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz2a5cOkxuqzRTN6FwHhviAdhdLqNEzX { display:flex;width:6.25rem;height:6.25rem;top:55rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #rPc2PQB4h7n12Gr4ZTRI1AhCVGhK8XXe { display:flex;width:3.6875rem;height:3.6875rem;top:82.808625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ih2ZE3klQilkOWmNqclWNi64M9zRdNwA { width:20rem;height:14.625rem;top:85.933625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcxoTFRXUn7TyaaSxcmqKp69wftZt7M { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVWg50ntsZ92Wk9WJeRKZWxJ3DLK1I1X { width:20rem;height:10.8720625rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5NVzKllXKTW4DbJvC5IqZ7ENTRBQf8 { width:20rem;height:10.839875rem;top:69.371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kikz9oGRJnTH3ebCPZ25IAPZ6tKmHBog { width:18.75rem;height:0.3125rem;top:84.371125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy { display:block; }#AElC9ot7zyRkfFr4MKgHigDgck7DS8Sy > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhOk5GJnN1OLl3M2KPiz4Qe0KvfEwNM7 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tahg6OcWtPTftqDHPR1JRTXhgEVJVd7n { width:20rem;height:4.875rem;top:3.79980625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 { display:block; }#Eoy4HJktnsMfgTSEl5B0fPSIVUybtg86 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfO3vXXzzucmTXaxFeaUh14xyhgomP0 { width:18.3125rem;height:4.125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KxOMID989ISQMgZQTolNZoQsOlpZ2qAv { width:13.3125rem;height:7.7988125rem;top:7.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD1Txry0k3FZyzwdZmQhQ1U2FZQcvbzr { width:19rem;height:35.3125rem;top:11.9375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlXpmbWDTrkLEUkXyQRnTL9zFsUEtSP3 { width:13.625rem;height:1.29980625rem;top:18.375rem;left:5.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDXA7cspmIANmI7rTnIhOFr3Mnw7oS1 { width:18.375rem;height:5.19921875rem;top:20.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgQ54PmktySPT4r72svNkBzxt8USpg1 { width:20rem;height:45.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKn4T20ONpHXXzws6wTZ4oQb0TFoN8xx { width:13.625rem;height:1.29980625rem;top:34rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO9rSZRynGmkoT3gva5g4WpBysfpHVvJ { width:18.375rem;height:3.8994125rem;top:35.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknupEH8WV71FQoiO5fJ3QDuNSTQAqcw { width:18.375rem;height:5.19921875rem;top:35.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfOqS1pGpyEIbFxcLhQZDMJxSvllqlav { width:13.625rem;height:1.29980625rem;top:33.9375rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHVOHVgw18mTRlAK5huE2JiKId4DaUhZ { width:13.625rem;height:1.29980625rem;top:18.375rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzi1p60T5PLTdswAanwEP1Q3tz6hcqmI { width:18.375rem;height:7.7988125rem;top:20.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe { display:block; }#i5ugfT7dKmzLcTkqUKySy2kH5cXraCAe > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzGeyygZ14SN2Uupie4ErIfG0sD9eKMD { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnXr7eQuXacW4moTwdmM9n7FifmL6fDz { width:20rem;height:5.1181625rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzwgD5gmTvpaZCycpN671iHMrnnqSDtM { display:block; }#DzwgD5gmTvpaZCycpN671iHMrnnqSDtM > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEdX8MSUtthTkmXReOauDOP75tghtUFS { width:15rem;height:13.125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0L8QkMSrO9F7BM3sy06UTT5IsmqCBf { width:15rem;height:13.125rem;top:20.7216875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecRbwyu8nXoP8Jv8tr6QpS5QAzrqZoX { width:15rem;height:13.125rem;top:41.418rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmmfexsAmmlh6tUwBv4sMEWCTIPWZtbW { width:15rem;height:13.125rem;top:60.8896875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkgpUznAkOIUac4MeJ3ofcEvtC1Ul7N8 { width:4.375rem;height:4.375rem;top:3.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2QADDT2iIcbG1dvMa09KfUmM7lTPw1 { width:10.6875rem;height:1.4619125rem;top:9.78125rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJZG5dSsNJrGhTHSZsB17s9QoTgbU8d { width:13.125rem;height:7.347625rem;top:12.125rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTLiEL6p0zy7skvmS0678UPTOxnXmS7R { width:4.375rem;height:4.375rem;top:23.2841875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeoD2vtXuzzPXHn4OsaV9MECdxaEhqPc { width:4.375rem;height:4.375rem;top:43.9805rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg88SFPyf66AAhwpQUnxfNVdzvUzM1ar { width:4.375rem;height:4.375rem;top:63.4521875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyonBg46J9MJfIhe3ouktbzwxBOWRH1 { width:2.125rem;height:1.29980625rem;top:4.29296875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fR4vKTVyMFc3m9KwCZyofom7gMUvmd { width:2.125rem;height:1.29980625rem;top:44.46096875rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQTFBaSoLe4Vqw16NVIIBF5xrUb5yT8N { width:2.125rem;height:1.29980625rem;top:23.76465625rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs6wOJhXppnBmXzJLnMGiObXWhCFQow { width:2.125rem;height:1.29980625rem;top:63.93265625rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadvJZS6BtyL2zMZQK4m2561zBVI24L0 { width:10.6875rem;height:1.4619125rem;top:29.0527421875rem;left:4.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wueLo6JAyZtneyv9yuULVTm1ivgUIgVq { width:10.6875rem;height:1.4619125rem;top:49.7490546875rem;left:4.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xEgPu0z9OLsbz71BKvKhqAJJTN5B2T { width:10.6875rem;height:1.4619125rem;top:69.2207421875rem;left:4.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoLATDrBwOxr1TkfTSKlMNrqODDzu4a3 { width:11.4375rem;height:8.57225rem;top:31.5966875rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMMGBQTsPoxSAsIASxP0Aw4n0I0aNQKf { width:11.4375rem;height:7.347625rem;top:52.293rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U70QfN9PJlcueGqkpgoqlTFMHglW2AE5 { width:11.4375rem;height:7.347625rem;top:71.7646875rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU { display:block; }#WW6uZ5S9eeElxJbgbyOm3oAApiNCrgJU > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0r0Ucf1g5XyFkVeWBiPnWdDvqH42ymZ { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAPETUZSu0zkn3JBJdaDVTHWdEnK62iL { width:20rem;height:10.2363125rem;top:3.79980625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh { display:block; }#ZzuORMel6v8cBNLoSb5ZWZF5dDVDk8gh > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1veiMpXGJM7fntHznvZTtN59sQmk2ik { width:20rem;height:2.5996125rem;top:33.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RloGxRKB4GwLFHXLaF1NRQP0dITOpx1p { width:20rem;height:1.29980625rem;top:37.6621125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6MET3MdkmZI1mG6hg988m6hJZdnT2E { width:20rem;height:12.9980625rem;top:40.21191875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPU3Fk9c9Tp5c96KgWBFR1XIsvaEa4l { width:19.375rem;height:12.69925rem;top:54.45998125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLZg3FIJadxrxlKg5RxZfWTE84TNgbOB { width:20rem;height:11.208rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRevB2WW8zn829vc9k7E9uWX6zgMyATH { display:block; }#IRevB2WW8zn829vc9k7E9uWX6zgMyATH > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHvH6CxfAO5an5lqTsePaN97NFR6EtFF { width:16.25rem;height:0.0625rem;top:11.1875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihpimVFKIGpqZTQLRST07gM5oF20lcKJ { width:0.625rem;height:5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otFDOL475Byq13w8FnUHqmwuswutJHI6 { width:0.625rem;height:8.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtCUIcQTIWeVgxuGkByBc6OWFrF922U7 { width:16.5rem;height:3.375rem;top:5.1875rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJXUneCiKIIa3dtktk6eX54ll0083FWk { width:3.25rem;height:3.25rem;top:18.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtfr7GtzfzVXRLFw4vcTuTKX45A8iROD { width:16.25rem;height:0.0625rem;top:17.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hl2oau05wWcypxS9J258fmXKpyOt9u { width:0.0625rem;height:16.25rem;top:34.818375rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #As5yiehZ6q5RutsZgKL7Fczq8SqqVHOm { width:9.625rem;height:10.318375rem;top:23.25rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8262BwU0pJQSB87DogWR5ERDx0F5JHs { width:20rem;height:13.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2J0TfV6NlPtaK6wudu5SuIRqXzCiASO { width:16.1875rem;height:2.4375rem;top:12.46875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKpHNUN82INhTfMmF21Tn2C04h4fBhH { display:flex;width:3.125rem;height:3.125rem;top:18.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 { display:flex;height:0;width:19.5rem;top:1.25rem;left:0rem; }
#Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
 }@media only screen and (max-width: 763px) { #Z40ZVTw1xX9J64qr3nRRaAPTzU6tcCt2 #GTC7eCdbrPS6QILMulpIz361bF0akR6A {  }
 }@media only screen and (max-width: 763px) { #wmXmofvbXiwN0szlUrfpMAX4o4TTvumG { display:block; }#wmXmofvbXiwN0szlUrfpMAX4o4TTvumG > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCWTBFbAvwAPygmwqTni7sCpkzyXxalv { width:16.25rem;height:0.0625rem;top:9.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuMF6kL09u6kxEXMJvEwyr1T5ZxWqiPl { width:0.625rem;height:5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEiMryelhxkPxss2lH13y9fkKgM6nWf { width:0.625rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9AVOfJJTUC9uaQyQTfZUheWXlMu3Ipa { width:16.5rem;height:1.6875rem;top:4.375rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psnct7DUhIZxD3e3r6Okm8pTCfU6uHAM { width:3.25rem;height:3.25rem;top:22.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1swXdt52V1GOp7yz2h8cVxscCdCkS0 { width:16.25rem;height:0.0625rem;top:21.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLyb0WRSAfTkRWIxUziI8TaMpUwpHy52 { width:0.0625rem;height:16.25rem;top:38.693375rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WGt2GU1vkSb9P6rwcpPrgyWGkdkdswfG { width:9.625rem;height:10.318375rem;top:27.125rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHcZ1iKXkoEKsaJ0bgV54rO5XPbE3x4F { width:20rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Fv7X1LKxMU1rFC7Q7dGOV8JCIAqwop { width:16.1875rem;height:2.4375rem;top:10.71875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpVO2HKhfcBiBMUy76STTdxusIg7rCcK { display:flex;width:2rem;height:2rem;top:23.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M { display:flex;height:3.875rem;width:19.5rem;top:15.6875rem;left:0rem; }
#OAQMAsVV852lXSkhPmttGwm1WRXCp43M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wBB8AtkTNC5dnB1NIREALPeHh6IzPxbI {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Rx1A1C9XrrRH6suwJw1ZlIyLFo1DNKOB {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #Hzy16gxQy9M32TFnLbT6hs0nsC6hIqCh {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #uuJ8lGrMRqaarW9ACz2r57yzzLLuSky4 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #GTC7eCdbrPS6QILMulpIz361bF0akR6A {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #OAQMAsVV852lXSkhPmttGwm1WRXCp43M #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #U6bmVcl240wNOraE1CTwLVRie4U9SiXM { display:block; }#U6bmVcl240wNOraE1CTwLVRie4U9SiXM > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAd5SfuvXRPrBCXGt3ngWwBkVPHmS9PP { width:16.25rem;height:0.0625rem;top:11.1875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLN5Zm6Q3G0SK593ilUF8hr4TQZvUIsT { width:0.625rem;height:5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR4hn1PiHs7kllt4iMiv7G3pNwF8WmCR { width:0.625rem;height:8.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ysTmx5Aaf74cTB0dzc46m3pFXOsOTA { width:16.5rem;height:3.375rem;top:5.1875rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrzK3luVD579IDSVPca3dcC91E5MiEy { width:3.25rem;height:3.25rem;top:18.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWAvkrgPTC28xs0brbvTzzvqJm57tOI0 { width:16.25rem;height:0.0625rem;top:17.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StU7EqqLVfHTPfRr9rqut6c1ucD2Tuil { width:0.0625rem;height:16.25rem;top:34.818375rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #i3N8avk41lnbNtBVXn1ZuJeDVekrLJXD { width:9.625rem;height:10.318375rem;top:23.25rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMoVAreJMSiZ1BHnQzqO5rSnVO9CnWt1 { width:20rem;height:13.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9EGHGupT0S4xpJq3xkuP7e6Zssk9Vo3 { width:16.1875rem;height:2.4375rem;top:12.46875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgLHiWBqXrdXeRK2KgTLQOs3NviEVWU { display:flex;width:2.375rem;height:2.375rem;top:19.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS { display:flex;height:0;width:19.5rem;top:1.25rem;left:0rem; }
#wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #wpPXxyLKe19xNSgAAOXDWxNx8llk4uAS #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K { display:block; }#y0IzTZCTpTtBmVy1GevAaL5qyFdpmU5K > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWMKsBA6usTpa3ZxJrBfFZQisAkReaF9 { width:16.25rem;height:0.0625rem;top:9.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqkMswTeBwwues5JofZFC0TnrOb2HyL { width:0.625rem;height:5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVDqZm9yIsHNRA5GQqh6U3stkQRn1v2 { width:0.625rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtBOqIgy4tc6tsDR5MikUTxqwFvpyGJm { width:16.5rem;height:3.375rem;top:3.4375rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAG5tMJt5P3wtF8G8QGcbTcmFOamQOin { width:3.25rem;height:3.25rem;top:17rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saG7MqlD35TpKBFthd9s14XOvT3qNE7r { width:16.25rem;height:0.0625rem;top:15.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4DVCiP79SRKJXJu96h69ttXGKBMnygi { width:0.0625rem;height:16.25rem;top:33.068375rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nuqVscTwgnbMD2dmXUBnesNeAprSJQ68 { width:9.625rem;height:10.318375rem;top:21.5rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZcQCQM3NWETUKL3rToBPgmeIKxvTcz { width:20rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPirNT1SHnr3hruNGTFiEHDFVBaSVdR { width:16.1875rem;height:2.4375rem;top:10.71875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmQhesC118ZhNbokppVDHiA85euwJ8KT { display:flex;width:2.4375rem;height:2.4375rem;top:17.40625rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr { display:flex;height:6.8125rem;width:19.5rem;top:50.568375rem;left:0rem; }
#X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #kATzEcNcomcUJ9szXv3tHpKc6zLWnGfz {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #m3sZrBWJIBn76tPidsOkRCDMBL5luECl {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #NvD5N8DoTGUhuDyKlrxEhMTExG1ddgHI {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #lLQTNHsnFgMJtQRUpnVQ6szNW56oDfzi {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #euriFCDixwv0l83Ngp4v3atgT2PV6WKZ {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #HCm0N62CTQKwksrUfR8bTm4UKuT4PlLV {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #TRsXx9cxITA0F453EBcoZLR3VrEx2bQf {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #ghUdJ2Ll7Cn33TqmJ7WtmdTIQzM7L31A {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #CwROZFDyQfg75LvbTyGNlZBr0snRCASh {  }
 }@media only screen and (max-width: 763px) { #X52bf4ZnxRkHSMIvXt6IRGnT7o7GanDr #R0LIoFWEKiOsHWSGp0uPmfbvTxRS3kVJ {  }
 }@media only screen and (max-width: 763px) { #uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt { display:block; }#uJIfX8VlyfTVcSn5NvQnyc8VPxm8siNt > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpoNV5DCOTQZAq20Vw2OnuctzBsLoruu { width:16.25rem;height:0.0625rem;top:9.4375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9onOoHEW0V9hCTsLFclxSh1E7EtqPCE { width:0.625rem;height:5rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kloTH7dXtuRoFTZZUpKyfTu7TSfyyVhF { width:0.625rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8fE4LFteRxvf3XT55k4TZh772h08PI { width:16.5rem;height:1.6875rem;top:4.375rem;left:2.40625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opz8utTeIJgaeBmK4FudMQTggNGOq3p4 { width:3.25rem;height:3.25rem;top:17rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKK7EKrn2FxD53P0f9xnCVVTrXMLkDQw { width:16.25rem;height:0.0625rem;top:15.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnhLS3XzKRT9TbtSfbQOye9OIZrFlcK { width:0.0625rem;height:16.25rem;top:21.5rem;left:9.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NhD04BWRP55L0m2piLzczIGfzkoNKUOe { width:9.625rem;height:10.318375rem;top:49.0625rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZEaV0FNSn9wbtbGM7Sm8QKavG9b41oH { width:20rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOi23X2ketRz1QdVMT3UatOGl2pV5xfp { width:16.1875rem;height:3.65625rem;top:10.109375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSERARgGuSZIUvnQTchEP2sTtbG2K3L { display:flex;width:2.1875rem;height:2.1875rem;top:17.5625rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns { display:flex;height:8.3125rem;width:19.5rem;top:39rem;left:0rem; }
#NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #prLeVeuw8KZhDFnTCy4mHiCCmTzNcbV3 {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #dt0V4J3xEFCTHmyoxCvcWpzLE0PTSxvq {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #H2myztw3BQuOVeBsBFf3pIQnmRxOeQnL {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #u8yEC25KZhEs8n59UJwRkTgviaJf5Uvb {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #wcqJxUJqffLFkxn1eecuw9617SqtNU8A {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #XhcWgmHZ8L0QcSi7TS2MuoTgm3iUW3Th {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #d90LlCTTh2KaMBcUwVZZ0hFEShSXzWR0 {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #BOe3tzTydRcIr54UNdfToPf9RzEe1dPq {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #pe1UNUDk6rG2knPnQmH82kd9h6VxV5oC {  }
 }@media only screen and (max-width: 763px) { #NvEQ2vTVALXWTJltIQg0IttbKBnOp3ns #UOPPXX1GSPV2VFiUiMI7RIuy2sEOB6CK {  }
 }@media only screen and (max-width: 763px) { #Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM { display:block; }#Dy1hTMZmdgsy1Sv74svuQbl4ks1vWxxM > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTuwVHtK4WtRmd472TQTG8qoCsrTAru1 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH { display:block; }#dmvceoU1M0giWBcVFIGTTvXWs9Wxf9zH > .row .container { width:20rem;height:200.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtOZlOIU7NwBrwIucdC2kySev9m6pTE2 { width:20rem;height:91.75rem;top:107.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkMDqz5HMSTsthXXFMyu7ar4Mv0Dxgz { width:20rem;height:11.25rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDvhC0htHhVEEMK3tReoptWR7I8Bpzh { width:16.5rem;height:1.6875rem;top:113.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXzAZC6GQ1yNLZqCqpqiHPlQ1E0mdZp { width:18.9375rem;height:1.21875rem;top:110.75rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps1zVHWhHKd5Zy4ygwDD8UzZa3gPgLlz { width:16.5rem;height:1.6875rem;top:124.6875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1rOlsBdmo40TaB7ZtTWarlpnzGMTR4 { width:18.9375rem;height:6.09375rem;top:126.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drs7Kv4nr0aLnrEImsm6Dt4lDkTNID6z { width:16.5rem;height:1.6875rem;top:113.75rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OQmmT4gNRFs1sylTuQMF4AC8t3TbeL { width:18.9375rem;height:2.4375rem;top:115.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8mKo02AFPDIaMtCNB54VwCMsACsaSvD { width:16.5rem;height:1.6875rem;top:124.6875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqUOI0V1t1cNZOSlqTWpTChJfhHpdMs { width:18.9375rem;height:3.65625rem;top:126.5625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGKbL8ATyBdbLB0EqFl98qSIXRqWGBX { width:16.5rem;height:3.375rem;top:132.65625rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKLAiO3ZezrpINyPKb0DOMq0XeiOkCfy { width:18.9375rem;height:2.4375rem;top:136.65625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gih2r7PX7IhBLy66HovBEgG355XcFtQ9 { width:16.5rem;height:1.6875rem;top:108.875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkhhu9tGNra1qII3QRKoTS2IXIltkWFX { width:18.9375rem;height:3.65625rem;top:115.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4zwQpctGIdNntgSi8lG9qaLzbMca0T { width:16.5rem;height:1.40625rem;top:130.21875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrmvPdgp5L4uIbqzzOrw6ivPGWF467n { width:16.5rem;height:1.40625rem;top:139.09375rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8F3NoPTkcBzDViHN3igqmPm7mD4zHNg { width:16.5rem;height:1.40625rem;top:132.65625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q59bghPy4wTSRcAQ7kBKOZTfyBFiQTL2 { display:flex;width:3.625rem;height:3.625rem;top:128.15625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #l51uLHstSUP5mUsA0eXDPnUWbHOFxohq { display:flex;width:3.5625rem;height:3.5625rem;top:112.90625rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #m05BSHCGTc84O08SBBwRBAmmN0pbVvT7 { display:flex;width:4.375rem;height:4.375rem;top:112.5rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #u3kceCg5SGl98qXnGLWwNJrAT6WdAEvC { display:flex;width:4.3125rem;height:4.3125rem;top:114rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #LInHrwC1wvIo6Wv6Xnup8HOp3q1QbWdW { display:flex;width:4.125rem;height:4.125rem;top:130rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #ZB2mOemPXxaWxqiZ2wQvsr1UvGNV6TAO { display:flex;width:3.125rem;height:3.125rem;top:121.625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #LSfoz0JwqyxEwU4FooxReQ5p60AHiBwa { width:20rem;height:5.1181625rem;top:145.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSRM5fUZHtbFHTVzAr2ceBZenRlAEkyu { width:20rem;height:3.8994125rem;top:149.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofyKlc5OI12HhF9Xc5DuQ05WyrWR2NSe { width:8.875rem;height:14.9375rem;top:140.84375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNm2ipnSfB6CDicihTzuTal6XMTF7Bcv { width:16.5625rem;height:6.5625rem;top:162.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpTPcS0t25oNKNwZAa609UsEVlhiWzB2 { width:19.125rem;height:14.25rem;top:157.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7myRleapT4o8Vv0euQ3a79tOhxrJhgC { width:19.5rem;height:14.25rem;top:157.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9agwmkotdvFh2iyDmf09JaWPbrwk6fk { width:17.5rem;height:6.5625rem;top:162.875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZgggWL1ZA9Coyrb6tJcbtK6M256qOf { width:16.5rem;height:1.6875rem;top:159.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqLT9LLRAPn96fF9JCtEWaxDpWE4Tuo3 { width:16.5rem;height:1.6875rem;top:159.1875rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcIJt6M0JdNyqXia1lGKwECKSIuCfbf { width:19rem;height:14.25rem;top:157.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5EGwSoeOESlOwfXpOabBRzGD6pfo1ki { width:16.5rem;height:1.6875rem;top:159.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhEJaXAW2pfHS1C9hHnbI1y8dfZVMFr { width:17.5rem;height:5.25rem;top:162.875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARESyUvEN3FT8TwTSa7bEozVTUPEvsKR { width:19rem;height:20.625rem;top:175.15625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dogoPWQdH8CrEupLvwMSwSxc4FTJ4XN8 { width:20rem;height:6.824225rem;top:183.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK2vBkHoVuMPZ0INo4dI455xl71B5E22 { width:20rem;height:7.7988125rem;top:187.099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfANa9igdqpzQWb7NUE6UZ6JpSWUHob { width:20rem;height:105.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ { display:block; }#hrAUZ9UlQKD0rivQF15eWMklFpbprUrZ > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iatexXWSHVs5FOV8JU0IQDQtNE5GFPnn { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBxg7MvtAbZ2aKuB0O3rRTHHoWRyvCw7 { width:20rem;height:1.29980625rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC { display:block; }#VxmWt0BUvIIJv44CwLkTffs7KkxFBIOC > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAAuzQuTC0CkswXeNPwtldz71PtZzANN { width:20rem;height:11.2324375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs { display:flex;height:21.57425rem;width:19.5rem;top:13.7324375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #rsm0QGLDhN4qp2dywW0Xp4TBOgTO9ut0 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #whr5RGUdIpVLMtUnCnDS11e5qnDZBXWk {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #w4TiTyUeGWfKOUriXMeFBV1QurlO5nWa {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ovEFuo3wUJVHWV7REV38yRt9UBxDDcmU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #vxzU1IwPopx4r0cUuOvXRTluMTSwtQa1 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #sisZ5zKzZsGEBVlrlubiOUTCM9sTkJzL {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #bbC7TRP9xV1KWCoRVKO7PwxZ4Tqac2Eb {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nNAmTQPTIuMrTHxkx7UM5OJE7TPBzmaf {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Lxrxn2m45GqOV7vVp63KxU71vNJCFEdo {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #Pml7cSOCCdS7a7UwCRTFsIWaROWSt8WU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zw1VReG53ARcafgEuzs1XIVozVN6RmUz {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #KeLfcyqdEMEpXc5MWqucTN6lThByT59s {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #VoiDDOlnGPoM2SZHCURM6bkUqrxtbWI1 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #zPyJ3MNeoRdgrwVhuFniUgMiHs7RLR7D {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #IJsE37dvWIez95eokL4bGbfuvnMzSOPx {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #BRGVpPimPBHhNvh8WJRJLuoAgbiUdx26 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #HzvL5bUyUJXOoDyRdMMX81tDt7xZoxT9 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #f46dmPRsrzI2GHouC2TgqIyoFNUfUoTq {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #h1lRXOC1JQaviz1Qe2b3w771EC03BvkW {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #S3W4xvbabEkUIIi2bEDW4NBTya4kRTr3 {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #nOd7Rc3SaOSINDTn0q7rftXmdzZszo5u {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ScRUQz5I6bTVAPwZByyPsyLnDD4TTPxq {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #P2TpKlhD5vRSmzdNFFaI7IWFcqMaDpQU {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #DDEcsC9p2sSGidpyxKDXxvPqsxifwcpm {  }
 }@media only screen and (max-width: 763px) { #yBkWfqRJlv9cZEyGiVzWRCubNFSiFsvs #ri00stBzNWO6peyk2vAQBL6MEEIoLEUE {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg { display:flex;height:18.625rem;width:19.5rem;top:37.0566875rem;left:0rem; }
#dQoDlNnE17inMxeCkGrhlsCFu014hHkg .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Lx12u6AkVT7HmgyPHO1iXDxRWmfHlczu {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #THBbLZ6sg1rK0DNHs86bquM1P3gTlTkE {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #N8GJmToUZtSRh06xx1irTzTVS8PcqmQg {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gTuc0eS6z5Vl5g4bFXGW9ObSN5TcvF8S {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #MUCMSkZJ5k5irrGdAQATXAGMpVBLpnX5 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JmHpavAlMsvdapkrtlX9yloBPpqu8c2T {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #W9nHeVVP7nINLsRzdP3PdSDnU9EbZnfz {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #JVBidn40o8Jc5qxwPdaJ6d7v2dON30Lx {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #uS9Lcug9XzFBa1TZWoHnWss9EqHUz1gC {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #FoCvz23oACfFnTsDWpfHszs4RoU2ytpM {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ut9K22zUcn2LOQ0rV368fJrm8FCl0p8K {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #voQifniUf8TODtlNT7cHTBwX3eIzdXC3 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #RZ6DNA1QUIJE76BSBhOcf8WS0UaOLT6J {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #D5Q5GywJr49XnK6E1TOTy69Sx6pq9xZN {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #VA1UOIk6lWATETT2MKL75l2oDkw3augM {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #Uael93G77z3aVGh8hAH3kkqO6wutRbG3 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #QgDfkgwLRUvRpgCEBzbx7uqSnN1Mi3n9 {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vlzpsVlqMQQKhqACMUtAd6m4MsnEswcS {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #i3oeEJoCwGWAoLI8GHD9T5k9mFWRTKDv {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #rElpTrw8oP2Fb6OWlIbfsQL522y3cIFG {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ZR0LwXeBzFfATnC42eEsdRgfaAT1P2rl {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #vT8Tg9cF5Nc9sn9qcI7ANDxvDh3PZkpz {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #ckgRT1Wv8eZkC4cfrygxb9egnpooOTGP {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #WhAcSo4MJpHkxcEaWl8rvM8GN1PK6nrn {  }
 }@media only screen and (max-width: 763px) { #dQoDlNnE17inMxeCkGrhlsCFu014hHkg #gv4zG91tUkzRIGfVpuldowiz1k6VTIlP {  }
 }@media only screen and (max-width: 763px) { #h1OV9XzpTCAMf4hBfdWJ93L7KqSmA9g5 { width:20rem;height:3.736325rem;top:-0.5546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR { display:block; }#JxBZwPk8lZytPXEuyt4KU85FMu2ZprlR > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvzV851sWEKLS5SNW7KQAfiXUgQ6JhWd { width:20rem;height:7.472625rem;top:8.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIEG73DCzgJPvTQPnTWw82wANoSIpWTz { width:20rem;height:12.1425625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlU0EmoeSqJnATxTzcM3SNWCLSBXpJBS { width:20rem;height:5.6044875rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geOwp4TNm2m0HzbQlpEb5Thgc4WSeMNn { width:14.625rem;height:20rem;top:18.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqvI1HBnQdAdHF27K8RyABTULIKlDM2O { width:20rem;height:3.736325rem;top:46.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixyWTceIvKiMByTzmSlOdqF3OsBOOiEA { width:18.375rem;height:3.736325rem;top:69.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shIVGhKvMEh0SQWFTGmJVpBbDWs2T49Z { width:20rem;height:11.193375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKXkeK1Ute45WzTcnGyapANqsEBWAUb3 { width:20rem;height:11.2109375rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1iy1CxoaW5AN29JG3nUM6p4oxbJNAr { width:20rem;height:82.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe { display:block; }#WKq4ltE7EN1wChNRhVQyyanbSXTU6FAe > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As0RkLVZU8zLKcdbotdrsdlv1SWn3B7A { width:15rem;height:13.125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMuMeJvbfhqGQ8EGFbDlpc35fzgh6CX { width:15rem;height:13.125rem;top:35.57325rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgKSLCX068N3Fc5zVzdC6WqyKhBOE6V { width:15rem;height:13.125rem;top:61.82325rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1iSLErvnFN0nPLoaszgrNbAxOihzpX1 { width:15rem;height:13.125rem;top:88.07325rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1O1CWbxG2TeTpfEvi4HXxZwifLmggFT { width:1.75rem;height:2.375rem;top:39.07325rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEoOL9dN9EBMyxDTShGQXbWbNcwkPtQr { width:12.3125rem;height:18.3125rem;top:7.9375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ECXsTJw5WRi8oGPkLGEBSDa6m1Rd5O { width:12.3125rem;height:18.3125rem;top:42.26075rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9zAcH6A8HNxUt341vbCgbSyJfVt14Ty { width:12.3125rem;height:18.3125rem;top:68.51075rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbgwTsnrmqBbUWQdwFTs5u4iMH9GHa8 { width:12.3125rem;height:18.3125rem;top:94.76075rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsm4ux1TyrxOBGTOFhsJpbAXKfeNuqhs { width:20rem;height:6.82325rem;top:27.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gF4LUT1NxQbuD91V8S3HtdI2nEX8HXDI { width:4.875rem;height:4.875rem;top:14.65625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWxSJZcdO9n78M8SdEXHxwolQyH9in0V { width:4.875rem;height:4.875rem;top:48.9795rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1kzZ3eIZNnZCUHsVPTeO9mxGbb0Tik3 { width:4.875rem;height:4.875rem;top:101.4795rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLOW0Tv2AdBV91eE8etEmsLkJIR1N7d1 { width:4.875rem;height:4.875rem;top:75.2295rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv { background-color:#ffffff;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; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { background-color: transparent; background-image: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container > .video-iframe-container { display: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container { display: none; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .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); }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { border-width: 0; border-radius: 0; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfviFtrwaTa5FlVJPEeq3nsPNTiq4UTv > .row .container { width:20rem;height:227.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNWlwK7Oyt0I8mOpyteoIAnBHk6tNKhR { width:20rem;height:2.5996125rem;top:10.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm7Hd7yg1pwyEMzzhnXeLeXDKurJhu74 { width:4.1875rem;height:6.01171875rem;top:14.595703125rem;left:4.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkZSdAURZbv6nteiwILqthQThKDetiiV { width:12.5rem;height:16.2305rem;top:19.2490234375rem;left:0.6875rem;font-size:1rem;display:block; }#xkZSdAURZbv6nteiwILqthQThKDetiiV li:before{  }
 }@media only screen and (max-width: 763px) { #myibtEUr18WLxDAKE4J2hK7nNqh4bcT8 { width:20rem;height:32.4375rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5CveqNkfrCc4LyBr9Eyx64iDix9qzEb { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dymZE4mHEwlKo1bmXxVhTrPsKMxADbNq { width:15.6875rem;height:2.75rem;top:39.07421875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpPxCIVw0rPTAGPkQ2Vz0F4FuX5eris { display:block; }
 }@media only screen and (max-width: 763px) { #QbgUv1lgXyVI1dCXoWFguo74OJoAFr3J { width:19.125rem;height:36.5625rem;top:132.53221875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfRt1V6umh3JppT1hC0HQyc7l6f3GQEH { width:12.5rem;height:2.5996125rem;top:135.03221875rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKx5XB9Rb4FxIRDB1K0FEvcLgxc2xuAo { width:9.4375rem;height:2.5996125rem;top:139.428703125rem;left:5.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p { width:17.4375rem;height:7.0234375rem;top:28.4052734375rem;left:0.6875rem;font-size:1rem;display:block; }#PE1SSIQwBQeav7G3TpdfPwhwS1fZRb5p li:before{  }
 }@media only screen and (max-width: 763px) { #JCsSUakrbVtWEtDBn1m8Rdd8HWmQB86W { width:15.6875rem;height:2.75rem;top:163.90721875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkpH1mCfOu2UTLrei3aXgIoMaNTlEcmS { display:block; }
 }@media only screen and (max-width: 763px) { #SX3z40VTqcLLyKtg9tVEyCLJSS2lym3V { width:19.125rem;height:36.5625rem;top:189.90721875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzhukVdqnecHo6aRXM8ydNapMVFP2h5 { width:12.5rem;height:2.5996125rem;top:192.40721875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBtu0nUicoA0HQXTeqzRTXzEE5HOoMFg { width:9.4375rem;height:2.5996125rem;top:196.803703125rem;left:5.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRLT2ibNuimqHustVMXVZBrMwTFpE5x { width:15.6875rem;height:2.75rem;top:221.28221875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7iAZJkQd9hulcICHz1UrH6Q1aFgzg3 { display:block; }
 }@media only screen and (max-width: 763px) { #zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR { width:17.75rem;height:19.4921875rem;top:144.0820234375rem;left:1.125rem;font-size:1rem;display:block; }#zbKFrMdyUOSRdo1OvNGGqT6FOpAES6cR li:before{  }
 }@media only screen and (max-width: 763px) { #KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ { width:17.75rem;height:19.1796875rem;top:201.4570234375rem;left:1.125rem;font-size:1rem;display:block; }#KPdGu54mcTIgwxuvWSyacbT4R6yk3HFZ li:before{  }
 }@media only screen and (max-width: 763px) { #FdmiEfo2MEFfbak3kJ9P5kpcvPHfJKNP { width:20rem;height:15.59765625rem;top:43.07421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRvAe5LMdx3afBh7KEm3C8bInL35T2sJ { width:19.125rem;height:18.75rem;top:92.51559375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqJQSoNNCIesQfJ2g1QnHpZ3sti8WixG { width:20rem;height:17.5rem;top:170.34471875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawRRpCgbCRMEhzaSS0MmDluV8ILIvfI { width:20rem;height:17.0625rem;top:171.59471875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fT0gk1cUbbOPJxXdcOxgV2qurr0crIXe { width:20rem;height:18.7666125rem;top:112.51559375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOvbNsxyvGlz50EkyQhBwanlaz9w677O { width:20rem;height:11.2285rem;top:59.92184375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhI4KEmESkPGWhQZv6fXU2Tf8IfhrXmg { width:20rem;height:29.4375rem;top:61.82809375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo { display:block; }#rUGhNLUtZMcepOnfbbST0CqTMU8wDUlo > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEnzI3Om7D8xP3vfngbUfSwx97b9TwhA { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4zUQQImp6XkSuKPrnk2mugyqlTAgBsL { width:18.875rem;height:5.5rem;top:14.21546875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRbUNmTQMttHk1Tt8FvdnmUW3E8drDT { display:block; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy { width:18rem;height:5.0625rem;display:flex;top:7.69921875rem;left:0.9375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #aBWAsH6519awXDHLoKgUkTdyQzmyk3kT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #DPs1xfuQm0c5HbATCKwLNTTE8ApBNdu2 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #welJfkTCQftHhKuVMNGZZDgSDtafqFx0 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #ElEDzo8c2sTVTGAcDgB629NMtB5OT0Pr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #O43TdrJUxZoTaNmLWCiEzlacOmHZKKLo {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #AH5ggq3abTxFWvCT0U7bE04Lf64JIdJ2 {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #KWWaOaTSNgbWnyaXWFiFTEA6ylOWle4s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #nuOCZF1ILdtk6chTbirxfJ14wS4z3pep {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #JrbzsTfrhKPbthlmvI3wxzT1AzPq8Z6y {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #WtHD9NrycVULNcOTS33z34OGHshEyp8z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #xDSACVgBLmh8ahRJGp88c4DohfxbLlHm {  }
 }@media only screen and (max-width: 763px) { #ANRBpZMFgPMOggqba2xakkc2yL6U1Vxy #qLBupcbPG42c2m8A2H2zgmLJBPRqs0TJ {  }
 }@media only screen and (max-width: 763px) { #u2KCHgBmP6IqM69CteIlzaQacTW4OPMr { width:20rem;height:12.673875rem;top:20.96546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI { display:block; }#ELJ8R6UXHkC3U9Xv5ooW7XXc43sxuKgI > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL { display:flex;height:37.50975rem;width:19.5rem;top:7.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lWRaOpTqn2UTmmzBgh5tWnxIqtnoVn7n {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ouwTKPpwkl4udVoygKhyoVbofImOHgF2 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Ubbm5KtTOyD4lz7zB3JDvzbKC6c0fRm8 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RXWS0tbntqFX2fIElMzxkWUNI1p8nx1L {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #KHMNSzd4CaDgPWbLtkT1bq5oGwVgnbTz {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #nUQG922vTR7d9qIIaH6UcTdKx2f343xg {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #JCPdpAa2bUbGtEMoB5GT6dExiECmbthn {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #RC5XLoxbZOW2CCLogDDopVkI6Ug71l5T {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ROKliC61NBrh7b4skpBMWIK9cklMe3Fk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #QttZdn07ySzzrJePaTSeSUulTFVuuLi9 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E89URi9M7rD7iSnwWWU8eRmSNk9sA7AW {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #GcuzpW9ZT5FtnxLmHBPHwT7l3uNF5vxk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #NyCJCLLKUvV4TUbVtGIWD9uzQmU4Nn89 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #SERr5nMHC7WXRKGzbkCTqTQSNQ9qF4K5 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #dWKDMJZhTCauGkZ6xxnsDoK7oT93zd9h {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #b6lrEpq0B4hsNoT3TycG8JryMnJwUEKb {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #p3CQ4sTU8hD0lCLaleFbpzIvBcBGWgcU {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #Hk0MboVhlKMylz1LMAC2DHp6k9ZebmNL {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #mgubRDCdLXDnlZU1apEypXML5m3W7UgO {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kFP0azgMSEAbOlGv9pU1yV2ucEdmt4Xz {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #E9Wnd3V622EEgxqcSCWz1xfgSTu6aFEk {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #DVzrIzyKLIu7qsm0174O4rBPEiklHnwu {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #ETKmpvnN5QeD64fRWHlazJtZ4VHJeb5e {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #lI4nXDvzCAKmn2WcZiyerJpbI4l3yevl {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #kCARzWdUfW1GB1CfstNAgQS8HvP9EmPb {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #y6iB2GeTT2UpC605hSKcMaGit1ayrRmD {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #iGHa8W5igXK8TQ21iPMyGTLTFEsnTWK1 {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #LK42ToT5lrAvnowTpc2XRut3DFAFdG0s {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #WaQ1iwSXp2oIxWKIRQoNNBwtB9Mi3yDD {  }
 }@media only screen and (max-width: 763px) { #r0yCF7d4swvMLro3vAeJbFmxmZ4usXRL #CdqsQ3XoDB4lyzx4S7o6Tm8eRTc7GpWq {  }
 }@media only screen and (max-width: 763px) { #Lk7V3aBhtGCI9w7BSoyiFHKOXb08TTab { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }