.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:246,244,230;--color-primary-1:226,217,172;--color-primary-2:197,179,88;--color-primary-3:99,90,44;--color-primary-4:30,27,13;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:254,255,255;--color-tertiary-2:255,248,250;--color-tertiary-3:153,149,150;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container { background-color: transparent; background-image: none; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container > .video-iframe-container { display: none; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row > .video-iframe-container { display: none; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .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); }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container { border-width: 0; border-radius: 0; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#n5m9ISPtdq3OEKEm6w6PKUQevv9WZTag { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:2.8125rem;left:7.5rem;display:block; }
#LAopGzTkbz3rFHF6iOOmAspJDOE7WXg4 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.0609016418457rem;left:19rem;display:block; }
#uFJUDHVofy3MLaepHVzWOOokbqQ6yJuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBzuG7KsU1FvZiBA5aX8Tgw8kAGcgCZ7 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.0609016418457rem;left:11.5rem;display:block; }
#TGd36UBe9tSqe0SCbRW4cCBFPIWtC83o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVCF5Pd365mIb28m3z2rdQ3L0bqhl4b1 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:5.9987568855286rem;left:7.5rem;display:block; }
#AoqABTStSMTmsT5KcDTH2RJEtQcX1S14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMqxVr91uicwnkq24sgOcFZaJZFreNq7 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.0609016418457rem;left:45.25rem;display:block; }
#v8Q7u7RasVeNg6KkV7HwX6LNbxbdxVnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N53Nn9wUqI8HLSrrhCXwf9kDuW8AnKuS { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.0609016418457rem;left:52.5rem;display:block; }
#UuOxEnbrbl4UUZsAdVf2uU0GRLR0q1hW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3uiIZKhqU1dwTFLXTSeO6AXMhmD8mSM { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:6.0609016418457rem;left:60rem;display:block; }
#ZDVt7rn7uQJ4QeLpDOkshHCXomBaherc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bJMTP0SHICKKEqIL3mePhypHMfA21kmy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:0.87109375rem;left:64rem;opacity:.54; }
#bJMTP0SHICKKEqIL3mePhypHMfA21kmy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:0.93359375rem;left:65.9375rem;opacity:.54; }
#PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#LGqUVZRiAHZLK8164Xoy8q2ZQVVlbose { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:2.21875rem;left:33.03125rem;overflow:hidden;display:block; }
#hg0cyQT9VZcAwIMNphtTAGmNsyg3ermd { color:rgba(var(--color-tertiary-1),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.625rem;left:26.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/533d0528-2882-451d-800c-5305decdb056/11062b_c334e3faa3324a19a81a354fbfeb5b9emv2.format_auto.avif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.adaptive-delivery-prevent-bg, #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.lazyload, #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.lazyloading { background-image: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { background-color: transparent; background-image: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container > .video-iframe-container { display: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row > .video-iframe-container { display: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .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); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { border-width: 0; border-radius: 0; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#wqtXhLvmaf8QtGbXikWVTHHUTH1Ud54s { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.6123046875rem;left:7.5rem;height:4.39985625rem;font-style:normal;display:block; }
#DfeGQxWbbPXJDP87oonXidbivlEDlbCE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.75rem;left:7.5rem;height:3.75rem;display:block; }
#muFO1ddtphAyg0aARoboWEvrQhmhRLNz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.4375rem;left:25.5625rem;display:block; }
#LLVrai8dtboFUSbEvGpxsrVdP5eC5EZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwig8vT1mRecalLgtvku3lHS3f2sT6lz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.4375rem;left:7.5rem;display:block; }
#sLGrhTBh4SCmEVmXAOWGmS5UQ6VukHAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AenukDWKd7tfGu4xXJmslLqGZNm9mWay { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0107421875rem;left:8.09375rem;height:2.51855625rem;display:block; }
#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT { 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/c94cc38d-99ae-4401-8c8c-81e22650dabb/Untitleddesign20250728T172546698.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT.adaptive-delivery-prevent-bg, #IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT.lazyload, #IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT.lazyloading { background-image: none; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container { background-color: transparent; background-image: none; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container > .video-iframe-container { display: none; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row > .video-iframe-container { display: none; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .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); }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container { border-width: 0; border-radius: 0; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#FV9lb1tAPQR8fmSxKkSRzEepLmgTfobb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:16.25rem;top:14.7119140625rem;left:1.25rem;display:block; }
#UugNrd9nvQ3OVyoc8vIheoP5V0vSZ60w { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBT1sKkKkTpHFMEUdt051i4PbFSQ2Ayo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25.0810546875rem;left:2.59375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPcrTTrvFrZuKVVDqA2rBcaQymlhuhNb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:16.25rem;top:14.7119140625rem;left:20rem;display:block; }
#L9IJl8WgWMcJBp3CKfOTAi5o7JVIaO81 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:25.080078125rem;left:21.4375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M98yFRgV44rcDAhlXFNJkoTMN3KcXDf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5rem;left:21.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dlcv5oske1FG0Z4g2h9L7ZThMdeAsO7z { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:16.25rem;top:14.7119140625rem;left:38.75rem;display:block; }
#tT9ulbLQllOAhG7zFd9y59bHZnz6elAX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.08203125rem;left:40.6875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRSU7pvVwfXRfC1uudZTbXJoJVpFJymW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTTqAHdZN4AE07rSpdtapWOtzss6BHCG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:16.25rem;top:14.53125rem;left:57.5rem;display:block; }
#NGgmHifZLdtpzMDrZgF8ZIzmaJLXq4J5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:25.263671875rem;left:59.40625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlAEqTf5kSTILmHP7ii3xaU44B03OhOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.5rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ng3kfNnN1KcRNMxcpcecgMbWegmbcTDu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LSHkQ5FKW8k0y3eDkOrEMLtxTc9rEmMO { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.40625rem;left:6.4375rem;display:block; }
#xB0ccttfqBuMzx5cBgAb8nAG88xSGXE2 { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:12.59375rem;left:6.4375rem;display:block; }
#Su92T4B6AMlZJoHP68XuMgJTwNCmMToQ { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.40625rem;left:25.1875rem;display:block; }
#OATCRCOwTBTv3Az1ZpzVAuymPStkmE69 { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.40625rem;left:43.9375rem;display:block; }
#Vmq8fg5ycDeeaN73xoJP1T3dymTihtpU { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.40625rem;left:62.6875rem;display:block; }
#QX6T4mKbmQLDIKVJyUmSJxW9AFrcWpvS { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:12.59375rem;left:25.1875rem;display:block; }
#Pc68JuCEeScGZVNc8mq3BNEziov3nmcB { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:12.59375rem;left:43.9375rem;display:block; }
#qWIUQmWJ1cEA4AwJTg9uu3tF5xW1o9mH { box-sizing:content-box;height:5.5rem;width:5.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:12.59375rem;left:62.6875rem;display:block; }
#F2Hvoe1GG3DOiV2yvrRhE0tTeN5scS7A { box-sizing:content-box;height:43.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:46.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.74) ;display:block; }
#gHqSfou5ag7tS0IpouEVMHGGvXycuK7x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:50.2001953125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsnqTTAlotezSsRz80XL7sz8QrU3qDIW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.625rem;left:7.53125rem;overflow:hidden;display:block; }
#ugthUkQQkJI0rnntuVkdPqHB8SH2m1Og { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.5rem;left:45.03125rem;overflow:hidden;display:block; }
#C7nfexr4gDTScAJJDSNm3awLGA7ZKlvF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.5rem;left:63.78125rem;overflow:hidden;display:block; }
#szpvfxQnKBtkUK1aDJoXb8U8LWsKv540 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.5rem;left:26.28125rem;overflow:hidden;display:block; }
#IqoTo2r1EyXXt4tQs4yGdA7XpTmrXz05 { box-sizing:content-box;height:43.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:46.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.74) ;display:none; }
#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container { background-color: transparent; background-image: none; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container > .video-iframe-container { display: none; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row > .video-iframe-container { display: none; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .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); }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container { border-width: 0; border-radius: 0; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#JgAP44m3huKKwTDRBr5Bbc994vrbPHTk { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tgGKPSZnGtTBOZ0vlMp58yTTg7IMI10R { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:26.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dKTwZTE4KFtw4BFh2eQIU10mMCRRK9r8 { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:49.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#k4TV9TT25T2u0gLHdVXvL5GT47xG9a6r { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15rem;left:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TCqArkNuxd7ohXAVm8NQtKynFAX5cSc0 { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15rem;left:26.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#oSqq1WToH3PHNxIXMvHvXvPNWbTxcvSV { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.0625rem;left:49.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#smg2mbcOqlas4dmeynTO8aHiEtSAHUuk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.21875rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n255Ozq2nRPLTEMUDSqVC8HAnidMxXH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.125rem;left:3.75rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irE5IZTKuRq0OZCuVs7zx8o25QWaBVwM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.59375rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ocXHHweRZd7fl91STSG1gyplW8z7r3W2 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.59375rem;left:27.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#kmM5f0UdFVUshmkTuQCJlCz0OpdEOf96 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.21875rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTChEbD8LE2lP0itxMr0zBPSTEFC9nqT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.1240234375rem;left:27.5rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTyRaddIviZwPHeaQ8KCqvGJrSXHgmah { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.59375rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#FDO2WQWzGKUX7NSV3AQsCoes1z9NEVaC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:8.1240234375rem;left:51.25rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJn5Fo1Qz6Nh4tz5THWBkeDIVxGk1M2b { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.21875rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KzNwudlo92xSvC2aIZ0ao7sx7ONClQKm { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.40625rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#GCG7IrhIRtcTsJcv9qLM9u8m19QwItLo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.78125rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkThdINI8aPnPSGuKtIbWtTTJapD9q0A { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.78125rem;left:51.25rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LomKDrHiSl3cW6hVDWsVbGhxyCa7SpRS { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.40625rem;left:27.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#JCIXf0tVZR9dLkgH0HpzzVfvBGpCEVGp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.78125rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWeIqgz1qr5nQrsHAEqRFF4r8qzLOp9b { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:22.7802734375rem;left:27.5rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7aowST9oCOoIbR5dcLCCN0lTXDycGqq { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.40625rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#L7MVByxTK2T1uPlxMI960aGArydGbqBk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.78125rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7wU2g3KQQWgTw0GpWTv4L2AgU4e0FNw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.7802734375rem;left:3.75rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r121coHmcF2E4RQTf0s3Z5RT5LTmEVtC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.9375rem;left:27.84375rem;overflow:hidden;display:block; }
#Skw1DHel49ZrJUE7CldQr5PzJJPNOgi1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:16.9375rem;left:52.03125rem;overflow:hidden;display:block; }
#AcinzPqV62sTyl9Tr61wW2CtPF9FFli5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:2.1875rem;left:51.84375rem;overflow:hidden;display:block; }
#bZzX6HDeSB9bIlHLx96Poi5qwKuaQ2F1 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.78125rem;left:27.875rem;overflow:hidden;display:block; }
#RkGTatH4cQyTCtdruwNSxTJgLtX4Tu6x { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:17rem;left:4.34375rem;overflow:hidden;display:block; }
#z9Tdvh5T0M22v0hIuJWX7SmakNrTJ4rQ { position:absolute;display:block;z-index:15027;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:2.5625rem;top:2.1875rem;left:4.34375rem;overflow:hidden;display:block; }
#EJDmbbXNQuGABfpTBeWMGAFH36iyGtEe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.15625rem;left:28.28125rem;display:block; }
#edTDfaowBnmNXhUF8TfkmX7bUSNGcZuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GalFOhZxqNwyWk2Te3RKBHPF9XWIfTNb { box-sizing:content-box;height:43.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:46.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.74) ;display:none; }
#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa { position:relative;display:block; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa { background-color: transparent; background-image: none; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row .container > .video-iframe-container { display: none; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row > .video-iframe-container { display: none; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .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); }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa { border-width: 0; border-radius: 0; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .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; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .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:37rem;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; }#CTfHlgeltarEGRQ8IpSseQTINotOFmqi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:4.84375rem;left:0rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K3MyRylD0e5a3s5IXwoTOG4eOrEnNmvQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:13.625rem;width:11.9375rem;top:13.375rem;left:3.40625rem;overflow:hidden;display:block; }
#U001NMw6uXraUtfNJv9XoKHDTPu3kDqU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcCsERMJnsigWZgmvVMmHqL1XsCEJf2o { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:27rem;left:0.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olKJXZAn25JtKBkIxBzIMQGKg8rBOTpb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:13rem;width:12.9375rem;top:13.0625rem;left:22.1875rem;overflow:hidden;display:block; }
#f1rAOLSGRuh8FR4dFfEfbSDPJO0xXVWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiuKcLSbTCWe30saP3PKiuZfUX1fVM6U { 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:300;z-index:15009;line-height:1.6;letter-spacing:0;top:27rem;left:18.75rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgAds35VX1kwvLydZhxaSBhhVeEDQSKI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.4375rem;left:41.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqWniRXyAgsgeRsTcxXCgzO6WW7wNNIG { 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:300;z-index:15010;line-height:1.6;letter-spacing:0;top:27rem;left:37.5rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkEcQr1s8CeUQPgD7WTbbdAoqVT9KSxr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:24.1875rem;width:24.1875rem;top:8.09375rem;left:34.78125rem;overflow:hidden;display:block; }
#QeFkSGbmDGG6hUm9obW8KhZTNOgM8UFE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.625rem;border-top-right-radius:6.625rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:6.625rem;box-shadow: none;height:24.1875rem;width:17.8125rem;top:8.03125rem;left:53.625rem;overflow:hidden;display:block; }
#R3a5iAeZ3U8fAApC1sar6LmlhaV7cs97 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.4375rem;left:56.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKh1CLPdRFW6hGThgHfE5zwiw3Xv2y5C { 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:300;z-index:15011;line-height:1.6;letter-spacing:0;top:27rem;left:56.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30b11f48-9613-4fe2-a2fe-f8a6594d80e5/Untitleddesign20250728T174121840.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw.adaptive-delivery-prevent-bg, #wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw.lazyload, #wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw.lazyloading { background-image: none; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container { background-color: transparent; background-image: none; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container > .video-iframe-container { display: none; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row > .video-iframe-container { display: none; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .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); }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container { border-width: 0; border-radius: 0; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#JAAV6grmir1lH2STCDW5EW8zpEdfZyLF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6123046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6hn9T4erTnJAA3UVZ1LpuxvJkozm9Ik { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6748046875rem;left:15.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-form-header {  }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.125rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.125rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:1.0625rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:28.625rem;height:4.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container:first-of-type{padding-top:0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container:last-of-type{padding-bottom:0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6865234375rem;top:10rem;z-index:15024;position:absolute; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.125rem;display:block;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA {display:block;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20.6865234375rem;top:10rem;z-index:15024;position:absolute; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #AkcPcCAxHkp02cT5zuM7rTvadW1wCBvz { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wniiJcomRriar0lmHztHCOVD0tKkac9A { position:relative;display:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #Jd7vKh7tMZLKi3W7ThkUthoUy7ZQdyvr { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #zKWs7yRvBQRTo44RHS1VTZCNkFtJTV16 { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #livKlVBhW8CnLcMNeMATQdui1O0Q9yWF { position:relative;display:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #vw8cdFFexztSCyTtzmTTbJC26RANAKsE { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #HM6kKmKAJvOaDECC7GupT4T3ygfOlAXg { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TicXkGrdXzAZ86UgqzhzpMNuKQw56CF3 { position:relative;display:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #DSDnq6o1tEMXrUPaQadX2whhT605TCpy { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #aFqTVgzJTa6xnQuo7sPMio0rVbH1bfHK { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #o6IAZ0En1xLUq9WUo3TiNoif6vkKBXcL { position:relative;display:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #dMXRM3MrAoUE8qlCd1VmWUBtQkqUqePC { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #IXqckdQdI2FkwAGsJB58SAfhgi3RqAdm { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fnvGlhuytTPO2NbBHyLh7hmsBexpvpA6 { position:relative;display:none; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #QxnC4CPwTpTrwTO1pyBOBtzHAeDWSFbw { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fOJzb2QkJGFG7k73nAXWBkOFqeRQr2Vh { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fXo0cogXAkEADWuwUJSbgW908kyGeXgX { position:relative;z-index:2; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TpOGlafTXBxE2GxJWULHTdsMRs4M9zDC { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wGHSi0le3t2NeSC8ifLxFs9bTTO1vrbR { position:relative; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #BIaHH73EJIt2MNUZMag9FuMMaAXa05Xz { position:relative; }
#qcKhHLaSkUtwccvqC2LVA2yUOf6rM4fK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:2.8250000476837rem;left:60.8125rem;overflow:hidden;display:block; }
#iThJ9HJnt71liAqg4yiDvXS5SHJNv7BE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:33.4873046875rem;left:53.375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .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:#020202;background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(116,116,123,0.83) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .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; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;color:#ccc8b3; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .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_f1a5e73c2c94e5cc639ce40aa04951a8424ad448.svg");background-size:contain !important; }#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-trigger.adaptive-delivery-prevent-bg, #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-trigger.lazyload, #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-trigger.lazyloading { background-image: none; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#000005;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.9375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #IAQIZVvEyI9BQZ6EUMI0HbTEpJftT4S3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #KhOF9rAD1TcXRgGQPU0DLDFUn2sTaHqU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #SCd0xGu94Wnrh2HFZxRSq5dq5XHTD7Dh { display:block;position:relative; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #gU3qr7WTgoEUCyxHWvzU6we15FyQAZJO {  }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #zInyES2RiiKZxU1KhNDQBpdZnGpOZ5wD {  }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XbNSOuPZTAKnD8HThtxpz8MfmFEiod6a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #bK0sESt3I1bJ1LGmZdF2qNfTTlkkDcTH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CQ5CeHhs9vWd4IsNwPf5WbF0NEDTmcsh { display:block;position:relative; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #Sk8FS9aTTpehSiFbTAwvASGPWernJiv9 {  }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #HwUw0DFQsD3dUoiEzG5aR1nt6wqgHvrO { display:none; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #EBrJot5gZ2G1TfgIadoKUoVVp8HAc30y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #R2wKOFmnFegTegoAAehAIoHSlEbdcHqW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XudSa29qkR117pyR5ObtimNvvbrXFtJF { display:block;position:relative; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #C9Ehe0o6TWdqK7cx2CRAvIqTMseo6XSw {  }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #FNZWpu4bQWD6wM9hRIMNv6tbL3a9sgnp { display:none; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #N09i3F8P3SVJzOmCAfDWhhyt3q0nMvTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #GwSAc8B6M9aTMvRlHkSXfznbCKJZOmwk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #uDOtkrCNibg7OTDbAeWSIk9ce5S6qKaV { display:block;position:relative; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CVs6MnCH6gD1F0RAQBTTffzTPgKnseQT {  }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #RerLJNprK7Lz5vWClMdVoSMHkuRJB55Z { display:none; }
#kcHgaqTouZlGT28btXvthxRGJIlzwDT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9609375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container { background-color: transparent; background-image: none; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container > .video-iframe-container { display: none; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row > .video-iframe-container { display: none; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .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); }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container { border-width: 0; border-radius: 0; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#dObSWsFZT99SF24s1Tqd9OreNtonReSh { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.3125rem;left:2.3125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xFcktnO9TTHHdyhse3edxOudzNXo21yG { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.3125rem;left:26.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TFTn5z00GerbHdEy0MW642kMdED1IJne { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.3125rem;left:49.8125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#WxtHiwdM21w6LR6ETVgpmeEcblTyHdFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.359375rem;left:12.875rem; }
#OT0tqEh3ERIERxteUbyXx2aniTeFqU6l { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.744140625rem;left:4.625rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvPHVUQ0kZeKAw8bJqMNIPcke4wxFqbV { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:16.34375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#gZvcE4CPONcz0cp4TWkdA8TAkrPP0cUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.359375rem;left:36.625rem; }
#UR59p7QSgRwr5i1tebqsDNENIQkVylHX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:15.744140625rem;left:28.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTfoBFr4tVxzL1mqQIKwqagokREJ9kH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#hP5K615fZO7vxKRG4EWE3T01r1dqn8IW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.359375rem;left:60.375rem; }
#JBTFcbHedmTZhc6kxmNbO2zx10Syu7c6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.744140625rem;left:53.21875rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1C9AHF7dNET9KZVMU8NBf4I8gh03G6U { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.75rem;left:61.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ERURxAs7pLZugGIMNtGNrbwLLvbMKqfZ { box-sizing:content-box;height:24.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:4.3115234375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.74) ;display:block; }
#hlOugt4FG6HUiBdTwt0XNTGFKRcrygST { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9619140625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGppeSDLLXRArFUi4TTkqirtEw5g146p { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.3125rem;left:49.8125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#neBbxnZJIg8R6Xo6sIqTn6A90CEt1qH3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#T7JQqPkhiuF3fnZUisykByKNWXEbhLAP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.359375rem;left:36.625rem;display:none; }
#gGRpys7zmPLgRZpulctRxfJHcnbknMqg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:15.744140625rem;left:28.375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B0yFtMnPrJ4GJ9bPfeD0TGsHJTJDWOmI { box-sizing:content-box;height:14.0625rem;width:22.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.3125rem;left:49.8125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#C5ozDzHPwtLgD0KpXFbHJUhpmPSWTJmG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.359375rem;left:60.375rem;display:none; }
#b9I7pzExmi1c967lDxtX5GrpXN8pcwhT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.744140625rem;left:53.21875rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uvzdIn5ELfL5GmnWT1QEwEyppshhWTye { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.75rem;left:61.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#QT3geF07G7cdLSAN1drmFmC1iU8DonGG { position:relative;display:block; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG { background-color: transparent; background-image: none; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row .container > .video-iframe-container { display: none; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row > .video-iframe-container { display: none; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .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); }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG { border-width: 0; border-radius: 0; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .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; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .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:8.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; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container { background-color: transparent; background-image: none; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container > .video-iframe-container { display: none; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row > .video-iframe-container { display: none; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .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); }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container { border-width: 0; border-radius: 0; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#WCkGntVygVII8yqL9mJJS5p2NnRA7y5R { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4619140625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B06ceceJfTBN9V07yhgNWk60RT23IpRy { position:absolute;display:block;z-index:15008;height:19.6875rem;width:27.1875rem;top:14rem;left:45.03125rem;display:block; }
#af0Te8n89eeT8fKbWB7O98q0eXdeiySg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.375rem;left:5.0625rem;display:block; }
#Xp5qqXHMEq4Qik5qhD3m5X3ZuzEFPALv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWQuAvTckQCvCAhRgPcZ9aLIB8IPzNdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.875rem;left:2.71875rem; }
#WiCZIUsedFt0927MuynGSfM5SWQi4ccr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:5.0625rem;height:1.29980625rem;display:block; }
#JGCuoEQn5yHF7oS3GmxU01FRqvyaXwWv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.8740234375rem;left:2.875rem; }
#J9vOzKdCf60pWpJyJ7hxAUAN03TNtEIt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.787109375rem;left:5.0625rem;height:1.29980625rem;display:block; }
#tDAaMFVNwrUAXHFg3FE9NwCnHnEUTQTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.662109375rem;left:2.625rem; }
#AnEmTIGEB7zcfZ9TE8KmhGtLJVfwomxS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.662109375rem;left:5.0625rem;height:3.8994125rem;display:block; }
#wZvIZltTGWa7NUsQDgGwgoS9BLZRXiQT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.0625rem;height:2.5996125rem;display:block; }
#FKp785gkx9ygbcnhqPwTEUaTogz0qiGK { position:absolute;display:block;z-index:15008;height:19.6875rem;width:27.1875rem;top:13.875rem;left:45.96875rem;display:none; }
#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container { background-color: transparent; background-image: none; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container > .video-iframe-container { display: none; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row > .video-iframe-container { display: none; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .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); }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container { border-width: 0; border-radius: 0; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;overflow:visible;position:relative;display:block; }#QbMlLZr16DLvkxIQf9aieta5yOoRdK2p { 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:4.5rem;top:0rem;left:22.0625rem;overflow:hidden;display:block; }
#UuRhsTH3DTkX4t4zsEv5bsqtSTBcMTRb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.640625rem;left:25.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXH69CG4m015JJAIWrfe5foWASIqgDQs { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:9.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 { display:block; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5m9ISPtdq3OEKEm6w6PKUQevv9WZTag { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAopGzTkbz3rFHF6iOOmAspJDOE7WXg4 { width:7.5rem;height:1.5rem;top:6rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFJUDHVofy3MLaepHVzWOOokbqQ6yJuD { display:block; }
 }@media only screen and (max-width: 763px) { #OBzuG7KsU1FvZiBA5aX8Tgw8kAGcgCZ7 { width:7.5rem;height:1.5rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGd36UBe9tSqe0SCbRW4cCBFPIWtC83o { display:block; }
 }@media only screen and (max-width: 763px) { #xVCF5Pd365mIb28m3z2rdQ3L0bqhl4b1 { width:3.9375rem;height:1.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoqABTStSMTmsT5KcDTH2RJEtQcX1S14 { display:block; }
 }@media only screen and (max-width: 763px) { #bMqxVr91uicwnkq24sgOcFZaJZFreNq7 { width:7.5rem;height:1.5rem;top:6rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Q7u7RasVeNg6KkV7HwX6LNbxbdxVnD { display:block; }
 }@media only screen and (max-width: 763px) { #N53Nn9wUqI8HLSrrhCXwf9kDuW8AnKuS { width:7.5rem;height:1.5rem;top:6rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOxEnbrbl4UUZsAdVf2uU0GRLR0q1hW { display:block; }
 }@media only screen and (max-width: 763px) { #X3uiIZKhqU1dwTFLXTSeO6AXMhmD8mSM { width:7.5rem;height:1.5rem;top:6rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVt7rn7uQJ4QeLpDOkshHCXomBaherc { display:block; }
 }@media only screen and (max-width: 763px) { #bJMTP0SHICKKEqIL3mePhypHMfA21kmy { width:1.3125rem;height:1.3125rem;top:0.8125rem;left:46.4375rem;display:block; }
#bJMTP0SHICKKEqIL3mePhypHMfA21kmy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr { top:0.875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #LGqUVZRiAHZLK8164Xoy8q2ZQVVlbose { top:2.1875rem;left:19.40625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0cyQT9VZcAwIMNphtTAGmNsyg3ermd { top:8.625rem;left:12.5625rem;width:20.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m { display:block; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqtXhLvmaf8QtGbXikWVTHHUTH1Ud54s { top:13.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeGQxWbbPXJDP87oonXidbivlEDlbCE { top:24.75rem;left:0rem;width:40.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muFO1ddtphAyg0aARoboWEvrQhmhRLNz { width:17.1875rem;height:4.25rem;top:32.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLVrai8dtboFUSbEvGpxsrVdP5eC5EZV { display:block; }
 }@media only screen and (max-width: 763px) { #fwig8vT1mRecalLgtvku3lHS3f2sT6lz { width:17.1875rem;height:4.25rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGrhTBh4SCmEVmXAOWGmS5UQ6VukHAd { display:block; }
 }@media only screen and (max-width: 763px) { #AenukDWKd7tfGu4xXJmslLqGZNm9mWay { top:18rem;left:0rem;width:44.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT { display:block; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV9lb1tAPQR8fmSxKkSRzEepLmgTfobb { width:16.25rem;height:18.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UugNrd9nvQ3OVyoc8vIheoP5V0vSZ60w { width:12rem;height:3.25rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBT1sKkKkTpHFMEUdt051i4PbFSQ2Ayo { width:13.5625rem;height:2.75rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcrTTrvFrZuKVVDqA2rBcaQymlhuhNb { width:16.25rem;height:18.3125rem;top:14.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9IJl8WgWMcJBp3CKfOTAi5o7JVIaO81 { width:13.375rem;height:2.75rem;top:25.0625rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M98yFRgV44rcDAhlXFNJkoTMN3KcXDf8 { width:13.125rem;height:3.25rem;top:20.5rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlcv5oske1FG0Z4g2h9L7ZThMdeAsO7z { width:16.25rem;height:18.3125rem;top:14.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT9ulbLQllOAhG7zFd9y59bHZnz6elAX { width:12.375rem;height:2.75rem;top:25.0625rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSU7pvVwfXRfC1uudZTbXJoJVpFJymW { width:11.0625rem;height:3.25rem;top:20.5rem;left:24.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTqAHdZN4AE07rSpdtapWOtzss6BHCG { width:16.25rem;height:18.3125rem;top:14.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGgmHifZLdtpzMDrZgF8ZIzmaJLXq4J5 { width:12.4375rem;height:2.75rem;top:25.25rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlAEqTf5kSTILmHP7ii3xaU44B03OhOQ { width:13.125rem;height:3.25rem;top:20.5rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3kfNnN1KcRNMxcpcecgMbWegmbcTDu { width:47.75rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSHkQ5FKW8k0y3eDkOrEMLtxTc9rEmMO { top:12.375rem;left:3.03125rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0ccttfqBuMzx5cBgAb8nAG88xSGXE2 { top:12.5625rem;left:3.03125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su92T4B6AMlZJoHP68XuMgJTwNCmMToQ { top:12.375rem;left:14.96875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATCRCOwTBTv3Az1ZpzVAuymPStkmE69 { top:12.375rem;left:26.90625rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmq8fg5ycDeeaN73xoJP1T3dymTihtpU { top:12.375rem;left:38.84375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6T4mKbmQLDIKVJyUmSJxW9AFrcWpvS { top:12.5625rem;left:14.96875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc68JuCEeScGZVNc8mq3BNEziov3nmcB { top:12.5625rem;left:26.90625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWIUQmWJ1cEA4AwJTg9uu3tF5xW1o9mH { top:12.5625rem;left:38.84375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Hvoe1GG3DOiV2yvrRhE0tTeN5scS7A { top:46.625rem;left:0rem;width:47.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqSfou5ag7tS0IpouEVMHGGvXycuK7x { width:47.75rem;height:2.875rem;top:50.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsnqTTAlotezSsRz80XL7sz8QrU3qDIW { top:13.625rem;left:4.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugthUkQQkJI0rnntuVkdPqHB8SH2m1Og { top:13.5rem;left:28rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7nfexr4gDTScAJJDSNm3awLGA7ZKlvF { top:13.5rem;left:39.9375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szpvfxQnKBtkUK1aDJoXb8U8LWsKv540 { top:13.5rem;left:16.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqoTo2r1EyXXt4tQs4yGdA7XpTmrXz05 { top:46.625rem;left:0rem;width:47.75rem;height:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr { display:block; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAP44m3huKKwTDRBr5Bbc994vrbPHTk { top:0rem;left:0rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgGKPSZnGtTBOZ0vlMp58yTTg7IMI10R { top:0rem;left:12.4375rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTwZTE4KFtw4BFh2eQIU10mMCRRK9r8 { top:0rem;left:24.875rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TV9TT25T2u0gLHdVXvL5GT47xG9a6r { top:15rem;left:0rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqArkNuxd7ohXAVm8NQtKynFAX5cSc0 { top:15rem;left:12.4375rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSqq1WToH3PHNxIXMvHvXvPNWbTxcvSV { top:15.0625rem;left:24.875rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smg2mbcOqlas4dmeynTO8aHiEtSAHUuk { width:18.75rem;height:1.625rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n255Ozq2nRPLTEMUDSqVC8HAnidMxXH9 { width:20.625rem;height:3.1875rem;top:8.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irE5IZTKuRq0OZCuVs7zx8o25QWaBVwM { top:1.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocXHHweRZd7fl91STSG1gyplW8z7r3W2 { top:1.5625rem;left:13.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmM5f0UdFVUshmkTuQCJlCz0OpdEOf96 { width:18.75rem;height:1.625rem;top:6.1875rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTChEbD8LE2lP0itxMr0zBPSTEFC9nqT { width:19.9375rem;height:3.1875rem;top:8.0625rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTyRaddIviZwPHeaQ8KCqvGJrSXHgmah { top:1.5625rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDO2WQWzGKUX7NSV3AQsCoes1z9NEVaC { width:20.1875rem;height:3.1875rem;top:8.0625rem;left:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJn5Fo1Qz6Nh4tz5THWBkeDIVxGk1M2b { width:18.75rem;height:1.5625rem;top:6.1875rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNwudlo92xSvC2aIZ0ao7sx7ONClQKm { top:16.375rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCG7IrhIRtcTsJcv9qLM9u8m19QwItLo { width:20.4375rem;height:1.625rem;top:20.75rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkThdINI8aPnPSGuKtIbWtTTJapD9q0A { width:20rem;height:3.1875rem;top:22.75rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomKDrHiSl3cW6hVDWsVbGhxyCa7SpRS { top:16.375rem;left:13.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIXf0tVZR9dLkgH0HpzzVfvBGpCEVGp { width:18.75rem;height:1.625rem;top:20.75rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeIqgz1qr5nQrsHAEqRFF4r8qzLOp9b { width:20.8125rem;height:3.1875rem;top:22.75rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7aowST9oCOoIbR5dcLCCN0lTXDycGqq { top:16.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MVByxTK2T1uPlxMI960aGArydGbqBk { width:21.125rem;height:1.625rem;top:20.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7wU2g3KQQWgTw0GpWTv4L2AgU4e0FNw { width:19.75rem;height:3.1875rem;top:22.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r121coHmcF2E4RQTf0s3Z5RT5LTmEVtC { top:1.9375rem;left:14.21875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skw1DHel49ZrJUE7CldQr5PzJJPNOgi1 { top:16.9375rem;left:38.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcinzPqV62sTyl9Tr61wW2CtPF9FFli5 { top:2.1875rem;left:38.21875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzX6HDeSB9bIlHLx96Poi5qwKuaQ2F1 { top:16.75rem;left:14.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGTatH4cQyTCtdruwNSxTJgLtX4Tu6x { top:17rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Tdvh5T0M22v0hIuJWX7SmakNrTJ4rQ { top:2.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDmbbXNQuGABfpTBeWMGAFH36iyGtEe { width:17.1875rem;height:4.25rem;top:39.125rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTDfaowBnmNXhUF8TfkmX7bUSNGcZuD { display:block; }
 }@media only screen and (max-width: 763px) { #GalFOhZxqNwyWk2Te3RKBHPF9XWIfTNb { top:46.625rem;left:0rem;width:47.75rem;height:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhCHltyggD0PudkzCAPzQX1Mwpc5edWa { display:block; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTfHlgeltarEGRQ8IpSseQTINotOFmqi { width:47.75rem;height:6.25rem;top:4.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MyRylD0e5a3s5IXwoTOG4eOrEnNmvQ { top:13.375rem;left:0rem;width:11.9375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U001NMw6uXraUtfNJv9XoKHDTPu3kDqU { width:11.5rem;height:1.625rem;top:25.3125rem;left:0.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCsERMJnsigWZgmvVMmHqL1XsCEJf2o { width:18.25rem;height:1.5625rem;top:27rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKJXZAn25JtKBkIxBzIMQGKg8rBOTpb { top:13.0625rem;left:10.9375rem;width:12.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1rAOLSGRuh8FR4dFfEfbSDPJO0xXVWJ { width:11.5rem;height:1.625rem;top:25.4375rem;left:12.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiuKcLSbTCWe30saP3PKiuZfUX1fVM6U { width:18.75rem;height:1.5625rem;top:27rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAds35VX1kwvLydZhxaSBhhVeEDQSKI { width:11.5rem;height:1.625rem;top:25.4375rem;left:24.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqWniRXyAgsgeRsTcxXCgzO6WW7wNNIG { width:18.75rem;height:1.5625rem;top:27rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkEcQr1s8CeUQPgD7WTbbdAoqVT9KSxr { top:8.0625rem;left:0rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeFkSGbmDGG6hUm9obW8KhZTNOgM8UFE { top:8rem;left:18rem;width:17.8125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3a5iAeZ3U8fAApC1sar6LmlhaV7cs97 { width:18.625rem;height:1.625rem;top:25.4375rem;left:29.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKh1CLPdRFW6hGThgHfE5zwiw3Xv2y5C { width:18.75rem;height:1.5625rem;top:27rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw { display:block; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAAV6grmir1lH2STCDW5EW8zpEdfZyLF { top:3.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6hn9T4erTnJAA3UVZ1LpuxvJkozm9Ik { top:6.625rem;left:1.875rem;width:45.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-regular-label { width:31.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-textarea { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-button { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.25rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-checkbox-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA  { width:31.125rem;height:auto;top:10rem;left:7.0615234375rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .radio-container { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA {display:block;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA { width:31.125rem;height:auto;top:10rem;left:7.0615234375rem; }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #AkcPcCAxHkp02cT5zuM7rTvadW1wCBvz {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wniiJcomRriar0lmHztHCOVD0tKkac9A {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #Jd7vKh7tMZLKi3W7ThkUthoUy7ZQdyvr {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #zKWs7yRvBQRTo44RHS1VTZCNkFtJTV16 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #livKlVBhW8CnLcMNeMATQdui1O0Q9yWF {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #vw8cdFFexztSCyTtzmTTbJC26RANAKsE {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #HM6kKmKAJvOaDECC7GupT4T3ygfOlAXg {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TicXkGrdXzAZ86UgqzhzpMNuKQw56CF3 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #DSDnq6o1tEMXrUPaQadX2whhT605TCpy {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #aFqTVgzJTa6xnQuo7sPMio0rVbH1bfHK {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #o6IAZ0En1xLUq9WUo3TiNoif6vkKBXcL {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #dMXRM3MrAoUE8qlCd1VmWUBtQkqUqePC {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #IXqckdQdI2FkwAGsJB58SAfhgi3RqAdm {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fnvGlhuytTPO2NbBHyLh7hmsBexpvpA6 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #QxnC4CPwTpTrwTO1pyBOBtzHAeDWSFbw {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fOJzb2QkJGFG7k73nAXWBkOFqeRQr2Vh {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fXo0cogXAkEADWuwUJSbgW908kyGeXgX {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TpOGlafTXBxE2GxJWULHTdsMRs4M9zDC {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wGHSi0le3t2NeSC8ifLxFs9bTTO1vrbR {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #BIaHH73EJIt2MNUZMag9FuMMaAXa05Xz {  }
 }@media only screen and (max-width: 763px) { #qcKhHLaSkUtwccvqC2LVA2yUOf6rM4fK { top:2.8125rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThJ9HJnt71liAqg4yiDvXS5SHJNv7BE { top:33.4375rem;left:39.75rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC { display:flex;height:auto;width:27.8125rem;top:8rem;left:17.4375rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #IAQIZVvEyI9BQZ6EUMI0HbTEpJftT4S3 {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #KhOF9rAD1TcXRgGQPU0DLDFUn2sTaHqU {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #SCd0xGu94Wnrh2HFZxRSq5dq5XHTD7Dh {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #gU3qr7WTgoEUCyxHWvzU6we15FyQAZJO {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #zInyES2RiiKZxU1KhNDQBpdZnGpOZ5wD {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XbNSOuPZTAKnD8HThtxpz8MfmFEiod6a {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #bK0sESt3I1bJ1LGmZdF2qNfTTlkkDcTH {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CQ5CeHhs9vWd4IsNwPf5WbF0NEDTmcsh {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #Sk8FS9aTTpehSiFbTAwvASGPWernJiv9 {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #HwUw0DFQsD3dUoiEzG5aR1nt6wqgHvrO {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #EBrJot5gZ2G1TfgIadoKUoVVp8HAc30y {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #R2wKOFmnFegTegoAAehAIoHSlEbdcHqW {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XudSa29qkR117pyR5ObtimNvvbrXFtJF {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #C9Ehe0o6TWdqK7cx2CRAvIqTMseo6XSw {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #FNZWpu4bQWD6wM9hRIMNv6tbL3a9sgnp {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #N09i3F8P3SVJzOmCAfDWhhyt3q0nMvTT {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #GwSAc8B6M9aTMvRlHkSXfznbCKJZOmwk {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #uDOtkrCNibg7OTDbAeWSIk9ce5S6qKaV {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CVs6MnCH6gD1F0RAQBTTffzTPgKnseQT {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #RerLJNprK7Lz5vWClMdVoSMHkuRJB55Z {  }
 }@media only screen and (max-width: 763px) { #kcHgaqTouZlGT28btXvthxRGJIlzwDT1 { top:3.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 { display:block; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dObSWsFZT99SF24s1Tqd9OreNtonReSh { top:10.3125rem;left:0rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFcktnO9TTHHdyhse3edxOudzNXo21yG { top:10.3125rem;left:12.4375rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTn5z00GerbHdEy0MW642kMdED1IJne { top:10.3125rem;left:24.875rem;width:22.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxtHiwdM21w6LR6ETVgpmeEcblTyHdFX { top:13.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT0tqEh3ERIERxteUbyXx2aniTeFqU6l { width:18.25rem;height:3.1875rem;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvPHVUQ0kZeKAw8bJqMNIPcke4wxFqbV { top:20.75rem;left:2.71875rem;width:6rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvcE4CPONcz0cp4TWkdA8TAkrPP0cUI { top:13.3125rem;left:23rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR59p7QSgRwr5i1tebqsDNENIQkVylHX { width:18.25rem;height:3.1875rem;top:15.6875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfoBFr4tVxzL1mqQIKwqagokREJ9kH7 { top:20.75rem;left:27.0625rem;width:6rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP5K615fZO7vxKRG4EWE3T01r1dqn8IW { top:13.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTFcbHedmTZhc6kxmNbO2zx10Syu7c6 { width:16.0625rem;height:3.1875rem;top:15.6875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1C9AHF7dNET9KZVMU8NBf4I8gh03G6U { top:20.75rem;left:39rem;width:8.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERURxAs7pLZugGIMNtGNrbwLLvbMKqfZ { top:4.25rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOugt4FG6HUiBdTwt0XNTGFKRcrygST { top:5.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGppeSDLLXRArFUi4TTkqirtEw5g146p { top:10.3125rem;left:24.875rem;width:22.875rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #neBbxnZJIg8R6Xo6sIqTn6A90CEt1qH3 { top:20.75rem;left:27.0625rem;width:6rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7JQqPkhiuF3fnZUisykByKNWXEbhLAP { top:13.3125rem;left:23rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGRpys7zmPLgRZpulctRxfJHcnbknMqg { width:18.25rem;height:3.1875rem;top:15.6875rem;left:14.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0yFtMnPrJ4GJ9bPfeD0TGsHJTJDWOmI { top:10.3125rem;left:24.875rem;width:22.875rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5ozDzHPwtLgD0KpXFbHJUhpmPSWTJmG { top:13.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9I7pzExmi1c967lDxtX5GrpXN8pcwhT { width:16.0625rem;height:3.1875rem;top:15.6875rem;left:31.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvzdIn5ELfL5GmnWT1QEwEyppshhWTye { top:20.75rem;left:39rem;width:8.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT3geF07G7cdLSAN1drmFmC1iU8DonGG { display:none; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMz94GODMTzqaPTRxTTm05iBGTGggbKw { display:block; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCkGntVygVII8yqL9mJJS5p2NnRA7y5R { top:7.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06ceceJfTBN9V07yhgNWk60RT23IpRy { top:14rem;left:20.5625rem;width:27.1875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0Te8n89eeT8fKbWB7O98q0eXdeiySg { width:17.1875rem;height:4.25rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5qqXHMEq4Qik5qhD3m5X3ZuzEFPALv { display:block; }
 }@media only screen and (max-width: 763px) { #nWQuAvTckQCvCAhRgPcZ9aLIB8IPzNdP { top:13.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCZIUsedFt0927MuynGSfM5SWQi4ccr { top:13.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGCuoEQn5yHF7oS3GmxU01FRqvyaXwWv { top:16.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vOzKdCf60pWpJyJ7hxAUAN03TNtEIt { top:16.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDAaMFVNwrUAXHFg3FE9NwCnHnEUTQTE { top:19.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnEmTIGEB7zcfZ9TE8KmhGtLJVfwomxS { top:19.625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIZltTGWa7NUsQDgGwgoS9BLZRXiQT { top:25.5625rem;left:0rem;width:21.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKp785gkx9ygbcnhqPwTEUaTogz0qiGK { top:13.875rem;left:20.5625rem;width:27.1875rem;height:19.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd { display:block; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbMlLZr16DLvkxIQf9aieta5yOoRdK2p { width:4.5rem;height:4.5rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuRhsTH3DTkX4t4zsEv5bsqtSTBcMTRb { top:1.625rem;left:11.5rem;width:27.25rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXH69CG4m015JJAIWrfe5foWASIqgDQs { top:3.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 { display:block; }#UNPUotpz6FcGbIHAMhH5xza6ep6OV2Q2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5m9ISPtdq3OEKEm6w6PKUQevv9WZTag { width:20rem;height:0.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAopGzTkbz3rFHF6iOOmAspJDOE7WXg4 { width:4.25rem;height:1.8125rem;top:8.40625rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFJUDHVofy3MLaepHVzWOOokbqQ6yJuD { display:block; }
 }@media only screen and (max-width: 763px) { #OBzuG7KsU1FvZiBA5aX8Tgw8kAGcgCZ7 { width:3.9375rem;height:1.8125rem;top:8.40625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGd36UBe9tSqe0SCbRW4cCBFPIWtC83o { display:block; }
 }@media only screen and (max-width: 763px) { #xVCF5Pd365mIb28m3z2rdQ3L0bqhl4b1 { width:3.9375rem;height:1.5rem;top:2.5625rem;left:8rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AoqABTStSMTmsT5KcDTH2RJEtQcX1S14 { display:block; }
 }@media only screen and (max-width: 763px) { #bMqxVr91uicwnkq24sgOcFZaJZFreNq7 { width:2rem;height:1.8125rem;top:8.40625rem;left:10rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8Q7u7RasVeNg6KkV7HwX6LNbxbdxVnD { display:block; }
 }@media only screen and (max-width: 763px) { #N53Nn9wUqI8HLSrrhCXwf9kDuW8AnKuS { width:5.125rem;height:1.8125rem;top:8.40625rem;left:10.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOxEnbrbl4UUZsAdVf2uU0GRLR0q1hW { display:block; }
 }@media only screen and (max-width: 763px) { #X3uiIZKhqU1dwTFLXTSeO6AXMhmD8mSM { width:3.6875rem;height:1.8125rem;top:8.40625rem;left:16.3125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDVt7rn7uQJ4QeLpDOkshHCXomBaherc { display:block; }
 }@media only screen and (max-width: 763px) { #bJMTP0SHICKKEqIL3mePhypHMfA21kmy { width:1.125rem;height:1.125rem;top:0.90234375rem;left:16.9375rem;font-size:0.75rem;display:block; }
#bJMTP0SHICKKEqIL3mePhypHMfA21kmy > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr { width:1.125rem;height:1.125rem;top:0.87109375rem;left:18.4375rem;display:block; }
#PyhXMSWfyzgoRR24by9RSAeeTVqqC7Gr > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #LGqUVZRiAHZLK8164Xoy8q2ZQVVlbose { width:5.5rem;height:5.5rem;top:2.27734375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0cyQT9VZcAwIMNphtTAGmNsyg3ermd { width:20rem;height:1.0556625rem;top:7.0703125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8639dc4-319b-42d7-a527-61416d85dabf/Untitleddesign20250729T121640221.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.adaptive-delivery-prevent-bg, #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.lazyload, #xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m.lazyloading { background-image: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { background-color: transparent; background-image: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container > .video-iframe-container { display: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row > .video-iframe-container { display: none; }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .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); }#xDKITmaD2AIi8dwXxwCDAd6LT3sDii1m > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqtXhLvmaf8QtGbXikWVTHHUTH1Ud54s { width:19rem;height:5.087rem;top:3.25rem;left:0.5rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfeGQxWbbPXJDP87oonXidbivlEDlbCE { width:19.6875rem;height:4.21875rem;top:12.0341796875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muFO1ddtphAyg0aARoboWEvrQhmhRLNz { width:13.875rem;height:3.4375rem;top:22.5341796875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLVrai8dtboFUSbEvGpxsrVdP5eC5EZV { display:block; }
 }@media only screen and (max-width: 763px) { #fwig8vT1mRecalLgtvku3lHS3f2sT6lz { width:13.75rem;height:3.4375rem;top:18.4091796875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGrhTBh4SCmEVmXAOWGmS5UQ6VukHAd { display:block; }
 }@media only screen and (max-width: 763px) { #AenukDWKd7tfGu4xXJmslLqGZNm9mWay { width:20rem;height:1.298825rem;top:8.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT { display:block; }#IwVshSKg1Xxy0pUyuhWJK6v4aNrS6bQT > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV9lb1tAPQR8fmSxKkSRzEepLmgTfobb { width:15.3125rem;height:15.3125rem;top:12.1875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UugNrd9nvQ3OVyoc8vIheoP5V0vSZ60w { width:9.625rem;height:2.59765625rem;top:17.6005859375rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBT1sKkKkTpHFMEUdt051i4PbFSQ2Ayo { width:13.125rem;height:4.20010625rem;top:21.0576171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcrTTrvFrZuKVVDqA2rBcaQymlhuhNb { width:15.3125rem;height:15.3125rem;top:31.6875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9IJl8WgWMcJBp3CKfOTAi5o7JVIaO81 { width:13.125rem;height:4.20010625rem;top:40.6201171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M98yFRgV44rcDAhlXFNJkoTMN3KcXDf8 { width:13.125rem;height:2.59765625rem;top:36.9130859375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlcv5oske1FG0Z4g2h9L7ZThMdeAsO7z { width:15.3125rem;height:15.3125rem;top:51.3125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT9ulbLQllOAhG7zFd9y59bHZnz6elAX { width:13.125rem;height:2.80006875rem;top:60.0517578125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSU7pvVwfXRfC1uudZTbXJoJVpFJymW { width:9.1875rem;height:2.59765625rem;top:56.5439453125rem;left:5.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTqAHdZN4AE07rSpdtapWOtzss6BHCG { width:15.3125rem;height:15.3125rem;top:71.1875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGgmHifZLdtpzMDrZgF8ZIzmaJLXq4J5 { width:13.125rem;height:2.80006875rem;top:78.80078125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlAEqTf5kSTILmHP7ii3xaU44B03OhOQ { width:13.125rem;height:1.298825rem;top:76.46875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3kfNnN1KcRNMxcpcecgMbWegmbcTDu { width:16.375rem;height:3.736325rem;top:2.6875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSHkQ5FKW8k0y3eDkOrEMLtxTc9rEmMO { width:5.875rem;height:5.875rem;top:9.8505859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0ccttfqBuMzx5cBgAb8nAG88xSGXE2 { width:5.5rem;height:5.5rem;top:10.0380859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su92T4B6AMlZJoHP68XuMgJTwNCmMToQ { width:5.875rem;height:5.875rem;top:29.3193359375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATCRCOwTBTv3Az1ZpzVAuymPStkmE69 { width:5.875rem;height:5.875rem;top:49.2255859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmq8fg5ycDeeaN73xoJP1T3dymTihtpU { width:5.875rem;height:5.875rem;top:68.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6T4mKbmQLDIKVJyUmSJxW9AFrcWpvS { width:5.5rem;height:5.5rem;top:29.5068359375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc68JuCEeScGZVNc8mq3BNEziov3nmcB { width:5.5rem;height:5.5rem;top:49.4130859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWIUQmWJ1cEA4AwJTg9uu3tF5xW1o9mH { width:5.5rem;height:5.5rem;top:69.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Hvoe1GG3DOiV2yvrRhE0tTeN5scS7A { width:20rem;height:71.25rem;top:116.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHqSfou5ag7tS0IpouEVMHGGvXycuK7x { width:15.9375rem;height:3.736325rem;top:92.662109375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SsnqTTAlotezSsRz80XL7sz8QrU3qDIW { width:3.6875rem;height:3.6875rem;top:10.9443359375rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugthUkQQkJI0rnntuVkdPqHB8SH2m1Og { width:3.6875rem;height:3.6875rem;top:30.4130859375rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7nfexr4gDTScAJJDSNm3awLGA7ZKlvF { width:3.6875rem;height:3.6875rem;top:50.3193359375rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szpvfxQnKBtkUK1aDJoXb8U8LWsKv540 { width:3.6875rem;height:3.6875rem;top:69.96875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqoTo2r1EyXXt4tQs4yGdA7XpTmrXz05 { width:20rem;height:8.5625rem;top:90.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr { display:block; }#qlBXt4ZRLO8q6Gkm4MWI0xHTWNvCkeUr > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAP44m3huKKwTDRBr5Bbc994vrbPHTk { width:19.375rem;height:14.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgGKPSZnGtTBOZ0vlMp58yTTg7IMI10R { width:19.375rem;height:14.0625rem;top:15.6455078125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTwZTE4KFtw4BFh2eQIU10mMCRRK9r8 { width:19.375rem;height:14.0625rem;top:31.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TV9TT25T2u0gLHdVXvL5GT47xG9a6r { width:19.375rem;height:14.0625rem;top:47.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqArkNuxd7ohXAVm8NQtKynFAX5cSc0 { width:19.375rem;height:14.0625rem;top:62.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSqq1WToH3PHNxIXMvHvXvPNWbTxcvSV { width:19.375rem;height:14.0625rem;top:78.7099609375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smg2mbcOqlas4dmeynTO8aHiEtSAHUuk { width:18.75rem;height:1.46218125rem;top:6.21875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n255Ozq2nRPLTEMUDSqVC8HAnidMxXH9 { width:18.125rem;height:2.80006875rem;top:8.71875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irE5IZTKuRq0OZCuVs7zx8o25QWaBVwM { width:3.75rem;height:3.75rem;top:1.78125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocXHHweRZd7fl91STSG1gyplW8z7r3W2 { width:3.75rem;height:3.75rem;top:17.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmM5f0UdFVUshmkTuQCJlCz0OpdEOf96 { width:18.75rem;height:1.46218125rem;top:21.8642578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTChEbD8LE2lP0itxMr0zBPSTEFC9nqT { width:18.375rem;height:2.80006875rem;top:24.2490234375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTyRaddIviZwPHeaQ8KCqvGJrSXHgmah { width:3.75rem;height:3.75rem;top:32.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDO2WQWzGKUX7NSV3AQsCoes1z9NEVaC { width:17.5625rem;height:2.80006875rem;top:39.8740234375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJn5Fo1Qz6Nh4tz5THWBkeDIVxGk1M2b { width:18.75rem;height:1.46218125rem;top:37.59375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzNwudlo92xSvC2aIZ0ao7sx7ONClQKm { width:3.75rem;height:3.75rem;top:80.3974609375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCG7IrhIRtcTsJcv9qLM9u8m19QwItLo { width:18.125rem;height:1.46218125rem;top:85.0107421875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkThdINI8aPnPSGuKtIbWtTTJapD9q0A { width:16.875rem;height:2.80006875rem;top:87.0849609375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomKDrHiSl3cW6hVDWsVbGhxyCa7SpRS { width:3.75rem;height:3.75rem;top:64.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIXf0tVZR9dLkgH0HpzzVfvBGpCEVGp { width:18.75rem;height:1.46218125rem;top:69.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeIqgz1qr5nQrsHAEqRFF4r8qzLOp9b { width:18.3125rem;height:2.80006875rem;top:71.3427734375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7aowST9oCOoIbR5dcLCCN0lTXDycGqq { width:3.75rem;height:3.75rem;top:48.59375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MVByxTK2T1uPlxMI960aGArydGbqBk { width:18.75rem;height:1.46218125rem;top:53.34375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7wU2g3KQQWgTw0GpWTv4L2AgU4e0FNw { width:17.25rem;height:2.80006875rem;top:55.7177734375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r121coHmcF2E4RQTf0s3Z5RT5LTmEVtC { width:2.5625rem;height:2.5625rem;top:33.46875rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skw1DHel49ZrJUE7CldQr5PzJJPNOgi1 { width:2.5625rem;height:2.5625rem;top:80.9912109375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcinzPqV62sTyl9Tr61wW2CtPF9FFli5 { width:2.5625rem;height:2.5625rem;top:17.96875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzX6HDeSB9bIlHLx96Poi5qwKuaQ2F1 { width:2.5625rem;height:2.5625rem;top:65.03125rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGTatH4cQyTCtdruwNSxTJgLtX4Tu6x { width:2.5625rem;height:2.5625rem;top:49.25rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Tdvh5T0M22v0hIuJWX7SmakNrTJ4rQ { width:2.5625rem;height:2.5625rem;top:2.375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDmbbXNQuGABfpTBeWMGAFH36iyGtEe { width:13.75rem;height:3.4375rem;top:98.1162109375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTDfaowBnmNXhUF8TfkmX7bUSNGcZuD { display:block; }
 }@media only screen and (max-width: 763px) { #GalFOhZxqNwyWk2Te3RKBHPF9XWIfTNb { width:20rem;height:103.9375rem;top:-8.53125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WhCHltyggD0PudkzCAPzQX1Mwpc5edWa { display:block; }#WhCHltyggD0PudkzCAPzQX1Mwpc5edWa > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTfHlgeltarEGRQ8IpSseQTINotOFmqi { width:20rem;height:3.673825rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MyRylD0e5a3s5IXwoTOG4eOrEnNmvQ { width:8.125rem;height:9.25rem;top:10.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U001NMw6uXraUtfNJv9XoKHDTPu3kDqU { width:11.5rem;height:1.54385625rem;top:18.875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcCsERMJnsigWZgmvVMmHqL1XsCEJf2o { width:18.25rem;height:1.5rem;top:20.1748046875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKJXZAn25JtKBkIxBzIMQGKg8rBOTpb { width:8.4375rem;height:8.5rem;top:24.03125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1rAOLSGRuh8FR4dFfEfbSDPJO0xXVWJ { width:11.5rem;height:1.625rem;top:32.53125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IiuKcLSbTCWe30saP3PKiuZfUX1fVM6U { width:18.75rem;height:1.5rem;top:34.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAds35VX1kwvLydZhxaSBhhVeEDQSKI { width:11.5rem;height:1.625rem;top:46.73046875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bqWniRXyAgsgeRsTcxXCgzO6WW7wNNIG { width:18.75rem;height:1.5rem;top:48.29296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkEcQr1s8CeUQPgD7WTbbdAoqVT9KSxr { width:15.6875rem;height:15.6875rem;top:35.07421875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeFkSGbmDGG6hUm9obW8KhZTNOgM8UFE { width:11.375rem;height:15.625rem;top:49.04296875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3a5iAeZ3U8fAApC1sar6LmlhaV7cs97 { width:18.625rem;height:1.54385625rem;top:60.4296875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IKh1CLPdRFW6hGThgHfE5zwiw3Xv2y5C { width:18.75rem;height:1.5rem;top:61.890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw { display:block; }#wE1LxkE5EWMAnEQAFSuJsirTtQSbEZWw > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAAV6grmir1lH2STCDW5EW8zpEdfZyLF { width:20rem;height:1.8681625rem;top:3.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6hn9T4erTnJAA3UVZ1LpuxvJkozm9Ik { width:18.375rem;height:2.2745rem;top:7.046875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-form-header {  }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-text {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-select {padding-top: 0; padding-bottom: 0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#c5b358;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#ffffff;width:16.0625rem;height:3.125rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:roboto;font-size:0.9375rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:roboto;font-size:0.9375rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:roboto;font-size:0.9375rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:roboto;font-size:0.9375rem; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container:first-of-type{padding-top:0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-container:last-of-type{padding-bottom:0;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:10.0703125rem;z-index:15001; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA {display:block;}#m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:10.0703125rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #AkcPcCAxHkp02cT5zuM7rTvadW1wCBvz {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wniiJcomRriar0lmHztHCOVD0tKkac9A {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #Jd7vKh7tMZLKi3W7ThkUthoUy7ZQdyvr {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #zKWs7yRvBQRTo44RHS1VTZCNkFtJTV16 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #livKlVBhW8CnLcMNeMATQdui1O0Q9yWF {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #vw8cdFFexztSCyTtzmTTbJC26RANAKsE {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #HM6kKmKAJvOaDECC7GupT4T3ygfOlAXg {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TicXkGrdXzAZ86UgqzhzpMNuKQw56CF3 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #DSDnq6o1tEMXrUPaQadX2whhT605TCpy {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #aFqTVgzJTa6xnQuo7sPMio0rVbH1bfHK {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #o6IAZ0En1xLUq9WUo3TiNoif6vkKBXcL {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #dMXRM3MrAoUE8qlCd1VmWUBtQkqUqePC {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #IXqckdQdI2FkwAGsJB58SAfhgi3RqAdm {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fnvGlhuytTPO2NbBHyLh7hmsBexpvpA6 {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #QxnC4CPwTpTrwTO1pyBOBtzHAeDWSFbw {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fOJzb2QkJGFG7k73nAXWBkOFqeRQr2Vh {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #fXo0cogXAkEADWuwUJSbgW908kyGeXgX {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #TpOGlafTXBxE2GxJWULHTdsMRs4M9zDC {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #wGHSi0le3t2NeSC8ifLxFs9bTTO1vrbR {  }
 }@media only screen and (max-width: 763px) { #m2hFCC1idbQ7EBxrQSGAZWvZyCVGIZZA #BIaHH73EJIt2MNUZMag9FuMMaAXa05Xz {  }
 }@media only screen and (max-width: 763px) { #qcKhHLaSkUtwccvqC2LVA2yUOf6rM4fK { width:1.75rem;height:1.625rem;top:15.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iThJ9HJnt71liAqg4yiDvXS5SHJNv7BE { width:1.75rem;height:1.625rem;top:39.7441625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-heading-text { font-size:1.0625rem;height:auto;text-align:center;text-align-last:center;line-height:1;overflow:hidden;font-weight:700;font-style:normal; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-desc-text { font-size:0.9375rem;height:auto;text-align:center;text-align-last:center; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC { display:flex;height:auto;width:17.5rem;top:4.6171875rem;left:0rem; }
#uEzyBad8r6h6bsPdPPczIVZilSNFcoyC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #IAQIZVvEyI9BQZ6EUMI0HbTEpJftT4S3 {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #KhOF9rAD1TcXRgGQPU0DLDFUn2sTaHqU {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #SCd0xGu94Wnrh2HFZxRSq5dq5XHTD7Dh {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #gU3qr7WTgoEUCyxHWvzU6we15FyQAZJO {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #zInyES2RiiKZxU1KhNDQBpdZnGpOZ5wD {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XbNSOuPZTAKnD8HThtxpz8MfmFEiod6a {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #bK0sESt3I1bJ1LGmZdF2qNfTTlkkDcTH {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CQ5CeHhs9vWd4IsNwPf5WbF0NEDTmcsh {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #Sk8FS9aTTpehSiFbTAwvASGPWernJiv9 {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #HwUw0DFQsD3dUoiEzG5aR1nt6wqgHvrO {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #EBrJot5gZ2G1TfgIadoKUoVVp8HAc30y {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #R2wKOFmnFegTegoAAehAIoHSlEbdcHqW {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #XudSa29qkR117pyR5ObtimNvvbrXFtJF {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #C9Ehe0o6TWdqK7cx2CRAvIqTMseo6XSw {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #FNZWpu4bQWD6wM9hRIMNv6tbL3a9sgnp {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #N09i3F8P3SVJzOmCAfDWhhyt3q0nMvTT {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #GwSAc8B6M9aTMvRlHkSXfznbCKJZOmwk {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #uDOtkrCNibg7OTDbAeWSIk9ce5S6qKaV {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #CVs6MnCH6gD1F0RAQBTTffzTPgKnseQT {  }
 }@media only screen and (max-width: 763px) { #uEzyBad8r6h6bsPdPPczIVZilSNFcoyC #RerLJNprK7Lz5vWClMdVoSMHkuRJB55Z {  }
 }@media only screen and (max-width: 763px) { #kcHgaqTouZlGT28btXvthxRGJIlzwDT1 { width:20rem;height:1.8681625rem;top:1.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 { display:block; }#qN8v1xPyvu7B4OvBK77ivCxySn4irWx4 > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dObSWsFZT99SF24s1Tqd9OreNtonReSh { width:20rem;height:14.0625rem;top:7.2509765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFcktnO9TTHHdyhse3edxOudzNXo21yG { width:19.375rem;height:14.0625rem;top:7.2197265625rem;left:0.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TFTn5z00GerbHdEy0MW642kMdED1IJne { width:19.375rem;height:14.0625rem;top:8.6259765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxtHiwdM21w6LR6ETVgpmeEcblTyHdFX { display:flex;width:2.1875rem;height:2.1875rem;top:9.7197265625rem;left:8.90625rem;font-size:1.5rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #OT0tqEh3ERIERxteUbyXx2aniTeFqU6l { width:18.25rem;height:2.9989375rem;top:12.7509765625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RvPHVUQ0kZeKAw8bJqMNIPcke4wxFqbV { width:6rem;height:1.21875rem;top:17.6884765625rem;left:7rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gZvcE4CPONcz0cp4TWkdA8TAkrPP0cUI { display:flex;width:1.75rem;height:1.75rem;top:12.0478515625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UR59p7QSgRwr5i1tebqsDNENIQkVylHX { width:18.25rem;height:0;top:12.6826171875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTfoBFr4tVxzL1mqQIKwqagokREJ9kH7 { width:6rem;height:0;top:19.5009765625rem;left:10.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hP5K615fZO7vxKRG4EWE3T01r1dqn8IW { display:flex;width:1.75rem;height:1.75rem;top:11.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBTFcbHedmTZhc6kxmNbO2zx10Syu7c6 { width:16.0625rem;height:0;top:13.9951171875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1C9AHF7dNET9KZVMU8NBf4I8gh03G6U { width:8.75rem;height:0;top:17.6884765625rem;left:11.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERURxAs7pLZugGIMNtGNrbwLLvbMKqfZ { width:20rem;height:56.0625rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hlOugt4FG6HUiBdTwt0XNTGFKRcrygST { width:20rem;height:1.8681625rem;top:2.775390625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGppeSDLLXRArFUi4TTkqirtEw5g146p { width:19.375rem;height:14.0625rem;top:22.5rem;left:0.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #neBbxnZJIg8R6Xo6sIqTn6A90CEt1qH3 { width:6rem;height:1.21875rem;top:32.8134765625rem;left:7rem;font-size:0.9375rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7JQqPkhiuF3fnZUisykByKNWXEbhLAP { display:flex;width:2.1875rem;height:2.1875rem;top:24.4072265625rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #gGRpys7zmPLgRZpulctRxfJHcnbknMqg { width:18.25rem;height:2.9989375rem;top:28.03125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #B0yFtMnPrJ4GJ9bPfeD0TGsHJTJDWOmI { width:19.375rem;height:14.0625rem;top:37.6884765625rem;left:0.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #C5ozDzHPwtLgD0KpXFbHJUhpmPSWTJmG { display:flex;width:2.1875rem;height:2.1875rem;top:40.125rem;left:8.90625rem;z-index:15007;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #b9I7pzExmi1c967lDxtX5GrpXN8pcwhT { width:16.0625rem;height:2.9989375rem;top:43.2197265625rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #uvzdIn5ELfL5GmnWT1QEwEyppshhWTye { width:8.75rem;height:1.21875rem;top:47.3759765625rem;left:5.625rem;font-size:0.9375rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QT3geF07G7cdLSAN1drmFmC1iU8DonGG { display:block; }#QT3geF07G7cdLSAN1drmFmC1iU8DonGG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMz94GODMTzqaPTRxTTm05iBGTGggbKw { display:block; }#SMz94GODMTzqaPTRxTTm05iBGTGggbKw > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCkGntVygVII8yqL9mJJS5p2NnRA7y5R { width:16.875rem;height:3.736325rem;top:2.9375rem;left:1.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B06ceceJfTBN9V07yhgNWk60RT23IpRy { width:20rem;height:19.6875rem;top:71rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #af0Te8n89eeT8fKbWB7O98q0eXdeiySg { width:13.75rem;height:3.4375rem;top:33.28515625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5qqXHMEq4Qik5qhD3m5X3ZuzEFPALv { display:block; }
 }@media only screen and (max-width: 763px) { #nWQuAvTckQCvCAhRgPcZ9aLIB8IPzNdP { display:flex;width:1.4375rem;height:1.4375rem;top:9.1875rem;left:9.28125rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #WiCZIUsedFt0927MuynGSfM5SWQi4ccr { width:12.5rem;height:1.298825rem;top:11.349609375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGCuoEQn5yHF7oS3GmxU01FRqvyaXwWv { display:flex;width:1.125rem;height:1.125rem;top:14.9873046875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #J9vOzKdCf60pWpJyJ7hxAUAN03TNtEIt { width:19.9375rem;height:1.298825rem;top:16.7998046875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDAaMFVNwrUAXHFg3FE9NwCnHnEUTQTE { display:flex;width:1.625rem;height:1.625rem;top:20.537109375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #AnEmTIGEB7zcfZ9TE8KmhGtLJVfwomxS { width:12.625rem;height:3.8964875rem;top:22.787109375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIZltTGWa7NUsQDgGwgoS9BLZRXiQT { width:20rem;height:2.59765625rem;top:29.873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKp785gkx9ygbcnhqPwTEUaTogz0qiGK { width:20rem;height:19.6875rem;top:39.0625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd { display:block; }#DSo7FAnoafJNg68q3tPv4wW9Axh6iVdd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbMlLZr16DLvkxIQf9aieta5yOoRdK2p { width:3.0625rem;height:3.0625rem;top:0rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuRhsTH3DTkX4t4zsEv5bsqtSTBcMTRb { width:11.125rem;height:1.625rem;top:3.0625rem;left:4.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXH69CG4m015JJAIWrfe5foWASIqgDQs { width:20rem;height:0.89355625rem;top:5.38671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }