.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,244,219;--color-primary-1:250,217,143;--color-primary-2:255,201,75;--color-primary-3:252,162,72;--color-primary-4:51,40,15;--color-secondary-0:231,242,251;--color-secondary-1:172,208,241;--color-secondary-2:89,112,162;--color-secondary-3:48,76,139;--color-secondary-4:18,22,32;--color-tertiary-0:255,255,255;--color-tertiary-1:164,165,184;--color-tertiary-2:104,105,136;--color-tertiary-3:62,63,82;--color-tertiary-4:3,5,56;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3a3f3d-dc8f-4c7a-8cbf-49d608a4a8c9/TAD_18751.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.adaptive-delivery-prevent-bg, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyload, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyloading { background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { background-color: transparent; background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .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); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { border-width: 0; border-radius: 0; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#FteLIOM4trhHmUlreNUSg00lF7TOToJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);top:10.4375rem;left:25.125rem;height:9.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xN9i2xdXDTCN05iIlS1H13DLQLt65aau { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.4375rem;top:2.125rem;left:56.75rem;overflow:hidden;display:block; }
#fDMTNRFwa9K5CLA6r4JUT197ZtpnfFD1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.4375rem;left:47.6875rem;display:block; }
#irgV1dqA9qNSsJFAkIXQzEJa9oIiQv8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBkA0ioG7wFyZ2LlT3JJQGu8nJd9r4t8 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem rgba(33,31,32,0.42);top:21.0625rem;left:33.8125rem;height:4.53661875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ifhmFnGCdXsoCZ4RZ25TM1M6O5bW6MMC { box-sizing:content-box;height:10.0625rem;width:13.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.5rem;left:11.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Dse4Hhs6aSTRyuWRZqEJWhMJKyhsNK3A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:44.34375rem;left:12.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A5iTaA3wovkiXvMDy7kyaHKvXLQiPkWv { box-sizing:content-box;height:10.25rem;width:13.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.5rem;left:29.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZJy1hioctAmBwps4nd10cHWfVnGQTfhm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44.34375rem;left:31.125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6wE6ITezZbbuRQxQhBP43OlBqHfsHrw { box-sizing:content-box;height:10.1875rem;width:13.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.5rem;left:50.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#o1rHmubPi9mFk6zEfEWu0p4cGrnbDZST { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:44.125rem;left:50.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UHTmvHfQCLKnpBqETxDBtmvzMGN1Oqhh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:39.03125rem;left:33.1875rem;overflow:hidden;display:block; }
#GoA6WIdpNTiAzLmrpevmPd3zaKDiGiAU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:39.34375rem;left:15.5rem;overflow:hidden;display:block; }
#W79xQetd5EwWttlcTkvLSvEnXT1Ltfl2 { position:absolute;display:block;z-index:15013;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.375rem;width:5.9375rem;top:39.78125rem;left:54.0625rem;overflow:hidden;display:block; }
#eKrQuDmbNos27xFCyus65TQABVvggJ0z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KT4mUCdlG2Kh8KewL0IUgrOrU2o3GR9L { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:44.34375rem;left:12.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZLbsBI8h8DnOvg3UCqUOTFfWLl7pTkfs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44.34375rem;left:31.125rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MeuBTPxuoBXUKxXIQe5kUGpyTo7oGldx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:44.125rem;left:50.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { position:relative;display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { background-color: transparent; background-image: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container > .video-iframe-container { display: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row > .video-iframe-container { display: none; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .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); }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { border-width: 0; border-radius: 0; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .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; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.5625rem;width:60rem;top:5.46875rem;left:7.5rem;display:block; }
#MtGX74xmBFZECKwtXT9QIXq8As4fwugf { 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; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container { background-color: transparent; background-image: none; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container > .video-iframe-container { display: none; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row > .video-iframe-container { display: none; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .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); }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container { border-width: 0; border-radius: 0; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#voL2q0y2GxeeVgcpDKeXdGrcyUAObWpV { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:12.25rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0FGpHbiU5x7SVTo1XBE5BQnhbmpnWNq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.8125rem;top:1.5rem;left:24.125rem;overflow:hidden;display:block; }
#mmZsQdDrQ4POpiek6IhyCHu5gddQZLF7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:1.625rem;left:31.5rem;overflow:hidden;display:block; }
#CUmU85ATztqlIbxEaSey0cvioV79T0dW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:38.75rem;overflow:hidden;display:block; }
#ywAh9cnQL8508pUv43gmasGzaiMIRL0C { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.4375rem;left:48.375rem;overflow:hidden;display:block; }
#pKBUIcLnkHnPcRS6M2aRtordQ9azMCbr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.5625rem;top:2.0625rem;left:54.75rem;overflow:hidden;display:block; }
#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { 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; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { background-color: transparent; background-image: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container > .video-iframe-container { display: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container { display: none; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .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); }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { border-width: 0; border-radius: 0; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { font-size:0.875rem;font-family:arial;height:104.4375rem;width:75rem;position:relative;display:block; }#XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:25.4375rem;left:13.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u30tRSo9MlSEkwkktTMOgFJamnfCteyd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:43.9375rem;left:42.0625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xr4TrBhnN5p2g2vm7AKqKkcP4Tt3oBZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:41.625rem;left:46.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c9EtpLzhq7Itsc0Lx091m0tIeZrkNaMg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:61.875rem;left:17.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nl4A6HQKbaGBMcv3vPGdv1z4rLRCV3zf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:64.0625rem;left:15.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:60.625rem;left:27.625rem;overflow:hidden;display:none; }
#fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#i4IhniHyH4pF1CXa4y3GrQUTi0T8xbWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.0625rem;left:21.1875rem; }
#RVWNXbhylRSGs1kTgiVhTuF8xCX216qO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.9375rem;left:49.9375rem; }
#hyN9Jbdhyc1VIcqLob3113W7Wei8zFwz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:58.4375rem;left:21.5625rem; }
#trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.125rem;width:26.4375rem;top:35.125rem;left:10.0625rem;overflow:hidden;display:block; }
#TmMTTmxt8smRmmplmXeolgx4enNJXkHq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.125rem;width:26.5625rem;top:15.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#InO24MdP9olbVkDaHGe2hWmFiwgnbSFQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.25rem;width:27.4375rem;top:54.375rem;left:37.5rem;overflow:hidden;display:block; }
#MbT0NvmTqucW7WzW4En4c0GQtMV9mxhe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:75.625rem;left:27.3125rem;display:block; }
#BMT5G6eGFneGscyxixbuNG6BkVcMBiro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeSihnPow2tBv9TT8ysQ2DBdDZqX1ZBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:83.5625rem;left:20.875rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:97.5625rem;left:9.9375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:101.0625rem;left:8.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:94.75rem;left:7.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:93.0625rem;left:12.3125rem;overflow:hidden;display:block; }
#XI7aFFLFb5OLFLxZQMTS70pRixUJmTcV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:93.0625rem;left:27.625rem;overflow:hidden;display:block; }
#UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:94.625rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:98.29296875rem;left:24.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:100.3125rem;left:23.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpQ69epMAZR5ghAEB19IecoNMkLH7MyK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:93.0625rem;left:43.0625rem;overflow:hidden;display:block; }
#w1HUKxZuw7v5X1Sg3VArZX7KDyXes7hV { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:94.625rem;left:38.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:98.125rem;left:39.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:100.3125rem;left:38.9375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EI0BbPS4TLtn9kAXgQ0P8TEziB377Tbp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:93.0625rem;left:58.4375rem;overflow:hidden;display:block; }
#iFWv2hKkHqUf5F74PEUKVLhepITpETg2 { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:94.75rem;left:53.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZhrZiuHXxmlBJTEnvZbCXZ0sQy8WLOs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:97.5625rem;left:55.4375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTNihRtT4HPSpINpnz7oJEfcFi6RN5p0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:100.4873046875rem;left:54.375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:10rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vdanRIvG7oDUvI7FiMEZ0fn7qawzNNag { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.875rem;left:17.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.47607421875rem;left:17.90625rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCNBOziUJWCGsVrdTT50mrkHOypByFAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));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; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { border-width: 0; border-radius: 0; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { font-size:0.875rem;font-family:arial;height:65.4375rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:13rem;left:11.0625rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byDkbqetM8BtVsRL61uTgeAwZb1qwbqV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.1875rem;left:14.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v92hAvy9GC8OVq1bynIBaD1wMDm1QNvV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:24.0625rem;left:5rem;overflow:hidden;display:block; }
#Ze6LWm4vUSTQUnu5fAW7eCgeXAA6tIRw { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:24.0625rem;left:14.3125rem;height:1.3125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaEO81ly8AxSXPBg9BFwx1fNFuvruSJe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:26.875rem;left:14.3125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTUV9cdEqEQapdrurqz542TB9K8Zi0Zt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:24.0625rem;left:41.75rem;overflow:hidden;display:block; }
#i5vG8MJ4V64KAKRJSv17HcWBQQTLT946 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:27rem;left:50.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJO2TxqIqmK484zxKvXDoQCbcJECTnZK { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:25.1875rem;left:50.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eN4w9SoyEivQ95ubyTXLFXt7veKhJXFN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:24.0625rem;left:50.5rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfACSNdifGxahOzTFpNbmNOPAiccGLDM { 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:8.3125rem;width:8.3125rem;top:36.9375rem;left:5rem;overflow:hidden;display:block; }
#OwRg8CxvBWh1rEPKaRX5NhJJ68yyNdHz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:36.9375rem;left:14.3125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OexytXvcItIQuMlKZLPzN2FhAA7ohmot { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:38.0625rem;left:14.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQ1NC01BLwva5m909CuJbHIlRTQWoND9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:39.75rem;left:14.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lnxWPSLt0fs3TLCh12FebXemFq9mK8vg { 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:8.3125rem;width:8.3125rem;top:36.9375rem;left:41.75rem;overflow:hidden;display:block; }
#aFn6cqSNHvWbrAb9TgFZJliuznLdBo4F { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:36.9375rem;left:50.5rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JesAxgxqkpkI481LtVJSsB6CTfEiQTrH { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:38.0625rem;left:50.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAaSvhcX050krJaBuFJmPLWWGQi5l9iT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:39.875rem;left:50.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdxATcwKsT3TGQMNaN0m9anwUrOx5OVP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:49.625rem;left:5rem;overflow:hidden;display:block; }
#tNU0JIDEVQOqefDTi7CSWm8wiCtxcyH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:50.75rem;left:14.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8Xo3eSSizVdJTclxySJ5HFgbuuzZVAE { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:49.625rem;left:14.3125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpwCgoO4MCJEF3SbwzrNPPqzHDUZOkES { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:52.4375rem;left:14.3125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gtToLneqsg5lUAJSnzqEv7epqCtns52q { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:49.625rem;left:41.75rem;overflow:hidden;display:block; }
#z8Dy6NTlDDHJUvSPIcn1KIcid14LvNCb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:49.625rem;left:50.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d2thq8kNuM283DrbdnzlPDwSoby6yyJy { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:50.75rem;left:50.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWE0elRpQX0HyTUO4yFN3qQNycf0ZTEL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:52.4375rem;left:50.4375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PQbgpWSeQfq4n4a2fxXXc33VJWWzfUoI { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EzmwLTuhXtW5gBU77L8WyyqKxFFssy92 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KrJLmHInlX0TpoSsM2T8Nmo7w1GkRmwx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Zt5XBhowf0GEZ1dTQ8IQVHKn1Vf66frr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FTwDTmHDFTPqMlDPi30XDBloteyWw8eM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#k9pTlXVTKHQJywvyn7ORBzaM0WmklyAL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pkmSyeyt35OydotOag09ufQh1WsoAEpk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { 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; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#B6TONbgBttA0quK6lWcrITCSGgFAPpPh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.4375rem;left:19.5625rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJg6kLzFR1d4cABxJv5bDm0qd7Exc3xD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.875rem;left:19.5625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.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); }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .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; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:montserrat;font-style:normal;color:rgba(var(--color-tertiary-4),1);height:auto; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;line-height:1.6;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1); }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .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_c922709744f82682362136c8b555aa904c1f812f.svg");background-size:contain !important; }#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-trigger.adaptive-delivery-prevent-bg, #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-trigger.lazyload, #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-trigger.lazyloading { background-image: none; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb { box-sizing:content-box;height:auto;width:35rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.1875rem;left:19.5625rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #wSu4FFaZA5L7fUdbPagAIQsdAKLNBpLd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rx2kVrZAZTgxeuZmc1fr5HtgTo9bZbOF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 { display:block;position:relative; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #FehssJgR0FfzToX8qLrFiHEvDiqZGrFp {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #eTK5fzLu8wpCRpNNP0fh4MESCTBwA35D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hTnXTBhrGuTQZXOstM6qhrFuo1xNAT4g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp { display:block;position:relative; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #asQnwki71DbJs9U9O8Z9yaVs4RTXZsVg { display:none; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #oxLpFR5TQwGvqHkLDKV1mn2m91nQK59z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #nsDfkMw5o4IDAIA66SiL1qC2VoPqO83E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 { display:block;position:relative; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #tPHXsNliAVWhloyFheipkpmdtM7LLhfE { display:none; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Rnnmr3CvUADu1yXZHGa6n62B7TgSFgpy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #QsJVSm6VC62LECanGTxWcIrddZElmTfT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Iq2U9QE91QuXFH6rSa3BfV4eH2h0XVP0 { display:block;position:relative; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #yhaMCf0kOxoLLSpL0V1tiaAi3T0NNupu {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #aFtcx01L4LrRzr8AGVgzSglRQwIFZ4fS { display:none; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #xXlDlAG8viw6rE7XQa1n0XFg4uOTnx8C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #licUIWWvZTkaenXIACGlehFTQDsLHJfP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu { display:block;position:relative; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hltift09vQm4VMoCHybdDx3EZVpCDJPt { display:none; }
#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));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; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container { background-color: transparent; background-image: none; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container > .video-iframe-container { display: none; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row > .video-iframe-container { display: none; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .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); }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container { border-width: 0; border-radius: 0; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#sWuLqDC5wT3bcRlxHahi2Ueewh04fk1x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.5625rem;width:18.9375rem;top:11.125rem;left:7.5rem;display:block; }
#oZTnI4doUWnC78IzqlqSDCbKrMONxuOk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.1875rem;left:9.3125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pkGN8xaPguZOZNqzMt7pfuhATynBRJRM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:19rem;width:18.9375rem;top:11.125rem;left:28.0625rem;display:block; }
#xXghMWOMdqRnr8Fq3fDJPveiTIG7boqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:13.1875rem;left:28.75rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ym8B9zGIyvNefQzxlNUUtusWPzksnxyQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.1875rem;width:18.9375rem;top:11.125rem;left:48.5625rem;display:block; }
#wwkKfBvco9lIVsetpTZiUrriv0TeVq4G { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:13.1875rem;left:50.125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nn43hK9TZs4yIbL5QNBuzNOwUzvKFPv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2RAPwh00peTTd8Pa3BfUyb3Tyyo2N5P { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.9375rem;left:8.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrqT6vUZ6lCLablcOWRzJBZE2wHw9K8s { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:25.5rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCBJ0VSKoA0bJuBSCB4DL3mFwN7oW18g { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:22.5rem;left:49.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6gte4IZTdznlcUQMiW6BSvxRdV1QU8g { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:9.1875rem;left:8.5rem;overflow:hidden;display:block; }
#aqQvzTuoG7H4kN6prvQf3k2WJ9e90KsL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:9.1875rem;left:28.75rem;overflow:hidden;display:block; }
#Eu50of1l97Jhczys7qUCNOuEad13pTkp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:9.1875rem;left:49.5625rem;overflow:hidden;display:block; }
#H4yThtxgqRaHb5R7Lrm0Qf0D36bS3HuM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:23.1875rem;left:13.875rem;overflow:hidden;display:block; }
#QPGu1npIZKNZJKUFyemoS4ktJJVt6ugJ { 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.4375rem;width:6.25rem;top:27.4375rem;left:34.375rem;overflow:hidden;display:block; }
#oiWTqeHhAkx86KwK15BQ2chWOL2Zw3IB { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:24.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#rUMLrT2P3K0gXFEfnong7FmFDvwAD55a { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.25rem;width:18.9375rem;top:28.1875rem;left:7.5rem;display:block; }
#t1CGyRTXrbEpaFHlG7yxMzbWCBfhFtIn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:30.6875rem;left:8.8125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKez4BhlddFgLIXTyd2FkputcKBCFqUb { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:43.125rem;left:8.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSRdfGQF5VVR2wv4U3Ux0oSFqZlJJuRS { position:absolute;display:block;z-index:15028;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.4375rem;width:6.25rem;top:45.5rem;left:13.875rem;overflow:hidden;display:block; }
#m9krUAwOrTiyd4i1oPUhgPfK41orUkPg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:26.3125rem;left:8.5rem;overflow:hidden;display:block; }
#MeT7y5C5fETatfvUnRTdiH3WpExDzArT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.3125rem;width:18.9375rem;top:32.125rem;left:28.0625rem;display:block; }
#OEEdTqg33fdsVIzGRQ3paiuENc2eGs8r { position:absolute;display:block;z-index:15017;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.125rem;width:4.1875rem;top:30.6875rem;left:28.75rem;overflow:hidden;display:block; }
#nrL7mpxOnosxuc9S2q11hWQkfEP8uA0J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:35rem;left:28.75rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbwV6pZX8z9QlmVVZLNzEiKWrpQTdKDT { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:47.5625rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9Wt3URDTerTcavNWXctwmT4JyaFm2HN { position:absolute;display:block;z-index:15033;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.4375rem;width:6.25rem;top:49.75rem;left:34.375rem;overflow:hidden;display:block; }
#SQrNDEUA3psvEewS82ryP2VCxnAq0w1h { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.25rem;width:18.9375rem;top:29.625rem;left:48.5625rem;display:block; }
#W7ediTX8df6eLxCvKBTB6fLZ2yGH4RW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:32.5rem;left:49.625rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTSixAsRhVdgFSSTQsChQvPupkUGWgob { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:45.1875rem;left:49.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1Ft0vqwQPF9s9ik0OsdttT2hbJup9C2 { position:absolute;display:block;z-index:15032;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.4375rem;width:6.25rem;top:47.75rem;left:54.9375rem;overflow:hidden;display:block; }
#opWepIaxT6huD7pvdZ8l50m1aqBbMGPT { position:absolute;display:block;z-index:15014;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.125rem;width:4.1875rem;top:28.1875rem;left:50.125rem;overflow:hidden;display:block; }
#UdU0tR4FqpuGPEZGwK5yQaVvCVFVWha5 { 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.4375rem;width:6.25rem;top:27.4375rem;left:34.375rem;overflow:hidden;display:none; }
#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { background-color: transparent; background-image: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container { display: none; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .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); }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { border-width: 0; border-radius: 0; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-form-header { font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#fbfdff;width:18.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .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; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-button { 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-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z [class*="-text"]:-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z [class*="-text"]::-moz-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z [class*="-text"]:-ms-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z [class*="-text"]::-webkit-input-placeholder { color:#898383;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .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; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-container:first-of-type{padding-top:0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-container:last-of-type{padding-bottom:0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z  { background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;position:absolute;top:14.25rem;left:1.875rem;font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem;display:block;vertical-align:top; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z {display:block;}#TplxeBGiXHMh26J61PNKknK981aGcL5z { background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;position:absolute;top:14.25rem;left:9.375rem;font-size:0.875rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #CqI9c0hdhKFSwegZKZui1x4uqq8h9xVm { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #XLLdnHcFZyRaHTwRWFnL8nTHVCT31T8F { position:relative;display:none; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #SLpuzXe03KCdLiNNw0nWi53X8MEHViZI { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #dfZhF2PQFeH2EWxP5geSfEAZ1QMbdZaI { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #KeW7xerr9sTtE9zbwg9qMTMJiUW2yJoZ { position:relative;display:none; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #DkZhosLesRKkRARNB6RUk22uCv4zoybZ { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #tKa1tIy8cugUzLs1iF5RWaoukRp0H5eX { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #NCqqd7SW8GhJLn9I32TVH0ETiC5SKzyz { position:relative;display:none; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #hlw9aEkRnyeWBEX0nrwW8L6R3UUBsBAf { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #EqoDcQBua6O1NPTTPbtNk7sP439gBvzZ { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #MhJKpyEwdndOZ1rVXk0c5EtTOpbdM1Tq { position:relative;z-index:2; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #ZihwuThSgHQWWn8rEVhgDtyluOBKzO7k { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #GrQ05nDAW7kSlsy28AgLhhS3MUPvZTM2 { position:relative; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z #rNELp3JpdZGBqFTw7zRK7kSwW2oZXeT7 { position:relative; }
#gPcXFxDihTt2cWKtZueLx3RMq4931T59 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:8.125rem;left:15.375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmQGx0IhLM7rulr1csOtLLGp1S1nRPGi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:34.5rem;left:12.1875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcwOy8chXkGiW453CZVg5Bo0SP9Fhxko { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:14.25rem;left:33.125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.0625rem;left:33.125rem;height:17.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:before{  }
#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 { 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; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { background-color: transparent; background-image: none; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container > .video-iframe-container { display: none; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row > .video-iframe-container { display: none; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .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); }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { border-width: 0; border-radius: 0; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;position:relative;display:block; }#nqyA4gUBXBpAEBNTypUeGxakq6Q67QJH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:10rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOKM7T7WnvAcvEuelePosQNkcgqS1mWx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.6875rem;left:8.125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IJUozom1ZCpGSpntAieNvROzaglWUXhG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:13rem;left:10.6875rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uIuEnlUpQfqTIFheCVfcx7RSkbAyh00k { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.6875rem;left:29.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3885gyt0cPaURnKtph5MsCOHpXlO6br { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:13.0625rem;left:32.3125rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5a1Sx5M4srwlfTgvGRwC7seXaDL69cK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:13rem;left:50.25rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iia7dOOkZ8DcZERFWqNpxH2O8gKFRsQL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.625rem;left:49.1875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w7gy0Chwc5GA3EfA9CUBA5zmkMosdsfK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:60.625rem;left:27.625rem;overflow:hidden;display:none; }
#JwhmpTicBeHoh3u0N43aJmgx4fvurT6O { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#kWiHNzAzNDKJvNSRVXt7An7iczBeqHua { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#R4XELR7qNz6mJbLpXXb0yA0v9GgpMk5I { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#N7L9FIDRibdnrRnqN8pSNurAaNqQIzm2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:14.3125rem; }
#fTuC3Km6US4mJwX43EkWTDJAUM7z3aIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.625rem;left:55.5625rem; }
#dglfPKZdafBHc4WIP2gSdv1EshHJQnBL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:53.6875rem;left:39.625rem;display:block; }
#oWP7wBWOmNoMai6XT4kxac69JA5wZ6IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNU7C4wFmfws6HVpcGLGAoneZD3wy2q1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.125rem;left:35.625rem; }
#bHzV53561O22Bz3oTBWmSata86p086eL { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:29.1875rem;left:12.1875rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpkzRcxVGrG6tCzB7IyR7Rb0xMZcKCmE { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:35.1875rem;left:28.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6MkvZbALMLct47rNhn83GbWEdEISpz0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:17.25rem;width:16.3125rem;top:34.25rem;left:9.375rem;overflow:hidden;display:block; }
#ZTBGw4U2AP4mlchfnkDKxNIVlXP9W3EA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.9375rem;width:12.25rem;top:49.75rem;left:23.5rem;overflow:hidden;display:block; }
#ylr5b2tn9qwOwGfIhmWJmCWGOwphG8IR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.1875rem;width:13.0625rem;top:51.8125rem;left:10.0625rem;overflow:hidden;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#uT0lkVAkpawyVpq7dfkP7SE0IdNWeEQA { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.1748046875rem;left:12.75rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VrdURbFNxszvhMyXkeATal6DMLnevzwW { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10rem;left:16.6875rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRfb2T92XPTtbG6Iyd6m7NcPcmtVwp6i { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.25rem;top:25.375rem;left:7.5rem;overflow:hidden;display:block; }
#v2CUt9hOaD1SMs4TvlR5ninkAWIMf0ys { position:absolute;display:block;z-index:15013;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:12.8125rem;width:19.25rem;top:25.375rem;left:27.875rem;overflow:hidden;display:block; }
#pBrR7Ed3owpxbRt41pbITgMrViqf2AnN { position:absolute;display:block;z-index:15014;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:12.8125rem;width:19.25rem;top:25.375rem;left:48.25rem;overflow:hidden;display:block; }
#UX8eJaXZsBNi8hfLE0T23pIQl44WSrQ3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:19.25rem;top:39.375rem;left:7.5rem;overflow:hidden;display:block; }
#TnFhVRWaeGVumHThJR76DM6GVlFAZt8w { position:absolute;display:block;z-index:15016;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:12.8125rem;width:19.25rem;top:39.375rem;left:27.875rem;overflow:hidden;display:block; }
#q0qM16RH1cn2W38FBsyub6oadc162gbn { position:absolute;display:block;z-index:15017;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:12.8125rem;width:19.25rem;top:39.375rem;left:48.25rem;overflow:hidden;display:block; }
#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N { 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; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container { background-color: transparent; background-image: none; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container > .video-iframe-container { display: none; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row > .video-iframe-container { display: none; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .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); }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container { border-width: 0; border-radius: 0; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#DCsiDuRvQcX40WddLLBvGTtREIpac4BA { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.5rem;left:10rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpU61lfc18u4QbVL1BKcVyffHVd4eU4k { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:60.625rem;left:27.625rem;overflow:hidden;display:none; }
#x6pzAhSn02WDk35xWcNOvecrEJdcArqk { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#sgU2KWbZBJpy5mEPksvOhMQ5Eho4CCKJ { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#gkbMVMt5AibhVJ183dNrkvvrmbAtuAbR { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#xHDkR5BT8JyrJONLOq3h7yTn1SPkx1ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.5625rem;left:5.8125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zx81UnmKxgKe3r2zPdwpwhmKLAecFpTz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.9375rem;width:19.5625rem;top:14.0625rem;left:47.9375rem;overflow:hidden;display:block; }
#ek6p0hGTEE8Fr4nvR9riLdhT0HLEwUPd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.9375rem;width:16.125rem;top:11rem;left:35.8125rem;overflow:hidden;display:block; }
#HuOlT87hToawHiASWxJxFFKIoPKTVWOO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:31.125rem;left:38.0625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0EASxzvIoMsBOKAOr97DhPpzw30KSeS { position:absolute;display:block;z-index:15014;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.9375rem;width:2.625rem;top:28.3125rem;left:41.1875rem;overflow:hidden;display:block; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1); }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .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; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:montserrat;font-style:normal;color:rgba(var(--color-tertiary-4),1);height:auto; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;line-height:1.6;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1); }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .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_c922709744f82682362136c8b555aa904c1f812f.svg");background-size:contain !important; }#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-trigger.adaptive-delivery-prevent-bg, #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-trigger.lazyload, #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-trigger.lazyloading { background-image: none; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd { box-sizing:content-box;height:auto;width:41.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:37.625rem;left:15.5rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 { display:block;position:relative; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw { display:block;position:relative; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM { display:none; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ResI5akTXPK5M037kXz05mgllu3kEGII { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp { display:block;position:relative; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ { display:none; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 { display:block;position:relative; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI { display:none; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu { display:block;position:relative; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH { display:none; }
#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 { position:relative;display:block; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 { background-color: transparent; background-image: none; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row .container > .video-iframe-container { display: none; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row > .video-iframe-container { display: none; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .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); }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 { border-width: 0; border-radius: 0; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .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; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mI7f7tpJQXlPT8orPTBmRbLA6zdgat83 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.9375rem;left:27.3125rem;display:block; }
#ATqsKxIAw6NhiVf49gLF2DM2Fda8kyCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg4279AwqMUegVLPVOLQWnsizassxElT { 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; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { background-color: transparent; background-image: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { display: none; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .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); }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { border-width: 0; border-radius: 0; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:lora;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.1875rem;left:11.1875rem;height:7.8369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:15.125rem;left:14.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { position:absolute;display:block;z-index:15013;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.125rem;width:4.1875rem;top:2.25rem;left:20.5rem;overflow:hidden;display:block; }
#CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.625rem;width:31.5625rem;top:1.3125rem;left:35.9375rem;display:block; }
#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv { position:relative;display:block; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv { background-color: transparent; background-image: none; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row .container > .video-iframe-container { display: none; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row > .video-iframe-container { display: none; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .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); }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv { border-width: 0; border-radius: 0; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .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; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fS5hQZy3laWt7GC9e0Rl2ueKwDBwZ7bf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.40625rem;left:27.3125rem;display:block; }
#O5TdL7Tdi11RHVNpVQv6TkxRGrzw028h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container { background-color: transparent; background-image: none; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container > .video-iframe-container { display: none; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row > .video-iframe-container { display: none; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .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); }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container { border-width: 0; border-radius: 0; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#ZgZGXr8Z2WaULUTxM973K8OMOtADiva3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#tnRmWmJN1GRxIVtuKXagrqu8FacXlRge { color:#001342;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.98828125rem;left:41.25rem;height:21.9360625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wQqJzU8zR5GgGuMDIf6X50xq8kq9XRxQ { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.13720625rem;font-style:normal;display:block; }
#RK8AErpXIhflzwBiiOyHBAduFrfBmVqB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#cq48D1vyomdhTKInVcR4IL1J27S0G98E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#h8h2lrb8b7MZ4STuMIlHMTOZxJXKxkxB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#ztQGPcR5pFIbQxvPZZVOlpLbAg4pQMrV { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.13720625rem;font-style:normal;display:block; }
#RGDmgK2hS03KIUtTtIFQTI6Sm7PkR3Of { color:#3d4051;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69921875rem;font-style:normal;display:block; }
#Cg4NGeUfAE8FZ6zGIXJbUtwCHtWqBTT3 { color:#001342;display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV { 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; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container { background-color: transparent; background-image: none; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container > .video-iframe-container { display: none; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row > .video-iframe-container { display: none; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .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); }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container { border-width: 0; border-radius: 0; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#bqz3So0vJfut70bnEuXcZpF63goHz9nH { color:rgba(var(--color-tertiary-3),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:3.3125rem;height:13.89110625rem;text-align:left;text-align-last:left;display:block; }
#ntJuZI3qg38f79WmtnW7qx0IzPaB0KEz { color:rgba(var(--color-secondary-3),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JdXGeJiPg1vQHSG37Q347KeSdkp9tDy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.1875rem;left:0.5625rem; }
#FiDKeHlu8DoDpiywy8SgmxPTUe3EPTQa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.1875rem;left:0.5625rem; }
#fDDVALTOT2gpXUxwqsCA2toxeSaBb00J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.3125rem;left:0.5625rem; }
#uVlv49Og9TwUIKa9ZvSfHkX3JIfkgc56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.25rem;left:0.5625rem; }
#Za2996g5iHOE5XLOM71DlDDoMTqpOquJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.375rem;left:0.5625rem; }
#NkWL9XTCXiUVB6F3NxSwWhkDG0dQ29Qx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.625rem;width:29.8125rem;top:8.875rem;left:45.1875rem;overflow:hidden;display:block; }
#m8G8wCxHR7QTPTbso46o0coMFX9xSNN3 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.5rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#IHMoxyWBpxytOwDAUkZ7Z1ZIaxtEJOrd { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.5rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container { background-color: transparent; background-image: none; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container > .video-iframe-container { display: none; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row > .video-iframe-container { display: none; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .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); }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container { border-width: 0; border-radius: 0; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#aXTyrfaIXVw6w2v1LdXomKSJHJLqZT6D { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#kU3rwvMdEZXAbQGkPPaXdCMc0UDLN3k2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:55.125rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#EBkuAZuhvSDa1EEH08OHh9oiEiMNMWmO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.9375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#y5lkvm03Bq53VqBHJq5XJlbCVUKFpLKk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1.5rem;left:7.5rem;overflow:hidden;display:block; }
#QKT34BSE3tiKxSUZc1FFx3ddoX0HN2Al { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:27.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#MTrJAL0q2IK0aMa2BhKsN73yG6zCxUGf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0625rem;left:55.5625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#eIqiiuHlsMgVrA1LR0p8nyluE1Zfs9M6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:55.5625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FteLIOM4trhHmUlreNUSg00lF7TOToJJ { top:10.4375rem;left:8.625rem;width:39.125rem;height:9.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9i2xdXDTCN05iIlS1H13DLQLt65aau { top:2.125rem;left:40.3125rem;width:7.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMTNRFwa9K5CLA6r4JUT197ZtpnfFD1 { width:16.375rem;height:3.5rem;top:28.4375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgV1dqA9qNSsJFAkIXQzEJa9oIiQv8M { display:block; }
 }@media only screen and (max-width: 763px) { #NBkA0ioG7wFyZ2LlT3JJQGu8nJd9r4t8 { top:21.0625rem;left:17.4375rem;width:30.3125rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhmFnGCdXsoCZ4RZ25TM1M6O5bW6MMC { top:40.5rem;left:0rem;width:13.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dse4Hhs6aSTRyuWRZqEJWhMJKyhsNK3A { top:44.3125rem;left:0rem;width:11.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5iTaA3wovkiXvMDy7kyaHKvXLQiPkWv { top:40.5rem;left:16.25rem;width:13.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJy1hioctAmBwps4nd10cHWfVnGQTfhm { top:44.3125rem;left:17.5rem;width:11.375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wE6ITezZbbuRQxQhBP43OlBqHfsHrw { top:40.5rem;left:33.875rem;width:13.875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rHmubPi9mFk6zEfEWu0p4cGrnbDZST { top:44.125rem;left:34.5625rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTmvHfQCLKnpBqETxDBtmvzMGN1Oqhh { top:39rem;left:19.5625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoA6WIdpNTiAzLmrpevmPd3zaKDiGiAU { top:39.3125rem;left:1.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W79xQetd5EwWttlcTkvLSvEnXT1Ltfl2 { top:39.75rem;left:40.4375rem;width:5.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKrQuDmbNos27xFCyus65TQABVvggJ0z { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KT4mUCdlG2Kh8KewL0IUgrOrU2o3GR9L { top:28.625rem;left:0rem;width:13.25rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLbsBI8h8DnOvg3UCqUOTFfWLl7pTkfs { top:34.75rem;left:0rem;width:11.0625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeuBTPxuoBXUKxXIQe5kUGpyTo7oGldx { top:28.9375rem;left:0rem;width:8.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { top:5.4375rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtGX74xmBFZECKwtXT9QIXq8As4fwugf { display:block; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voL2q0y2GxeeVgcpDKeXdGrcyUAObWpV { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FGpHbiU5x7SVTo1XBE5BQnhbmpnWNq { top:1.5rem;left:10.5rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmZsQdDrQ4POpiek6IhyCHu5gddQZLF7 { top:1.625rem;left:17.875rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUmU85ATztqlIbxEaSey0cvioV79T0dW { top:1.6875rem;left:25.125rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAh9cnQL8508pUv43gmasGzaiMIRL0C { top:1.4375rem;left:34.75rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBUIcLnkHnPcRS6M2aRtordQ9azMCbr { top:2.0625rem;left:41.125rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { display:block; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { top:25.4375rem;left:0rem;width:19.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { top:23.125rem;left:5.125rem;width:9rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30tRSo9MlSEkwkktTMOgFJamnfCteyd { top:43.9375rem;left:28.25rem;width:19.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4TrBhnN5p2g2vm7AKqKkcP4Tt3oBZQ { top:41.625rem;left:33.0625rem;width:10.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9EtpLzhq7Itsc0Lx091m0tIeZrkNaMg { top:61.875rem;left:4.1875rem;width:11.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4A6HQKbaGBMcv3vPGdv1z4rLRCV3zf { top:64.0625rem;left:1.6875rem;width:16.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4IhniHyH4pF1CXa4y3GrQUTi0T8xbWq { top:19.0625rem;left:7.5625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVWNXbhylRSGs1kTgiVhTuF8xCX216qO { top:37.9375rem;left:36.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyN9Jbdhyc1VIcqLob3113W7Wei8zFwz { top:58.4375rem;left:7.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { top:35.125rem;left:0rem;width:26.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMTTmxt8smRmmplmXeolgx4enNJXkHq { top:15.6875rem;left:21.1875rem;width:26.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO24MdP9olbVkDaHGe2hWmFiwgnbSFQ { top:54.375rem;left:20.3125rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT0NvmTqucW7WzW4En4c0GQtMV9mxhe { width:20.3125rem;height:3.5rem;top:75.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMT5G6eGFneGscyxixbuNG6BkVcMBiro { display:block; }
 }@media only screen and (max-width: 763px) { #CeSihnPow2tBv9TT8ysQ2DBdDZqX1ZBJ { top:83.5625rem;left:7.25rem;width:33.25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:97.5625rem;left:0rem;width:9rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:101.0625rem;left:0rem;width:12rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:94.75rem;left:0rem;width:13.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { top:93.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI7aFFLFb5OLFLxZQMTS70pRixUJmTcV { top:93.0625rem;left:14rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { top:94.625rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:98.25rem;left:11.1875rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:100.3125rem;left:9.875rem;width:12.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpQ69epMAZR5ghAEB19IecoNMkLH7MyK { top:93.0625rem;left:29.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HUKxZuw7v5X1Sg3VArZX7KDyXes7hV { top:94.625rem;left:24.625rem;width:13.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:98.125rem;left:26.0625rem;width:11.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:100.3125rem;left:25.3125rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0BbPS4TLtn9kAXgQ0P8TEziB377Tbp { top:93.0625rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFWv2hKkHqUf5F74PEUKVLhepITpETg2 { top:94.75rem;left:33.875rem;width:13.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrZiuHXxmlBJTEnvZbCXZ0sQy8WLOs1 { top:97.5625rem;left:37.5rem;width:10.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNihRtT4HPSpINpnz7oJEfcFi6RN5p0 { top:100.4375rem;left:35.3125rem;width:12.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { top:3.5rem;left:0rem;width:17.5rem;height:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdanRIvG7oDUvI7FiMEZ0fn7qawzNNag { top:9.875rem;left:4.1875rem;width:39.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { top:3.4375rem;left:4.28125rem;width:39.1875rem;height:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:13rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byDkbqetM8BtVsRL61uTgeAwZb1qwbqV { top:25.1875rem;left:8.125rem;width:7.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92hAvy9GC8OVq1bynIBaD1wMDm1QNvV { top:24.0625rem;left:0.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6LWm4vUSTQUnu5fAW7eCgeXAA6tIRw { top:24.0625rem;left:9.75rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaEO81ly8AxSXPBg9BFwx1fNFuvruSJe { top:26.875rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUV9cdEqEQapdrurqz542TB9K8Zi0Zt { top:24.0625rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vG8MJ4V64KAKRJSv17HcWBQQTLT946 { top:27rem;left:29rem;width:18.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJO2TxqIqmK484zxKvXDoQCbcJECTnZK { top:25.1875rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4w9SoyEivQ95ubyTXLFXt7veKhJXFN { top:24.0625rem;left:31.75rem;width:11.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfACSNdifGxahOzTFpNbmNOPAiccGLDM { top:36.9375rem;left:0.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwRg8CxvBWh1rEPKaRX5NhJJ68yyNdHz { top:36.9375rem;left:9.75rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OexytXvcItIQuMlKZLPzN2FhAA7ohmot { top:38.0625rem;left:8.125rem;width:7.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1NC01BLwva5m909CuJbHIlRTQWoND9 { top:39.75rem;left:0rem;width:19.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxWPSLt0fs3TLCh12FebXemFq9mK8vg { top:36.9375rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFn6cqSNHvWbrAb9TgFZJliuznLdBo4F { top:36.9375rem;left:31.75rem;width:11.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JesAxgxqkpkI481LtVJSsB6CTfEiQTrH { top:38.0625rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAaSvhcX050krJaBuFJmPLWWGQi5l9iT { top:39.875rem;left:28.125rem;width:19.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdxATcwKsT3TGQMNaN0m9anwUrOx5OVP { top:49.625rem;left:0.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU0JIDEVQOqefDTi7CSWm8wiCtxcyH6 { top:50.75rem;left:4.125rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Xo3eSSizVdJTclxySJ5HFgbuuzZVAE { top:49.625rem;left:9.75rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpwCgoO4MCJEF3SbwzrNPPqzHDUZOkES { top:52.4375rem;left:0rem;width:19.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtToLneqsg5lUAJSnzqEv7epqCtns52q { top:49.625rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Dy6NTlDDHJUvSPIcn1KIcid14LvNCb { top:49.625rem;left:31.75rem;width:11.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2thq8kNuM283DrbdnzlPDwSoby6yyJy { top:50.75rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWE0elRpQX0HyTUO4yFN3qQNycf0ZTEL { top:52.4375rem;left:28.375rem;width:19.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbgpWSeQfq4n4a2fxXXc33VJWWzfUoI { top:12.5625rem;left:0rem;width:17.0625rem;height:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzmwLTuhXtW5gBU77L8WyyqKxFFssy92 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KrJLmHInlX0TpoSsM2T8Nmo7w1GkRmwx { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Zt5XBhowf0GEZ1dTQ8IQVHKn1Vf66frr { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FTwDTmHDFTPqMlDPi30XDBloteyWw8eM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #k9pTlXVTKHQJywvyn7ORBzaM0WmklyAL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pkmSyeyt35OydotOag09ufQh1WsoAEpk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6TONbgBttA0quK6lWcrITCSGgFAPpPh { top:3.4375rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJg6kLzFR1d4cABxJv5bDm0qd7Exc3xD { top:6.875rem;left:0rem;width:37.5rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb { display:flex;height:auto;width:45.25rem;top:1.9375rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #wSu4FFaZA5L7fUdbPagAIQsdAKLNBpLd {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rx2kVrZAZTgxeuZmc1fr5HtgTo9bZbOF {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #FehssJgR0FfzToX8qLrFiHEvDiqZGrFp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #eTK5fzLu8wpCRpNNP0fh4MESCTBwA35D {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hTnXTBhrGuTQZXOstM6qhrFuo1xNAT4g {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #asQnwki71DbJs9U9O8Z9yaVs4RTXZsVg {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #oxLpFR5TQwGvqHkLDKV1mn2m91nQK59z {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #nsDfkMw5o4IDAIA66SiL1qC2VoPqO83E {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #tPHXsNliAVWhloyFheipkpmdtM7LLhfE {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Rnnmr3CvUADu1yXZHGa6n62B7TgSFgpy {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #QsJVSm6VC62LECanGTxWcIrddZElmTfT {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Iq2U9QE91QuXFH6rSa3BfV4eH2h0XVP0 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #yhaMCf0kOxoLLSpL0V1tiaAi3T0NNupu {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #aFtcx01L4LrRzr8AGVgzSglRQwIFZ4fS {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #xXlDlAG8viw6rE7XQa1n0XFg4uOTnx8C {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #licUIWWvZTkaenXIACGlehFTQDsLHJfP {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hltift09vQm4VMoCHybdDx3EZVpCDJPt {  }
 }@media only screen and (max-width: 763px) { #nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM { display:block; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWuLqDC5wT3bcRlxHahi2Ueewh04fk1x { width:18.9375rem;height:14.5625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTnI4doUWnC78IzqlqSDCbKrMONxuOk { width:15.375rem;height:7.5rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkGN8xaPguZOZNqzMt7pfuhATynBRJRM { width:18.9375rem;height:19rem;top:11.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXghMWOMdqRnr8Fq3fDJPveiTIG7boqQ { width:17.5rem;height:12rem;top:13.1875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym8B9zGIyvNefQzxlNUUtusWPzksnxyQ { width:18.9375rem;height:16.1875rem;top:11.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkKfBvco9lIVsetpTZiUrriv0TeVq4G { width:15.8125rem;height:9rem;top:13.1875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn43hK9TZs4yIbL5QNBuzNOwUzvKFPv0 { top:4.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2RAPwh00peTTd8Pa3BfUyb3Tyyo2N5P { width:17rem;height:1.3125rem;top:20.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrqT6vUZ6lCLablcOWRzJBZE2wHw9K8s { width:17rem;height:1.3125rem;top:25.5rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCBJ0VSKoA0bJuBSCB4DL3mFwN7oW18g { width:17rem;height:1.3125rem;top:22.5rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6gte4IZTdznlcUQMiW6BSvxRdV1QU8g { width:4.1875rem;height:3.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQvzTuoG7H4kN6prvQf3k2WJ9e90KsL { width:4.1875rem;height:3.125rem;top:9.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu50of1l97Jhczys7qUCNOuEad13pTkp { width:4.1875rem;height:3.125rem;top:9.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4yThtxgqRaHb5R7Lrm0Qf0D36bS3HuM { top:23.1875rem;left:0.25rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPGu1npIZKNZJKUFyemoS4ktJJVt6ugJ { top:27.4375rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiWTqeHhAkx86KwK15BQ2chWOL2Zw3IB { top:24.6875rem;left:41.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMLrT2P3K0gXFEfnong7FmFDvwAD55a { width:18.9375rem;height:20.25rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CGyRTXrbEpaFHlG7yxMzbWCBfhFtIn { width:16.3125rem;height:12rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKez4BhlddFgLIXTyd2FkputcKBCFqUb { width:17rem;height:1.3125rem;top:43.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRdfGQF5VVR2wv4U3Ux0oSFqZlJJuRS { top:45.5rem;left:0.25rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9krUAwOrTiyd4i1oPUhgPfK41orUkPg { width:4.1875rem;height:3.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeT7y5C5fETatfvUnRTdiH3WpExDzArT { width:18.9375rem;height:20.3125rem;top:32.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEdTqg33fdsVIzGRQ3paiuENc2eGs8r { width:4.1875rem;height:3.125rem;top:30.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrL7mpxOnosxuc9S2q11hWQkfEP8uA0J { width:17.5rem;height:12rem;top:35rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwV6pZX8z9QlmVVZLNzEiKWrpQTdKDT { width:17rem;height:1.3125rem;top:47.5625rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Wt3URDTerTcavNWXctwmT4JyaFm2HN { top:49.75rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrNDEUA3psvEewS82ryP2VCxnAq0w1h { width:18.9375rem;height:20.25rem;top:29.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ediTX8df6eLxCvKBTB6fLZ2yGH4RW8 { width:16.8125rem;height:12rem;top:32.5rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSixAsRhVdgFSSTQsChQvPupkUGWgob { width:17rem;height:1.3125rem;top:45.1875rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ft0vqwQPF9s9ik0OsdttT2hbJup9C2 { top:47.75rem;left:41.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWepIaxT6huD7pvdZ8l50m1aqBbMGPT { width:4.1875rem;height:3.125rem;top:28.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdU0tR4FqpuGPEZGwK5yQaVvCVFVWha5 { top:27.4375rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-regular-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-textarea { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-button { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-checkbox-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z  { width:18.4375rem;height:auto;top:14.25rem;left:0rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .radio-container { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z {display:block;}#TplxeBGiXHMh26J61PNKknK981aGcL5z { width:18.4375rem;height:auto;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #CqI9c0hdhKFSwegZKZui1x4uqq8h9xVm {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #XLLdnHcFZyRaHTwRWFnL8nTHVCT31T8F {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #SLpuzXe03KCdLiNNw0nWi53X8MEHViZI {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #dfZhF2PQFeH2EWxP5geSfEAZ1QMbdZaI {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #KeW7xerr9sTtE9zbwg9qMTMJiUW2yJoZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #DkZhosLesRKkRARNB6RUk22uCv4zoybZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #tKa1tIy8cugUzLs1iF5RWaoukRp0H5eX {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #NCqqd7SW8GhJLn9I32TVH0ETiC5SKzyz {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #hlw9aEkRnyeWBEX0nrwW8L6R3UUBsBAf {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #EqoDcQBua6O1NPTTPbtNk7sP439gBvzZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #MhJKpyEwdndOZ1rVXk0c5EtTOpbdM1Tq {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #ZihwuThSgHQWWn8rEVhgDtyluOBKzO7k {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #GrQ05nDAW7kSlsy28AgLhhS3MUPvZTM2 {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #rNELp3JpdZGBqFTw7zRK7kSwW2oZXeT7 {  }
 }@media only screen and (max-width: 763px) { #gPcXFxDihTt2cWKtZueLx3RMq4931T59 { top:4.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { top:8.125rem;left:1.75rem;width:44.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmQGx0IhLM7rulr1csOtLLGp1S1nRPGi { top:34.5rem;left:0rem;width:15.3125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcwOy8chXkGiW453CZVg5Bo0SP9Fhxko { top:14.25rem;left:19.5rem;width:24.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLh62ZzpI4b4qu270X2HCt4lO6zBupZn { top:16.0625rem;left:13.375rem;width:34.375rem;height:;font-size:0.9375rem;display:block; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:before{  }
 }@media only screen and (max-width: 763px) { #Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 { display:block; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqyA4gUBXBpAEBNTypUeGxakq6Q67QJH { top:3.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKM7T7WnvAcvEuelePosQNkcgqS1mWx { top:16.6875rem;left:0rem;width:15.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJUozom1ZCpGSpntAieNvROzaglWUXhG { top:13rem;left:0rem;width:10.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuEnlUpQfqTIFheCVfcx7RSkbAyh00k { top:16.6875rem;left:15.875rem;width:16rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3885gyt0cPaURnKtph5MsCOHpXlO6br { top:13.0625rem;left:18.6875rem;width:10.4375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5a1Sx5M4srwlfTgvGRwC7seXaDL69cK { top:13rem;left:34.375rem;width:13.375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iia7dOOkZ8DcZERFWqNpxH2O8gKFRsQL { top:16.625rem;left:32.1875rem;width:15.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gy0Chwc5GA3EfA9CUBA5zmkMosdsfK { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwhmpTicBeHoh3u0N43aJmgx4fvurT6O { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWiHNzAzNDKJvNSRVXt7An7iczBeqHua { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4XELR7qNz6mJbLpXXb0yA0v9GgpMk5I { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7L9FIDRibdnrRnqN8pSNurAaNqQIzm2 { top:9.3125rem;left:0.6875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTuC3Km6US4mJwX43EkWTDJAUM7z3aIN { top:9.625rem;left:41.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dglfPKZdafBHc4WIP2gSdv1EshHJQnBL { width:20.3125rem;height:3.5rem;top:53.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWP7wBWOmNoMai6XT4kxac69JA5wZ6IB { display:block; }
 }@media only screen and (max-width: 763px) { #JNU7C4wFmfws6HVpcGLGAoneZD3wy2q1 { top:9.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzV53561O22Bz3oTBWmSata86p086eL { top:29.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpkzRcxVGrG6tCzB7IyR7Rb0xMZcKCmE { top:35.1875rem;left:11.375rem;width:36.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MkvZbALMLct47rNhn83GbWEdEISpz0 { width:16.3125rem;height:17.25rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBGw4U2AP4mlchfnkDKxNIVlXP9W3EA { width:12.25rem;height:11.9375rem;top:49.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylr5b2tn9qwOwGfIhmWJmCWGOwphG8IR { width:13.0625rem;height:14.1875rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT0lkVAkpawyVpq7dfkP7SE0IdNWeEQA { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrdURbFNxszvhMyXkeATal6DMLnevzwW { top:10rem;left:3.0625rem;width:41.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRfb2T92XPTtbG6Iyd6m7NcPcmtVwp6i { top:25.375rem;left:0rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CUt9hOaD1SMs4TvlR5ninkAWIMf0ys { top:25.375rem;left:14.25rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBrR7Ed3owpxbRt41pbITgMrViqf2AnN { top:25.375rem;left:28.5rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8eJaXZsBNi8hfLE0T23pIQl44WSrQ3 { top:39.375rem;left:0rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFhVRWaeGVumHThJR76DM6GVlFAZt8w { top:39.375rem;left:14.25rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0qM16RH1cn2W38FBsyub6oadc162gbn { top:39.375rem;left:28.5rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N { display:block; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCsiDuRvQcX40WddLLBvGTtREIpac4BA { top:4.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpU61lfc18u4QbVL1BKcVyffHVd4eU4k { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6pzAhSn02WDk35xWcNOvecrEJdcArqk { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgU2KWbZBJpy5mEPksvOhMQ5Eho4CCKJ { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkbMVMt5AibhVJ183dNrkvvrmbAtuAbR { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHDkR5BT8JyrJONLOq3h7yTn1SPkx1ZT { top:10.5625rem;left:0rem;width:27.5625rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx81UnmKxgKe3r2zPdwpwhmKLAecFpTz { width:19.5625rem;height:15.9375rem;top:14.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek6p0hGTEE8Fr4nvR9riLdhT0HLEwUPd { width:16.125rem;height:14.9375rem;top:11rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOlT87hToawHiASWxJxFFKIoPKTVWOO { top:31.125rem;left:24.4375rem;width:21.375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0EASxzvIoMsBOKAOr97DhPpzw30KSeS { width:2.625rem;height:1.9375rem;top:28.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd { display:flex;height:auto;width:45.25rem;top:1.9375rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ResI5akTXPK5M037kXz05mgllu3kEGII {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH {  }
 }@media only screen and (max-width: 763px) { #VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 { display:block; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI7f7tpJQXlPT8orPTBmRbLA6zdgat83 { width:20.3125rem;height:3.5rem;top:1.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqsKxIAw6NhiVf49gLF2DM2Fda8kyCO { display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { top:6.1875rem;left:0rem;width:22.875rem;height:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:15.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { width:4.1875rem;height:3.125rem;top:2.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { top:1.3125rem;left:16.1875rem;width:31.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv { display:block; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS5hQZy3laWt7GC9e0Rl2ueKwDBwZ7bf { width:20.3125rem;height:3.5rem;top:2.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TdL7Tdi11RHVNpVQv6TkxRGrzw028h { display:block; }
 }@media only screen and (max-width: 763px) { #fhKL5H0Po5amDvcIqNas76nNkXmiO9ah { display:block; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgZGXr8Z2WaULUTxM973K8OMOtADiva3 { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnRmWmJN1GRxIVtuKXagrqu8FacXlRge { top:12.9375rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQqJzU8zR5GgGuMDIf6X50xq8kq9XRxQ { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK8AErpXIhflzwBiiOyHBAduFrfBmVqB { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq48D1vyomdhTKInVcR4IL1J27S0G98E { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8h2lrb8b7MZ4STuMIlHMTOZxJXKxkxB { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQGPcR5pFIbQxvPZZVOlpLbAg4pQMrV { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGDmgK2hS03KIUtTtIFQTI6Sm7PkR3Of { width:11rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg4NGeUfAE8FZ6zGIXJbUtwCHtWqBTT3 { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV { display:block; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqz3So0vJfut70bnEuXcZpF63goHz9nH { top:10.4375rem;left:0rem;width:43.25rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJuZI3qg38f79WmtnW7qx0IzPaB0KEz { top:5.875rem;left:0rem;width:37rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdXGeJiPg1vQHSG37Q347KeSdkp9tDy6 { top:10.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDKeHlu8DoDpiywy8SgmxPTUe3EPTQa { top:13.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDDVALTOT2gpXUxwqsCA2toxeSaBb00J { top:16.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVlv49Og9TwUIKa9ZvSfHkX3JIfkgc56 { top:19.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za2996g5iHOE5XLOM71DlDDoMTqpOquJ { top:22.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkWL9XTCXiUVB6F3NxSwWhkDG0dQ29Qx { top:8.875rem;left:17.9375rem;width:29.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8G8wCxHR7QTPTbso46o0coMFX9xSNN3 { top:10.625rem;left:0rem;width:17.625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHMoxyWBpxytOwDAUkZ7Z1ZIaxtEJOrd { top:10.625rem;left:0rem;width:17.8125rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs { display:block; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTyrfaIXVw6w2v1LdXomKSJHJLqZT6D { top:5.0625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3rwvMdEZXAbQGkPPaXdCMc0UDLN3k2 { top:2.3125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBkuAZuhvSDa1EEH08OHh9oiEiMNMWmO { top:3.6875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5lkvm03Bq53VqBHJq5XJlbCVUKFpLKk { top:1.5rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKT34BSE3tiKxSUZc1FFx3ddoX0HN2Al { top:2.3125rem;left:13.5625rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrJAL0q2IK0aMa2BhKsN73yG6zCxUGf { top:5.0625rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIqiiuHlsMgVrA1LR0p8nyluE1Zfs9M6 { top:6.25rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3a3f3d-dc8f-4c7a-8cbf-49d608a4a8c9/TAD_18751.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.adaptive-delivery-prevent-bg, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyload, #uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le.lazyloading { background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { background-color: transparent; background-image: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row > .video-iframe-container { display: none; }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .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); }#uHRJl3qs5BCfv9xIb0yOuQkpmfo0P8le > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FteLIOM4trhHmUlreNUSg00lF7TOToJJ { width:20rem;height:4.38671875rem;top:6.375rem;left:0rem;font-size:2.4375rem;z-index:14999;text-align:center;text-align-last:center;line-height:.9;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #xN9i2xdXDTCN05iIlS1H13DLQLt65aau { width:5.9375rem;height:2.125rem;top:1.5625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMTNRFwa9K5CLA6r4JUT197ZtpnfFD1 { width:14.375rem;height:3.0625rem;top:18.02392578125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irgV1dqA9qNSsJFAkIXQzEJa9oIiQv8M { display:block; }
 }@media only screen and (max-width: 763px) { #NBkA0ioG7wFyZ2LlT3JJQGu8nJd9r4t8 { width:18.75rem;height:4.3984375rem;top:11.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #ifhmFnGCdXsoCZ4RZ25TM1M6O5bW6MMC { width:13.875rem;height:10.0625rem;top:40.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dse4Hhs6aSTRyuWRZqEJWhMJKyhsNK3A { width:13.25rem;height:0;top:28.625rem;left:3.375rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #A5iTaA3wovkiXvMDy7kyaHKvXLQiPkWv { width:13.875rem;height:10.25rem;top:40.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJy1hioctAmBwps4nd10cHWfVnGQTfhm { width:11.0625rem;height:0;top:34.17578125rem;left:4.46875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #r6wE6ITezZbbuRQxQhBP43OlBqHfsHrw { width:13.875rem;height:10.1875rem;top:40.5rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1rHmubPi9mFk6zEfEWu0p4cGrnbDZST { width:12.0625rem;height:0;top:41.244140625rem;left:3.96875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #UHTmvHfQCLKnpBqETxDBtmvzMGN1Oqhh { width:5.5625rem;height:5.5625rem;top:24.375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoA6WIdpNTiAzLmrpevmPd3zaKDiGiAU { width:3.8125rem;height:3.8125rem;top:25.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W79xQetd5EwWttlcTkvLSvEnXT1Ltfl2 { width:4.125rem;height:2.25rem;top:25.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKrQuDmbNos27xFCyus65TQABVvggJ0z { top:24.625rem;left:0rem;width:20rem;height:7.3125rem;z-index:14998;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KT4mUCdlG2Kh8KewL0IUgrOrU2o3GR9L { width:7.625rem;height:2rem;top:29rem;left:0rem;font-size:1rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbsBI8h8DnOvg3UCqUOTFfWLl7pTkfs { width:5.375rem;height:2rem;top:29.0625rem;left:7.3125rem;font-size:1rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #MeuBTPxuoBXUKxXIQe5kUGpyTo7oGldx { width:6.3125rem;height:3rem;top:28.0625rem;left:13.1875rem;font-size:1rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBJAWhsL6TZhtihfOp6XAmTOE6ztoOcT { height:11.1875rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtGX74xmBFZECKwtXT9QIXq8As4fwugf { display:block; }#MtGX74xmBFZECKwtXT9QIXq8As4fwugf > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voL2q0y2GxeeVgcpDKeXdGrcyUAObWpV { width:20rem;height:1.29980625rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0FGpHbiU5x7SVTo1XBE5BQnhbmpnWNq { width:3.375rem;height:1.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmZsQdDrQ4POpiek6IhyCHu5gddQZLF7 { width:4rem;height:1.5625rem;top:2.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUmU85ATztqlIbxEaSey0cvioV79T0dW { width:4.625rem;height:1.3125rem;top:2.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAh9cnQL8508pUv43gmasGzaiMIRL0C { width:3.0625rem;height:1.9375rem;top:2.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBUIcLnkHnPcRS6M2aRtordQ9azMCbr { width:4rem;height:0.875rem;top:3.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { display:block; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { width:17.8125rem;height:2.3994125rem;top:13.375rem;left:1.125rem;font-size:1rem;z-index:15013;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { width:7.1875rem;height:1.4624rem;top:11.375rem;left:6.9375rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #u30tRSo9MlSEkwkktTMOgFJamnfCteyd { width:20rem;height:3.59911875rem;top:32.0625rem;left:0rem;font-size:1rem;z-index:15015;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4TrBhnN5p2g2vm7AKqKkcP4Tt3oBZQ { width:6.5625rem;height:1.4624rem;top:30.125rem;left:7.25rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #c9EtpLzhq7Itsc0Lx091m0tIeZrkNaMg { width:6.6875rem;height:1.4624rem;top:50.375rem;left:7.1875rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4A6HQKbaGBMcv3vPGdv1z4rLRCV3zf { width:16.6875rem;height:3.59911875rem;top:52.125rem;left:1.6875rem;font-size:1rem;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { width:4.25rem;height:4.25rem;top:92.5rem;left:7.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { width:18.75rem;height:11rem;top:94.625rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { width:18.75rem;height:9.5625rem;top:108.25rem;left:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { width:18.75rem;height:9.75rem;top:120.5625rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i4IhniHyH4pF1CXa4y3GrQUTi0T8xbWq { display:flex;width:2.5rem;height:2.5rem;top:10.8125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #RVWNXbhylRSGs1kTgiVhTuF8xCX216qO { display:flex;width:2.5rem;height:2.5rem;top:29.625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #hyN9Jbdhyc1VIcqLob3113W7Wei8zFwz { display:flex;width:2.375rem;height:2.375rem;top:49.75rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { width:20rem;height:12.19825rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMTTmxt8smRmmplmXeolgx4enNJXkHq { width:20rem;height:12.141125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO24MdP9olbVkDaHGe2hWmFiwgnbSFQ { width:20rem;height:13.30275rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT0NvmTqucW7WzW4En4c0GQtMV9mxhe { width:17rem;height:3.5rem;top:71.125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMT5G6eGFneGscyxixbuNG6BkVcMBiro { display:block; }
 }@media only screen and (max-width: 763px) { #CeSihnPow2tBv9TT8ysQ2DBdDZqX1ZBJ { width:20rem;height:auto;top:83.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:17rem;height:1.3496125rem;top:84rem;left:1.5rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:16.375rem;height:4.3984375rem;top:85.875rem;left:1.8125rem;font-size:1rem;z-index:15013;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:20.6875rem;top:177.125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { width:4.25rem;height:4.25rem;top:118.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI7aFFLFb5OLFLxZQMTS70pRixUJmTcV { width:4.25rem;height:4.25rem;top:79.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { width:18.75rem;height:10.125rem;top:81.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:13.5rem;height:1.4624rem;top:96.75rem;left:3.25rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:17.375rem;height:5.49805rem;top:98.75rem;left:1.3125rem;font-size:1rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lpQ69epMAZR5ghAEB19IecoNMkLH7MyK { width:4.25rem;height:4.25rem;top:106.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HUKxZuw7v5X1Sg3VArZX7KDyXes7hV { width:13.875rem;height:16.8125rem;top:161.99560546875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:13.375rem;height:1.4624rem;top:110.4375rem;left:3.3125rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:16.125rem;height:4.3984375rem;top:112.0625rem;left:1.9375rem;font-size:1rem;z-index:15017;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EI0BbPS4TLtn9kAXgQ0P8TEziB377Tbp { width:4.25rem;height:4.25rem;top:188.276875rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFWv2hKkHqUf5F74PEUKVLhepITpETg2 { width:13.875rem;height:16.8125rem;top:189.964375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhrZiuHXxmlBJTEnvZbCXZ0sQy8WLOs1 { width:17.5625rem;height:1.3496125rem;top:122.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNihRtT4HPSpINpnz7oJEfcFi6RN5p0 { width:17.25rem;height:4.3984375rem;top:124.625rem;left:1.375rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { width:13.9375rem;height:2.75rem;top:76.4375rem;left:3.0625rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vdanRIvG7oDUvI7FiMEZ0fn7qawzNNag { width:19.75rem;height:4.3984375rem;top:5.5634765625rem;left:0.125rem;font-size:1rem;z-index:15013;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { width:19.4375rem;height:2.75rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { background-color:#ffffff;background-image:none;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:0;top:2.33740234375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #byDkbqetM8BtVsRL61uTgeAwZb1qwbqV { width:7.75rem;height:1.6875rem;top:9.875rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92hAvy9GC8OVq1bynIBaD1wMDm1QNvV { width:8.3125rem;height:8.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6LWm4vUSTQUnu5fAW7eCgeXAA6tIRw { width:5.0625rem;height:1.3125rem;top:8.5625rem;left:11rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaEO81ly8AxSXPBg9BFwx1fNFuvruSJe { width:20rem;height:4.3984375rem;top:14.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OTUV9cdEqEQapdrurqz542TB9K8Zi0Zt { width:8.3125rem;height:8.3125rem;top:19.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vG8MJ4V64KAKRJSv17HcWBQQTLT946 { width:20rem;height:4.3984375rem;top:27.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DJO2TxqIqmK484zxKvXDoQCbcJECTnZK { width:10rem;height:1.6875rem;top:23.625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4w9SoyEivQ95ubyTXLFXt7veKhJXFN { width:9.8125rem;height:1.3125rem;top:22.3125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfACSNdifGxahOzTFpNbmNOPAiccGLDM { width:8.3125rem;height:8.3125rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwRg8CxvBWh1rEPKaRX5NhJJ68yyNdHz { width:6.375rem;height:1.3125rem;top:35.875rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OexytXvcItIQuMlKZLPzN2FhAA7ohmot { width:7.75rem;height:1.6875rem;top:37.1875rem;left:9.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1NC01BLwva5m909CuJbHIlRTQWoND9 { width:19.5625rem;height:3.298825rem;top:41.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lnxWPSLt0fs3TLCh12FebXemFq9mK8vg { width:8.3125rem;height:8.3125rem;top:46.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFn6cqSNHvWbrAb9TgFZJliuznLdBo4F { width:11.1875rem;height:1.3125rem;top:48.875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JesAxgxqkpkI481LtVJSsB6CTfEiQTrH { width:10rem;height:1.6875rem;top:50.375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAaSvhcX050krJaBuFJmPLWWGQi5l9iT { width:19.5rem;height:4.3984375rem;top:54.625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GdxATcwKsT3TGQMNaN0m9anwUrOx5OVP { width:8.3125rem;height:8.3125rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU0JIDEVQOqefDTi7CSWm8wiCtxcyH6 { width:9.9375rem;height:1.6875rem;top:63.875rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Xo3eSSizVdJTclxySJ5HFgbuuzZVAE { width:6.125rem;height:1.3125rem;top:62.4375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpwCgoO4MCJEF3SbwzrNPPqzHDUZOkES { width:19.5625rem;height:4.3984375rem;top:68.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gtToLneqsg5lUAJSnzqEv7epqCtns52q { width:8.3125rem;height:8.3125rem;top:73.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Dy6NTlDDHJUvSPIcn1KIcid14LvNCb { width:5.1875rem;height:1.3125rem;top:75.75rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2thq8kNuM283DrbdnzlPDwSoby6yyJy { width:2.75rem;height:1.6875rem;top:77.1875rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWE0elRpQX0HyTUO4yFN3qQNycf0ZTEL { width:20rem;height:4.3984375rem;top:81.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PQbgpWSeQfq4n4a2fxXXc33VJWWzfUoI { width:15.125rem;height:2.75rem;top:2.28759765625rem;left:2.4375rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EzmwLTuhXtW5gBU77L8WyyqKxFFssy92 { top:8.125rem;left:5.75rem;width:14.25rem;height:4.125rem;z-index:15001;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KrJLmHInlX0TpoSsM2T8Nmo7w1GkRmwx { top:35.375rem;left:5.75rem;width:14.25rem;height:4.125rem;z-index:15002;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5XBhowf0GEZ1dTQ8IQVHKn1Vf66frr { top:48.375rem;left:0rem;width:14.25rem;height:4.125rem;z-index:15003;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FTwDTmHDFTPqMlDPi30XDBloteyWw8eM { top:21.625rem;left:0rem;width:14.25rem;height:4.125rem;z-index:15003;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k9pTlXVTKHQJywvyn7ORBzaM0WmklyAL { top:61.9375rem;left:5.75rem;width:14.25rem;height:4.125rem;z-index:15004;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pkmSyeyt35OydotOag09ufQh1WsoAEpk { top:75.25rem;left:0rem;width:14.25rem;height:4.125rem;z-index:15005;background-color:#89bdec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6TONbgBttA0quK6lWcrITCSGgFAPpPh { width:18.9375rem;height:1.51220625rem;top:1.375rem;left:0.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJg6kLzFR1d4cABxJv5bDm0qd7Exc3xD { width:20rem;height:1.51220625rem;top:2.88671875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-heading-text { font-size:1.125rem;height:auto; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-desc-text { font-size:1rem;height:auto; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb { display:flex;height:auto;width:17.5rem;top:4.3984375rem;left:0rem; }
#V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #wSu4FFaZA5L7fUdbPagAIQsdAKLNBpLd {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rx2kVrZAZTgxeuZmc1fr5HtgTo9bZbOF {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #FehssJgR0FfzToX8qLrFiHEvDiqZGrFp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #eTK5fzLu8wpCRpNNP0fh4MESCTBwA35D {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hTnXTBhrGuTQZXOstM6qhrFuo1xNAT4g {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #asQnwki71DbJs9U9O8Z9yaVs4RTXZsVg {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #oxLpFR5TQwGvqHkLDKV1mn2m91nQK59z {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #nsDfkMw5o4IDAIA66SiL1qC2VoPqO83E {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #tPHXsNliAVWhloyFheipkpmdtM7LLhfE {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Rnnmr3CvUADu1yXZHGa6n62B7TgSFgpy {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #QsJVSm6VC62LECanGTxWcIrddZElmTfT {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Iq2U9QE91QuXFH6rSa3BfV4eH2h0XVP0 {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #yhaMCf0kOxoLLSpL0V1tiaAi3T0NNupu {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #aFtcx01L4LrRzr8AGVgzSglRQwIFZ4fS {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #xXlDlAG8viw6rE7XQa1n0XFg4uOTnx8C {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #licUIWWvZTkaenXIACGlehFTQDsLHJfP {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #V7AMnLPkyhkmHuxLB6TsgmERaKa9Qwnb #Hltift09vQm4VMoCHybdDx3EZVpCDJPt {  }
 }@media only screen and (max-width: 763px) { #nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM { display:block; }#nhUhDRS9soDXsaudr6RlvrlnB2GEKyyM > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWuLqDC5wT3bcRlxHahi2Ueewh04fk1x { width:18.9375rem;height:11.9375rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTnI4doUWnC78IzqlqSDCbKrMONxuOk { width:17.5rem;height:4.3984375rem;top:8.9375rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pkGN8xaPguZOZNqzMt7pfuhATynBRJRM { width:18.9375rem;height:16.0625rem;top:19.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXghMWOMdqRnr8Fq3fDJPveiTIG7boqQ { width:17.5rem;height:8.796875rem;top:22.25rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ym8B9zGIyvNefQzxlNUUtusWPzksnxyQ { width:18.9375rem;height:14.125rem;top:37.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkKfBvco9lIVsetpTZiUrriv0TeVq4G { width:16rem;height:6.597625rem;top:40.0625rem;left:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Nn43hK9TZs4yIbL5QNBuzNOwUzvKFPv0 { width:20rem;height:1.51220625rem;top:2.4375rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2RAPwh00peTTd8Pa3BfUyb3Tyyo2N5P { width:17rem;height:1.3125rem;top:14.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrqT6vUZ6lCLablcOWRzJBZE2wHw9K8s { width:17rem;height:1.3125rem;top:32rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCBJ0VSKoA0bJuBSCB4DL3mFwN7oW18g { width:4.375rem;height:1.3125rem;top:47.5rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6gte4IZTdznlcUQMiW6BSvxRdV1QU8g { width:4.1875rem;height:3.125rem;top:4.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQvzTuoG7H4kN6prvQf3k2WJ9e90KsL { width:4.1875rem;height:3.125rem;top:18.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu50of1l97Jhczys7qUCNOuEad13pTkp { width:4.1875rem;height:3.125rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4yThtxgqRaHb5R7Lrm0Qf0D36bS3HuM { width:5.5625rem;height:1.1875rem;top:16.9375rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPGu1npIZKNZJKUFyemoS4ktJJVt6ugJ { width:6.25rem;height:1.4375rem;top:33.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiWTqeHhAkx86KwK15BQ2chWOL2Zw3IB { width:6.25rem;height:1.4375rem;top:48.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMLrT2P3K0gXFEfnong7FmFDvwAD55a { width:18.9375rem;height:16.375rem;top:53.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CGyRTXrbEpaFHlG7yxMzbWCBfhFtIn { width:16.3125rem;height:8.796875rem;top:55.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AKez4BhlddFgLIXTyd2FkputcKBCFqUb { width:17rem;height:1.3125rem;top:65.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRdfGQF5VVR2wv4U3Ux0oSFqZlJJuRS { width:6.25rem;height:1.4375rem;top:66.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9krUAwOrTiyd4i1oPUhgPfK41orUkPg { width:4.1875rem;height:3.125rem;top:51.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeT7y5C5fETatfvUnRTdiH3WpExDzArT { width:18.9375rem;height:16.0625rem;top:71.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEdTqg33fdsVIzGRQ3paiuENc2eGs8r { width:4.1875rem;height:3.125rem;top:69.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrL7mpxOnosxuc9S2q11hWQkfEP8uA0J { width:17.5rem;height:8.796875rem;top:73.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WbwV6pZX8z9QlmVVZLNzEiKWrpQTdKDT { width:17rem;height:1.3125rem;top:83.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Wt3URDTerTcavNWXctwmT4JyaFm2HN { width:6.25rem;height:1.4375rem;top:84.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrNDEUA3psvEewS82ryP2VCxnAq0w1h { width:18.9375rem;height:16.5625rem;top:88.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ediTX8df6eLxCvKBTB6fLZ2yGH4RW8 { width:16.8125rem;height:8.796875rem;top:91.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CTSixAsRhVdgFSSTQsChQvPupkUGWgob { width:17rem;height:1.3125rem;top:101.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ft0vqwQPF9s9ik0OsdttT2hbJup9C2 { width:6.25rem;height:1.4375rem;top:102.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWepIaxT6huD7pvdZ8l50m1aqBbMGPT { width:4.1875rem;height:3.125rem;top:87.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdU0tR4FqpuGPEZGwK5yQaVvCVFVWha5 { width:6.25rem;height:1.4375rem;top:15.375rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select {padding-top: 0; padding-bottom: 0;}#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z  { width:17.25rem;height:auto;top:12.25rem;left:0rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z {display:block;}#TplxeBGiXHMh26J61PNKknK981aGcL5z { width:17.25rem;height:auto;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #CqI9c0hdhKFSwegZKZui1x4uqq8h9xVm {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #XLLdnHcFZyRaHTwRWFnL8nTHVCT31T8F {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #SLpuzXe03KCdLiNNw0nWi53X8MEHViZI {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #dfZhF2PQFeH2EWxP5geSfEAZ1QMbdZaI {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #KeW7xerr9sTtE9zbwg9qMTMJiUW2yJoZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #DkZhosLesRKkRARNB6RUk22uCv4zoybZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #tKa1tIy8cugUzLs1iF5RWaoukRp0H5eX {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #NCqqd7SW8GhJLn9I32TVH0ETiC5SKzyz {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #hlw9aEkRnyeWBEX0nrwW8L6R3UUBsBAf {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #EqoDcQBua6O1NPTTPbtNk7sP439gBvzZ {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #MhJKpyEwdndOZ1rVXk0c5EtTOpbdM1Tq {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #ZihwuThSgHQWWn8rEVhgDtyluOBKzO7k {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #GrQ05nDAW7kSlsy28AgLhhS3MUPvZTM2 {  }
 }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z #rNELp3JpdZGBqFTw7zRK7kSwW2oZXeT7 {  }
 }@media only screen and (max-width: 763px) { #gPcXFxDihTt2cWKtZueLx3RMq4931T59 { width:20rem;height:3.0244125rem;top:2.44921875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { width:20rem;height:4.875rem;top:6.16064453125rem;left:-0.03125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qmQGx0IhLM7rulr1csOtLLGp1S1nRPGi { width:15.3125rem;height:0.9624rem;top:32.375rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcwOy8chXkGiW453CZVg5Bo0SP9Fhxko { width:19.1875rem;height:1.23730625rem;top:36.5rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLh62ZzpI4b4qu270X2HCt4lO6zBupZn { width:20rem;height:25.875rem;top:38.5625rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:before{  }
 }@media only screen and (max-width: 763px) { #Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 { display:block; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqyA4gUBXBpAEBNTypUeGxakq6Q67QJH { width:20rem;height:3.0244125rem;top:2.1875rem;left:-0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKM7T7WnvAcvEuelePosQNkcgqS1mWx { width:18.375rem;height:5.19921875rem;top:10rem;left:0.8125rem;font-size:1rem;z-index:15013;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IJUozom1ZCpGSpntAieNvROzaglWUXhG { width:10.625rem;height:1.23730625rem;top:7.6875rem;left:6.1875rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uIuEnlUpQfqTIFheCVfcx7RSkbAyh00k { width:20rem;height:5.19921875rem;top:19.4375rem;left:0rem;font-size:1rem;z-index:15015;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E3885gyt0cPaURnKtph5MsCOHpXlO6br { width:8.8125rem;height:2.4746125rem;top:16.375rem;left:6.625rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #w5a1Sx5M4srwlfTgvGRwC7seXaDL69cK { width:11rem;height:2.4746125rem;top:26.4375rem;left:5.875rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iia7dOOkZ8DcZERFWqNpxH2O8gKFRsQL { width:19.6875rem;height:5.19921875rem;top:29.5625rem;left:0rem;font-size:1rem;z-index:15017;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w7gy0Chwc5GA3EfA9CUBA5zmkMosdsfK { width:4.25rem;height:4.25rem;top:107.125rem;left:7.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #JwhmpTicBeHoh3u0N43aJmgx4fvurT6O { width:18.75rem;height:13.25rem;top:108.625rem;left:0.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #kWiHNzAzNDKJvNSRVXt7An7iczBeqHua { width:18.75rem;height:13.25rem;top:124.27685546875rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #R4XELR7qNz6mJbLpXXb0yA0v9GgpMk5I { width:18.75rem;height:13.25rem;top:139.875rem;left:0.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #N7L9FIDRibdnrRnqN8pSNurAaNqQIzm2 { display:flex;width:3.375rem;height:3.375rem;top:6.625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #fTuC3Km6US4mJwX43EkWTDJAUM7z3aIN { display:flex;width:2.75rem;height:2.75rem;top:26.125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #dglfPKZdafBHc4WIP2gSdv1EshHJQnBL { width:19rem;height:3.5rem;top:82.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWP7wBWOmNoMai6XT4kxac69JA5wZ6IB { display:block; }
 }@media only screen and (max-width: 763px) { #JNU7C4wFmfws6HVpcGLGAoneZD3wy2q1 { display:flex;width:3.75rem;height:3.75rem;top:15.75rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #bHzV53561O22Bz3oTBWmSata86p086eL { width:14.4375rem;height:3.0244125rem;top:57.8125rem;left:2.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpkzRcxVGrG6tCzB7IyR7Rb0xMZcKCmE { width:20rem;height:19.4970625rem;top:61.4375rem;left:0rem;font-size:1rem;z-index:15017;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G6MkvZbALMLct47rNhn83GbWEdEISpz0 { width:10.0625rem;height:10.6875rem;top:40.125rem;left:9.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBGw4U2AP4mlchfnkDKxNIVlXP9W3EA { width:10rem;height:9.75rem;top:37.75rem;left:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ylr5b2tn9qwOwGfIhmWJmCWGOwphG8IR { width:9.125rem;height:9.9375rem;top:46.8125rem;left:2.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT0lkVAkpawyVpq7dfkP7SE0IdNWeEQA { width:13.0625rem;height:3.0244125rem;top:2.9375rem;left:3.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrdURbFNxszvhMyXkeATal6DMLnevzwW { width:20rem;height:19.4970625rem;top:6.625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dRfb2T92XPTtbG6Iyd6m7NcPcmtVwp6i { width:9.875rem;height:6.3125rem;top:27.5rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CUt9hOaD1SMs4TvlR5ninkAWIMf0ys { width:9.9375rem;height:6.5625rem;top:27.4375rem;left:10.0625rem;z-index:15010;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBrR7Ed3owpxbRt41pbITgMrViqf2AnN { width:9.875rem;height:6rem;top:34.4375rem;left:10.022368421052rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8eJaXZsBNi8hfLE0T23pIQl44WSrQ3 { width:9.6875rem;height:6.375rem;top:41.3125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TnFhVRWaeGVumHThJR76DM6GVlFAZt8w { width:9.8125rem;height:6.3125rem;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0qM16RH1cn2W38FBsyub6oadc162gbn { width:10.0625rem;height:6.625rem;top:41.1875rem;left:9.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N { display:block; }#QiTIe4or59TDUo63PXZd0IhaaSrmiZ7N > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCsiDuRvQcX40WddLLBvGTtREIpac4BA { width:20rem;height:1.51220625rem;top:2.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpU61lfc18u4QbVL1BKcVyffHVd4eU4k { width:4.25rem;height:4.25rem;top:107.125rem;left:7.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #x6pzAhSn02WDk35xWcNOvecrEJdcArqk { width:18.75rem;height:13.25rem;top:108.625rem;left:0.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #sgU2KWbZBJpy5mEPksvOhMQ5Eho4CCKJ { width:18.75rem;height:13.25rem;top:124.27685546875rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gkbMVMt5AibhVJ183dNrkvvrmbAtuAbR { width:18.75rem;height:13.25rem;top:139.875rem;left:0.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #xHDkR5BT8JyrJONLOq3h7yTn1SPkx1ZT { width:20rem;height:25.5rem;top:4.9375rem;left:0rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Zx81UnmKxgKe3r2zPdwpwhmKLAecFpTz { width:14.125rem;height:11.5rem;top:33.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ek6p0hGTEE8Fr4nvR9riLdhT0HLEwUPd { width:10.8125rem;height:10rem;top:31.875rem;left:9.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HuOlT87hToawHiASWxJxFFKIoPKTVWOO { width:13.75rem;height:2.75rem;top:45.0625rem;left:6.25rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i0EASxzvIoMsBOKAOr97DhPpzw30KSeS { width:2.625rem;height:1.9375rem;top:42.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden;font-family:"open sans"; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-desc-text { font-size:1rem;height:auto; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd { display:flex;height:auto;width:17.5rem;top:49.56591796875rem;left:0rem; }
#traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ResI5akTXPK5M037kXz05mgllu3kEGII {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #traWUfoLUzLAEcU0QRGt0PJZBwm2ySkd #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH {  }
 }@media only screen and (max-width: 763px) { #VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 { display:block; }#VLGr16tb6IJVSvoMdKsJMxBFL7toUPN2 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI7f7tpJQXlPT8orPTBmRbLA6zdgat83 { width:19rem;height:3.5rem;top:1.06201171875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqsKxIAw6NhiVf49gLF2DM2Fda8kyCO { display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { width:17.9375rem;height:6.1875rem;top:4.875rem;left:1.03125rem;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:12rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { width:4.1875rem;height:3.125rem;top:1.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { height:11.168rem;width:20rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv { display:block; }#UTrqTPXSXypKJMmPvaAwKkpQgUGWzulv > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS5hQZy3laWt7GC9e0Rl2ueKwDBwZ7bf { width:19rem;height:3.5rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TdL7Tdi11RHVNpVQv6TkxRGrzw028h { display:block; }
 }@media only screen and (max-width: 763px) { #fhKL5H0Po5amDvcIqNas76nNkXmiO9ah { display:block; }#fhKL5H0Po5amDvcIqNas76nNkXmiO9ah > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgZGXr8Z2WaULUTxM973K8OMOtADiva3 { width:12.5rem;height:0;top:51.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnRmWmJN1GRxIVtuKXagrqu8FacXlRge { width:20rem;height:25.996125rem;top:5.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wQqJzU8zR5GgGuMDIf6X50xq8kq9XRxQ { width:6.75rem;height:1.69970625rem;top:47.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RK8AErpXIhflzwBiiOyHBAduFrfBmVqB { width:11.25rem;height:11.25rem;top:44.8125rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cq48D1vyomdhTKInVcR4IL1J27S0G98E { width:15.125rem;height:15.125rem;top:33.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #h8h2lrb8b7MZ4STuMIlHMTOZxJXKxkxB { width:10.8125rem;height:10.8125rem;top:50.5625rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ztQGPcR5pFIbQxvPZZVOlpLbAg4pQMrV { width:4.25rem;height:1.69970625rem;top:56.1875rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RGDmgK2hS03KIUtTtIFQTI6Sm7PkR3Of { width:9.3125rem;height:2rem;top:61.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Cg4NGeUfAE8FZ6zGIXJbUtwCHtWqBTT3 { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV { display:block; }#PadbRCFxbTtZlxGsS9aNRtiTV7ZVEVhV > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqz3So0vJfut70bnEuXcZpF63goHz9nH { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntJuZI3qg38f79WmtnW7qx0IzPaB0KEz { width:16.0625rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JdXGeJiPg1vQHSG37Q347KeSdkp9tDy6 { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FiDKeHlu8DoDpiywy8SgmxPTUe3EPTQa { display:flex;width:1.875rem;height:1.875rem;top:11rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fDDVALTOT2gpXUxwqsCA2toxeSaBb00J { display:flex;width:1.875rem;height:1.875rem;top:28.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uVlv49Og9TwUIKa9ZvSfHkX3JIfkgc56 { display:flex;width:1.875rem;height:1.875rem;top:31.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Za2996g5iHOE5XLOM71DlDDoMTqpOquJ { display:flex;width:1.875rem;height:1.875rem;top:35.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NkWL9XTCXiUVB6F3NxSwWhkDG0dQ29Qx { width:20rem;height:11.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8G8wCxHR7QTPTbso46o0coMFX9xSNN3 { width:17.625rem;height:6.49903125rem;top:7.0625rem;left:2.375rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IHMoxyWBpxytOwDAUkZ7Z1ZIaxtEJOrd { width:18.1875rem;height:10.39845rem;top:28.1875rem;left:2.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs { display:block; }#TW2xt8LeSGT67TMzdRKPAO0hsgdEHWTs > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTyrfaIXVw6w2v1LdXomKSJHJLqZT6D { width:15rem;height:2.2744125rem;top:18.724609375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kU3rwvMdEZXAbQGkPPaXdCMc0UDLN3k2 { width:10.1875rem;height:1.13720625rem;top:12.9375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBkuAZuhvSDa1EEH08OHh9oiEiMNMWmO { width:9.125rem;height:1.13720625rem;top:11.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5lkvm03Bq53VqBHJq5XJlbCVUKFpLKk { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKT34BSE3tiKxSUZc1FFx3ddoX0HN2Al { width:20rem;height:3.89941875rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrJAL0q2IK0aMa2BhKsN73yG6zCxUGf { width:11.9375rem;height:1.13720625rem;top:14.5rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIqiiuHlsMgVrA1LR0p8nyluE1Zfs9M6 { width:11.9375rem;height:1.13720625rem;top:16.18603515625rem;left:4.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }