.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:241,224,228;--color-primary-1:210,153,167;--color-primary-2:164,51,78;--color-primary-3:82,26,39;--color-primary-4:25,8,12;--color-secondary-0:217,233,235;--color-secondary-1:128,182,187;--color-secondary-2:0,109,119;--color-secondary-3:0,55,60;--color-secondary-4:0,16,18;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:64,64,64;--color-tertiary-3:67,60,63;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6645a782-3d26-4a89-b670-d187f7a9bafb/HeroDesktop.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.adaptive-delivery-prevent-bg, #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.lazyload, #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.lazyloading { background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { border-width: 0; border-radius: 0; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:60rem;height:41.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OyGGPcXXxzdOUTFybfw501QTOz30bFzT { display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:10.257291793823rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.744792938233rem;left:0rem;display:block; }
#oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { color:#ffde59;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0635414123538rem;left:0rem;height:1.05625rem;font-style:normal;display:block; }
#H9ME0oFvAaIzUKphpPssruZA9KXOtosP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.625rem;top:2.3125rem;left:47.1875rem;overflow:hidden;display:block; }
#sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.125rem;left:1.6875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#BxZP7IVfrO3RIB4u4leSiCK2NyFnzJrL { display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.887500762939rem;left:0rem;height:5.075rem;color:rgba(var(--color-tertiary-0),1);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; }
#GwUzBlAFb4xe5wBMGKtNSdM1D0KimwTV { display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.1875rem;left:0rem;height:3.15rem;color:rgba(var(--color-tertiary-0),1);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; }
#QCGAhHtSZ7niMGdR72zRKBLVrZSm981l { display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:25.9375rem;left:0rem;height:1.225rem;color:rgba(var(--color-tertiary-0),1);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; }
#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { 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; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { background-color: transparent; background-image: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .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); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { border-width: 0; border-radius: 0; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:60rem;position:relative;display:block; }#c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:0.69375038146975rem;left:23.125rem;height:1.05rem;color:rgba(var(--color-tertiary-0),1);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; }
#zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#oRwDTgBihAODVDgpEPaNZsT8fOF9lV7u { display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:0.90000152587888rem;left:52.8125rem;height:0.7rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:0.69374847412112rem;left:6.875rem;height:1.05rem;color:rgba(var(--color-tertiary-0),1);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; }
#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { position:relative;display:none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { border-width: 0; border-radius: 0; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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:0.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container { background-color: transparent; background-image: none; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container > .video-iframe-container { display: none; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row > .video-iframe-container { display: none; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .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); }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container { border-width: 0; border-radius: 0; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#qT2a4PDOsLVs931CdDdNRIrXu5aaRE1f { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.625rem;left:30.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#KUgpPyopyNWSW0uNhEeBIQwRkhgywEhK { display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.6875rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#RzfCKQaaTyIhLKCyAZxSogv8TbG5hqFH { display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.90625rem;left:30.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#ksfOnhZnshZ21e6sEDyvUz8OML2C0RXu { display:block;width:28.125rem;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:24.96875rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#Jc1kZsPkPC3IWAgPfPToTo3HoSsx9NTh { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.543750762939rem;left:30.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#N2zrxLZbr0VtJfsXiWFSaytMfSTTCZCM { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.8125rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#V4ZdE6LtUBaZusKKPCa8TFyoVR3JTUUq { position:absolute;display:block;z-index:15005;height:24.875rem;width:27.375rem;top:13.625rem;left:0rem;display:block; }
#VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:12.125rem;height:;text-align:center;text-align-last:center;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; }
#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container { background-color: transparent; background-image: none; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container > .video-iframe-container { display: none; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row > .video-iframe-container { display: none; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .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); }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container { border-width: 0; border-radius: 0; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#InCCwyOGLiaPGcXbBT7U0nznm0TOC37A { color:rgba(var(--color-primary-2),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:16.5625rem;left:32.8125rem;height:9rem;font-style:normal;display:block; }
#Qeu5TapgNX3vWyqI850xJOUU6rvL0AnC { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.0625rem;left:6.1875rem;height:4.75rem;text-align:center;text-align-last:center;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; }
#Evrf2FU0NU22JllxInwmLLqOvLwLsIsz { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: none;height:16.75rem;width:29.875rem;top:12.630207061767rem;left:0rem;display:block; }
#JV9Lx4gM1ZmNfvyO5NSdozgonDLzizfK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5rem;top:12.125rem;left:32.8125rem;overflow:hidden;display:block; }
#GDd8B5FvHk5c7SRhgVOdC2f0epa3F7sc { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.875rem;left:32.8125rem;height:1.05625rem;font-style:normal;display:block; }
#pGpfaDft9m3BsBxTyBPT9TwThOpPfa2R { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:27.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { position:relative;display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { background-color: transparent; background-image: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { border-width: 0; border-radius: 0; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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:39.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2447919845581rem;left:16.8125rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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:#e3e3e3;background-image:none;vertical-align:top; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1);font-style:normal; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:#333333; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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; }#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.adaptive-delivery-prevent-bg, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyload, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyloading { background-image: none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { box-sizing:content-box;height:auto;width:48.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8697929382325rem;left:4.625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws { display:none; }
#tBQTiolbADSPtpRVV9yRixTISpJNn2SG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container { background-color: transparent; background-image: none; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container > .video-iframe-container { display: none; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row > .video-iframe-container { display: none; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .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); }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container { border-width: 0; border-radius: 0; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:60rem;position:relative;display:block; }#Dk7QPDv5gVi7moNVc4ZdoJz5WTi8cQ4g { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqwBWG0u8dTUHHPM753KuZ7soeeJMUKZ { 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:12.6875rem;left:24.4375rem;display:block; }
#UIs1LJtCQCti1ToN1BxdZ9sGDefNmmIk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;top:12.25rem;left:29.25rem;overflow:hidden;display:block; }
#WPXNe09p0x8xe7pKQOiM4z1SUtZQHz6A { 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:12.75rem;left:32.0625rem;display:block; }
#EORQsOrJvoUDsfwkHlbuuQl9DVNLTOT1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.375rem;top:17.4375rem;left:4.375rem;overflow:hidden;display:block; }
#e2Xs0ZFN9C3EXS2lqP4zAmxnofklh4ao { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:3.8125rem;display:block; }
#R8ywd9wu7WcTI2Cx9T4GAcb4SoKlnsng { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.5625rem;left:1.8125rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qEh7GJBJSPQieLFf8GKawDWoxcfMFTUe { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:19rem;top:15.0625rem;left:0rem;display:block; }
#gDEsrvzMe2crdSb3hI62eJSpspMc00LN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:48.8125rem;left:1.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MkviBIttBlAPITEe9eCczzh8tSNxSCMq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:19rem;top:15.0625rem;left:20.625rem;display:block; }
#qFeAD7Tz3DzcxnWUgzHdNVfK1FWbWTru { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:24.4375rem;display:block; }
#lM7Jlm071AshLXgA8DABnXQ7WekQNtts { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:17.375rem;left:24.9375rem;overflow:hidden;display:block; }
#F38v2058nLeFMCic3WLn26xEOc1kxopo { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:19rem;top:15.0625rem;left:41rem;display:block; }
#lNXRWo4TkCGGK82N7FmPhmmOaftAHobK { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:44.8125rem;display:block; }
#AoRRO8u3bCAcBM561MQK0ZniBx08XiJV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:17.375rem;left:45.3125rem;overflow:hidden;display:block; }
#qU7c1g4RTvCbf4zN5sgV3y8EtPtWrRl4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:47.125rem;left:6.125rem;overflow:hidden;display:block; }
#HqvVLz7s6DVlDKWmHUzKJMKO4iKV2mMD { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:29.5625rem;left:22.125rem;height:12.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dgdQPVFXZoeOgA0TbcT6UbqmTwSw4i73 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:44.375rem;left:26.5625rem;overflow:hidden;display:block; }
#uAOViRlsmUmXxR3k55CM4EegAxslZ8MA { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:46.1875rem;left:21.5625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y6mmmeqRnDSPmyAIyQrmD0VWz3SFuKDM { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:29.5625rem;left:42.625rem;height:14.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ctrWWBoyZwu0xyfFXLTktNw6gTQGf9zD { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:47.5625rem;left:42.0625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W5t9dCysNBT9LpDq04biLZnxAiHGN9Kh { 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:1.25rem;width:6.875rem;top:45.875rem;left:47.0625rem;overflow:hidden;display:block; }
#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 { position:relative;display:block; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 { background-color: transparent; background-image: none; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row .container > .video-iframe-container { display: none; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row > .video-iframe-container { display: none; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .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); }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 { border-width: 0; border-radius: 0; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .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; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .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:43.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; }#wTaXhBzFHVt9XoaHUU6m8Oz6153P1gCn { position:absolute;display:block;z-index:15005;height:31.5rem;width:27.375rem;top:6.0625rem;left:1.3125rem;display:block; }
#kLuNmg6xCAfFpserSrncshNkQ8TziQtr { display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.307292938233rem;left:31.375rem;height:18.5625rem;color:#333333;display:block; }
#m8PsWIr3JN3HVCcF64np82SH2k8KuIUg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.0625rem;left:31.375rem;height:6.15rem;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; }
#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON { position:relative;display:block; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON { background-color: transparent; background-image: none; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row .container > .video-iframe-container { display: none; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row > .video-iframe-container { display: none; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .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); }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON { border-width: 0; border-radius: 0; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .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; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .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:0.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; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { 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; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { background-color: transparent; background-image: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .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); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { border-width: 0; border-radius: 0; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3781242370606rem;left:15.3125rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#ObbXVmgRCySoy4B2OoHOduREXCiakMCb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { background-color: transparent; background-image: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .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); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { border-width: 0; border-radius: 0; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.8125rem;left:17.3125rem;height:10.3125rem;color:#333333;text-align:left;text-align-last:left;display:block; }
#d1PO83b9SWrhZOA9She3TopKsGRGPweJ { display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.3125rem;left:16.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#GpRITTH3msERVkHX307CLNilbux4XKEg { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.869792938233rem;left:20.1875rem;display:block; }
#It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.25rem;left:17.4375rem;height:1.03125rem;color:#898989;text-align:center;text-align-last:center;display:block; }
#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { background-color: transparent; background-image: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .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); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { border-width: 0; border-radius: 0; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:0rem;height:0.975rem;font-style:normal;display:block; }
#LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2406244277954rem;left:0rem;height:23.4rem;display:block; }
#Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:6.2406244277954rem;left:20rem;height:10.8rem;display:block; }
#oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.427083015442rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:23.075000762939rem;left:20rem;height:5.4rem;display:block; }
#oDvZ551a1WHdnX5ya8QODTl87r31VBiG { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9271011352539rem;left:39.999996185302rem;height:0.975rem;font-style:normal;display:block; }
#mKDTErieQzPWuKrp6u1QcOQFondZXoBe { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1156425476075rem;left:40.001041412354rem;height:3.9rem;display:block; }
#kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { 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:9.9375rem;width:15.5625rem;top:15.945850372314rem;left:42.218746185302rem;overflow:hidden;display:block; }
#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { 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; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { background-color: transparent; background-image: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .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); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { border-width: 0; border-radius: 0; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2218742370606rem;left:18.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:40rem;height:4.125rem;top:10.25rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:19.4375rem;height:3.8125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { top:7.0625rem;left:0rem;width:27.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { top:2.3125rem;left:37.125rem;width:10.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { top:33.125rem;left:0rem;width:16rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxZP7IVfrO3RIB4u4leSiCK2NyFnzJrL { width:25.8125rem;height:5.0625rem;top:14.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUzBlAFb4xe5wBMGKtNSdM1D0KimwTV { width:31.5rem;height:3.125rem;top:22.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCGAhHtSZ7niMGdR72zRKBLVrZSm981l { width:31.5rem;height:1.1875rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { display:block; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { width:7.4375rem;height:1rem;top:0.6875rem;left:17rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { top:0.625rem;left:0rem;width:6.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRwDTgBihAODVDgpEPaNZsT8fOF9lV7u { width:7.1875rem;height:0.6875rem;top:0.875rem;left:40.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { width:15rem;height:1.0625rem;top:0.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { display:none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM { display:block; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT2a4PDOsLVs931CdDdNRIrXu5aaRE1f { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgpPyopyNWSW0uNhEeBIQwRkhgywEhK { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzfCKQaaTyIhLKCyAZxSogv8TbG5hqFH { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksfOnhZnshZ21e6sEDyvUz8OML2C0RXu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1kZsPkPC3IWAgPfPToTo3HoSsx9NTh { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2zrxLZbr0VtJfsXiWFSaytMfSTTCZCM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZdE6LtUBaZusKKPCa8TFyoVR3JTUUq { top:13.625rem;left:0rem;width:27.375rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { top:3.1875rem;left:6rem;width:35.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 { display:block; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InCCwyOGLiaPGcXbBT7U0nznm0TOC37A { width:26rem;height:9rem;top:16.5625rem;left:21.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qeu5TapgNX3vWyqI850xJOUU6rvL0AnC { width:23.8125rem;height:4.75rem;top:4.0625rem;left:0.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evrf2FU0NU22JllxInwmLLqOvLwLsIsz { top:12.625rem;left:0rem;width:29.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9Lx4gM1ZmNfvyO5NSdozgonDLzizfK { top:12.125rem;left:23.875rem;width:5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDd8B5FvHk5c7SRhgVOdC2f0epa3F7sc { top:28.875rem;left:23.875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGpfaDft9m3BsBxTyBPT9TwThOpPfa2R { top:27.4375rem;left:23.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:26.3125rem;height:4.875rem;top:3.1875rem;left:10.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:45.25rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #tBQTiolbADSPtpRVV9yRixTISpJNn2SG { display:block; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dk7QPDv5gVi7moNVc4ZdoJz5WTi8cQ4g { width:47.75rem;height:;top:5.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqwBWG0u8dTUHHPM753KuZ7soeeJMUKZ { width:3.4375rem;height:0.125rem;top:12.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIs1LJtCQCti1ToN1BxdZ9sGDefNmmIk { width:1.75rem;height:1.25rem;top:12.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPXNe09p0x8xe7pKQOiM4z1SUtZQHz6A { width:3.4375rem;height:0.125rem;top:12.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EORQsOrJvoUDsfwkHlbuuQl9DVNLTOT1 { width:10.375rem;height:10.3125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Xs0ZFN9C3EXS2lqP4zAmxnofklh4ao { width:11.375rem;height:11.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ywd9wu7WcTI2Cx9T4GAcb4SoKlnsng { width:15.75rem;height:16rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEh7GJBJSPQieLFf8GKawDWoxcfMFTUe { width:19rem;height:37.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEsrvzMe2crdSb3hI62eJSpspMc00LN { width:16.875rem;height:1.5625rem;top:48.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkviBIttBlAPITEe9eCczzh8tSNxSCMq { width:19rem;height:37.5625rem;top:15.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeAD7Tz3DzcxnWUgzHdNVfK1FWbWTru { width:11.375rem;height:11.375rem;top:16.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7Jlm071AshLXgA8DABnXQ7WekQNtts { width:10.5rem;height:10.5rem;top:17.375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F38v2058nLeFMCic3WLn26xEOc1kxopo { width:19rem;height:37.5625rem;top:15.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXRWo4TkCGGK82N7FmPhmmOaftAHobK { width:11.375rem;height:11.375rem;top:16.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRRO8u3bCAcBM561MQK0ZniBx08XiJV { width:10.5rem;height:10.5rem;top:17.375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7c1g4RTvCbf4zN5sgV3y8EtPtWrRl4 { top:47.125rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvVLz7s6DVlDKWmHUzKJMKO4iKV2mMD { width:15.75rem;height:12.75rem;top:29.5625rem;left:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdQPVFXZoeOgA0TbcT6UbqmTwSw4i73 { top:44.375rem;left:20.4375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOViRlsmUmXxR3k55CM4EegAxslZ8MA { width:16.875rem;height:1.5625rem;top:46.1875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mmmeqRnDSPmyAIyQrmD0VWz3SFuKDM { width:15.6875rem;height:14.375rem;top:29.5625rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrWWBoyZwu0xyfFXLTktNw6gTQGf9zD { width:16.875rem;height:1.5625rem;top:47.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5t9dCysNBT9LpDq04biLZnxAiHGN9Kh { top:45.875rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 { display:block; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTaXhBzFHVt9XoaHUU6m8Oz6153P1gCn { top:6.0625rem;left:0rem;width:27.375rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuNmg6xCAfFpserSrncshNkQ8TziQtr { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PsWIr3JN3HVCcF64np82SH2k8KuIUg { top:7.0625rem;left:23.875rem;width:19.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON { display:block; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:26.6875rem;height:;top:7.3125rem;left:10.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:19.625rem;height:3.8125rem;top:23.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { top:3.875rem;left:0rem;width:4.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { top:6.1875rem;left:0rem;width:15.5rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { top:3.875rem;left:15.875rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { top:6.1875rem;left:15.875rem;width:15.5rem;height:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { top:20.375rem;left:15.875rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { top:23.0625rem;left:15.875rem;width:15.5rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { top:3.875rem;left:21rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { top:7.0625rem;left:27.375rem;width:20rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { top:15.9375rem;left:31.906246185302rem;width:15.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { top:2.1875rem;left:12.375rem;width:23rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:#f15670;background-image:none;display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:20rem;height:6.625rem;top:9.5697917938231rem;left:0rem;text-align:left;text-align-last:left;font-size:3.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:20rem;height:3.625rem;top:31.977083206177rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { width:20rem;height:0.975rem;top:7.89999961853rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { width:6.3125rem;height:3.9375rem;top:1.5197916030884rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { width:16rem;height:0.8125rem;top:36.232292175293rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#f8cdd7;display:block; }
 }@media only screen and (max-width: 763px) { #BxZP7IVfrO3RIB4u4leSiCK2NyFnzJrL { width:20rem;height:3.85rem;top:17.366666793823rem;left:0rem;font-size:1.375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GwUzBlAFb4xe5wBMGKtNSdM1D0KimwTV { width:20rem;height:4.4625rem;top:22.875rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QCGAhHtSZ7niMGdR72zRKBLVrZSm981l { width:20rem;height:1.05rem;top:28.5625rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { background-color:#a4334e;background-image:none;display:block; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { background-color: transparent; background-image: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .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); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { width:14.5625rem;height:0.9625rem;top:4.1749992370606rem;left:2.71875rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { width:6.25rem;height:1.0625rem;top:1.1625003814698rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRwDTgBihAODVDgpEPaNZsT8fOF9lV7u { width:7.1875rem;height:0.83125rem;top:6.7999992370606rem;left:6.40625rem;font-size:0.4375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { width:19.8125rem;height:1.225rem;top:2.6843795776367rem;left:-0.0625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1957cda-947c-4a79-9669-de59887b993b/HeroMobiles.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.adaptive-delivery-prevent-bg, #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.lazyload, #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.lazyloading { background-image: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { background-color: transparent; background-image: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container > .video-iframe-container { display: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container { display: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { border-width: 0; border-radius: 0; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM { display:block; }#SqOXAnK4w3zJpJzEfpDT92XfSD3BKTAM > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT2a4PDOsLVs931CdDdNRIrXu5aaRE1f { width:20rem;height:1.54375rem;top:10.14999961853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgpPyopyNWSW0uNhEeBIQwRkhgywEhK { width:18.75rem;height:6.3rem;top:12.424999237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RzfCKQaaTyIhLKCyAZxSogv8TbG5hqFH { width:20rem;height:1.54375rem;top:21.331249237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksfOnhZnshZ21e6sEDyvUz8OML2C0RXu { width:20rem;height:6.3rem;top:23.518749237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jc1kZsPkPC3IWAgPfPToTo3HoSsx9NTh { width:20rem;height:1.54375rem;top:32.419792175293rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2zrxLZbr0VtJfsXiWFSaytMfSTTCZCM { width:20rem;height:6.3rem;top:34.612499237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZdE6LtUBaZusKKPCa8TFyoVR3JTUUq { width:20rem;height:23.6875rem;top:43.482292175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { width:19.75rem;height:5.3625rem;top:2.6875rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 { display:block; }#NTehzXA6ZcV3kgMPerGzCg7IHGXGsFI6 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InCCwyOGLiaPGcXbBT7U0nznm0TOC37A { width:16.25rem;height:8.3125rem;top:26.433332443238rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qeu5TapgNX3vWyqI850xJOUU6rvL0AnC { width:18.5rem;height:4.95rem;top:3.3125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Evrf2FU0NU22JllxInwmLLqOvLwLsIsz { height:11.14375rem;width:19.875rem;top:10.300000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9Lx4gM1ZmNfvyO5NSdozgonDLzizfK { width:2.9375rem;height:2.125rem;top:23.308334350586rem;left:1.0260419845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDd8B5FvHk5c7SRhgVOdC2f0epa3F7sc { width:12.5rem;height:1.05625rem;top:38.245834350586rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGpfaDft9m3BsBxTyBPT9TwThOpPfa2R { width:6.875rem;height:1.25rem;top:36.433334350586rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:19.5625rem;height:6.825rem;top:2.7822933197021rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1.0625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:19.875rem;top:11.924999237061rem;left:0rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #tBQTiolbADSPtpRVV9yRixTISpJNn2SG { display:block; }#tBQTiolbADSPtpRVV9yRixTISpJNn2SG > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dk7QPDv5gVi7moNVc4ZdoJz5WTi8cQ4g { width:20rem;height:5.6875rem;top:3.1197929382324rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqwBWG0u8dTUHHPM753KuZ7soeeJMUKZ { width:3.4375rem;height:0.125rem;top:10.824996948243rem;left:4.84375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UIs1LJtCQCti1ToN1BxdZ9sGDefNmmIk { width:1.75rem;height:1.25rem;top:10.262496948243rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WPXNe09p0x8xe7pKQOiM4z1SUtZQHz6A { width:3.4375rem;height:0.125rem;top:10.824996948243rem;left:11.776041984558rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EORQsOrJvoUDsfwkHlbuuQl9DVNLTOT1 { width:10.3125rem;height:10.3125rem;top:16.137501716614rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Xs0ZFN9C3EXS2lqP4zAmxnofklh4ao { width:11.375rem;height:11.375rem;top:15.548958778381rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ywd9wu7WcTI2Cx9T4GAcb4SoKlnsng { width:16.25rem;height:15rem;top:28.075012207031rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qEh7GJBJSPQieLFf8GKawDWoxcfMFTUe { width:20rem;height:37.6875rem;top:13.387496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEsrvzMe2crdSb3hI62eJSpspMc00LN { width:16.875rem;height:1.6rem;top:47.512498855591rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkviBIttBlAPITEe9eCczzh8tSNxSCMq { width:20rem;height:35rem;top:52.357299804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeAD7Tz3DzcxnWUgzHdNVfK1FWbWTru { width:11.375rem;height:11.375rem;top:54.773958206177rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7Jlm071AshLXgA8DABnXQ7WekQNtts { width:10.3125rem;height:10.3125rem;top:55.362499237061rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F38v2058nLeFMCic3WLn26xEOc1kxopo { width:20rem;height:34.75rem;top:88.462493896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNXRWo4TkCGGK82N7FmPhmmOaftAHobK { width:11.375rem;height:11.375rem;top:90.123960494994rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRRO8u3bCAcBM561MQK0ZniBx08XiJV { width:10.3125rem;height:10.3125rem;top:90.712501525881rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7c1g4RTvCbf4zN5sgV3y8EtPtWrRl4 { width:6.875rem;height:1.25rem;top:45.694774627686rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqvVLz7s6DVlDKWmHUzKJMKO4iKV2mMD { width:16.25rem;height:10.5rem;top:67.612487792969rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdQPVFXZoeOgA0TbcT6UbqmTwSw4i73 { width:6.875rem;height:1.25rem;top:81.982290267944rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOViRlsmUmXxR3k55CM4EegAxslZ8MA { width:16.875rem;height:1.6rem;top:83.799999237062rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6mmmeqRnDSPmyAIyQrmD0VWz3SFuKDM { width:16.4375rem;height:13.5rem;top:102.21249389649rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrWWBoyZwu0xyfFXLTktNw6gTQGf9zD { width:16.875rem;height:1.6rem;top:119.20208740234rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5t9dCysNBT9LpDq04biLZnxAiHGN9Kh { width:6.875rem;height:1.25rem;top:117.95208740234rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 { display:block; }#RBw2N55V2iBdq9r6O72vTJy9kW0Umny1 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTaXhBzFHVt9XoaHUU6m8Oz6153P1gCn { width:20rem;height:25.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLuNmg6xCAfFpserSrncshNkQ8TziQtr { width:20rem;height:20.475rem;top:37.39999961853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m8PsWIr3JN3HVCcF64np82SH2k8KuIUg { width:20rem;height:5.7rem;top:30.682281494141rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON { display:block; }#oAyH4Pmq0Ieyuy3RB31dS28ED59NV7ON > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:20rem;height:1.4875rem;top:2.4750003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:20rem;height:8.3125rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:20rem;height:2.55rem;top:3.4447917938233rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:20rem;height:3.8125rem;top:16.794792175293rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:14.4375rem;height:1.03125rem;top:21.362499237061rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#979797;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { width:4.1875rem;height:0.975rem;top:4.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { width:19.9375rem;height:29.25rem;top:6.5375061035156rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { width:10.75rem;height:0.975rem;top:40.902084350586rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { width:15.5rem;height:13.5rem;top:42.382292747498rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { width:10.75rem;height:0.975rem;top:59.082292556763rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { width:15.5rem;height:6.75rem;top:60rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { width:10.75rem;height:0.975rem;top:71.537502288819rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { width:20rem;height:4.55rem;top:73.132293701175rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { width:15.5625rem;height:9.9375rem;top:77.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }