.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:220,247,223;--color-secondary-1:138,228,147;--color-secondary-2:21,201,39;--color-secondary-3:11,101,20;--color-secondary-4:3,30,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2d6a2cc2-a7e6-4b16-979a-426c723da257/imgheaderdesktopepilationaissellesoffertes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyloading { background-image: none; }#s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.895833969116rem;left:2.1875rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { color:#000000;display:block;width:34.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.1875rem;height:5.8496125rem;display:block; }
#ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { 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:3.6875rem;width:11.4375rem;top:4.6552734375rem;left:2.181640625rem;overflow:hidden;display:block; }
#wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9580975rem;height:3.70811625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.437301635743rem;left:2.1799049377441rem;display:block; }
#q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuesKTZToRGJ5G0aFDL43AQvyQmOqJBw { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.6240234375rem;left:54.3115234375rem;display:block; }
#fTFLzTfa8NOGMgJEegAErcTSIgn9oU54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLmu15UoAMb5qREw6TtoC8kPwTxBaMAB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31055rem;width:7.2480625rem;top:34.6279296875rem;left:18.4228515625rem;overflow:hidden;display:block; }
#o0LyOM3ls5Fro3co8b3WUGUzvOVsq2lp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.298825rem;top:35.259117126465rem;left:8.4856758117675rem;text-align:left;text-align-last:left;display:block; }
#TIKqWHXvixttele86kbhzSibXkOVVH88 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.29948125rem;top:35.259117126465rem;left:8.4856758117675rem;text-align:left;text-align-last:left;display:none; }
#Qh89MxZItTT7tzVVKTIUH0kyc8rzsvAB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:75rem;display:none; }
#rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv { position:relative;display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv > .row .container { position:relative;display:block; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr { position:relative;display:block; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr { background-color: transparent; background-image: none; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row .container > .video-iframe-container { display: none; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row > .video-iframe-container { display: none; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .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); }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr { border-width: 0; border-radius: 0; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .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; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .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:51.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aIk2m6V09RnXXoL52TXCW1KEHf9CIyXe { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.361976623535rem;left:1.765625rem;height:5.1953125rem;display:block; }
#BDftvPE5IbRTGzwJ3GdXmCV7CD9B3piq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.397132873535rem;left:1.70703125rem;height:6.494125rem;display:block; }
#LPwfzDeI6NUNSfhNTEQy6rsBPBOrfVHs { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.437501192093rem;left:1.765625rem;height:5.1953125rem;display:block; }
#lTFy5x0OgZBPqF1e1irSvTRFlcng4M3c { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.406005859375rem;left:1.76513671875rem;height:5.6860375rem;font-style:normal;display:block; }
#qEXC2p8w1AHdFfwCwpeoCTskZOsUmq9q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:43.75rem;width:29.1875rem;top:2.40625rem;left:41.65625rem;overflow:hidden;display:block; }
#W7DB5ABzrH7yOGmB2d3hxgWhepTIACH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.66276550293rem;left:1.7005195617676rem;height:1.950075rem;font-style:normal;display:block; }
#OCVaneum9wTmTqOSE7ZNUNernDInqQez { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.87370300293rem;left:1.7486972808838rem;height:3.90014375rem;font-style:normal;display:block; }
#bwQlhuAdGlQlqnz3F6AWJxyZ6gTxHPk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.6875rem;left:1.75rem;height:3.90014375rem;font-style:normal;display:block; }
#eilV8EC1nN7XPFAVqMsT3Qtq9GTruXwM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.661026000976rem;left:27.498914718628rem;overflow:hidden;display:block; }
#ICawDHiteNvyLoPhcpSVf3O8rtxeK9IQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:23.874137878418rem;left:27.498914718628rem;overflow:hidden;display:block; }
#fZsCLuL68FKcGwGlnOlzda8L1u5e0AHU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:36.6875rem;left:27.5rem;overflow:hidden;display:block; }
#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs { position:relative;display:block; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs { background-color: transparent; background-image: none; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container > .video-iframe-container { display: none; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row > .video-iframe-container { display: none; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .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); }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs { border-width: 0; border-radius: 0; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff9ea;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#IKVsP2yEG5k9hBuzeUq7oosR0pTGeOnU { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:12.78125rem;height:5.6860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozFFJ319vzLmg4HZbC06ecQ9pIc7iRCa { color:#474544;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.6875rem;height:1.3806125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WxDSVrWl8WHdwlKemi0IULUTDZ0UcNq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:17.5625rem;height:1.29980625rem;display:block; }
#pneEsnPpzCSdLDPtONwJKIKSCC08ZG2x { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.5rem;left:7.375rem;display:block; }
#pUAT1bTKPqip0PZXilTOBxGvQ8cORBB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgLe6GmHTvr42Gg2QeBaxlxk9vlIUDBD { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.5rem;left:21.25rem;display:block; }
#ryOo60KSmZH5KRTR0NATEsw4JqodbgGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tf776WkOEz1nG87NaPUbQRmhrsGzEQhN { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.5rem;left:34.9375rem;display:block; }
#bT7EywpuXXUbHCKDsttoRfbr6swrIccp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSiSXx1e062G6hVaDnTM3CBMJOf1zlbk { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5rem;left:51.875rem;display:block; }
#ZcICVEWXk5M5LywTmHmIKbWagkMWBl1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyKOQZV5J0vtqW1ZfEVvnBUh38mk08Ws { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.62451171875rem;left:25.186157226562rem;display:block; }
#wIfFtUX3psA3AV5dl95yNMOVPAc2mHN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcPt2os8mkP1ifFtcLSsGPGotHOmbIZT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:27.3466796875rem;left:27.6103515625rem;text-align:left;text-align-last:left;display:block; }
#zayDiior6bdt7M2et2Arprk2R5H9dg7T { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31055rem;width:7.2480625rem;top:26.8408203125rem;left:37.75rem;overflow:hidden;display:block; }
#TEodSehkevmsgNFNRU9NIr1435iRK5uh { position:relative;display:block; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh { background-color: transparent; background-image: none; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row .container > .video-iframe-container { display: none; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row > .video-iframe-container { display: none; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .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); }#TEodSehkevmsgNFNRU9NIr1435iRK5uh { border-width: 0; border-radius: 0; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .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; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .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:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GDJ4oLX2hDTAn5rXXnLkMIWbcO0mFRIa { color:rgba(var(--color-tertiary-4),1);display:block;width:49.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8135852813721rem;left:12.781034469604rem;height:5.6860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD { position:relative;display:block; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD { background-color: transparent; background-image: none; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row .container > .video-iframe-container { display: none; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row > .video-iframe-container { display: none; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .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); }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD { border-width: 0; border-radius: 0; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .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; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .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:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DuZHsUWoTlmJvyJfBtptA1lUTB48Hfg8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:0.9375rem;overflow:hidden;display:block; }
#B5CRhMmSPGTMhwo4m1HcWdWADLwlQIbX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:25.937501907349rem;overflow:hidden;display:block; }
#xxtWtOAXeatH6uEzdATtFuMLLVlHSHQi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:50.937501907349rem;overflow:hidden;display:block; }
#eyqDkZ1I2IXl3cbfKZDdEOA56Cpulcqi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.125rem;height:3.8964875rem;display:block; }
#x6T3OZrOxd4dbQAEAku5gcr6didNW2yU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:28.125rem;height:2.598875rem;display:block; }
#BG4WK6PiWoxwOFpCpConyAFQd9PzvcUA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.125rem;left:53.125rem;height:5.1953125rem;display:block; }
#o74BMLoGu5lxz7EThMPIEJpbS0rmw8ly { color:rgba(var(--color-tertiary-4),1);display:block;width:18.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4376220703125rem;left:3.3123779296875rem;height:1.86889375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xfBlEQE37kQUVhXN9FUSEuVTTQo2hiPT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4376220703125rem;left:28.312377929688rem;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;display:block; }
#RU9SNMDTFiTnu03dOnNX8blUuBxvRgfI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4376220703125rem;left:53.31298828125rem;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;display:block; }
#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k { position:relative;display:block; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k { background-color: transparent; background-image: none; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row .container > .video-iframe-container { display: none; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row > .video-iframe-container { display: none; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .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); }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k { border-width: 0; border-radius: 0; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .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; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .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:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZdXQq6FTozAaZ1lLxf3GfZBtzGtaAvsf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4685268402099rem;left:43.656686782837rem;height:4.87305rem;display:block; }
#T9GTs02cTJWnEVizOFDX6fz0LdLGwK3S { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25rem;width:25rem;top:3.8650245666504rem;left:6.2500009536744rem;overflow:hidden;display:block; }
#qvXFzzT4u7GCyb7lN6IltpxKmN8RDnn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.3671875rem;left:43.65625rem;height:11.191375rem;display:block; }
#Pm9pBa4AR1V99NfXCcTpB8z6XWII4aMq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.974936008453rem;left:43.656687736511rem;display:block; }
#yCenWv93CoZ7dMgu8LRTgne2zixByo3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUGITH5XFdupHJB04pvexXA8vTCa0X3y { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.13769375rem;top:30.4375rem;left:45.3125rem;text-align:left;text-align-last:left;display:block; }
#DI82Q1S1DalzTkeHKeFUSlneB7RTqyFC { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.7487rem;top:29.9375rem;left:53.75rem;overflow:hidden;display:block; }
#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { position:relative;display:block; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { background-color: transparent; background-image: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { border-width: 0; border-radius: 0; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:23.125rem;top:3.4375rem;left:1rem;overflow:hidden;display:block; }
#SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:23.125rem;top:3.4375rem;left:26rem;overflow:hidden;display:block; }
#fSe9y3RNsu8f2vazfQ4C7QET361grQlk { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:23.125rem;top:3.4375rem;left:50.875rem;overflow:hidden;display:block; }
#BNWTIfU1eZX19TAJtVHgzC6hy6edwPnq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:24.873657226562rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#I5posP8ypQou75e7TxdIDNxcndF834X9 { position:relative;display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 { background-color: transparent; background-image: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container > .video-iframe-container { display: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row > .video-iframe-container { display: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .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); }#I5posP8ypQou75e7TxdIDNxcndF834X9 { border-width: 0; border-radius: 0; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .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; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .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:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.125rem;height:4.87305rem;font-style:normal;display:block; }
#VBaBKrr2NVKDl0bx374ttcpHngHaWObo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.37451171875rem;left:40.12451171875rem;height:3.2495125rem;display:block; }
#TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.311889648438rem;left:40.12451171875rem;height:10.390625rem;display:block; }
#ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.5623125rem;width:35.5620625rem;top:3.1499576568604rem;left:0rem;overflow:hidden;display:block; }
#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi { position:relative;display:block; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi { background-color: transparent; background-image: none; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row .container > .video-iframe-container { display: none; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row > .video-iframe-container { display: none; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .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); }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi { border-width: 0; border-radius: 0; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .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; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .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:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCKtwfl5X5ql23gqc8W1mE3IdH8qTd14 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.5625rem;height:10.39065625rem;display:block; }
#D9wHHf2LXLKNTlTLC0V2LrPQgU82qEQg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.125rem;width:29.125rem;top:3.75rem;left:41.625rem;overflow:hidden;display:block; }
#bwHQgM8li4c4ugstH025EJh37KHyM1R5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.5625rem;height:4.87305rem;display:block; }
#BzIbQMa4JVG3n66Uukld5URkuRgyB5JG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.125rem;left:3.5625rem;display:block; }
#JImbgZuSU0W5ITZCTkHlkWzHEOkAGUIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiCrZtTyudptkspnDETuGPGcSxVp8NVU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.13769375rem;top:29.375rem;left:4.8125rem;text-align:left;text-align-last:left;display:block; }
#QM4qiRx5I5sTwFVv60gPeTTcm5JhMSVT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.7492375rem;top:28.9375rem;left:13.5rem;overflow:hidden;display:block; }
#xXbogtVvQvL9aHezla9gSIEtWXsKtSts { position:relative;display:block; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts { background-color: transparent; background-image: none; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row .container > .video-iframe-container { display: none; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row > .video-iframe-container { display: none; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .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); }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts { border-width: 0; border-radius: 0; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .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; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .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:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n7CSN5pVo9hgql0g4LGFOUnw5LIxgDXM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.013671875rem;left:41.99951171875rem;height:11.6894375rem;display:block; }
#aMl7W0RxEEOFN73Gs3NWGWgNMkUvAGyL { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #f1750d;border-left:0.0625rem solid #f1750d;border-right:0.0625rem solid #f1750d;border-bottom:0.0625rem solid #f1750d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.0625rem;width:29.125rem;top:3.7499961853027rem;left:4.1875019073486rem;overflow:hidden;display:block; }
#U3vG29gauEyKCFH337bnSu11aIZ9Drrf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:42rem;height:7.3095625rem;display:block; }
#FbyHAypvaLlWhGVqWrsMlXuEZTzUHP75 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.625rem;left:42rem;display:block; }
#PuTHce04nX3zXouQh5TTV6CXATFxXlTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqvAvxu3FCnvRNuvZBM3shXG70ecq2NT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.13769375rem;top:29.875rem;left:43.25rem;text-align:left;text-align-last:left;display:block; }
#v8NsUFS4u7Xuh7AJsxDstxV8MczqHyTl { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.7492375rem;top:29.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD { position:relative;display:none; }#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD { border-width: 0; border-radius: 0; }#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD > .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; }#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD > .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:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mHlGTTu72VLdBrOZgpmIpi8IbG6zZR23 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8135852813721rem;left:12.781034469604rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 { position:relative;display:none; }#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 { border-width: 0; border-radius: 0; }#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 > .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; }#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 > .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:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KMDnAVHp46OgblxOBqmr26g6FNDXDWlh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:0.9375rem;overflow:hidden;display:block; }
#XvVL6F0UtvmhLN19GUD8PTtPmLWfAbq3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:25.937501907349rem;overflow:hidden;display:block; }
#bZG6mdN6vRDoS6ERX8J4T7XFCNMPt0UC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:23.125rem;top:1.3422317504882rem;left:50.937501907349rem;overflow:hidden;display:block; }
#E1Vslp0InexmTomBtVhukUaKzXBV2kpz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.125rem;height:6.4971875rem;display:block; }
#T5kxyyULRvAW5n7LBeLqTn07TTINGZy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:28.125rem;height:6.4971875rem;display:block; }
#H3fNsFtm0KvSSuXRPahNgKoMnNy8mcJF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.125rem;left:53.125rem;height:6.4971875rem;display:block; }
#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz { position:relative;display:block; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz { background-color: transparent; background-image: none; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row .container > .video-iframe-container { display: none; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row > .video-iframe-container { display: none; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .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); }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz { border-width: 0; border-radius: 0; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .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; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .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:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gZ1Rx9PFO8kSzoAauXv4yoMXwtQDdW6g { color:rgba(var(--color-tertiary-4),1);display:block;width:44.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.484130859375rem;left:15.248901367188rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK { position:relative;display:block; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK { background-color: transparent; background-image: none; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row .container > .video-iframe-container { display: none; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row > .video-iframe-container { display: none; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .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); }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK { border-width: 0; border-radius: 0; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .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; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AuQlyvfPxgUPTH2l20ORXDgFiTxXcD5s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.8402786254882rem;left:4.6875rem;overflow:hidden;display:block; }
#GqglsnuBTQTwGaP69ZIJF30TJBdD1wgJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.8402786254882rem;left:23.437501907349rem;overflow:hidden;display:block; }
#TS2I5Cs6SOSzxLiIi74z0li1K5pkvIgt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.8402786254882rem;left:42.187501907349rem;overflow:hidden;display:block; }
#y6vTbodTg5GyvznFZLncqWA70tzaANw2 { 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:9.375rem;width:9.375rem;top:1.8402786254882rem;left:60.937501907349rem;overflow:hidden;display:block; }
#AoIRIKSmmX3hUQtUHCki39Twu9LcvACK { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.680990219116rem;left:3.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#HhRf4mf69ZGBVCtZ8IIzruXEJMF5T3zg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.245008468628rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RrIOTyaUSNttEn80DUFLx6izXqaWHVLO { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.680990219116rem;left:21.875001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#RLC7w6kcisvLxkdiVydKQN542DM0TaUM { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.680990219116rem;left:40.625001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#TH9Ji9bzmsoeKfhMAZNKObiXP7Pdr0XW { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.680990219116rem;left:59.375001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#aJyDriI82ssU3FIiTVvwg1F5I9qF6yPP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.243925094604rem;left:21.875001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fBAa3AiE7rBq1KFzJChpph4U0gPgApen { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.243925094604rem;left:40.625001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rtyh4rO0ONKue9EBuQQxahvaQa0Jlr2T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.243925094604rem;left:59.375001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM { position:relative;display:block; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM { background-color: transparent; background-image: none; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row .container > .video-iframe-container { display: none; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row > .video-iframe-container { display: none; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .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); }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM { border-width: 0; border-radius: 0; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .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; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn { position:relative;display:block; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn { background-color: transparent; background-image: none; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row .container > .video-iframe-container { display: none; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row > .video-iframe-container { display: none; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .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); }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn { border-width: 0; border-radius: 0; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .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; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hi6XcIDtf86nEH8RuOFvqz1ITZJelxxP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.9325084686279rem;left:4.6875rem;overflow:hidden;display:block; }
#nuRU4hfp83qbhkQrJx3BuCTDXfJ6tDmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.9292545318604rem;left:23.437501907349rem;overflow:hidden;display:block; }
#wXWhZBIiwN1Px7Lzz3UnJXiB0el0uhF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.494142532349rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TKG8ekCtT9cnhwwlBMWsXAk9KX7mOPeM { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.993490219116rem;left:3.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#xsZgIZyENiaLivchnav8KUh97FTZaTJm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.493490219116rem;left:21.875001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zWTtbBAqPx8VcUwOp3USi8E9o0TlKL7O { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.993490219116rem;left:21.875001907349rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#ZMb434n6ho5EwFRzPupgSKQmETJ4Tht0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.9292373657226rem;left:42.187505722046rem;overflow:hidden;display:block; }
#ZnzoLDnJAHn0wCZ5RWz9UaGLz6yTHyRd { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.9292373657226rem;left:60.937505722046rem;overflow:hidden;display:block; }
#H3P3LudQuHEb25dquu6VafKV4018sGVV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.493490219116rem;left:40.625002861023rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ovWTF1J9mPthNyyTtRDlgnfvA8U3iq1E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.493490219116rem;left:59.374457359314rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DNsPel9CEeTTpx9EsLOu14tVUr2ry8nU { color:#474544;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.993490219116rem;left:40.625002861023rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#DHI1pN7Jx4O4tQnpDur85gGH40AttoXm { color:#474544;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.993490219116rem;left:57.874457359314rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB > .row .container { border-width: 0; border-radius: 0; }#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:none; }#JR0OHH1fH3AE1w1bF0ucinghUh9SXfeX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.625rem;width:30.75rem;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#Ap3hpqQkTCNoPQpTT4BSg3dTmBtIKQTA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:5.875rem;left:37.9375rem;height:5.625rem;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; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .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; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .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_7bd8ab2d5dbf63fb6d439757afe1eede3d755245.svg");background-size:contain !important; }#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-trigger.adaptive-delivery-prevent-bg, #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-trigger.lazyload, #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-trigger.lazyloading { background-image: none; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.123481750488rem;left:37.123914718628rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #hrJiJRWUU49pIU6aN8yQPEWDwc1gS5LX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ETDTcLqgK23DqP3ZV7TnHNViQEgV46be { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #W6VTkSHSvmokIB0DuOdda0DiyN1Sne3B { display:block;position:relative; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #dKyI26E4BTONRrV6Np2auMmw2kyk2Knc {  }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ygGEnTs6XwywlArFQsOMFh7s88Jw330H {  }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #BNsgcQU2TR4UBG63a6tXQQ8llR220b05 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #X1TUUdVfRdF1cb5mUk49QeoPPuRs0Dh9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #b9QTT9AHFBe4koteTkICVnswsv1UMbwK { display:block;position:relative; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #DBB6WgnaDLqKEbZVfuKmlhGuIDxhQLxB {  }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #LdDlktv7hkFnKfRT5P1NNlRPhd7KrX3N { display:none; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ZTVttlCzJqLn1LFcMrDLGSE6oA3c4Vr8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #uO5HwUxL3RonM5ZaZM9qCotD5SpTHmVm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #Dma0Ja9nr5CZolmQsUKpRuBO36R5d0xn { display:block;position:relative; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #nNxp1ACkFLHbc4TREig5HJzoGg3SeTGX {  }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #L7Nbf9UfqAeAqTAAKRhDuR91hKvAmWWd { display:none; }
#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 > .row .container { border-width: 0; border-radius: 0; }#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:none; }#wlkqqfAoi2u5Mxpco3LkQG7Wfp9yUoMI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.34698625rem;height:3.722005rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.99826431274412rem;left:27.825521469116rem;display:block; }
#DccxqVTpLzDEbV0gEihd02hfaHTUdACt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J { position:relative;display:block; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J { background-color: transparent; background-image: none; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row .container > .video-iframe-container { display: none; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row > .video-iframe-container { display: none; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .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); }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J { border-width: 0; border-radius: 0; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .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; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .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:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RLeKrWg21qOtEmCT3IecbSIF9psGB0BO { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6562583446502rem;left:16.812067031861rem;height:4.87305rem;font-style:normal;display:block; }
#drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ { position:relative;display:block; } #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection *:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="text"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="email"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="tel"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection textarea:focus-visible { outline: none; } #drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ > .row .container { position:relative;display:block; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { border-width: 0; border-radius: 0; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:none; }#XAb2ycdlynff4f96es0ZTdxIa1LRapfy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:7.375rem;left:5.625rem;display:block; }
#Vhtfx83HL7C0LWx1OpIEp5IBEm0Te2bE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bi1TC97mUyLbHk7GzPiuaa04IQLDopWp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.375rem;left:21.875rem;display:block; }
#ELnVgxlsMotmLS1wCKvcXny1TZnNh6kZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COXbnEA97Ti9C3UvoCvRDy6SDQSCnBKr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.375rem;left:38.125rem;display:block; }
#qdigehJpw3Sw3NIDAIpEPVGMJql7uT1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.7853794097901rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SggE8SLOMIl31GLbikbBQZnokly4b0ur { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#aca9a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.375rem;left:54.375rem;display:block; }
#qGibXh7rrv1Cr4fEcGDHzkoM9VbRebFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 > .row .container { border-width: 0; border-radius: 0; }#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:none; }#d4091d5565fc64cb26a03e1168c6bdc1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:13rem;height:1.462675rem;display:block; }
#ac23f66a6bb27c69e3ed2ef527b7be12 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.875rem;left:12.4375rem;display:block; }
#i0110d04e4324b099b1e8ffa6fe4f734 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Udae6293385d9fe7a0d8718fe7d548af { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#O50c237dbc51516838b483274b1f9332 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:17.5rem;display:block; }
#y1cd9395d89da750d21d86a8591592fb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:7.5rem;left:37.5625rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uc38aa040e3a7409f6f9ead7c49889c0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:7.5rem;left:50rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr > .row .container { border-width: 0; border-radius: 0; }#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:none; }#a7cfc375a521eb16b4db630f8fa11e67 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:13rem;height:1.462675rem;display:block; }
#Uee7db2e23824c8a0c29d1a0608301bf { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.875rem;left:12.4375rem;display:block; }
#feca8d187088c18ba9a913e7735f4c1f { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#f902e40d796746e01efc2402f972da6c { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#d354aa7606a19e16a2a906dde5ba4df4 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:17.5rem;display:block; }
#Q4dfb5f7b085d37ed1a55556d908d1a7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:7.5rem;left:37.5625rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gd7f578bce2099860f7555ec361eaf78 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:7.5rem;left:50rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E > .row .container { border-width: 0; border-radius: 0; }#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:none; }#a830d4342595921756ef5ed7e8f6069e { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:13rem;height:1.462675rem;display:block; }
#iba70eb1336a6d46bdd3d4b2a3ac411e { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.875rem;left:12.4375rem;display:block; }
#Mf07e88dd6e3997d650961becd65b3c6 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#U2600c2a4556f0198bf622786bbda411 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#b2f8af6210b8360c14f25e276c443f99 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:10.5rem;display:block; }
#Q3a91531a2ea92cad754aed89986e167 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:7.5rem;left:37.5625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3b8fe1e31bfd21b59807e232e886e2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:7.5rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi { 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:none; }#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi > .row .container { border-width: 0; border-radius: 0; }#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:none; }#S68970707f00aa9cc4ce66dc4334e455 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:13rem;height:1.462675rem;display:block; }
#Zefc75009dcd49368e19d96704e6e753 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.875rem;left:12.4375rem;display:block; }
#b4242778b11fa8a4d041796e04653973 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#gcea93fea01a15f1bd91668be208ff0b { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:50rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#a75d4e8bd102e6c51ade0119061ef22d { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:10.5rem;display:block; }
#F411e1e455b833597e32d63e01a878de { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:7.5rem;left:37.5625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6f9eeeaf9cd7da88e4320d55dd0db8c { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:7.5rem;left:50rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvUnbQz2pwSuk795oVTuggLc53qyec3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container { background-color: transparent; background-image: none; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container > .video-iframe-container { display: none; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row > .video-iframe-container { display: none; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .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); }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container { border-width: 0; border-radius: 0; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#WdXzn0l8RbGexQVvO5l4wE4TE9v5Ftp2 { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.33292375rem;height:3.70789875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3921432495118rem;left:27.833118438721rem;display:block; }
#pye8u0a85khKXN5XaEooyiEOzHdm20en { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOZZH6nwKRk389KqLoMLalXIDLLpSVTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.13769375rem;top:5.8170642852783rem;left:30.185766220092rem;text-align:left;text-align-last:left;display:block; }
#JyfDmsFamPyTNCOu4bc8UAhuHuQyb84I { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.7487rem;top:5.2595252990722rem;left:38.935548782349rem;overflow:hidden;display:block; }
#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 { position:relative;display:block; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 { background-color: transparent; background-image: none; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row .container > .video-iframe-container { display: none; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row > .video-iframe-container { display: none; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .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); }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 { border-width: 0; border-radius: 0; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .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; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .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; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;font-style:normal; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .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_7bd8ab2d5dbf63fb6d439757afe1eede3d755245.svg");background-size:contain !important; }#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-trigger.adaptive-delivery-prevent-bg, #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-trigger.lazyload, #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-trigger.lazyloading { background-image: none; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.874565124512rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #DiQPS89HxIlTiZRz9oEax8dT38FSMXeW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #HA2mSE0p9Z84J90vDOrOShAZwSbrXaH8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #dnwstuzLcAn3TbBA0F7etJCsO7n5uCsV { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #k4km2XybHi1bTIMvV1xzhmTFLiMlFW61 {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #rzBCDlmFzVuigOhQrZiBdORBzolpyusf {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kIsRnk3HDE2vGhoyOZ0DOwidSZxhDo0t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #FeSug7w2tlDZrlrBs5526TDR53NEUf2Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #bo7EMez2TO78XyhJdZxvruc5HM1RiITt { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OrEEacHaoT6cvUEblzmI4MVwiGoEDG6M {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kHisWdfHRWcBSgH0eozoRTMisK0d41ic { display:none; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #CKXukEGTfI1N8Pyu9z8uEPavKSpFS8Gm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #EHIuPdJ6c9KXWzprcSTKN6Ub4qeVft7X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AnZTU7IQBTh6iuPyq3nZHe7izB5nlgRM { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Vb8WG5OMfbfk6u5N6X8x8mKpgu6gAl4d {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #IrIh1hKuwDqSsDn0veBLHA2PlWlEaBWT { display:none; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #e7naiyfPCf8HUwobzFptqWQ3iMvOUoXh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #esgRL8ABVHGwdVIxfc6xvRigeZrSuhTw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #tiksibZxN3ScUHet3Wa7ebGeAnxumxhr { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #LthSBVtwVyN0f01O2A1qFn9DWrrZOezo {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #csoyZkz5nryxxHHhe2t7C3OSw30ymmBN { display:none; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zeOWeWlMbEagHiZiU7OJuqEIoWE5lGm5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #THC5rpDH53WX0VkAIcNuxilxl1iSSr5C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Poqt2xMzIqqzJpmqRnCtlGVul3qEAUPl { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AvwRVIWuzei9UghUlkU2zK3v0sx9bUt3 {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OTBtcO9RTh8kRM1za3wlR5FPnr0B62AL { display:none; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zCFy0B8HWJITmmH7aTbcF5BEGvlKZVaa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #uBBBsqVouhMaTTuv9WyU05yV1UrFv9ng { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RXXpNoNpaA9iyKkLJAERx2bXQIMtUPgt { display:block;position:relative; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RnUbebU2lH8OXorRnDsfsNiZPhI9ywh0 {  }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #d3u1pNHxbQA8mGoEbIAidFoNiXFLo8I2 { display:none; }
#MgaF2Txge158THe0dLxqPsaDeAGzuI9o { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4372825622559rem;left:0rem;height:2.8125rem;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; }
#W05bFw455IsPDi3iBQn9kyaegmoxmlah { position:relative;display:block; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah { background-color: transparent; background-image: none; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container > .video-iframe-container { display: none; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row > .video-iframe-container { display: none; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .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); }#W05bFw455IsPDi3iBQn9kyaegmoxmlah { border-width: 0; border-radius: 0; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff9ea;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#cNphbbQExHO20GruGq850CAmDsemcaxP { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:12.78125rem;height:5.6860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDDURIp4HL5vGJSoTvtIltsl8IUh6WHz { color:#474544;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.6875rem;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;text-align:center;text-align-last:center;display:block; }
#TkTeQqm9cINqKPq6D8kqJGHTnyPvTOdp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:17.5625rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#QAWsTFSdF8b1SlbRqxc0HuAJ4cTTUCiC { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.5rem;left:7.375rem;display:block; }
#rZ5Q3TGmf2pPPd5pl7lH6luLMXoyeyyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8WHhtAHWZ71t53r1THJ3ypb0g8qenTS { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.5rem;left:21.25rem;display:block; }
#Gu4sPnIUXgBsCTQ2OqWVRenBWnVTOZTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCoqdnPTTdNWDZIATlc3aW01O3KF8DEl { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.5rem;left:34.9375rem;display:block; }
#ETSOZmo1ki7NThq9908Gv0S4TwkDQUVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGh4fasg3tGTN2ENaTdNc0AoCeMrThL6 { background-color:#f3af0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5rem;left:51.875rem;display:block; }
#W3buFSIuigFEhlVxDFh8dZ0mTT2leQCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcmuPvI2XN92quHiigeKphBti7y6wpfa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.62451171875rem;left:25.186157226562rem;display:block; }
#kBgGvpTQbwRaA63T0K3mSd7GJ66RysdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diz5hLQSrHmz8mDq23grL1VDxqpwIL1N { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:27.3466796875rem;left:27.6103515625rem;text-align:left;text-align-last:left;display:block; }
#Hv1b5PiMltLngZPPMCxKgDaslORR31o9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31055rem;width:7.2480625rem;top:26.8408203125rem;left:37.75rem;overflow:hidden;display:block; }
#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container { background-color: transparent; background-image: none; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container > .video-iframe-container { display: none; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row > .video-iframe-container { display: none; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .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); }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container { border-width: 0; border-radius: 0; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#CelaWAV1Pn8UE1VF9224cVsidIP3of8Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.25rem;top:2.875rem;left:2.1875rem;overflow:hidden;display:block; }
#BKN6WxdAp0lRZGa9NbuBFcFlXRZMcSy2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.25rem;top:3.3125rem;left:12.8125rem;overflow:hidden;display:block; }
#HxNIdsb9cghD8b3c14WLKq5T4Txc3PfD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:3.1875rem;left:23.4375rem;overflow:hidden;display:block; }
#LwAOzm2muDlUSR9o8GEOdTGDSxT6aJVt { 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.75rem;width:6.25rem;top:3.5rem;left:34.0625rem;overflow:hidden;display:block; }
#rOtuMKtf5wmRTsWdcGMRIVt35svPNpgE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.25rem;top:3.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#LzLRiZk3Tur7hZARfVGi4s3RUezsSBu4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:6.25rem;top:3.25rem;left:55.3125rem;overflow:hidden;display:block; }
#U0L4HEsee88pz6fl0QUMCBn8si1XIV5v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.875rem;top:3.375rem;left:65.9375rem;overflow:hidden;display:block; }
#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo { position:relative;display:block; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo { background-color: transparent; background-image: none; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row .container > .video-iframe-container { display: none; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row > .video-iframe-container { display: none; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .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); }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo { border-width: 0; border-radius: 0; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .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; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i4PZ1BbkQFpG6Z3QDqM8yFOoFwUOCZro { color:rgba(var(--color-tertiary-4),1);display:block;width:22.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1293334960938rem;left:3.1846790313721rem;height:4.87305rem;display:block; }
#TOnnVpQ6OAkxadPHWi78SZDbpTyvaMfl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.2892799377444rem;left:3.1846790313721rem;height:5.1953125rem;display:block; }
#oiVAETz3FoCILekTGdH5hlVnqT8mU2b9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.061875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.65625rem;left:46.762155532837rem;display:block; }
#mzJnE2yFL5EeFnEy0y6CQhxO1zD0iQ9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#474544;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; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { border-width: 0; border-radius: 0; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.125rem;top:3.3246536254883rem;left:0rem;overflow:hidden;display:block; }
#wP2ZybV9NB33oFaFRohxBNCSo9men95T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.09698625rem;height:3.097005rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.7808151245117rem;left:61.888021469116rem;display:block; }
#d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:0.97473125rem;display:block; }
#Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:9.3125rem;height:0.97473125rem;display:block; }
#SNU90K8DFenlFw8wATJOvinlzzxQnXoA { position:relative;display:block; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA { background-color: transparent; background-image: none; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row .container > .video-iframe-container { display: none; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row > .video-iframe-container { display: none; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .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); }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA { border-width: 0; border-radius: 0; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .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; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SgzCmJ26AUn5aBh9xtmGFwrideAJPqOP { color:rgba(var(--color-tertiary-4),1);display:block;width:63.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.441162109375rem;left:5.7843017578125rem;height:28.57425rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { top:10.875rem;left:0rem;width:41rem;height:10.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { top:23rem;left:0rem;width:34.6875rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { top:4.625rem;left:0rem;width:11.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:34.9375rem;height:3.6875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #LuesKTZToRGJ5G0aFDL43AQvyQmOqJBw { width:17.8125rem;height:3.75rem;top:4.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFLzTfa8NOGMgJEegAErcTSIgn9oU54 { display:block; }
 }@media only screen and (max-width: 763px) { #TLmu15UoAMb5qREw6TtoC8kPwTxBaMAB { top:34.625rem;left:4.7978515625rem;width:7.1875rem;height:2.2912437806655rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0LyOM3ls5Fro3co8b3WUGUzvOVsq2lp { top:35.25rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIKqWHXvixttele86kbhzSibXkOVVH88 { top:35.25rem;left:0rem;width:9.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qh89MxZItTT7tzVVKTIUH0kyc8rzsvAB { width:47.75rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv { display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kc886bCRKkauxBlCGTn7zSy05zR2gsGr { display:block; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIk2m6V09RnXXoL52TXCW1KEHf9CIyXe { top:15.3125rem;left:0rem;width:24.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDftvPE5IbRTGzwJ3GdXmCV7CD9B3piq { top:28.375rem;left:0rem;width:24.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPwfzDeI6NUNSfhNTEQy6rsBPBOrfVHs { top:41.4375rem;left:0rem;width:25.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFy5x0OgZBPqF1e1irSvTRFlcng4M3c { top:2.375rem;left:0rem;width:32.3125rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEXC2p8w1AHdFfwCwpeoCTskZOsUmq9q { top:2.375rem;left:18.5625rem;width:29.1875rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7DB5ABzrH7yOGmB2d3hxgWhepTIACH7 { top:12.625rem;left:0rem;width:22.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVaneum9wTmTqOSE7ZNUNernDInqQez { top:23.8125rem;left:0rem;width:23.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQlhuAdGlQlqnz3F6AWJxyZ6gTxHPk0 { top:36.6875rem;left:0rem;width:24.375rem;height:7.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eilV8EC1nN7XPFAVqMsT3Qtq9GTruXwM { top:12.625rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICawDHiteNvyLoPhcpSVf3O8rtxeK9IQ { top:23.8125rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZsCLuL68FKcGwGlnOlzda8L1u5e0AHU { top:36.6875rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs { display:block; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKVsP2yEG5k9hBuzeUq7oosR0pTGeOnU { top:4.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFFJ319vzLmg4HZbC06ecQ9pIc7iRCa { top:2.375rem;left:10.0625rem;width:27.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxDSVrWl8WHdwlKemi0IULUTDZ0UcNq0 { top:12.125rem;left:3.9375rem;width:39.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pneEsnPpzCSdLDPtONwJKIKSCC08ZG2x { width:12.5rem;height:3.4375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAT1bTKPqip0PZXilTOBxGvQ8cORBB4 { display:block; }
 }@media only screen and (max-width: 763px) { #cgLe6GmHTvr42Gg2QeBaxlxk9vlIUDBD { width:12.5rem;height:3.4375rem;top:16.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryOo60KSmZH5KRTR0NATEsw4JqodbgGr { display:block; }
 }@media only screen and (max-width: 763px) { #Tf776WkOEz1nG87NaPUbQRmhrsGzEQhN { width:15.375rem;height:3.4375rem;top:16.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7EywpuXXUbHCKDsttoRfbr6swrIccp { display:block; }
 }@media only screen and (max-width: 763px) { #GSiSXx1e062G6hVaDnTM3CBMJOf1zlbk { width:15.75rem;height:3.4375rem;top:16.5rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcICVEWXk5M5LywTmHmIKbWagkMWBl1R { display:block; }
 }@media only screen and (max-width: 763px) { #TyKOQZV5J0vtqW1ZfEVvnBUh38mk08Ws { width:24.625rem;height:3.4375rem;top:22.5625rem;left:11.561157226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfFtUX3psA3AV5dl95yNMOVPAc2mHN4 { display:block; }
 }@media only screen and (max-width: 763px) { #xcPt2os8mkP1ifFtcLSsGPGotHOmbIZT { top:27.3125rem;left:13.9853515625rem;width:9.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zayDiior6bdt7M2et2Arprk2R5H9dg7T { top:26.8125rem;left:24.125rem;width:7.1875rem;height:2.2912437806655rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEodSehkevmsgNFNRU9NIr1435iRK5uh { display:block; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDJ4oLX2hDTAn5rXXnLkMIWbcO0mFRIa { top:2.8125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD { display:block; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuZHsUWoTlmJvyJfBtptA1lUTB48Hfg8 { top:1.3125rem;left:0rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5CRhMmSPGTMhwo4m1HcWdWADLwlQIbX { top:1.3125rem;left:8.625rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxtWtOAXeatH6uEzdATtFuMLLVlHSHQi { top:1.3125rem;left:24.5rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyqDkZ1I2IXl3cbfKZDdEOA56Cpulcqi { top:9.125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6T3OZrOxd4dbQAEAku5gcr6didNW2yU { top:9.125rem;left:13rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4WK6PiWoxwOFpCpConyAFQd9PzvcUA { top:9.125rem;left:28.875rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o74BMLoGu5lxz7EThMPIEJpbS0rmw8ly { top:5.4375rem;left:0rem;width:18.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfBlEQE37kQUVhXN9FUSEuVTTQo2hiPT { top:5.4375rem;left:13.4375rem;width:18.3125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU9SNMDTFiTnu03dOnNX8blUuBxvRgfI { top:5.4375rem;left:29.3125rem;width:18.3125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k { display:block; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdXQq6FTozAaZ1lLxf3GfZBtzGtaAvsf { top:2.4375rem;left:23.875rem;width:21.875rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GTs02cTJWnEVizOFDX6fz0LdLGwK3S { top:3.8125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvXFzzT4u7GCyb7lN6IltpxKmN8RDnn0 { top:9.3125rem;left:20.1875rem;width:27.5rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm9pBa4AR1V99NfXCcTpB8z6XWII4aMq { width:17.5rem;height:3.4375rem;top:25.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCenWv93CoZ7dMgu8LRTgne2zixByo3b { display:block; }
 }@media only screen and (max-width: 763px) { #SUGITH5XFdupHJB04pvexXA8vTCa0X3y { top:30.4375rem;left:24.875rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DI82Q1S1DalzTkeHKeFUSlneB7RTqyFC { top:29.9375rem;left:33.3125rem;width:5.6875rem;height:1.8550389653313rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { display:none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { top:3.4375rem;left:0rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { top:3.4375rem;left:12.375rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSe9y3RNsu8f2vazfQ4C7QET361grQlk { top:3.4375rem;left:24.625rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNWTIfU1eZX19TAJtVHgzC6hy6edwPnq { top:22.1875rem;left:11.248657226562rem;width:25.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5posP8ypQou75e7TxdIDNxcndF834X9 { display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { top:4.5rem;left:17.9375rem;width:29.8125rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaBKrr2NVKDl0bx374ttcpHngHaWObo { top:11.3125rem;left:21.625rem;width:26.125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { top:15.25rem;left:14.25rem;width:33.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { top:3.125rem;left:0rem;width:35.5rem;height:23.521191824855rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi { display:block; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCKtwfl5X5ql23gqc8W1mE3IdH8qTd14 { top:11.125rem;left:0rem;width:28.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9wHHf2LXLKNTlTLC0V2LrPQgU82qEQg { top:3.75rem;left:18.625rem;width:29.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwHQgM8li4c4ugstH025EJh37KHyM1R5 { top:4.8125rem;left:0rem;width:22.5rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzIbQMa4JVG3n66Uukld5URkuRgyB5JG { width:17.5rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JImbgZuSU0W5ITZCTkHlkWzHEOkAGUIf { display:block; }
 }@media only screen and (max-width: 763px) { #NiCrZtTyudptkspnDETuGPGcSxVp8NVU { top:29.375rem;left:0rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM4qiRx5I5sTwFVv60gPeTTcm5JhMSVT { top:28.9375rem;left:6.6875rem;width:5.6875rem;height:1.8549340975209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbogtVvQvL9aHezla9gSIEtWXsKtSts { display:block; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7CSN5pVo9hgql0g4LGFOUnw5LIxgDXM { top:14rem;left:22.4375rem;width:25.3125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMl7W0RxEEOFN73Gs3NWGWgNMkUvAGyL { top:3.6875rem;left:0rem;width:29.125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3vG29gauEyKCFH337bnSu11aIZ9Drrf { top:5.3125rem;left:23.375rem;width:24.375rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyHAypvaLlWhGVqWrsMlXuEZTzUHP75 { width:17.5rem;height:3.4375rem;top:25.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTHce04nX3zXouQh5TTV6CXATFxXlTU { display:block; }
 }@media only screen and (max-width: 763px) { #LqvAvxu3FCnvRNuvZBM3shXG70ecq2NT { top:29.875rem;left:23.875rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8NsUFS4u7Xuh7AJsxDstxV8MczqHyTl { top:29.4375rem;left:31.5rem;width:5.6875rem;height:1.8550389653313rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD { display:block; }#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHlGTTu72VLdBrOZgpmIpi8IbG6zZR23 { top:2.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 { display:block; }#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMDnAVHp46OgblxOBqmr26g6FNDXDWlh { top:1.3125rem;left:0rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVL6F0UtvmhLN19GUD8PTtPmLWfAbq3 { top:1.3125rem;left:8.625rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZG6mdN6vRDoS6ERX8J4T7XFCNMPt0UC { top:1.3125rem;left:24.5rem;width:23.125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Vslp0InexmTomBtVhukUaKzXBV2kpz { top:9.125rem;left:0rem;width:18.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kxyyULRvAW5n7LBeLqTn07TTINGZy7 { top:9.125rem;left:13rem;width:18.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fNsFtm0KvSSuXRPahNgKoMnNy8mcJF { top:9.125rem;left:28.875rem;width:18.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz { display:block; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ1Rx9PFO8kSzoAauXv4yoMXwtQDdW6g { top:2.4375rem;left:1.6239013671875rem;width:44.6875rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK { display:block; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuQlyvfPxgUPTH2l20ORXDgFiTxXcD5s { top:1.8125rem;left:1.28125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqglsnuBTQTwGaP69ZIJF30TJBdD1wgJ { top:1.8125rem;left:13.218751907349rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2I5Cs6SOSzxLiIi74z0li1K5pkvIgt { top:1.8125rem;left:25.156251907349rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6vTbodTg5GyvznFZLncqWA70tzaANw2 { top:1.8125rem;left:37.093751907349rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoIRIKSmmX3hUQtUHCki39Twu9LcvACK { top:14.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRf4mf69ZGBVCtZ8IIzruXEJMF5T3zg { top:12.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIOTyaUSNttEn80DUFLx6izXqaWHVLO { top:14.625rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLC7w6kcisvLxkdiVydKQN542DM0TaUM { top:14.625rem;left:23.3125rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9Ji9bzmsoeKfhMAZNKObiXP7Pdr0XW { top:14.625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJyDriI82ssU3FIiTVvwg1F5I9qF6yPP { top:12.1875rem;left:11.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAa3AiE7rBq1KFzJChpph4U0gPgApen { top:12.1875rem;left:23.3125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyh4rO0ONKue9EBuQQxahvaQa0Jlr2T { top:12.1875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM { display:block; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn { display:block; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi6XcIDtf86nEH8RuOFvqz1ITZJelxxP { top:1.875rem;left:1.28125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRU4hfp83qbhkQrJx3BuCTDXfJ6tDmE { top:1.875rem;left:13.218751907349rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWhZBIiwN1Px7Lzz3UnJXiB0el0uhF5 { top:12.4375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKG8ekCtT9cnhwwlBMWsXAk9KX7mOPeM { top:14.9375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsZgIZyENiaLivchnav8KUh97FTZaTJm { top:12.4375rem;left:11.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTtbBAqPx8VcUwOp3USi8E9o0TlKL7O { top:14.9375rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMb434n6ho5EwFRzPupgSKQmETJ4Tht0 { top:1.875rem;left:25.156255722046rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnzoLDnJAHn0wCZ5RWz9UaGLz6yTHyRd { top:1.875rem;left:37.093755722046rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3P3LudQuHEb25dquu6VafKV4018sGVV { top:12.4375rem;left:23.3125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWTF1J9mPthNyyTtRDlgnfvA8U3iq1E { top:12.4375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNsPel9CEeTTpx9EsLOu14tVUr2ry8nU { top:14.9375rem;left:23.3125rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHI1pN7Jx4O4tQnpDur85gGH40AttoXm { top:14.9375rem;left:32.125rem;width:15.625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB { display:block; }#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR0OHH1fH3AE1w1bF0ucinghUh9SXfeX { top:5.875rem;left:0rem;width:30.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap3hpqQkTCNoPQpTT4BSg3dTmBtIKQTA { top:5.875rem;left:24.3125rem;width:17.6875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ { display:flex;height:auto;width:27.8125rem;top:13.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #hrJiJRWUU49pIU6aN8yQPEWDwc1gS5LX {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ETDTcLqgK23DqP3ZV7TnHNViQEgV46be {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #W6VTkSHSvmokIB0DuOdda0DiyN1Sne3B {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #dKyI26E4BTONRrV6Np2auMmw2kyk2Knc {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ygGEnTs6XwywlArFQsOMFh7s88Jw330H {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #BNsgcQU2TR4UBG63a6tXQQ8llR220b05 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #X1TUUdVfRdF1cb5mUk49QeoPPuRs0Dh9 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #b9QTT9AHFBe4koteTkICVnswsv1UMbwK {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #DBB6WgnaDLqKEbZVfuKmlhGuIDxhQLxB {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #LdDlktv7hkFnKfRT5P1NNlRPhd7KrX3N {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ZTVttlCzJqLn1LFcMrDLGSE6oA3c4Vr8 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #uO5HwUxL3RonM5ZaZM9qCotD5SpTHmVm {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #Dma0Ja9nr5CZolmQsUKpRuBO36R5d0xn {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #nNxp1ACkFLHbc4TREig5HJzoGg3SeTGX {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #L7Nbf9UfqAeAqTAAKRhDuR91hKvAmWWd {  }
 }@media only screen and (max-width: 763px) { #dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 { display:block; }#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlkqqfAoi2u5Mxpco3LkQG7Wfp9yUoMI { width:19.3125rem;height:3.6875rem;top:0.9375rem;left:14.200521469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #DccxqVTpLzDEbV0gEihd02hfaHTUdACt { display:block; }
 }@media only screen and (max-width: 763px) { #DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J { display:block; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLeKrWg21qOtEmCT3IecbSIF9psGB0BO { top:2.625rem;left:3.1870670318604rem;width:41.3125rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ { display:block; } #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection *:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="text"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="email"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="tel"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection textarea:focus-visible { outline: none; } #drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { display:block; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAb2ycdlynff4f96es0ZTdxIa1LRapfy { width:15rem;height:3.4375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtfx83HL7C0LWx1OpIEp5IBEm0Te2bE { display:block; }
 }@media only screen and (max-width: 763px) { #bi1TC97mUyLbHk7GzPiuaa04IQLDopWp { width:15rem;height:3.4375rem;top:7.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELnVgxlsMotmLS1wCKvcXny1TZnNh6kZ { display:block; }
 }@media only screen and (max-width: 763px) { #COXbnEA97Ti9C3UvoCvRDy6SDQSCnBKr { width:15rem;height:3.4375rem;top:7.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdigehJpw3Sw3NIDAIpEPVGMJql7uT1e { display:block; }
 }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggE8SLOMIl31GLbikbBQZnokly4b0ur { width:15rem;height:3.4375rem;top:7.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGibXh7rrv1Cr4fEcGDHzkoM9VbRebFi { display:block; }
 }@media only screen and (max-width: 763px) { #Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 { display:block; }#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4091d5565fc64cb26a03e1168c6bdc1 { top:4.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac23f66a6bb27c69e3ed2ef527b7be12 { top:6.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0110d04e4324b099b1e8ffa6fe4f734 { top:4.375rem;left:23.9375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udae6293385d9fe7a0d8718fe7d548af { top:4.375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O50c237dbc51516838b483274b1f9332 { top:7.5rem;left:0rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cd9395d89da750d21d86a8591592fb { top:7.5rem;left:23.9375rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc38aa040e3a7409f6f9ead7c49889c0 { top:7.5rem;left:35.25rem;width:12.5rem;height:17.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr { display:block; }#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7cfc375a521eb16b4db630f8fa11e67 { top:4.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uee7db2e23824c8a0c29d1a0608301bf { top:6.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feca8d187088c18ba9a913e7735f4c1f { top:4.375rem;left:23.9375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f902e40d796746e01efc2402f972da6c { top:4.375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d354aa7606a19e16a2a906dde5ba4df4 { top:7.5rem;left:0rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dfb5f7b085d37ed1a55556d908d1a7 { top:7.5rem;left:23.936847686767rem;width:12.5rem;height:17.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd7f578bce2099860f7555ec361eaf78 { top:7.5rem;left:35.25rem;width:12.5rem;height:17.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E { display:block; }#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a830d4342595921756ef5ed7e8f6069e { top:4.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iba70eb1336a6d46bdd3d4b2a3ac411e { top:6.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf07e88dd6e3997d650961becd65b3c6 { top:4.375rem;left:23.9375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2600c2a4556f0198bf622786bbda411 { top:4.375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2f8af6210b8360c14f25e276c443f99 { top:7.5rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3a91531a2ea92cad754aed89986e167 { top:7.5rem;left:23.9375rem;width:12.5rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3b8fe1e31bfd21b59807e232e886e2 { top:7.5rem;left:35.25rem;width:12.5rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi { display:block; }#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S68970707f00aa9cc4ce66dc4334e455 { top:4.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zefc75009dcd49368e19d96704e6e753 { top:6.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4242778b11fa8a4d041796e04653973 { top:4.375rem;left:23.9375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcea93fea01a15f1bd91668be208ff0b { top:4.375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75d4e8bd102e6c51ade0119061ef22d { top:7.5rem;left:0rem;width:12.5rem;height:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F411e1e455b833597e32d63e01a878de { top:7.5rem;left:23.9375rem;width:12.5rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6f9eeeaf9cd7da88e4320d55dd0db8c { top:7.5rem;left:35.25rem;width:12.5rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUnbQz2pwSuk795oVTuggLc53qyec3u { display:block; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdXzn0l8RbGexQVvO5l4wE4TE9v5Ftp2 { width:19.3125rem;height:3.6875rem;top:1.375rem;left:14.208118438721rem;display:block; }
 }@media only screen and (max-width: 763px) { #pye8u0a85khKXN5XaEooyiEOzHdm20en { display:block; }
 }@media only screen and (max-width: 763px) { #oOZZH6nwKRk389KqLoMLalXIDLLpSVTQ { top:5.8125rem;left:16.560766220092rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyfDmsFamPyTNCOu4bc8UAhuHuQyb84I { top:5.25rem;left:25.310548782349rem;width:5.6875rem;height:1.8550389653313rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhdEHVpKZtFfmeKH6CsNig906lrCzd6 { display:block; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr { display:flex;height:auto;width:27.8125rem;top:13.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #DiQPS89HxIlTiZRz9oEax8dT38FSMXeW {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #HA2mSE0p9Z84J90vDOrOShAZwSbrXaH8 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #dnwstuzLcAn3TbBA0F7etJCsO7n5uCsV {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #k4km2XybHi1bTIMvV1xzhmTFLiMlFW61 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #rzBCDlmFzVuigOhQrZiBdORBzolpyusf {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kIsRnk3HDE2vGhoyOZ0DOwidSZxhDo0t {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #FeSug7w2tlDZrlrBs5526TDR53NEUf2Z {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #bo7EMez2TO78XyhJdZxvruc5HM1RiITt {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OrEEacHaoT6cvUEblzmI4MVwiGoEDG6M {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kHisWdfHRWcBSgH0eozoRTMisK0d41ic {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #CKXukEGTfI1N8Pyu9z8uEPavKSpFS8Gm {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #EHIuPdJ6c9KXWzprcSTKN6Ub4qeVft7X {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AnZTU7IQBTh6iuPyq3nZHe7izB5nlgRM {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Vb8WG5OMfbfk6u5N6X8x8mKpgu6gAl4d {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #IrIh1hKuwDqSsDn0veBLHA2PlWlEaBWT {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #e7naiyfPCf8HUwobzFptqWQ3iMvOUoXh {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #esgRL8ABVHGwdVIxfc6xvRigeZrSuhTw {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #tiksibZxN3ScUHet3Wa7ebGeAnxumxhr {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #LthSBVtwVyN0f01O2A1qFn9DWrrZOezo {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #csoyZkz5nryxxHHhe2t7C3OSw30ymmBN {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zeOWeWlMbEagHiZiU7OJuqEIoWE5lGm5 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #THC5rpDH53WX0VkAIcNuxilxl1iSSr5C {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Poqt2xMzIqqzJpmqRnCtlGVul3qEAUPl {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AvwRVIWuzei9UghUlkU2zK3v0sx9bUt3 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OTBtcO9RTh8kRM1za3wlR5FPnr0B62AL {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zCFy0B8HWJITmmH7aTbcF5BEGvlKZVaa {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #uBBBsqVouhMaTTuv9WyU05yV1UrFv9ng {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RXXpNoNpaA9iyKkLJAERx2bXQIMtUPgt {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RnUbebU2lH8OXorRnDsfsNiZPhI9ywh0 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #d3u1pNHxbQA8mGoEbIAidFoNiXFLo8I2 {  }
 }@media only screen and (max-width: 763px) { #MgaF2Txge158THe0dLxqPsaDeAGzuI9o { top:5.375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W05bFw455IsPDi3iBQn9kyaegmoxmlah { display:block; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNphbbQExHO20GruGq850CAmDsemcaxP { top:4.4375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDDURIp4HL5vGJSoTvtIltsl8IUh6WHz { top:2.3125rem;left:10.0615234375rem;width:27.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTeQqm9cINqKPq6D8kqJGHTnyPvTOdp { top:12.0625rem;left:3.937255859375rem;width:39.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAWsTFSdF8b1SlbRqxc0HuAJ4cTTUCiC { width:12.5rem;height:3.4375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5Q3TGmf2pPPd5pl7lH6luLMXoyeyyK { display:block; }
 }@media only screen and (max-width: 763px) { #Z8WHhtAHWZ71t53r1THJ3ypb0g8qenTS { width:12.5rem;height:3.4375rem;top:16.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4sPnIUXgBsCTQ2OqWVRenBWnVTOZTE { display:block; }
 }@media only screen and (max-width: 763px) { #FCoqdnPTTdNWDZIATlc3aW01O3KF8DEl { width:15.375rem;height:3.4375rem;top:16.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSOZmo1ki7NThq9908Gv0S4TwkDQUVz { display:block; }
 }@media only screen and (max-width: 763px) { #aGh4fasg3tGTN2ENaTdNc0AoCeMrThL6 { width:15.75rem;height:3.4375rem;top:16.5rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3buFSIuigFEhlVxDFh8dZ0mTT2leQCB { display:block; }
 }@media only screen and (max-width: 763px) { #RcmuPvI2XN92quHiigeKphBti7y6wpfa { width:24.625rem;height:3.4375rem;top:22.5625rem;left:11.561157226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBgGvpTQbwRaA63T0K3mSd7GJ66RysdT { display:block; }
 }@media only screen and (max-width: 763px) { #diz5hLQSrHmz8mDq23grL1VDxqpwIL1N { top:27.3125rem;left:13.9853515625rem;width:9.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv1b5PiMltLngZPPMCxKgDaslORR31o9 { top:26.8125rem;left:24.125rem;width:7.1875rem;height:2.2912437806655rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM { display:block; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CelaWAV1Pn8UE1VF9224cVsidIP3of8Z { top:2.875rem;left:0rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKN6WxdAp0lRZGa9NbuBFcFlXRZMcSy2 { top:3.3125rem;left:0rem;width:6.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNIdsb9cghD8b3c14WLKq5T4Txc3PfD { top:3.1875rem;left:9.8125rem;width:6.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAOzm2muDlUSR9o8GEOdTGDSxT6aJVt { top:3.5rem;left:20.4375rem;width:6.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtuMKtf5wmRTsWdcGMRIVt35svPNpgE { top:3.4375rem;left:31.0625rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLRiZk3Tur7hZARfVGi4s3RUezsSBu4 { top:3.25rem;left:41.5rem;width:6.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0L4HEsee88pz6fl0QUMCBn8si1XIV5v { top:3.375rem;left:40.875rem;width:6.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo { display:block; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4PZ1BbkQFpG6Z3QDqM8yFOoFwUOCZro { top:3.125rem;left:0rem;width:22.5rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnnVpQ6OAkxadPHWi78SZDbpTyvaMfl { top:9.25rem;left:0rem;width:22.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiVAETz3FoCILekTGdH5hlVnqT8mU2b9 { width:20rem;height:3.4375rem;top:7.625rem;left:26.324655532837rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJnE2yFL5EeFnEy0y6CQhxO1zD0iQ9B { display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { top:3.3125rem;left:0rem;width:13.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:13.0625rem;height:3.0625rem;top:4.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { top:12.625rem;left:0rem;width:9.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { top:12.625rem;left:0rem;width:22.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNU90K8DFenlFw8wATJOvinlzzxQnXoA { display:block; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgzCmJ26AUn5aBh9xtmGFwrideAJPqOP { top:3.4375rem;left:0rem;width:47.75rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:20rem;height:56.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8d6c839-fdbf-47bd-b6ca-366bdafcd2b0/imgheadermobile_epilationaissellesoffertes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { width:18.6865rem;height:7.7001875rem;top:6.932373046875rem;left:0.65673828125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { width:18.562rem;height:8.5278125rem;top:16.875rem;left:0.7177734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { width:6.6875rem;height:2.1875rem;top:1.683349609375rem;left:0.47697083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFs1sr4wZBedC1GBWTJUX7r7fFZSwSFD { width:18.25rem;height:2.875rem;top:47.376953125rem;left:0.875rem;font-size:0.9375rem;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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) { #q8n6KIH2vgLRmRktdThzwbpzmNoRb24R { display:block; }
 }@media only screen and (max-width: 763px) { #LuesKTZToRGJ5G0aFDL43AQvyQmOqJBw { width:9.5rem;height:2.125rem;top:1.683349609375rem;left:10.289827473958rem;font-size:0.75rem;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) { #fTFLzTfa8NOGMgJEegAErcTSIgn9oU54 { display:block; }
 }@media only screen and (max-width: 763px) { #TLmu15UoAMb5qREw6TtoC8kPwTxBaMAB { width:4.9375rem;height:1.5rem;top:43.2373046875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0LyOM3ls5Fro3co8b3WUGUzvOVsq2lp { top:43.375rem;left:2.75rem;width:8.8125rem;height:0;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #TIKqWHXvixttele86kbhzSibXkOVVH88 { top:51.5rem;left:3.0625rem;width:8.8125rem;height:1.224975rem;z-index:15005;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qh89MxZItTT7tzVVKTIUH0kyc8rzsvAB { top:51.4375rem;left:11.75rem;width:5.1875rem;height:1.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv { display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #rrN9K4yaZB0ZZrrcTpMlNzEU38tK3Riv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kc886bCRKkauxBlCGTn7zSy05zR2gsGr { display:block; }#Kc886bCRKkauxBlCGTn7zSy05zR2gsGr > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIk2m6V09RnXXoL52TXCW1KEHf9CIyXe { width:20rem;height:6.494125rem;top:27.740478515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDftvPE5IbRTGzwJ3GdXmCV7CD9B3piq { width:20rem;height:7.793rem;top:53.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPwfzDeI6NUNSfhNTEQy6rsBPBOrfVHs { width:20rem;height:7.793rem;top:81.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTFy5x0OgZBPqF1e1irSvTRFlcng4M3c { width:20rem;height:10.3955rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEXC2p8w1AHdFfwCwpeoCTskZOsUmq9q { width:16.625rem;height:25rem;top:69.8134625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7DB5ABzrH7yOGmB2d3hxgWhepTIACH7 { width:12.5rem;height:3.90014375rem;top:13.1706rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCVaneum9wTmTqOSE7ZNUNernDInqQez { width:14.0625rem;height:5.8483875rem;top:38.0625rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwQlhuAdGlQlqnz3F6AWJxyZ6gTxHPk0 { width:14.0625rem;height:7.797875rem;top:64.376831054688rem;left:2.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eilV8EC1nN7XPFAVqMsT3Qtq9GTruXwM { width:6.25rem;height:6.25rem;top:19.680786132812rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICawDHiteNvyLoPhcpSVf3O8rtxeK9IQ { width:6.25rem;height:6.25rem;top:46.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZsCLuL68FKcGwGlnOlzda8L1u5e0AHU { width:6.25rem;height:6.25rem;top:73.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs { display:block; }#qkpBTpElqu4r0eTGXxrvZHK4c5b9Uwvs > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKVsP2yEG5k9hBuzeUq7oosR0pTGeOnU { width:18.75rem;height:7.797875rem;top:5.43701171875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozFFJ319vzLmg4HZbC06ecQ9pIc7iRCa { width:18.2495rem;height:2.76123125rem;top:1.25rem;left:0.8740234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxDSVrWl8WHdwlKemi0IULUTDZ0UcNq0 { width:18.8125rem;height:3.8964875rem;top:14.307861328125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pneEsnPpzCSdLDPtONwJKIKSCC08ZG2x { width:12.5rem;height:2.5rem;top:19.703369140625rem;left:3.7646484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAT1bTKPqip0PZXilTOBxGvQ8cORBB4 { display:block; }
 }@media only screen and (max-width: 763px) { #cgLe6GmHTvr42Gg2QeBaxlxk9vlIUDBD { width:12.46875rem;height:2.53100625rem;top:23.876953125rem;left:3.7646484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryOo60KSmZH5KRTR0NATEsw4JqodbgGr { display:block; }
 }@media only screen and (max-width: 763px) { #Tf776WkOEz1nG87NaPUbQRmhrsGzEQhN { width:12.5rem;height:2.5rem;top:28.18603515625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7EywpuXXUbHCKDsttoRfbr6swrIccp { display:block; }
 }@media only screen and (max-width: 763px) { #GSiSXx1e062G6hVaDnTM3CBMJOf1zlbk { width:12.5rem;height:2.5rem;top:32.308349609375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcICVEWXk5M5LywTmHmIKbWagkMWBl1R { display:block; }
 }@media only screen and (max-width: 763px) { #TyKOQZV5J0vtqW1ZfEVvnBUh38mk08Ws { width:19rem;height:3.4375rem;top:38.206180859375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfFtUX3psA3AV5dl95yNMOVPAc2mHN4 { display:block; }
 }@media only screen and (max-width: 763px) { #xcPt2os8mkP1ifFtcLSsGPGotHOmbIZT { top:27.3125rem;left:5rem;width:9.9375rem;height:auto;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #zayDiior6bdt7M2et2Arprk2R5H9dg7T { width:7.1875rem;height:2.2912437806655rem;top:26.8125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEodSehkevmsgNFNRU9NIr1435iRK5uh { display:block; }#TEodSehkevmsgNFNRU9NIr1435iRK5uh > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDJ4oLX2hDTAn5rXXnLkMIWbcO0mFRIa { width:18.75rem;height:5.8483875rem;top:1.25rem;left:0.62500011920931rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD { display:block; }#P6llSfqc2IDFLIg9yy6hTFNCPciRPnhD > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuZHsUWoTlmJvyJfBtptA1lUTB48Hfg8 { width:20rem;height:19.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5CRhMmSPGTMhwo4m1HcWdWADLwlQIbX { width:20rem;height:19.125rem;top:22.581396102905rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxtWtOAXeatH6uEzdATtFuMLLVlHSHQi { width:20rem;height:19.125rem;top:43.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eyqDkZ1I2IXl3cbfKZDdEOA56Cpulcqi { width:18.75rem;height:3.8964875rem;top:8.863525390625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6T3OZrOxd4dbQAEAku5gcr6didNW2yU { width:18.75rem;height:2.59765625rem;top:30.843505859375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4WK6PiWoxwOFpCpConyAFQd9PzvcUA { width:18.75rem;height:5.1953125rem;top:50.58837890625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o74BMLoGu5lxz7EThMPIEJpbS0rmw8ly { width:18.31175rem;height:1.86889375rem;top:4.998779296875rem;left:1.688232421875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfBlEQE37kQUVhXN9FUSEuVTTQo2hiPT { width:18.31175rem;height:1.86889375rem;top:25.616455078125rem;left:1.688232421875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU9SNMDTFiTnu03dOnNX8blUuBxvRgfI { width:18.31175rem;height:1.86889375rem;top:46.8603515625rem;left:1.688232421875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k { display:block; }#pFXW7ZkZXiMsDxf81pEDWHTTgI4sLJ6k > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdXQq6FTozAaZ1lLxf3GfZBtzGtaAvsf { width:18.75rem;height:4.0625rem;top:0.87348175048825rem;left:0.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GTs02cTJWnEVizOFDX6fz0LdLGwK3S { width:20rem;height:20rem;top:5.9993495941162rem;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) { #qvXFzzT4u7GCyb7lN6IltpxKmN8RDnn0 { width:20rem;height:13.98925rem;top:27.6464875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm9pBa4AR1V99NfXCcTpB8z6XWII4aMq { width:17.5rem;height:3.4375rem;top:45.067138671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCenWv93CoZ7dMgu8LRTgne2zixByo3b { display:block; }
 }@media only screen and (max-width: 763px) { #SUGITH5XFdupHJB04pvexXA8vTCa0X3y { top:50.5625rem;left:2.8125rem;width:8.811875rem;height:1.13769375rem;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DI82Q1S1DalzTkeHKeFUSlneB7RTqyFC { width:5.68739375rem;height:1.854925rem;top:50.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { background-color: transparent; background-image: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { border-width: 0; border-radius: 0; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { width:20rem;height:16.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { width:20rem;height:16.1875rem;top:18.71525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSe9y3RNsu8f2vazfQ4C7QET361grQlk { width:20rem;height:16.1875rem;top:36.1805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNWTIfU1eZX19TAJtVHgzC6hy6edwPnq { width:20rem;height:2.436525rem;top:52.36572265625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5posP8ypQou75e7TxdIDNxcndF834X9 { display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { width:20rem;height:3.90014375rem;top:15.7660625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaBKrr2NVKDl0bx374ttcpHngHaWObo { width:20rem;height:3.2495125rem;top:21.29150390625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { width:20rem;height:14.287125rem;top:24.463542282581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { width:20rem;height:13.2662rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi { display:block; }#uEXpIKvyxIcuR6nFlArorVwXs2JqqRWi > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCKtwfl5X5ql23gqc8W1mE3IdH8qTd14 { width:20rem;height:15.585925rem;top:27.532552957535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9wHHf2LXLKNTlTLC0V2LrPQgU82qEQg { width:20rem;height:18.75rem;top:7.4707033634187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwHQgM8li4c4ugstH025EJh37KHyM1R5 { width:18.75rem;height:4.0625rem;top:1.685090303421rem;left:0.62500011920931rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzIbQMa4JVG3n66Uukld5URkuRgyB5JG { width:17.5rem;height:3.4375rem;top:45.345055580139rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JImbgZuSU0W5ITZCTkHlkWzHEOkAGUIf { display:block; }
 }@media only screen and (max-width: 763px) { #NiCrZtTyudptkspnDETuGPGcSxVp8NVU { top:50.005340576172rem;left:2.8433160781861rem;width:9.1873125rem;height:1.13769375rem;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QM4qiRx5I5sTwFVv60gPeTTcm5JhMSVT { width:5.68739375rem;height:1.85438125rem;top:49.582702636719rem;left:11.592774391174rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbogtVvQvL9aHezla9gSIEtWXsKtSts { display:block; }#xXbogtVvQvL9aHezla9gSIEtWXsKtSts > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7CSN5pVo9hgql0g4LGFOUnw5LIxgDXM { width:20rem;height:14.287125rem;top:30.595044136047rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMl7W0RxEEOFN73Gs3NWGWgNMkUvAGyL { width:18.75rem;height:18.6875rem;top:10.532554626465rem;left:0.54166674613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3vG29gauEyKCFH337bnSu11aIZ9Drrf { width:18.75rem;height:8.125rem;top:1.685090303421rem;left:0.62500011920931rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyHAypvaLlWhGVqWrsMlXuEZTzUHP75 { width:17.5rem;height:3.4375rem;top:45.345055580139rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTHce04nX3zXouQh5TTV6CXATFxXlTU { display:block; }
 }@media only screen and (max-width: 763px) { #LqvAvxu3FCnvRNuvZBM3shXG70ecq2NT { top:50.005340576172rem;left:2.8433160781861rem;width:9.1873125rem;height:1.13769375rem;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8NsUFS4u7Xuh7AJsxDstxV8MczqHyTl { width:5.68739375rem;height:1.85438125rem;top:49.582702636719rem;left:11.592774391174rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD { display:none; }#OW4Hp50huZs43gPDaTp6IlNlZ4K8L3FD > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHlGTTu72VLdBrOZgpmIpi8IbG6zZR23 { width:18.75rem;height:5.85021875rem;top:1.25rem;left:0.62500011920931rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 { display:none; }#rN1UT8kqDq6fdc3FMw6E7asTPtI813w2 > .row .container { width:20rem;height:64.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KMDnAVHp46OgblxOBqmr26g6FNDXDWlh { width:20rem;height:19.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XvVL6F0UtvmhLN19GUD8PTtPmLWfAbq3 { width:20rem;height:19.125rem;top:22.581396102905rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bZG6mdN6vRDoS6ERX8J4T7XFCNMPt0UC { width:20rem;height:19.125rem;top:43.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E1Vslp0InexmTomBtVhukUaKzXBV2kpz { width:18.75rem;height:6.497375rem;top:7.561851501465rem;left:0.62500011920931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kxyyULRvAW5n7LBeLqTn07TTINGZy7 { width:18.75rem;height:6.497375rem;top:29.156913757324rem;left:0.62500011920931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fNsFtm0KvSSuXRPahNgKoMnNy8mcJF { width:18.75rem;height:6.497375rem;top:49.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz { display:block; }#wkDZwhrnrBKCORMwhm1nisBvBGTgLzKz > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ1Rx9PFO8kSzoAauXv4yoMXwtQDdW6g { width:18.75rem;height:4.0625rem;top:0.8116455078125rem;left:0.62500011920931rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK { display:block; }#nNL7JZzo0F34Ig8tOaWuibT12NPT9tOK > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuQlyvfPxgUPTH2l20ORXDgFiTxXcD5s { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqglsnuBTQTwGaP69ZIJF30TJBdD1wgJ { width:9.375rem;height:9.375rem;top:18.2714875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2I5Cs6SOSzxLiIi74z0li1K5pkvIgt { width:9.375rem;height:9.375rem;top:35.292975rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6vTbodTg5GyvznFZLncqWA70tzaANw2 { width:9.375rem;height:9.375rem;top:52.3144625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoIRIKSmmX3hUQtUHCki39Twu9LcvACK { width:12.5rem;height:2.2753875rem;top:14.74935rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRf4mf69ZGBVCtZ8IIzruXEJMF5T3zg { width:12.5rem;height:1.625rem;top:11.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIOTyaUSNttEn80DUFLx6izXqaWHVLO { width:12.5rem;height:2.2753875rem;top:31.7708375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLC7w6kcisvLxkdiVydKQN542DM0TaUM { width:12.5rem;height:2.2753875rem;top:48.792325rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9Ji9bzmsoeKfhMAZNKObiXP7Pdr0XW { width:12.5rem;height:2.2753875rem;top:65.8138125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJyDriI82ssU3FIiTVvwg1F5I9qF6yPP { width:12.5rem;height:1.625rem;top:28.8964875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAa3AiE7rBq1KFzJChpph4U0gPgApen { width:12.5rem;height:1.625rem;top:45.917975rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyh4rO0ONKue9EBuQQxahvaQa0Jlr2T { width:12.5rem;height:1.625rem;top:62.9394625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM { display:block; }#im3vnZnnF2WuvAVbmIEd4aAEGAL5lZbM > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn { display:block; }#yGh3N0HSrs5V11xiBqBQOxxf6cH6iQDn > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi6XcIDtf86nEH8RuOFvqz1ITZJelxxP { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRU4hfp83qbhkQrJx3BuCTDXfJ6tDmE { width:9.375rem;height:9.375rem;top:18.2714875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWhZBIiwN1Px7Lzz3UnJXiB0el0uhF5 { width:12.5rem;height:1.625rem;top:11.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKG8ekCtT9cnhwwlBMWsXAk9KX7mOPeM { width:12.5rem;height:2.2753875rem;top:14.74935rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsZgIZyENiaLivchnav8KUh97FTZaTJm { width:12.5rem;height:1.625rem;top:28.8964875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWTtbBAqPx8VcUwOp3USi8E9o0TlKL7O { width:12.5rem;height:2.2753875rem;top:31.7708375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMb434n6ho5EwFRzPupgSKQmETJ4Tht0 { width:9.375rem;height:9.375rem;top:35.295149755859rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnzoLDnJAHn0wCZ5RWz9UaGLz6yTHyRd { width:9.375rem;height:9.375rem;top:52.319349755859rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3P3LudQuHEb25dquu6VafKV4018sGVV { width:12.5rem;height:1.625rem;top:45.920149755859rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWTF1J9mPthNyyTtRDlgnfvA8U3iq1E { width:12.5rem;height:1.625rem;top:62.944349755862rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNsPel9CEeTTpx9EsLOu14tVUr2ry8nU { width:12.5rem;height:2.2753875rem;top:48.795043505859rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHI1pN7Jx4O4tQnpDur85gGH40AttoXm { width:15.625rem;height:3.4130875rem;top:65.819243505863rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB { display:none; }#Ie2GupG8wzu7XGRcM3sNe2ol8Ie7mVKB > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JR0OHH1fH3AE1w1bF0ucinghUh9SXfeX { width:20rem;height:19.918625rem;top:8.4320971965788rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap3hpqQkTCNoPQpTT4BSg3dTmBtIKQTA { width:17.686625rem;height:5.625rem;top:1.8055534362793rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ { display:flex;height:auto;width:20rem;top:28.932292938233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #hrJiJRWUU49pIU6aN8yQPEWDwc1gS5LX {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ETDTcLqgK23DqP3ZV7TnHNViQEgV46be {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #W6VTkSHSvmokIB0DuOdda0DiyN1Sne3B {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #dKyI26E4BTONRrV6Np2auMmw2kyk2Knc {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ygGEnTs6XwywlArFQsOMFh7s88Jw330H {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #BNsgcQU2TR4UBG63a6tXQQ8llR220b05 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #X1TUUdVfRdF1cb5mUk49QeoPPuRs0Dh9 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #b9QTT9AHFBe4koteTkICVnswsv1UMbwK {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #DBB6WgnaDLqKEbZVfuKmlhGuIDxhQLxB {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #LdDlktv7hkFnKfRT5P1NNlRPhd7KrX3N {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #ZTVttlCzJqLn1LFcMrDLGSE6oA3c4Vr8 {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #uO5HwUxL3RonM5ZaZM9qCotD5SpTHmVm {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #Dma0Ja9nr5CZolmQsUKpRuBO36R5d0xn {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #nNxp1ACkFLHbc4TREig5HJzoGg3SeTGX {  }
 }@media only screen and (max-width: 763px) { #vCE8VVvpdZky9SEcRLc8iB3urQ914lSJ #L7Nbf9UfqAeAqTAAKRhDuR91hKvAmWWd {  }
 }@media only screen and (max-width: 763px) { #dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 { display:none; }#dHTuTerITi4ksKBBpKixZ3JJmd4q6U84 > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlkqqfAoi2u5Mxpco3LkQG7Wfp9yUoMI { width:19.97198625rem;height:3.65907375rem;top:1.6156692504882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DccxqVTpLzDEbV0gEihd02hfaHTUdACt { display:block; }
 }@media only screen and (max-width: 763px) { #DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J { display:block; }#DpG6CDPTw8XFhnnETm4W7LpyI8PTTL3J > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLeKrWg21qOtEmCT3IecbSIF9psGB0BO { width:18.75rem;height:8.125rem;top:1.2500038146973rem;left:0.62500011920931rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ { display:block; } #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection *:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="text"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="email"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection input[type="tel"]:focus-visible, #x0a5ff42c3fcdd290076a512968e97d4.widget-smartsection textarea:focus-visible { outline: none; } #drPqv0T27D7UZBdNWAPeUdJnZXWNcApJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #npooyxV6KfCh2kZTI7K9loyxVZgwz1eH { display:none; }#npooyxV6KfCh2kZTI7K9loyxVZgwz1eH > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XAb2ycdlynff4f96es0ZTdxIa1LRapfy { width:4.375rem;height:3.4375rem;top:5.8745651245117rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtfx83HL7C0LWx1OpIEp5IBEm0Te2bE { display:block; }
 }@media only screen and (max-width: 763px) { #bi1TC97mUyLbHk7GzPiuaa04IQLDopWp { width:5.43728125rem;height:3.4375rem;top:5.875rem;left:4.3750004768372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELnVgxlsMotmLS1wCKvcXny1TZnNh6kZ { display:block; }
 }@media only screen and (max-width: 763px) { #COXbnEA97Ti9C3UvoCvRDy6SDQSCnBKr { width:5.06185rem;height:3.4375rem;top:5.8734817504883rem;left:9.8111982345581rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdigehJpw3Sw3NIDAIpEPVGMJql7uT1e { display:block; }
 }@media only screen and (max-width: 763px) { #m8usdRtKFMfBFhOeHxUKZNKgzJW3UZne { width:20rem;height:2.8125rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggE8SLOMIl31GLbikbBQZnokly4b0ur { width:5.1875rem;height:3.4375rem;top:5.8734817504883rem;left:14.873046875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGibXh7rrv1Cr4fEcGDHzkoM9VbRebFi { display:block; }
 }@media only screen and (max-width: 763px) { #Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 { display:none; }#Vtln4b564Rot8UNrdkCQnqisvFJ52vI8 > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4091d5565fc64cb26a03e1168c6bdc1 { width:4.375rem;height:0.97439375rem;top:0.8376750946045rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac23f66a6bb27c69e3ed2ef527b7be12 { width:20rem;height:0.0625rem;top:2.337675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0110d04e4324b099b1e8ffa6fe4f734 { width:5rem;height:0.97439375rem;top:0.8376750946045rem;left:10.069444656372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udae6293385d9fe7a0d8718fe7d548af { width:5rem;height:0.97439375rem;top:0.8376750946045rem;left:15.000000953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O50c237dbc51516838b483274b1f9332 { width:9.375rem;height:13.75rem;top:3.3370227813721rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cd9395d89da750d21d86a8591592fb { width:5rem;height:13.75rem;top:3.3365955352783rem;left:10.069444656372rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc38aa040e3a7409f6f9ead7c49889c0 { width:5rem;height:13.75rem;top:3.3370366096497rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr { display:none; }#J6UiBqJGPX6Kw6cDv68Rlc8VGdmPSbNr > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7cfc375a521eb16b4db630f8fa11e67 { width:4.375rem;height:0.97439375rem;top:0.83550262451175rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uee7db2e23824c8a0c29d1a0608301bf { width:20rem;height:0.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feca8d187088c18ba9a913e7735f4c1f { width:5rem;height:0.97439375rem;top:0.837675rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f902e40d796746e01efc2402f972da6c { width:5rem;height:0.97439375rem;top:0.83550262451175rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d354aa7606a19e16a2a906dde5ba4df4 { width:9.375rem;height:13.75rem;top:3.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4dfb5f7b085d37ed1a55556d908d1a7 { width:5rem;height:13.75rem;top:3.3125rem;left:10.061849594116rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd7f578bce2099860f7555ec361eaf78 { width:5rem;height:13.75rem;top:3.3125rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E { display:none; }#eWQQCN1S6wXakaoZ6vE8DWgVMdDKdb6E > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a830d4342595921756ef5ed7e8f6069e { width:4.375rem;height:0.97439375rem;top:0.81162261962888rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iba70eb1336a6d46bdd3d4b2a3ac411e { width:20rem;height:0.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf07e88dd6e3997d650961becd65b3c6 { width:5rem;height:0.97439375rem;top:0.8125rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2600c2a4556f0198bf622786bbda411 { width:5rem;height:0.97439375rem;top:0.8125rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2f8af6210b8360c14f25e276c443f99 { width:9.375rem;height:8.25rem;top:3.3116331100464rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3a91531a2ea92cad754aed89986e167 { width:5rem;height:8.25rem;top:3.310546875rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3b8fe1e31bfd21b59807e232e886e2 { width:5rem;height:8.25rem;top:3.3105583190918rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi { display:none; }#B4f2obf5E1w8y8hdF7mTZHLOSPfurfyi > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S68970707f00aa9cc4ce66dc4334e455 { width:4.375rem;height:0.97439375rem;top:0.81055641174319rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zefc75009dcd49368e19d96704e6e753 { width:20rem;height:0.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4242778b11fa8a4d041796e04653973 { width:5rem;height:0.97439375rem;top:0.8116455078125rem;left:10.069444656372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcea93fea01a15f1bd91668be208ff0b { width:5rem;height:0.97439375rem;top:0.81165695190431rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75d4e8bd102e6c51ade0119061ef22d { width:9.375rem;height:8.25rem;top:3.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F411e1e455b833597e32d63e01a878de { width:5rem;height:8.25rem;top:3.310546875rem;left:10.069444656372rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6f9eeeaf9cd7da88e4320d55dd0db8c { width:5rem;height:8.25rem;top:3.310546875rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUnbQz2pwSuk795oVTuggLc53qyec3u { display:block; }#AvUnbQz2pwSuk795oVTuggLc53qyec3u > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdXzn0l8RbGexQVvO5l4wE4TE9v5Ftp2 { width:20rem;height:3.6875rem;top:0.99934959411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pye8u0a85khKXN5XaEooyiEOzHdm20en { display:block; }
 }@media only screen and (max-width: 763px) { #oOZZH6nwKRk389KqLoMLalXIDLLpSVTQ { top:5.3329010009766rem;left:2.6940107345581rem;width:9.0625rem;height:1.13769375rem;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyfDmsFamPyTNCOu4bc8UAhuHuQyb84I { width:5.6875rem;height:1.8550389653313rem;top:4.7851581573486rem;left:11.562067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #irhdEHVpKZtFfmeKH6CsNig906lrCzd6 { display:block; }#irhdEHVpKZtFfmeKH6CsNig906lrCzd6 > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr { display:flex;height:auto;width:20rem;top:10.387371063233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #DiQPS89HxIlTiZRz9oEax8dT38FSMXeW {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #HA2mSE0p9Z84J90vDOrOShAZwSbrXaH8 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #dnwstuzLcAn3TbBA0F7etJCsO7n5uCsV {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #k4km2XybHi1bTIMvV1xzhmTFLiMlFW61 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #rzBCDlmFzVuigOhQrZiBdORBzolpyusf {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kIsRnk3HDE2vGhoyOZ0DOwidSZxhDo0t {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #FeSug7w2tlDZrlrBs5526TDR53NEUf2Z {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #bo7EMez2TO78XyhJdZxvruc5HM1RiITt {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OrEEacHaoT6cvUEblzmI4MVwiGoEDG6M {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #kHisWdfHRWcBSgH0eozoRTMisK0d41ic {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #CKXukEGTfI1N8Pyu9z8uEPavKSpFS8Gm {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #EHIuPdJ6c9KXWzprcSTKN6Ub4qeVft7X {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AnZTU7IQBTh6iuPyq3nZHe7izB5nlgRM {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Vb8WG5OMfbfk6u5N6X8x8mKpgu6gAl4d {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #IrIh1hKuwDqSsDn0veBLHA2PlWlEaBWT {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #e7naiyfPCf8HUwobzFptqWQ3iMvOUoXh {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #esgRL8ABVHGwdVIxfc6xvRigeZrSuhTw {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #tiksibZxN3ScUHet3Wa7ebGeAnxumxhr {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #LthSBVtwVyN0f01O2A1qFn9DWrrZOezo {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #csoyZkz5nryxxHHhe2t7C3OSw30ymmBN {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zeOWeWlMbEagHiZiU7OJuqEIoWE5lGm5 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #THC5rpDH53WX0VkAIcNuxilxl1iSSr5C {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #Poqt2xMzIqqzJpmqRnCtlGVul3qEAUPl {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #AvwRVIWuzei9UghUlkU2zK3v0sx9bUt3 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #OTBtcO9RTh8kRM1za3wlR5FPnr0B62AL {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #zCFy0B8HWJITmmH7aTbcF5BEGvlKZVaa {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #uBBBsqVouhMaTTuv9WyU05yV1UrFv9ng {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RXXpNoNpaA9iyKkLJAERx2bXQIMtUPgt {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #RnUbebU2lH8OXorRnDsfsNiZPhI9ywh0 {  }
 }@media only screen and (max-width: 763px) { #vZ4Hg8cBp2EhkOiymcJM2VwUDmcp8EJr #d3u1pNHxbQA8mGoEbIAidFoNiXFLo8I2 {  }
 }@media only screen and (max-width: 763px) { #MgaF2Txge158THe0dLxqPsaDeAGzuI9o { width:20rem;height:5.625rem;top:4.1644964218139rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W05bFw455IsPDi3iBQn9kyaegmoxmlah { display:block; }#W05bFw455IsPDi3iBQn9kyaegmoxmlah > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNphbbQExHO20GruGq850CAmDsemcaxP { width:18.75rem;height:5.8483875rem;top:5.43701171875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDDURIp4HL5vGJSoTvtIltsl8IUh6WHz { width:18.2495rem;height:2.76123125rem;top:1.25rem;left:0.8740234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkTeQqm9cINqKPq6D8kqJGHTnyPvTOdp { width:17.875rem;height:2.59765625rem;top:14.307861328125rem;left:1.124267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAWsTFSdF8b1SlbRqxc0HuAJ4cTTUCiC { width:12.5rem;height:2.5rem;top:19.703369140625rem;left:3.7646484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5Q3TGmf2pPPd5pl7lH6luLMXoyeyyK { display:block; }
 }@media only screen and (max-width: 763px) { #Z8WHhtAHWZ71t53r1THJ3ypb0g8qenTS { width:12.46875rem;height:2.53100625rem;top:23.876953125rem;left:3.7646484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4sPnIUXgBsCTQ2OqWVRenBWnVTOZTE { display:block; }
 }@media only screen and (max-width: 763px) { #FCoqdnPTTdNWDZIATlc3aW01O3KF8DEl { width:12.5rem;height:2.5rem;top:28.18603515625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSOZmo1ki7NThq9908Gv0S4TwkDQUVz { display:block; }
 }@media only screen and (max-width: 763px) { #aGh4fasg3tGTN2ENaTdNc0AoCeMrThL6 { width:12.5rem;height:2.5rem;top:32.308349609375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3buFSIuigFEhlVxDFh8dZ0mTT2leQCB { display:block; }
 }@media only screen and (max-width: 763px) { #RcmuPvI2XN92quHiigeKphBti7y6wpfa { width:19rem;height:3.4375rem;top:38.206180859375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBgGvpTQbwRaA63T0K3mSd7GJ66RysdT { display:block; }
 }@media only screen and (max-width: 763px) { #diz5hLQSrHmz8mDq23grL1VDxqpwIL1N { top:27.3125rem;left:5rem;width:9.9375rem;height:auto;z-index:15004;font-size:0.875rem;color:#474544;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Hv1b5PiMltLngZPPMCxKgDaslORR31o9 { width:7.1875rem;height:2.2912437806655rem;top:26.8125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM { display:block; }#WgA5lBN6hmvtytA8daV7DRUcF3PU0QTM > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CelaWAV1Pn8UE1VF9224cVsidIP3of8Z { width:6.25rem;height:2.56185rem;top:3.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKN6WxdAp0lRZGa9NbuBFcFlXRZMcSy2 { width:6.25rem;height:1.68728125rem;top:3.9375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNIdsb9cghD8b3c14WLKq5T4Txc3PfD { width:6.25rem;height:2.06163125rem;top:8.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwAOzm2muDlUSR9o8GEOdTGDSxT6aJVt { width:6.25rem;height:1.74913125rem;top:8.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOtuMKtf5wmRTsWdcGMRIVt35svPNpgE { width:6.25rem;height:1.5625rem;top:14rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLRiZk3Tur7hZARfVGi4s3RUezsSBu4 { width:6.25rem;height:2.62478125rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0L4HEsee88pz6fl0QUMCBn8si1XIV5v { width:6.875rem;height:1.5625rem;top:18.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo { display:block; }#K8bT8caVCeXLIT0ZUat0QsQazKCAXUHo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4PZ1BbkQFpG6Z3QDqM8yFOoFwUOCZro { width:20rem;height:4.87305rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnnVpQ6OAkxadPHWi78SZDbpTyvaMfl { width:20rem;height:5.1953125rem;top:7.37305rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiVAETz3FoCILekTGdH5hlVnqT8mU2b9 { width:20rem;height:3.4375rem;top:13.82270625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzJnE2yFL5EeFnEy0y6CQhxO1zD0iQ9B { display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { background-color:#000000;background-image:none;display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { width:11.25rem;height:3.8125rem;top:2.373046875rem;left:4.3750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2ZybV9NB33oFaFRohxBNCSo9men95T { width:10.8125rem;height:2.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tT2faldgO9lq5DFJBxd1tE1UtgdgIm { display:block; }
 }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { width:9.249125rem;height:0.97473125rem;top:18.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { width:10.75rem;height:0.97473125rem;top:18.0625rem;left:9.1875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SNU90K8DFenlFw8wATJOvinlzzxQnXoA { display:block; }#SNU90K8DFenlFw8wATJOvinlzzxQnXoA > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgzCmJ26AUn5aBh9xtmGFwrideAJPqOP { width:20rem;height:67.53875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }