.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); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58965c43-c57d-4cd9-b5cf-9157b214c5d4/TAD_3511.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; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.adaptive-delivery-prevent-bg, #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.lazyload, #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.lazyloading { background-image: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { background-color: transparent; background-image: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container > .video-iframe-container { display: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row > .video-iframe-container { display: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .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); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { border-width: 0; border-radius: 0; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#foCD3KLG3Klf2RLCAX9FbA20FAGq15cw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);top:26rem;left:23.09375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOmkT0ONWBeT2HJBFdKRbtFuTqfsk0au { 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.25rem;left:33.78125rem;overflow:hidden;display:block; }
#EzLrDTu8DDCe2t3wHquEgIm9B7rSADqL { 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:20rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:37.0625rem;left:27.5rem;display:block; }
#diPnLzgVC67J4kwKH3MLOWW81nDIvPdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEmwaD7f85CwcezO6FRXVAe8WFWEZ1Id { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0rem 0.0625rem 0rem rgba(33,31,32,0.42);top:7.875rem;left:13.6875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4tr5pad3T2T9By8Kz1idwJWdsfcs0Vd { 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:46.375rem;left:10.5rem;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; }
#m0STT15PsiIGXyk0mDpBXaXo9BOMOB2g { box-sizing:content-box;height:5.75rem;width:16.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.5625rem;left:29.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; }
#JC2lg04vXPQmxanKv2DuzlR6MSIcEwwB { box-sizing:content-box;height:5.875rem;width:16.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.5rem;left:51.9375rem;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; }
#xRorRoUIPyKi1tidQJTm3dAAxMG1AqnS { 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:3.375rem;width:3.375rem;top:43.875rem;left:35.8125rem;overflow:hidden;display:block; }
#kQP3nwGeARDuFWX1nrQxRQhvSbnCU5w3 { 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:1.625rem;width:2.9375rem;top:46.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#RidzXyq1B2awokDdsBgIxcz61Ps3SDcX { 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; }
#BTId5hr2phChBsduibbpDRT4wK6FfbDk { 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; }
#hBuhWUODOhnHPRpanOU30qaCeLdDx37i { 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; }
#Vm87JqPFpb3mnnqeUiof5mRlA0LOKZ42 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem rgba(33,31,32,0.42);top:34.5rem;left:18.4375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9KHZ2fK0P7TSRMJHuMItlPLJAIJQaul { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem rgba(33,31,32,0.42);top:9.4375rem;left:19.8125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7NLdiL2ZNy2HtExqtkPzzWJrt59nyMw { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:41.25rem;left:32rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1aKzTO2kd8sCygZ9eya3uM5nbgTrMGL { 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:46.37451171875rem;left:55.0625rem;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; }
#w65JQ9kxMeibd5v2VOK7uE2FPHuZay08 { box-sizing:content-box;height:5.625rem;width:16.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:7.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; }
#f92P6m8TWa9FPSsRWiCUZJNmAmEUWIkm { 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:3.125rem;top:45.75rem;left:7.6875rem;overflow:hidden;display:block; }
#bEASAXP8B3uXFgTe6q2tU12TkSifF6lF { 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:46.37451171875rem;left:31.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; }
#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:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iwfMNLCTPFf74EsQFJlroCR3wHkruqFo { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.25rem;left:10.25rem;height:1.29980625rem;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; }
#k7kU7PDvTzmhHkl9S3NFcQlo1ngT1fWh { color:rgba(var(--color-secondary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.25rem;left:30.40625rem;height:1.29980625rem;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; }
#ZmIteXJeh3PXtnBFUTs78cuVzf5I25WR { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:55.8125rem;height:1.29980625rem;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; }
#SxQHTHD4LUQD54mZvBmTJkGLTd1cwSUH { 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; }
#h6wR1AzVJIukVAsTSkQFesDw6Lc1JxyF { 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:46.375rem;left:10.5rem;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:none; }
#dn5wVhBI0OOiER6DA076ncMiS9b8UFDL { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.25rem;left:10.25rem;height:1.29980625rem;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; }
#WuvtR2w5BTLVJFNczHAt0K0aT4UsRUSm { 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:3.125rem;top:45.75rem;left:7.6875rem;overflow:hidden;display:none; }
#oSAfxMaT3sAkNGJoBP33orOX3qchbDXl { 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; }
#GXubN21wsCoO9532Xz0KbWfa6vAP3mdq { 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:3.375rem;width:3.375rem;top:43.875rem;left:35.8125rem;overflow:hidden;display:none; }
#ZQiWZzdXcMtfOtuWQ4lroV27dxTiPqzz { 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:46.37451171875rem;left:31.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:none; }
#sgHIJFkFow7tiRKE91MnnJpCIKrTQ0Pq { color:rgba(var(--color-secondary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.25rem;left:30.40625rem;height:1.29980625rem;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; }
#FLAZutQrKGSVFCLHsTNUyzTZvmmVWysi { 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; }
#bDF9ExNal9TK7ZbLmhahCSOZZ9KUrfHk { 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:46.1875rem;left:55.1875rem;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:none; }
#KurHDMkTWr6OGFgZkRphmkeVhqUzyq5Q { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:56.0625rem;height:1.29980625rem;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; }
#rGI7UXJ6PXTv22AnIQAv3z2MuKODqavu { 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:1.625rem;width:2.9375rem;top:46.1875rem;left:52.6875rem;overflow:hidden;display:none; }
#TiluoTbopIiwpU73T69O1qTDApLC7nKn { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.25rem;width:61.3125rem;top:4.4375rem;left:6.84375rem;display:block; }
#SqoeNzJDpFkUIkJ67efKTM71IOOTHKzL { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.25rem;width:61.3125rem;top:4.4375rem;left:6.84375rem;display:none; }
#GD171aIHS61Tu72usZcIcdThKVICmL0o { position:relative;display:block; }#GD171aIHS61Tu72usZcIcdThKVICmL0o { background-color: transparent; background-image: none; }#GD171aIHS61Tu72usZcIcdThKVICmL0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container > .video-iframe-container { display: none; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row > .video-iframe-container { display: none; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .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); }#GD171aIHS61Tu72usZcIcdThKVICmL0o { border-width: 0; border-radius: 0; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ucRk9IH41o8IqsouiXGel2VJ20BbTt8Z { 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:4.4375rem;width:8.875rem;top:1.21875rem;left:9.5rem;overflow:hidden;display:block; }
#Cd3VSn9gP7tTHEFd7yr3wPbQT8R9Ebkx { 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:4.4375rem;width:8.875rem;top:1.21875rem;left:19rem;overflow:hidden;display:block; }
#fi8kgxsH3oI029LzSkZJvh24q48BkUtD { 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.4375rem;width:8.875rem;top:1.21875rem;left:27.0625rem;overflow:hidden;display:block; }
#lruK6cS4zkooZTMHFtZJdoE6WdW8V2qI { 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:4.4375rem;width:8.875rem;top:1.21875rem;left:34.75rem;overflow:hidden;display:block; }
#aNyHl97XzsOStf8FzRH5SVtUTN1nvE2O { 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.4375rem;width:8.875rem;top:1.21875rem;left:42.375rem;overflow:hidden;display:block; }
#I8FtOnlXRonUHORQIZ56wg0sgPEthybO { position:absolute;display:block;z-index:15008;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.4375rem;width:8.875rem;top:1.21875rem;left:50.4375rem;overflow:hidden;display:block; }
#tOsQtVL8fHcgtwDrvuilW3EoPFeomHLq { 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.6875rem;width:9.375rem;top:1.09375rem;left:58.5rem;overflow:hidden;display:block; }
#LLKnNRkBbOGPF9KsnV2l8g6oCoHPvd3B { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8rem;top:1.4375rem;left:67rem;overflow:hidden;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:2.50341796875rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;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; }#UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { 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: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:22.1875rem;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:19.875rem;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:40.625rem;left:42rem;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:38.3125rem;left:46.625rem;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; }
#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:58.5625rem;left:17.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; }
#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:60.75rem;left:15.25rem;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:15.8125rem;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:34.625rem;left:49.875rem; }
#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:55.125rem;left:21.5rem; }
#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:31.8125rem;left:10rem;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:12.4375rem;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:51.0625rem;left:37.4375rem;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:21.4375rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:74.5625rem;left:26.78125rem;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:84.875rem;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:99rem;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.2;letter-spacing:0;top:102.5rem;left:8.5rem;height:5.9985375rem;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:14.375rem;width:13.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:96.625rem;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:94.5rem;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:94.8125rem;left:27.75rem;overflow:hidden;display:block; }
#UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { box-sizing:content-box;height:14.625rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:96.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:99.75rem;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.2;letter-spacing:0;top:101.75rem;left:23.5rem;height:7.19825rem;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:94.5rem;left:43.0625rem;overflow:hidden;display:block; }
#w1HUKxZuw7v5X1Sg3VArZX7KDyXes7hV { box-sizing:content-box;height:14.5rem;width:13.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:96.875rem;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:99.5625rem;left:39.6875rem;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; }
#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.2;letter-spacing:0;top:101.75rem;left:38.9375rem;height:5.9985375rem;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:94.5rem;left:58.4375rem;overflow:hidden;display:block; }
#iFWv2hKkHqUf5F74PEUKVLhepITpETg2 { box-sizing:content-box;height:14.625rem;width:13.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:97.0625rem;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:99rem;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.2;letter-spacing:0;top:101.9375rem;left:54.375rem;height:7.19825rem;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; }
#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:73.5rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:rgba(var(--color-tertiary-4),1);display:block;width:55.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.4375rem;left:10.8125rem;height:2.88720625rem;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:23.5rem;left:16.375rem;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:22.375rem;left:7.0625rem;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:22.375rem;left:16.375rem;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:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25.1875rem;left:16.375rem;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:22.375rem;left:41rem;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:26.0625rem;left:50.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; }
#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:24.25rem;left:50.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; }
#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:23.125rem;left:50.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; }
#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:35.25rem;left:7.0625rem;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:35.25rem;left:16.375rem;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:36.375rem;left:16.375rem;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:38.0625rem;left:16.375rem;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:35.25rem;left:41rem;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:36rem;left:50.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; }
#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:37.125rem;left:50.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; }
#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:38.9375rem;left:50.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; }
#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:47.9375rem;left:7.0625rem;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:49.0625rem;left:16.375rem;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:47.9375rem;left:16.375rem;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:50.75rem;left:16.375rem;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:47.9375rem;left:41rem;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:48.6875rem;left:50.3125rem;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:49.8125rem;left:50.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; }
#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:51.5rem;left:50.25rem;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; }
#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; }
#N3IIIwGashKn6ptVVrnrBG0PFpAgiZ5f { 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:62.6875rem;left:27.34375rem;display:block; }
#pal1DSZMeoEMTEBfQNhyF6GTgWMlUTRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5nh7v5A6g1TXSn1SB0f1sHzxhy90FfS { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:15.88671875rem;left:10.8125rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asVceJxuotWdyktJuGQ6pNLhBP2XuH1I { 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:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25.1875rem;left:16.375rem;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:none; }
#d2ra1BOw0oNxteihX5cglGRMD5JZSO49 { 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:26.0625rem;left:50.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:none; }
#XH7kinpeLIFTnH1cH6OcUhkJkfSTdMa1 { 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:38.0625rem;left:16.375rem;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:none; }
#GDvwE2Ur9rgO2moM1AqgCAf1DfIq20x3 { 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:38.9375rem;left:50.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:none; }
#WhAbZhe5B4LQTJhdxiJTKeEQ7yQDiamw { 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:50.75rem;left:16.375rem;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:none; }
#UMJ3CFLWN1KrfOnOQRo3vuflAMIWeGRW { 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:51.5rem;left:50.25rem;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:none; }
#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:15rem;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; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.77);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:57rem;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:4.9375rem;left:18.375rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#py7wTo4g0FiOIFTQWmbXmxV7vFbTC1GH { box-sizing:content-box;height:23.25rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.625rem;left:2.375rem;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; }
#zTK6KCzb33mOJ4ORxRs4m3Dwf7R6gAK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:4.1875rem;height:14.625rem;font-style:normal;display:block; }
#XoeQfhik2PPilhFFhTuLn428Dhe5EWg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:13.5625rem;left:6.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pWTtue3eVQWVXhkdN32VuFWUNfwzcEya { box-sizing:content-box;height:18.9375rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:2.375rem;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; }
#wNTppalCaLt45unR0sbFFCfIbAlVAIZf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:37.8125rem;left:6.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lCPJW4iwh0VV82i5sb3wKh1pIW5r5RW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:40rem;left:4.1875rem;height:10.96875rem;font-style:normal;display:block; }
#o8NfMvMZHBoAuZzXRxgsvvEVG4LAzO9a { box-sizing:content-box;height:23.25rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.625rem;left:38.1875rem;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; }
#IhKXNwu97VuuOLd8RZN3OnkFgtJ2iLs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:13.5625rem;left:43.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASTNM71QSbQITEGPw3w9xxpnKuxbix3M { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:41.125rem;height:1.21875rem;font-style:normal;display:block; }
#GLKMUDFzG6vTRumhsUHzTk4VHDma4LuF { box-sizing:content-box;height:18.9375rem;width:34.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:38.1875rem;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; }
#OsKQyB5P7XJTJ6zioiCTrkiHCnCTyvUe { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:40rem;left:41.125rem;height:10.96875rem;font-style:normal;display:block; }
#xMvktWwJOgsMxP6AIvWEfISxGa80uyMb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:37.8125rem;left:43.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u34eWEwv0W3K7nMlJLH3ehBB4ZzxUv2F { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:65.875rem;height:1.21875rem;font-style:normal;display:block; }
#hTkfNNQowThRNIESF3cF8SO8tIt6mBcO { box-sizing:content-box;height:0.0625rem;width:26.9375rem;position:absolute;display:block;z-index:15010;background-color:#cccccc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:41.125rem;display:block; }
#t7nN0S178ATChdxCOHErcTuZDFSJwLL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:41.125rem;height:1.21875rem;font-style:normal;display:block; }
#ivJ8AWW8Jaa0vhiu1W0hep589cawgJl1 { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:65.875rem;height:1.21875rem;font-style:normal;display:block; }
#stAqfHg8KugcGZHAlzTyElTSgVtUlbR9 { box-sizing:content-box;height:0.0625rem;width:26.9375rem;position:absolute;display:block;z-index:15013;background-color:#cccccc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:41.125rem;display:block; }
#wmT5l8BGPPRgKwbHZWTKZKqWO1v1yORq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.125rem;left:41.125rem;height:1.21875rem;font-style:normal;display:block; }
#QE0qaS8Tp3F0d2s5CNDZexbIXMS7cryG { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.125rem;left:65.875rem;height:1.21875rem;font-style:normal;display:block; }
#Zoq9g1He7oyQJSGHQG9mlgP6sLEWQeIi { box-sizing:content-box;height:0.0625rem;width:26.9375rem;position:absolute;display:block;z-index:15016;background-color:#cccccc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:41.125rem;display:block; }
#OnDm9vlNuLa9pKDRh1iEpax4b11EkNsq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.5625rem;left:41.125rem;height:1.21875rem;font-style:normal;display:block; }
#WB4lVhKuF6HVMngg0oHllecIq8ZPz7Hd { color:rgba(var(--color-primary-3),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5625rem;left:65.875rem;height:1.21875rem;font-style:normal;display:block; }
#ED2HCqnNNUaRdPzGLsfT86TsqIyAEmZT { box-sizing:content-box;height:0.0625rem;width:26.9375rem;position:absolute;display:block;z-index:15019;background-color:#cccccc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:41.125rem;display:block; }
#vwiCW9tNklMoCyCNz2GxRTvQNaPpbToD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.75rem;left:41.125rem;height:1.21875rem;font-style:normal;display:block; }
#Dp6PIkathfsafSqlmC21MHt8U1AZt9xo { color:rgba(var(--color-primary-3),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:29.75rem;left:64.5rem;height:1.21875rem;font-style:normal;display:block; }
#SUnAFJTSeRoFVJqlKLlex4bta9M0Eqzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.25rem;left:4.0625rem; }
#rRT07x6DrcT9LTzGZGQpkg2O1crBJTJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.46875rem;left:4.1875rem; }
#fnJ383wxyEPON7fSzNU8JVXIJVT0NGAm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:13.28125rem;left:41.125rem; }
#NiZTieBJVoIxO95HAKlZu2SHlATLoL1u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.53125rem;left:41.125rem; }
#WDo2zrcmvHhA7HD9I8nLONdTo6tCVgA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:4.1875rem;height:14.625rem;font-style:normal;display:none; }
#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff4db, #ffffff);background-image: -moz-linear-gradient(180deg, #fff4db, #ffffff);background-image: -ms-linear-gradient(180deg, #fff4db, #ffffff);background-image: -o-linear-gradient(180deg, #fff4db, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4db', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4db', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff4db, #ffffff);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; }#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:46.125rem;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:20.625rem;left:47.625rem;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:20.625rem;left:47.625rem;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:28.375rem;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:5rem;left:23.3125rem;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:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:8.5rem;left:12.8125rem;height:1.51220625rem;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:11.4375rem;left:29.84375rem;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:27.875rem;left:12rem;height:1.23730625rem;font-style:normal;text-align:right;text-align-last:right;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:29.6875rem;left:12rem;height:10.5625rem;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{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c80415e240547be974d9d8dc9ef5725721a35b38.svg); }
#Im8V6z7aVyWE3sXyRDTvSHtLXyP0fck0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:16.11865234375rem;left:12rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOBt1b8ZC2hzph0ZcQ6482nC2hqBLAtw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:23.51171875rem;left:12rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5VW6BX9AmV1uEFbrRrmgcOX31dMRUic { 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:15006;line-height:1.1;letter-spacing:0;top:16.11865234375rem;left:45.6875rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQ5ViTyOu4gE9iF25nVdLaCBFRCDxgfw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:17.60595703125rem;left:49.46875rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFkmd3JNeLRcsgATiu3b5b8WHcpOvSEF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:23.51171875rem;left:12rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lKWzCbWBDrD7uMIiWmRy5tqqz7S1Shh8 { 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:27.875rem;left:12rem;height:1.23730625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#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:1.51220625rem;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:13.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; }
#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.8125rem;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.5625rem;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:62rem;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:10.03125rem;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:11rem;left:5.625rem;height:18rem;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; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .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); }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .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; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .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; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .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); }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .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; }#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-trigger.adaptive-delivery-prevent-bg, #BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-trigger.lazyload, #BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-trigger.lazyloading { background-image: none; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc { 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.6875rem;left:15.5rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #cbfoywnauyDVww4txEdm73I5TJ7n98rW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QewZEszPraeTyJq9ZIFTgTxB2ZB4yVLn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #w5t7ggEGC4VTRU2775TAU1xWI5rWZDbT { display:block;position:relative; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #PWcJS87WSi7ceaRynwsikpvzseCfVQPI {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hddz5iZ4Ia0hWoTFwIIP03DhcZfn04pC {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #tk0af3KTflWnVxNHe2R1pCJzMJe6geQC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ssntx7tSJSrbtkz5nhc72VDSmsU6nwsf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hdwldPEr4rrRrLU9Sn8huLuJoz7bo4cm { display:block;position:relative; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #P8TdlHaNtzPlyluT8N1HrfTEWilvOlmD {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #mBRJgcEe5qswDrJLIBDtgNNr93Sn3OyJ { display:none; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #TQ8nSR5II8xhA1UGiT5gqh0x3CeuiHka { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #JJLxObT3SQRFKFkA9yI0T1PHx8LEFskT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #LL9UKs3l7V9xGpgTfNJqPmcpTEnBBd9U { display:block;position:relative; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #XvWK4LvVbM7CMJelHFfrAosFBOzUBCHl {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #uKTAhPkkDwlTB04gZygaBRwg5ga01XlD { display:none; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #BtcFLk0CyO1ZeHFhy30ptzwR9L85m07b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QynVW4RG79zZeSZBViKRdGbJikxuT2G8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #FdL8oG9uU8gsngqkLAnomeGreSRocqUm { display:block;position:relative; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ozB0BcZ9xFmy5eS7hmwBC2tQ7RaESfD0 {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VcpiyD5724cTz4WmsmvfpDlzxGo3QT6Q { display:none; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #HkNUePuLuDoiT5CRoJ7sTXZtrUCcIcD3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VNlpgZqJTiOqZUr3AHTzqw0SqKfm8Alx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #rUJdRnTcKlqgcQ2Xa220ifWWBq5NTWcT { display:block;position:relative; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #X1W3UdoVIgs4vTw2v6TiA8lTEtXtRQ2C {  }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc #RQxWC461XaLC0Sk9Ea67EHkouvpakaos { 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; }
#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs { 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; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container { background-color: transparent; background-image: none; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container > .video-iframe-container { display: none; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row > .video-iframe-container { display: none; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .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); }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container { border-width: 0; border-radius: 0; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;position:relative;display:block; }#DR3733vaKxIoEDSQvAu51OWkKx2pfnwu { 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; }
#X7oL7dxwSnDbUoJW8JGCu7zTncno5cAT { 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; }
#Ec8xK0H10QQevAhCyEtrubloMqL59rlo { 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; }
#GAaKWqDfVhDdTBdNZrwtkiSARAvvIEFV { 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:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PgNtBHHPpA9GUbCGwEuHcDkoE6ZGS2Wz { 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; }
#vfcrvEIgH5wTB9oga8d1vOh3dKnxKSXg { 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; }
#Sw72RPWMSAgMN76CFt7Tv4KUR4zFm5mx { 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; }
#FE6TZ2u8koZHToVx8itO6FwKJnGBKKKr { 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; }
#nAUQOu933pd3sn3U4B6IDP1ZxAIGSrWP { 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; }
#wBZ8bDJxFrddAURovc1SrRXgXTwPp7ON { 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; }
#KxIxxcAGt0p7upHiFzWXUq5x7lpRG41T { 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; }
#RxQNRTHLhTLqXEK8tKiz2eGX4vgPDSwr { 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; }
#CV637HXRGgz8GJ4lrlsbxkOaal8vTNTi { 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; }
#zFMnyDGy3MiTxXG2phbD9AvT947vy6P7 { 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; }
#SePoQ3lTdEEH9kdITCATeQpiUHfvJkX1 { 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; }
#BkMkQJXCDesfbXzZCK3pTwt77zIo7Z2m { 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; }
#krscFh7mCVwvglIEPOhDByNRf2czlI2F { 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; }
#iKLuFN82ndfNL7iq5mcLlm1CFIAehLM6 { 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; }
#H4uAltea7iASU5k7C6QHJDqdGwSOX1Pp { 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; }
#ETErbuJE0xN9UEEzXXLsJU6ScT7K19fp { 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; }
#gysNxdDAe67T02CVc2VJlNQMLirRnGVT { 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; }
#hug6h7vZCF5kCNsMolJ2yalcuTTMt9xr { 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; }
#OQKaVBEkT2VoqNTBn3LSf3BNxMnGHCCa { 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; }
#k1G4VJGrvzhkKTbsFFc1FVWgdoko5yua { 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:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7XEmB0oZKJb3awikb8cJeT5ML5bK1Ov { 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; }
#QDJcPaSCvdeM3LxcBnJPzVL9NxGEOeTA { 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; }
#mDomAoMN4aBTxv7MsNzhREBX006CvFxm { 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; }
#O3RTIto7xywRb1WTmS5wqMiEtVZOTPFJ { 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; }
#fbaEEVU5S9eWN5QBwfB97mMiqDK9plCP { 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; }
#GgHciaZXzflnlzuP6TbmMSTOcdIDe7RL { 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; }
#sHNoB0v6xaA2xaSZdhF8yi4iyTIhBOwP { 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; }
#K6HJQTBHR51u0wHvGe1TfTqJiEmfVNZS { 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; }
#W13JOp59lesmZ0JOed8y1WNtrOdcn4vB { 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:55.3125rem;left:27.34375rem;display:block; }
#wczWxJnOolbnZrfeKvEn8a5SLq6AUNpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container { background-color: transparent; background-image: none; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container > .video-iframe-container { display: none; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row > .video-iframe-container { display: none; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .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); }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container { border-width: 0; border-radius: 0; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#ddSHGB0uU4JLphlQGS6ITXqwTxkghMnq { 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; }
#N0JE4irUPRxRCmtnluFbv6dkwqGKsJMC { color:#030538;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:19.01125rem;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; }
#nFWdzgeg3PbJM5zH0uWIEAoJgIZxETTq { color:#030538;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; }
#xT4IuRBpoizv5KDrCN4bdamZCHfSlJPg { 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; }
#hhaAscJroetw2BMiP2A4N0Vt60Ith1Cm { 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; }
#D2ouV8uv1E7K7zg6ATFBK5GmokhdhygH { 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; }
#tf03ht5AH9964EqKfU3ba2VWiV4wQpx2 { color:#030538;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; }
#AaRgIvdaFnUSu6McwkIJH1336fFmeTTo { color:#030538;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; }
#fnG3s060NMHACwzAA0Zo2DACry2yZ0Iq { color:#030538;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; }
#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 { 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; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container { background-color: transparent; background-image: none; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container > .video-iframe-container { display: none; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row > .video-iframe-container { display: none; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .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); }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container { border-width: 0; border-radius: 0; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#GoXIHb33TVLV30gTfp7CSk1f4W9RzVLi { color:#030538;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.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:block; }
#SkWEytpEGVQuoOPUXpOqCyyI008q8Keq { color:#030538;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.625rem;left:0.8125rem;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; }
#yAfJrDJL3FWAFrykK7RQdrZpus3EDv4g { 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.375rem;left:0.8125rem; }
#e1GiTziStX49xS4WK61kflQfX6JVNLLs { 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.375rem;left:0.8125rem; }
#otRDyffWtShaD0amhWAzgGVnmpduBz7C { 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.5rem;left:0.8125rem; }
#f2QpKVHC29bRdkVoNwV84qACTxbHI5o4 { 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.4375rem;left:0.8125rem; }
#nsJsCcLrCwB1KKWh5J0NxV4305U0bxTw { 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.5625rem;left:0.8125rem; }
#ZTETQ6vN8gM8MB25VA9LQWrE9zC8npNl { 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:15.9375rem;width:28.5rem;top:8.078125rem;left:46.5rem;overflow:hidden;display:block; }
#HlCCtrvXMPCcck0NlKMXsVbvWTpkToWN { 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:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#igElxEhn5k4NGENhz8meVrKwA1rNzu9E { 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:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc { 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; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container { background-color: transparent; background-image: none; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container > .video-iframe-container { display: none; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row > .video-iframe-container { display: none; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .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); }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container { border-width: 0; border-radius: 0; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#ity8BpcoxBZUmRuzp6Iy7Ik9VmuVxsqR { 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; }
#W5zTieCLOkAyEMGeyIrVxwlnJwKDTDCN { 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; }
#L0w7zDdIqsroy6q43M6s0hOy6Tr9MnF0 { 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; }
#iVWuTXIgv0JDmSasAJ35x2fbITJau58y { 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; }
#m4NEruRgz1atw7rM42DhEIQzuETx6x6g { 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; }
#F9A0fvPyGe1MVRrsSi68ibwqDgzKOaw8 { 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; }
#RrxDo4c5Xx99bWZV0BfsvQwELAdp1h4d { 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; }
#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf9fd;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container { background-color: transparent; background-image: none; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container > .video-iframe-container { display: none; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row > .video-iframe-container { display: none; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .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); }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container { border-width: 0; border-radius: 0; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#rbCV2oNf2Vzs8zB37sUQ95qQtdSRKHvs { 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:15004;text-align:center;text-align-last:center;top:1.65625rem;left:49.1875rem;display:block; }
#HLJHcTaJnoMxwbCJyz6m14UOTdLkSAzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqH3FTyCrUTw82HStgg6bX3A6lEAJvTx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:1.875rem;left:6.5625rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOCxBu3ZHxdsDNgIxKw27oATVTwHS3gJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:3.75rem;left:6.5625rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU { display:block; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foCD3KLG3Klf2RLCAX9FbA20FAGq15cw { top:26rem;left:9.46875rem;width:28.8125rem;height:7.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOmkT0ONWBeT2HJBFdKRbtFuTqfsk0au { top:2.25rem;left:20.15625rem;width:7.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLrDTu8DDCe2t3wHquEgIm9B7rSADqL { width:20rem;height:3.5rem;top:37.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPnLzgVC67J4kwKH3MLOWW81nDIvPdH { display:block; }
 }@media only screen and (max-width: 763px) { #IEmwaD7f85CwcezO6FRXVAe8WFWEZ1Id { top:7.875rem;left:0.0625rem;width:47.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4tr5pad3T2T9By8Kz1idwJWdsfcs0Vd { top:46.375rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0STT15PsiIGXyk0mDpBXaXo9BOMOB2g { top:44.5625rem;left:15.875rem;width:16.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC2lg04vXPQmxanKv2DuzlR6MSIcEwwB { top:44.5rem;left:31.375rem;width:16.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRorRoUIPyKi1tidQJTm3dAAxMG1AqnS { top:43.875rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQP3nwGeARDuFWX1nrQxRQhvSbnCU5w3 { top:46.1875rem;left:39.0625rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RidzXyq1B2awokDdsBgIxcz61Ps3SDcX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BTId5hr2phChBsduibbpDRT4wK6FfbDk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hBuhWUODOhnHPRpanOU30qaCeLdDx37i { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Vm87JqPFpb3mnnqeUiof5mRlA0LOKZ42 { top:34.5rem;left:4.8125rem;width:38.125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KHZ2fK0P7TSRMJHuMItlPLJAIJQaul { top:9.4375rem;left:6.1875rem;width:35.375rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7NLdiL2ZNy2HtExqtkPzzWJrt59nyMw { top:41.25rem;left:18.375rem;width:11rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1aKzTO2kd8sCygZ9eya3uM5nbgTrMGL { top:46.3125rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w65JQ9kxMeibd5v2VOK7uE2FPHuZay08 { top:44.625rem;left:0rem;width:16.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f92P6m8TWa9FPSsRWiCUZJNmAmEUWIkm { top:45.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEASAXP8B3uXFgTe6q2tU12TkSifF6lF { top:46.3125rem;left:18.1875rem;width:11.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@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) { #iwfMNLCTPFf74EsQFJlroCR3wHkruqFo { top:0.25rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7kU7PDvTzmhHkl9S3NFcQlo1ngT1fWh { top:0.25rem;left:16.78125rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmIteXJeh3PXtnBFUTs78cuVzf5I25WR { top:0rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQHTHD4LUQD54mZvBmTJkGLTd1cwSUH { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #h6wR1AzVJIukVAsTSkQFesDw6Lc1JxyF { top:46.375rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn5wVhBI0OOiER6DA076ncMiS9b8UFDL { top:0.25rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuvtR2w5BTLVJFNczHAt0K0aT4UsRUSm { top:45.75rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSAfxMaT3sAkNGJoBP33orOX3qchbDXl { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GXubN21wsCoO9532Xz0KbWfa6vAP3mdq { top:43.875rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQiWZzdXcMtfOtuWQ4lroV27dxTiPqzz { top:46.3125rem;left:18.1875rem;width:11.375rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgHIJFkFow7tiRKE91MnnJpCIKrTQ0Pq { top:40.375rem;left:0rem;width:5.75rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLAZutQrKGSVFCLHsTNUyzTZvmmVWysi { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bDF9ExNal9TK7ZbLmhahCSOZZ9KUrfHk { top:46.1875rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KurHDMkTWr6OGFgZkRphmkeVhqUzyq5Q { top:0rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGI7UXJ6PXTv22AnIQAv3z2MuKODqavu { top:46.1875rem;left:39.0625rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiluoTbopIiwpU73T69O1qTDApLC7nKn { top:4.4375rem;left:0rem;width:47.75rem;height:26.67380224261rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqoeNzJDpFkUIkJ67efKTM71IOOTHKzL { top:4.4375rem;left:0rem;width:47.75rem;height:26.67380224261rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD171aIHS61Tu72usZcIcdThKVICmL0o { display:block; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRk9IH41o8IqsouiXGel2VJ20BbTt8Z { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3VSn9gP7tTHEFd7yr3wPbQT8R9Ebkx { top:1.1875rem;left:5.375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi8kgxsH3oI029LzSkZJvh24q48BkUtD { top:1.1875rem;left:13.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lruK6cS4zkooZTMHFtZJdoE6WdW8V2qI { top:1.1875rem;left:21.125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNyHl97XzsOStf8FzRH5SVtUTN1nvE2O { top:1.1875rem;left:28.75rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FtOnlXRonUHORQIZ56wg0sgPEthybO { top:1.1875rem;left:36.8125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsQtVL8fHcgtwDrvuilW3EoPFeomHLq { top:1.0625rem;left:38.375rem;width:9.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKnNRkBbOGPF9KsnV2l8g6oCoHPvd3B { top:1.4375rem;left:39.75rem;width:8rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #voL2q0y2GxeeVgcpDKeXdGrcyUAObWpV { top:2.5rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1rem;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) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { top:3.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { top:22.1875rem;left:0rem;width:19.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { top:19.875rem;left:5.125rem;width:9rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30tRSo9MlSEkwkktTMOgFJamnfCteyd { top:40.625rem;left:28.25rem;width:19.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4TrBhnN5p2g2vm7AKqKkcP4Tt3oBZQ { top:38.3125rem;left:33rem;width:10.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9EtpLzhq7Itsc0Lx091m0tIeZrkNaMg { top:58.5625rem;left:4.125rem;width:11.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4A6HQKbaGBMcv3vPGdv1z4rLRCV3zf { top:60.75rem;left:1.625rem;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:15.8125rem;left:7.5625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVWNXbhylRSGs1kTgiVhTuF8xCX216qO { top:34.625rem;left:36.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyN9Jbdhyc1VIcqLob3113W7Wei8zFwz { top:55.125rem;left:7.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { top:31.8125rem;left:0rem;width:26.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMTTmxt8smRmmplmXeolgx4enNJXkHq { top:12.4375rem;left:21.1875rem;width:26.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO24MdP9olbVkDaHGe2hWmFiwgnbSFQ { top:51.0625rem;left:20.3125rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT0NvmTqucW7WzW4En4c0GQtMV9mxhe { width:21.4375rem;height:3.5rem;top:74.5625rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMT5G6eGFneGscyxixbuNG6BkVcMBiro { display:block; }
 }@media only screen and (max-width: 763px) { #CeSihnPow2tBv9TT8ysQ2DBdDZqX1ZBJ { top:84.875rem;left:7.25rem;width:33.25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:99rem;left:0rem;width:9rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:102.5rem;left:0rem;width:12rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:96.625rem;left:0rem;width:13.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { top:94.5rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI7aFFLFb5OLFLxZQMTS70pRixUJmTcV { top:94.8125rem;left:14.125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { top:96.625rem;left:9.1875rem;width:13.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:99.75rem;left:11.1875rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:101.75rem;left:9.875rem;width:12.625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpQ69epMAZR5ghAEB19IecoNMkLH7MyK { top:94.5rem;left:29.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HUKxZuw7v5X1Sg3VArZX7KDyXes7hV { top:96.875rem;left:24.625rem;width:13.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:99.5625rem;left:26.0625rem;width:11.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:101.75rem;left:25.3125rem;width:12.5rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0BbPS4TLtn9kAXgQ0P8TEziB377Tbp { top:94.5rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFWv2hKkHqUf5F74PEUKVLhepITpETg2 { top:97.0625rem;left:33.875rem;width:13.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhrZiuHXxmlBJTEnvZbCXZ0sQy8WLOs1 { top:99rem;left:37.5rem;width:10.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNihRtT4HPSpINpnz7oJEfcFi6RN5p0 { top:101.9375rem;left:35.3125rem;width:12.4375rem;height:7.1875rem;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.375rem;display:none; }
 }@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:12.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byDkbqetM8BtVsRL61uTgeAwZb1qwbqV { top:23.5rem;left:8.125rem;width:7.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92hAvy9GC8OVq1bynIBaD1wMDm1QNvV { top:22.375rem;left:2.5rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6LWm4vUSTQUnu5fAW7eCgeXAA6tIRw { top:22.375rem;left:10.8125rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaEO81ly8AxSXPBg9BFwx1fNFuvruSJe { top:25.1875rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUV9cdEqEQapdrurqz542TB9K8Zi0Zt { top:22.375rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vG8MJ4V64KAKRJSv17HcWBQQTLT946 { top:26.0625rem;left:29rem;width:18.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJO2TxqIqmK484zxKvXDoQCbcJECTnZK { top:24.25rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4w9SoyEivQ95ubyTXLFXt7veKhJXFN { top:23.125rem;left:31.75rem;width:11.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfACSNdifGxahOzTFpNbmNOPAiccGLDM { top:35.25rem;left:2.5rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwRg8CxvBWh1rEPKaRX5NhJJ68yyNdHz { top:35.25rem;left:10.8125rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OexytXvcItIQuMlKZLPzN2FhAA7ohmot { top:36.375rem;left:8.125rem;width:7.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1NC01BLwva5m909CuJbHIlRTQWoND9 { top:38.0625rem;left:0rem;width:19.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxWPSLt0fs3TLCh12FebXemFq9mK8vg { top:35.25rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFn6cqSNHvWbrAb9TgFZJliuznLdBo4F { top:36rem;left:31.75rem;width:11.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JesAxgxqkpkI481LtVJSsB6CTfEiQTrH { top:37.125rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAaSvhcX050krJaBuFJmPLWWGQi5l9iT { top:38.9375rem;left:28.125rem;width:19.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdxATcwKsT3TGQMNaN0m9anwUrOx5OVP { top:47.9375rem;left:2.5rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU0JIDEVQOqefDTi7CSWm8wiCtxcyH6 { top:49.0625rem;left:4.125rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Xo3eSSizVdJTclxySJ5HFgbuuzZVAE { top:47.9375rem;left:10.8125rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpwCgoO4MCJEF3SbwzrNPPqzHDUZOkES { top:50.75rem;left:0rem;width:19.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtToLneqsg5lUAJSnzqEv7epqCtns52q { top:47.9375rem;left:23.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Dy6NTlDDHJUvSPIcn1KIcid14LvNCb { top:48.6875rem;left:31.75rem;width:11.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2thq8kNuM283DrbdnzlPDwSoby6yyJy { top:49.8125rem;left:31.75rem;width:10rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWE0elRpQX0HyTUO4yFN3qQNycf0ZTEL { top:51.5rem;left:28.375rem;width:19.25rem;height:6rem;font-size:1rem;display:block; }
 }@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) { #N3IIIwGashKn6ptVVrnrBG0PFpAgiZ5f { width:20.3125rem;height:3.5rem;top:62.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pal1DSZMeoEMTEBfQNhyF6GTgWMlUTRI { display:block; }
 }@media only screen and (max-width: 763px) { #l5nh7v5A6g1TXSn1SB0f1sHzxhy90FfS { top:15.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asVceJxuotWdyktJuGQ6pNLhBP2XuH1I { top:7.625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2ra1BOw0oNxteihX5cglGRMD5JZSO49 { top:31.6875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH7kinpeLIFTnH1cH6OcUhkJkfSTdMa1 { top:44.375rem;left:0rem;width:19.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDvwE2Ur9rgO2moM1AqgCAf1DfIq20x3 { top:55.875rem;left:0rem;width:19.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhAbZhe5B4LQTJhdxiJTKeEQ7yQDiamw { top:68.5625rem;left:0rem;width:19.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMJ3CFLWN1KrfOnOQRo3vuflAMIWeGRW { top:82.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@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.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:15rem;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) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6TONbgBttA0quK6lWcrITCSGgFAPpPh { top:4.9375rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #py7wTo4g0FiOIFTQWmbXmxV7vFbTC1GH { top:10.625rem;left:0rem;width:34.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTK6KCzb33mOJ4ORxRs4m3Dwf7R6gAK9 { top:16.625rem;left:0rem;width:30.75rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoeQfhik2PPilhFFhTuLn428Dhe5EWg1 { top:13.5625rem;left:0rem;width:14.875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTtue3eVQWVXhkdN32VuFWUNfwzcEya { top:34.875rem;left:0rem;width:34.375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTppalCaLt45unR0sbFFCfIbAlVAIZf { top:37.8125rem;left:0rem;width:14.875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPJW4iwh0VV82i5sb3wKh1pIW5r5RW1 { top:40rem;left:0rem;width:30.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NfMvMZHBoAuZzXRxgsvvEVG4LAzO9a { top:10.625rem;left:13.375rem;width:34.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKXNwu97VuuOLd8RZN3OnkFgtJ2iLs0 { top:13.5625rem;left:23.875rem;width:19.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTNM71QSbQITEGPw3w9xxpnKuxbix3M { top:16.625rem;left:23.875rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKMUDFzG6vTRumhsUHzTk4VHDma4LuF { top:34.875rem;left:13.375rem;width:34.375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsKQyB5P7XJTJ6zioiCTrkiHCnCTyvUe { top:40rem;left:20rem;width:27.75rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvktWwJOgsMxP6AIvWEfISxGa80uyMb { top:37.8125rem;left:23.875rem;width:14.875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u34eWEwv0W3K7nMlJLH3ehBB4ZzxUv2F { top:16.625rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTkfNNQowThRNIESF3cF8SO8tIt6mBcO { top:18.75rem;left:20.8125rem;width:26.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7nN0S178ATChdxCOHErcTuZDFSJwLL0 { top:20rem;left:23.875rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJ8AWW8Jaa0vhiu1W0hep589cawgJl1 { top:20rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAqfHg8KugcGZHAlzTyElTSgVtUlbR9 { top:22.125rem;left:20.8125rem;width:26.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmT5l8BGPPRgKwbHZWTKZKqWO1v1yORq { top:23.125rem;left:23.875rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0qaS8Tp3F0d2s5CNDZexbIXMS7cryG { top:23.125rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoq9g1He7oyQJSGHQG9mlgP6sLEWQeIi { top:25.25rem;left:20.8125rem;width:26.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnDm9vlNuLa9pKDRh1iEpax4b11EkNsq { top:26.5625rem;left:23.875rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB4lVhKuF6HVMngg0oHllecIq8ZPz7Hd { top:26.5625rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED2HCqnNNUaRdPzGLsfT86TsqIyAEmZT { top:28.6875rem;left:20.8125rem;width:26.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiCW9tNklMoCyCNz2GxRTvQNaPpbToD { top:29.75rem;left:23.875rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6PIkathfsafSqlmC21MHt8U1AZt9xo { top:29.75rem;left:43.6875rem;width:4.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUnAFJTSeRoFVJqlKLlex4bta9M0Eqzi { top:13.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRT07x6DrcT9LTzGZGQpkg2O1crBJTJp { top:37.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnJ383wxyEPON7fSzNU8JVXIJVT0NGAm { top:13.25rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZTieBJVoIxO95HAKlZu2SHlATLoL1u { top:37.5rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDo2zrcmvHhA7HD9I8nLONdTo6tCVgA2 { top:9.3125rem;left:0rem;width:18.125rem;height:15.875rem;font-size:0.875rem;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:20.625rem;left:26.8125rem; }
#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:20.625rem;left:26.8125rem; }
 }@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:5rem;left:9.6875rem;width:28.375rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMBuM2GtbRPKGxUhu3PUd2DCksGuRlU { top:8.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmQGx0IhLM7rulr1csOtLLGp1S1nRPGi { top:11.4375rem;left:16.21875rem;width:15.3125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcwOy8chXkGiW453CZVg5Bo0SP9Fhxko { top:27.875rem;left:0rem;width:24.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLh62ZzpI4b4qu270X2HCt4lO6zBupZn { top:29.6875rem;left:0rem;width:34.375rem;height:10.5625rem;font-size:0.9375rem;display:block; }#RLh62ZzpI4b4qu270X2HCt4lO6zBupZn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c80415e240547be974d9d8dc9ef5725721a35b38.svg); }
 }@media only screen and (max-width: 763px) { #Im8V6z7aVyWE3sXyRDTvSHtLXyP0fck0 { top:16.0625rem;left:0rem;width:19.625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOBt1b8ZC2hzph0ZcQ6482nC2hqBLAtw { top:23.5rem;left:0rem;width:25.8125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5VW6BX9AmV1uEFbrRrmgcOX31dMRUic { top:16.0625rem;left:22.9375rem;width:24.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5ViTyOu4gE9iF25nVdLaCBFRCDxgfw { top:17.5625rem;left:30.5rem;width:17.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFkmd3JNeLRcsgATiu3b5b8WHcpOvSEF { top:19.375rem;left:0rem;width:20rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKWzCbWBDrD7uMIiWmRy5tqqz7S1Shh8 { top:21.625rem;left:0rem;width:13.875rem;height:2.1875rem;font-size:1rem;display:none; }
 }@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:13.5rem;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:2.9375rem;width:41.8125rem;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:11rem;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) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc { display:flex;height:auto;width:45.25rem;top:1.9375rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #cbfoywnauyDVww4txEdm73I5TJ7n98rW {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QewZEszPraeTyJq9ZIFTgTxB2ZB4yVLn {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #w5t7ggEGC4VTRU2775TAU1xWI5rWZDbT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #PWcJS87WSi7ceaRynwsikpvzseCfVQPI {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hddz5iZ4Ia0hWoTFwIIP03DhcZfn04pC {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #tk0af3KTflWnVxNHe2R1pCJzMJe6geQC {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ssntx7tSJSrbtkz5nhc72VDSmsU6nwsf {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hdwldPEr4rrRrLU9Sn8huLuJoz7bo4cm {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #P8TdlHaNtzPlyluT8N1HrfTEWilvOlmD {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #mBRJgcEe5qswDrJLIBDtgNNr93Sn3OyJ {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #TQ8nSR5II8xhA1UGiT5gqh0x3CeuiHka {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #JJLxObT3SQRFKFkA9yI0T1PHx8LEFskT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #LL9UKs3l7V9xGpgTfNJqPmcpTEnBBd9U {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #XvWK4LvVbM7CMJelHFfrAosFBOzUBCHl {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #uKTAhPkkDwlTB04gZygaBRwg5ga01XlD {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #BtcFLk0CyO1ZeHFhy30ptzwR9L85m07b {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QynVW4RG79zZeSZBViKRdGbJikxuT2G8 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #FdL8oG9uU8gsngqkLAnomeGreSRocqUm {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ozB0BcZ9xFmy5eS7hmwBC2tQ7RaESfD0 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VcpiyD5724cTz4WmsmvfpDlzxGo3QT6Q {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #HkNUePuLuDoiT5CRoJ7sTXZtrUCcIcD3 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VNlpgZqJTiOqZUr3AHTzqw0SqKfm8Alx {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #rUJdRnTcKlqgcQ2Xa220ifWWBq5NTWcT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #X1W3UdoVIgs4vTw2v6TiA8lTEtXtRQ2C {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #RQxWC461XaLC0Sk9Ea67EHkouvpakaos {  }
 }@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) { #QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs { display:block; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR3733vaKxIoEDSQvAu51OWkKx2pfnwu { width:18.9375rem;height:14.5625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7oL7dxwSnDbUoJW8JGCu7zTncno5cAT { width:15.375rem;height:7.5rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec8xK0H10QQevAhCyEtrubloMqL59rlo { width:18.9375rem;height:19rem;top:11.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAaKWqDfVhDdTBdNZrwtkiSARAvvIEFV { width:17.5rem;height:12rem;top:13.1875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgNtBHHPpA9GUbCGwEuHcDkoE6ZGS2Wz { width:18.9375rem;height:16.1875rem;top:11.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcrvEIgH5wTB9oga8d1vOh3dKnxKSXg { width:15.8125rem;height:9rem;top:13.1875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw72RPWMSAgMN76CFt7Tv4KUR4zFm5mx { top:4.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE6TZ2u8koZHToVx8itO6FwKJnGBKKKr { width:17rem;height:1.3125rem;top:20.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAUQOu933pd3sn3U4B6IDP1ZxAIGSrWP { width:17rem;height:1.3125rem;top:25.5rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZ8bDJxFrddAURovc1SrRXgXTwPp7ON { width:17rem;height:1.3125rem;top:22.5rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxIxxcAGt0p7upHiFzWXUq5x7lpRG41T { width:4.1875rem;height:3.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxQNRTHLhTLqXEK8tKiz2eGX4vgPDSwr { width:4.1875rem;height:3.125rem;top:9.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV637HXRGgz8GJ4lrlsbxkOaal8vTNTi { width:4.1875rem;height:3.125rem;top:9.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMnyDGy3MiTxXG2phbD9AvT947vy6P7 { top:23.1875rem;left:0.25rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SePoQ3lTdEEH9kdITCATeQpiUHfvJkX1 { top:27.4375rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkMkQJXCDesfbXzZCK3pTwt77zIo7Z2m { top:24.6875rem;left:41.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krscFh7mCVwvglIEPOhDByNRf2czlI2F { width:18.9375rem;height:20.25rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLuFN82ndfNL7iq5mcLlm1CFIAehLM6 { width:16.3125rem;height:12rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4uAltea7iASU5k7C6QHJDqdGwSOX1Pp { width:17rem;height:1.3125rem;top:43.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETErbuJE0xN9UEEzXXLsJU6ScT7K19fp { top:45.5rem;left:0.25rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gysNxdDAe67T02CVc2VJlNQMLirRnGVT { width:4.1875rem;height:3.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hug6h7vZCF5kCNsMolJ2yalcuTTMt9xr { width:18.9375rem;height:20.3125rem;top:32.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQKaVBEkT2VoqNTBn3LSf3BNxMnGHCCa { width:4.1875rem;height:3.125rem;top:30.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1G4VJGrvzhkKTbsFFc1FVWgdoko5yua { width:17.5rem;height:12rem;top:35rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7XEmB0oZKJb3awikb8cJeT5ML5bK1Ov { width:17rem;height:1.3125rem;top:47.5625rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDJcPaSCvdeM3LxcBnJPzVL9NxGEOeTA { top:49.75rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDomAoMN4aBTxv7MsNzhREBX006CvFxm { width:18.9375rem;height:20.25rem;top:29.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3RTIto7xywRb1WTmS5wqMiEtVZOTPFJ { width:16.8125rem;height:12rem;top:32.5rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbaEEVU5S9eWN5QBwfB97mMiqDK9plCP { width:17rem;height:1.3125rem;top:45.1875rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHciaZXzflnlzuP6TbmMSTOcdIDe7RL { top:47.75rem;left:41.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHNoB0v6xaA2xaSZdhF8yi4iyTIhBOwP { width:4.1875rem;height:3.125rem;top:28.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6HJQTBHR51u0wHvGe1TfTqJiEmfVNZS { top:27.4375rem;left:20.75rem;width:6.25rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13JOp59lesmZ0JOed8y1WNtrOdcn4vB { width:20.3125rem;height:3.5rem;top:55.3125rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczWxJnOolbnZrfeKvEn8a5SLq6AUNpf { display:block; }
 }@media only screen and (max-width: 763px) { #CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x { display:block; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddSHGB0uU4JLphlQGS6ITXqwTxkghMnq { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0JE4irUPRxRCmtnluFbv6dkwqGKsJMC { top:12.9375rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFWdzgeg3PbJM5zH0uWIEAoJgIZxETTq { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT4IuRBpoizv5KDrCN4bdamZCHfSlJPg { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaAscJroetw2BMiP2A4N0Vt60Ith1Cm { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ouV8uv1E7K7zg6ATFBK5GmokhdhygH { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf03ht5AH9964EqKfU3ba2VWiV4wQpx2 { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaRgIvdaFnUSu6McwkIJH1336fFmeTTo { width:11rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnG3s060NMHACwzAA0Zo2DACry2yZ0Iq { 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) { #DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 { display:block; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoXIHb33TVLV30gTfp7CSk1f4W9RzVLi { top:10.625rem;left:0rem;width:43.25rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkWEytpEGVQuoOPUXpOqCyyI008q8Keq { top:5.625rem;left:0rem;width:37rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJrDJL3FWAFrykK7RQdrZpus3EDv4g { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1GiTziStX49xS4WK61kflQfX6JVNLLs { top:13.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otRDyffWtShaD0amhWAzgGVnmpduBz7C { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2QpKVHC29bRdkVoNwV84qACTxbHI5o4 { top:19.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsJsCcLrCwB1KKWh5J0NxV4305U0bxTw { top:22.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTETQ6vN8gM8MB25VA9LQWrE9zC8npNl { top:8.0625rem;left:19.25rem;width:28.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCCtrvXMPCcck0NlKMXsVbvWTpkToWN { top:7.0625rem;left:0rem;width:17.625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #igElxEhn5k4NGENhz8meVrKwA1rNzu9E { top:24.3125rem;left:0rem;width:18.1875rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc { display:block; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ity8BpcoxBZUmRuzp6Iy7Ik9VmuVxsqR { top:5.0625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zTieCLOkAyEMGeyIrVxwlnJwKDTDCN { 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) { #L0w7zDdIqsroy6q43M6s0hOy6Tr9MnF0 { 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) { #iVWuTXIgv0JDmSasAJ35x2fbITJau58y { top:1.5rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NEruRgz1atw7rM42DhEIQzuETx6x6g { top:2.3125rem;left:13.5625rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9A0fvPyGe1MVRrsSi68ibwqDgzKOaw8 { 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) { #RrxDo4c5Xx99bWZV0BfsvQwELAdp1h4d { 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) { #ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf { display:block; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbCV2oNf2Vzs8zB37sUQ95qQtdSRKHvs { width:20.3125rem;height:3.5rem;top:1.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLJHcTaJnoMxwbCJyz6m14UOTdLkSAzx { display:block; }
 }@media only screen and (max-width: 763px) { #BqH3FTyCrUTw82HStgg6bX3A6lEAJvTx { top:1.875rem;left:0rem;width:20.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOCxBu3ZHxdsDNgIxKw27oATVTwHS3gJ { top:3.75rem;left:0rem;width:24.6875rem;height:1.1875rem;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) { #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58965c43-c57d-4cd9-b5cf-9157b214c5d4/TAD_3511.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.adaptive-delivery-prevent-bg, #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.lazyload, #X1b6ferp4XcWc1o9c8u0JLcOMTe0losU.lazyloading { background-image: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { background-color: transparent; background-image: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container > .video-iframe-container { display: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row > .video-iframe-container { display: none; }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .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); }#X1b6ferp4XcWc1o9c8u0JLcOMTe0losU > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foCD3KLG3Klf2RLCAX9FbA20FAGq15cw { width:20rem;height:4.5rem;top:17.75rem;left:0rem;font-size:2.5rem;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) { #uOmkT0ONWBeT2HJBFdKRbtFuTqfsk0au { width:5.9375rem;height:2.125rem;top:1.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLrDTu8DDCe2t3wHquEgIm9B7rSADqL { width:16.6875rem;height:3.0625rem;top:25.4375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPnLzgVC67J4kwKH3MLOWW81nDIvPdH { display:block; }
 }@media only screen and (max-width: 763px) { #IEmwaD7f85CwcezO6FRXVAe8WFWEZ1Id { width:17.5rem;height:1.75rem;top:4.75rem;left:1.25rem;font-size:0.875rem;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) { #F4tr5pad3T2T9By8Kz1idwJWdsfcs0Vd { width:5.0625rem;height:0;top:41.625rem;left:0.4375rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #m0STT15PsiIGXyk0mDpBXaXo9BOMOB2g { width:16.0625rem;height:5.75rem;top:44.5625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JC2lg04vXPQmxanKv2DuzlR6MSIcEwwB { width:16.375rem;height:5.875rem;top:44.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRorRoUIPyKi1tidQJTm3dAAxMG1AqnS { width:4.3125rem;height:4.3125rem;top:39.125rem;left:7.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQP3nwGeARDuFWX1nrQxRQhvSbnCU5w3 { width:3.375rem;height:1.875rem;top:39.3125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RidzXyq1B2awokDdsBgIxcz61Ps3SDcX { top:39.5625rem;left:0rem;width:5.9375rem;height:6.875rem;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:none; }
 }@media only screen and (max-width: 763px) { #BTId5hr2phChBsduibbpDRT4wK6FfbDk { top:39.5625rem;left:7rem;width:6rem;height:6.875rem;z-index:14999;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:none; }
 }@media only screen and (max-width: 763px) { #hBuhWUODOhnHPRpanOU30qaCeLdDx37i { top:39.625rem;left:13.9375rem;width:6.0625rem;height:6.875rem;z-index:15000;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:none; }
 }@media only screen and (max-width: 763px) { #Vm87JqPFpb3mnnqeUiof5mRlA0LOKZ42 { width:12.25rem;height:1.75rem;top:22.5625rem;left:3.875rem;font-size:0.875rem;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) { #f9KHZ2fK0P7TSRMJHuMItlPLJAIJQaul { width:20rem;height:5.0625rem;top:7.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0.2);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #b7NLdiL2ZNy2HtExqtkPzzWJrt59nyMw { width:11.125rem;height:1.75rem;top:28.9375rem;left:4.4375rem;font-size:0.875rem;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) { #U1aKzTO2kd8sCygZ9eya3uM5nbgTrMGL { width:5.5rem;height:0;top:41.625rem;left:14.25rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #w65JQ9kxMeibd5v2VOK7uE2FPHuZay08 { width:16.0625rem;height:5.625rem;top:44.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f92P6m8TWa9FPSsRWiCUZJNmAmEUWIkm { width:3.125rem;height:3.125rem;top:38.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEASAXP8B3uXFgTe6q2tU12TkSifF6lF { width:5.5625rem;height:0;top:41.625rem;left:7.25rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO { display:block; }#qd6t2ZL4TnUsONX61NnSz9tk2cg2oULO > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwfMNLCTPFf74EsQFJlroCR3wHkruqFo { width:11.5625rem;height:0;top:12.4375rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #k7kU7PDvTzmhHkl9S3NFcQlo1ngT1fWh { width:11.5625rem;height:0;top:14.7871125rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #ZmIteXJeh3PXtnBFUTs78cuVzf5I25WR { width:11.5625rem;height:0;top:17.136725rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #SxQHTHD4LUQD54mZvBmTJkGLTd1cwSUH { top:1.6875rem;left:0rem;width:6.25rem;height:6.875rem;z-index:14999;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #h6wR1AzVJIukVAsTSkQFesDw6Lc1JxyF { width:5.0625rem;height:1.75rem;top:3.6875rem;left:0.4375rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #dn5wVhBI0OOiER6DA076ncMiS9b8UFDL { width:5.5rem;height:1.75rem;top:5.6875rem;left:0.25rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #WuvtR2w5BTLVJFNczHAt0K0aT4UsRUSm { width:3.125rem;height:3.125rem;top:0.5rem;left:1.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #oSAfxMaT3sAkNGJoBP33orOX3qchbDXl { top:1.6875rem;left:6.9375rem;width:6.1875rem;height:6.875rem;z-index:15000;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GXubN21wsCoO9532Xz0KbWfa6vAP3mdq { width:4.3125rem;height:4.3125rem;top:0.8125rem;left:7.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZQiWZzdXcMtfOtuWQ4lroV27dxTiPqzz { width:5.5625rem;height:1.75rem;top:3.6875rem;left:7.25rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #sgHIJFkFow7tiRKE91MnnJpCIKrTQ0Pq { width:5.75rem;height:1.75rem;top:5.8125rem;left:7.125rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #FLAZutQrKGSVFCLHsTNUyzTZvmmVWysi { top:1.6875rem;left:13.75rem;width:6.25rem;height:6.875rem;z-index:15001;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bDF9ExNal9TK7ZbLmhahCSOZZ9KUrfHk { width:5.5rem;height:1.75rem;top:3.6875rem;left:14.3125rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #KurHDMkTWr6OGFgZkRphmkeVhqUzyq5Q { width:6.125rem;height:1.75rem;top:5.8125rem;left:13.875rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #rGI7UXJ6PXTv22AnIQAv3z2MuKODqavu { width:3.625rem;height:1.9375rem;top:1.03125rem;left:15.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TiluoTbopIiwpU73T69O1qTDApLC7nKn { height:11.172273190622rem;width:20rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqoeNzJDpFkUIkJ67efKTM71IOOTHKzL { height:11.171875rem;width:20rem;top:9.828125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GD171aIHS61Tu72usZcIcdThKVICmL0o { display:block; }#GD171aIHS61Tu72usZcIcdThKVICmL0o > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRk9IH41o8IqsouiXGel2VJ20BbTt8Z { width:3.75rem;height:1.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3VSn9gP7tTHEFd7yr3wPbQT8R9Ebkx { width:4rem;height:2rem;top:2rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi8kgxsH3oI029LzSkZJvh24q48BkUtD { width:4rem;height:2rem;top:1.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lruK6cS4zkooZTMHFtZJdoE6WdW8V2qI { width:4.125rem;height:2.0625rem;top:1.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNyHl97XzsOStf8FzRH5SVtUTN1nvE2O { width:4.125rem;height:2.0625rem;top:1.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FtOnlXRonUHORQIZ56wg0sgPEthybO { width:3.5rem;height:1.75rem;top:2.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOsQtVL8fHcgtwDrvuilW3EoPFeomHLq { width:6.625rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLKnNRkBbOGPF9KsnV2l8g6oCoHPvd3B { width:5.25rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #voL2q0y2GxeeVgcpDKeXdGrcyUAObWpV { width:20rem;height:1.29980625rem;top:0.1875rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #O8gmDz76TiTKGH2T0vLIporNxd6QT6TT { display:block; }#O8gmDz76TiTKGH2T0vLIporNxd6QT6TT > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UObGeX2tMfzG1EwUiH4xkuNroWf4DB2P { width:18.8125rem;height:2.75rem;top:1.75rem;left:0.59375rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XD95iCZrDDtz6XT2BhU6NSFsLbzPGvm5 { width:17.8125rem;height:2rem;top:7.875rem;left:1.125rem;font-size:1rem;z-index:15013;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A1eKqsTIIbXgZUPRPx3va9w140JxwPbg { width:7.1875rem;height:1.4624rem;top:5.9375rem;left:7.0625rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #u30tRSo9MlSEkwkktTMOgFJamnfCteyd { width:20rem;height:3rem;top:25.875rem;left:0rem;font-size:1rem;z-index:15015;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4TrBhnN5p2g2vm7AKqKkcP4Tt3oBZQ { width:6.5625rem;height:1.4624rem;top:24.0625rem;left:7.625rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #c9EtpLzhq7Itsc0Lx091m0tIeZrkNaMg { width:6.6875rem;height:1.4624rem;top:43.0625rem;left:7.1875rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4A6HQKbaGBMcv3vPGdv1z4rLRCV3zf { width:17.4375rem;height:3rem;top:45.125rem;left:1.3125rem;font-size:1rem;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wJSBc0xu7TsLVSpLqpHmWrZfSa2mpKLR { width:3.25rem;height:3.25rem;top:80.6875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fn06gIkFzoB8Be56f2V0DnXlC3rSETz8 { width:18.75rem;height:9.25rem;top:81.5625rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #c8BPH4fChRJBwX7k2InrEK9lMVSItC6Q { width:18.75rem;height:8.25rem;top:92.0625rem;left:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Nig07aOWk9rSSovTLsm0ovyWkGboNJN9 { width:18.75rem;height:8.5625rem;top:101.3125rem;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:5.375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #RVWNXbhylRSGs1kTgiVhTuF8xCX216qO { display:flex;width:2.5rem;height:2.5rem;top:23.4375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #hyN9Jbdhyc1VIcqLob3113W7Wei8zFwz { display:flex;width:2.375rem;height:2.375rem;top:42.60595703125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #trnxyZVlabFHZ2X0ZwB1TvtEDts867Rm { width:20rem;height:12.19825rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMTTmxt8smRmmplmXeolgx4enNJXkHq { width:20rem;height:12.141125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO24MdP9olbVkDaHGe2hWmFiwgnbSFQ { width:20rem;height:13.30275rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbT0NvmTqucW7WzW4En4c0GQtMV9mxhe { width:17rem;height:3.5rem;top:63.4375rem;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:84.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:17rem;height:1.3496125rem;top:74.1875rem;left:1.5rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:17.75rem;height:3rem;top:76.125rem;left:1.125rem;font-size:1rem;z-index:15013;line-height: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:3.125rem;height:3.125rem;top:100.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI7aFFLFb5OLFLxZQMTS70pRixUJmTcV { width:3.125rem;height:3.125rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgNSr7ySNMr3yAn0J6DIL83DAygRoqo { width:18.75rem;height:7.5625rem;top:73.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:13.5rem;height:1.4624rem;top:82.4375rem;left:3.25rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:16.3125rem;height:5rem;top:84.4375rem;left:1.875rem;font-size:1rem;z-index:15015;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lpQ69epMAZR5ghAEB19IecoNMkLH7MyK { width:3.125rem;height:3.125rem;top:90.8125rem;left:0rem;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:93rem;left:3.3125rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:16.125rem;height:4rem;top:94.8125rem;left:1.9375rem;font-size:1rem;z-index:15017;line-height: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:102.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNihRtT4HPSpINpnz7oJEfcFi6RN5p0 { width:17.25rem;height:4rem;top:104.4375rem;left:1.375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D0sySUDZHpzmq75PwaJG7gSHXQkwEHNw { width:13.9375rem;height:3.0244125rem;top:68.6875rem;left:3.03125rem;font-size:1.375rem;z-index:15002;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:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:2.75rem;top:1.52490234375rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #byDkbqetM8BtVsRL61uTgeAwZb1qwbqV { width:7.75rem;height:1.6875rem;top:11.5625rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92hAvy9GC8OVq1bynIBaD1wMDm1QNvV { width:8.3125rem;height:8.3125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze6LWm4vUSTQUnu5fAW7eCgeXAA6tIRw { width:5.0625rem;height:1.3125rem;top:10.25rem;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:0;top:16.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #OTUV9cdEqEQapdrurqz542TB9K8Zi0Zt { width:8.3125rem;height:8.3125rem;top:20.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vG8MJ4V64KAKRJSv17HcWBQQTLT946 { width:20rem;height:0;top:29.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DJO2TxqIqmK484zxKvXDoQCbcJECTnZK { width:10rem;height:1.6875rem;top:24.6875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4w9SoyEivQ95ubyTXLFXt7veKhJXFN { width:9.8125rem;height:1.3125rem;top:23.375rem;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.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwRg8CxvBWh1rEPKaRX5NhJJ68yyNdHz { width:6.375rem;height:1.3125rem;top:36rem;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.3125rem;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:0;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #lnxWPSLt0fs3TLCh12FebXemFq9mK8vg { width:8.3125rem;height:8.3125rem;top:45.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFn6cqSNHvWbrAb9TgFZJliuznLdBo4F { width:11.1875rem;height:1.3125rem;top:48.0625rem;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:49.5625rem;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:0;top:53.8125rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #GdxATcwKsT3TGQMNaN0m9anwUrOx5OVP { width:8.3125rem;height:8.3125rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU0JIDEVQOqefDTi7CSWm8wiCtxcyH6 { width:9.9375rem;height:1.6875rem;top:62.4375rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Xo3eSSizVdJTclxySJ5HFgbuuzZVAE { width:6.125rem;height:1.3125rem;top:61rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpwCgoO4MCJEF3SbwzrNPPqzHDUZOkES { width:19.5625rem;height:0;top:66.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gtToLneqsg5lUAJSnzqEv7epqCtns52q { width:8.3125rem;height:8.3125rem;top:71.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Dy6NTlDDHJUvSPIcn1KIcid14LvNCb { width:5.1875rem;height:1.3125rem;top:73.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2thq8kNuM283DrbdnzlPDwSoby6yyJy { width:2.75rem;height:1.6875rem;top:75.3125rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWE0elRpQX0HyTUO4yFN3qQNycf0ZTEL { width:20rem;height:0;top:79.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EzmwLTuhXtW5gBU77L8WyyqKxFFssy92 { top:9.8125rem;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.5rem;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:47.5625rem;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:22.6875rem;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:60.5rem;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:73.375rem;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) { #N3IIIwGashKn6ptVVrnrBG0PFpAgiZ5f { width:19rem;height:3.5rem;top:85.0859375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pal1DSZMeoEMTEBfQNhyF6GTgWMlUTRI { display:block; }
 }@media only screen and (max-width: 763px) { #l5nh7v5A6g1TXSn1SB0f1sHzxhy90FfS { width:18rem;height:2.25rem;top:4.8125rem;left:1rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #asVceJxuotWdyktJuGQ6pNLhBP2XuH1I { width:20rem;height:4rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1;font-family:var(--paragraphs-font-family);z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #d2ra1BOw0oNxteihX5cglGRMD5JZSO49 { width:20rem;height:4rem;top:28.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XH7kinpeLIFTnH1cH6OcUhkJkfSTdMa1 { width:18.9375rem;height:3rem;top:41.75rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;z-index:15021;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GDvwE2Ur9rgO2moM1AqgCAf1DfIq20x3 { width:19.5rem;height:4rem;top:53.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;z-index:15025;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WhAbZhe5B4LQTJhdxiJTKeEQ7yQDiamw { width:19.5625rem;height:4rem;top:66.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UMJ3CFLWN1KrfOnOQRo3vuflAMIWeGRW { width:18.6875rem;height:4rem;top:79.5625rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #gg4279AwqMUegVLPVOLQWnsizassxElT { display:block; }#gg4279AwqMUegVLPVOLQWnsizassxElT > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmBDdLDrwN11hqkN72x7cPeCV8iGDGce { width:17.9375rem;height:3.0244125rem;top:4.1875rem;left:1.03125rem;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zXsXVCaGaQzXziC4kxC4uZJxkMbsSQoX { width:17rem;height:1.5rem;top:7.7734375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #eAzsVgBvWFJTZosJ5hbNod1E9hdptqfg { width:3.0625rem;height:2.25rem;top:1.3125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZlCHHfJ0XmGBkeUulGP10yuFqoXcB34 { height:11.168rem;width:20rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6TONbgBttA0quK6lWcrITCSGgFAPpPh { width:17.5rem;height:1.51220625rem;top:2.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #py7wTo4g0FiOIFTQWmbXmxV7vFbTC1GH { width:20rem;height:22.375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTK6KCzb33mOJ4ORxRs4m3Dwf7R6gAK9 { width:17.6875rem;height:0;top:8.9375rem;left:1.15625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoeQfhik2PPilhFFhTuLn428Dhe5EWg1 { width:14.875rem;height:1.375rem;top:6.6875rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTtue3eVQWVXhkdN32VuFWUNfwzcEya { width:20rem;height:19.375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTppalCaLt45unR0sbFFCfIbAlVAIZf { width:14.875rem;height:1.375rem;top:29.8125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPJW4iwh0VV82i5sb3wKh1pIW5r5RW1 { width:17.9375rem;height:13.646475rem;top:32.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NfMvMZHBoAuZzXRxgsvvEVG4LAzO9a { width:20rem;height:20.5625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKXNwu97VuuOLd8RZN3OnkFgtJ2iLs0 { width:15.625rem;height:1.375rem;top:49.6875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTNM71QSbQITEGPw3w9xxpnKuxbix3M { width:14.8125rem;height:1.13720625rem;top:52.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKMUDFzG6vTRumhsUHzTk4VHDma4LuF { width:20rem;height:18.3125rem;top:69.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsKQyB5P7XJTJ6zioiCTrkiHCnCTyvUe { width:16.375rem;height:12.50926875rem;top:73.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvktWwJOgsMxP6AIvWEfISxGa80uyMb { width:5.25rem;height:1.375rem;top:71.25rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u34eWEwv0W3K7nMlJLH3ehBB4ZzxUv2F { width:3rem;height:1.13720625rem;top:52.75rem;left:15.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hTkfNNQowThRNIESF3cF8SO8tIt6mBcO { width:18.125rem;height:0.0625rem;top:54.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7nN0S178ATChdxCOHErcTuZDFSJwLL0 { width:14.8125rem;height:1.13720625rem;top:56.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJ8AWW8Jaa0vhiu1W0hep589cawgJl1 { width:3rem;height:1.13720625rem;top:56.125rem;left:15.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #stAqfHg8KugcGZHAlzTyElTSgVtUlbR9 { width:18.125rem;height:0.0625rem;top:58.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmT5l8BGPPRgKwbHZWTKZKqWO1v1yORq { width:14.8125rem;height:1.13720625rem;top:59.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0qaS8Tp3F0d2s5CNDZexbIXMS7cryG { width:3rem;height:1.13720625rem;top:59.25rem;left:15.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Zoq9g1He7oyQJSGHQG9mlgP6sLEWQeIi { width:18.125rem;height:0.0625rem;top:61.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnDm9vlNuLa9pKDRh1iEpax4b11EkNsq { width:14.8125rem;height:1.13720625rem;top:62.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB4lVhKuF6HVMngg0oHllecIq8ZPz7Hd { width:3rem;height:1.13720625rem;top:62.6875rem;left:15.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ED2HCqnNNUaRdPzGLsfT86TsqIyAEmZT { width:18.125rem;height:0.0625rem;top:64.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwiCW9tNklMoCyCNz2GxRTvQNaPpbToD { width:14.8125rem;height:1.13720625rem;top:65.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp6PIkathfsafSqlmC21MHt8U1AZt9xo { width:4.0625rem;height:1.13720625rem;top:65.875rem;left:14.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SUnAFJTSeRoFVJqlKLlex4bta9M0Eqzi { display:flex;width:2rem;height:2rem;top:6.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #rRT07x6DrcT9LTzGZGQpkg2O1crBJTJp { display:flex;width:2.0625rem;height:2.0625rem;top:29.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #fnJ383wxyEPON7fSzNU8JVXIJVT0NGAm { display:flex;width:1.9375rem;height:1.9375rem;top:49.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NiZTieBJVoIxO95HAKlZu2SHlATLoL1u { display:flex;width:1.9375rem;height:1.9375rem;top:70.96875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WDo2zrcmvHhA7HD9I8nLONdTo6tCVgA2 { width:18.125rem;height:15.9208875rem;top:9.3125rem;left:0.96875rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w { display:block; }#JOTlxiE1Cld8T5w8G6p4fxwdPl8Ko57w > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-text { width:17.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:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-input-select { width:17.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:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z  { width:17.4375rem;height:auto;top:18.923828125rem;left:0rem; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TplxeBGiXHMh26J61PNKknK981aGcL5z {display:block;}#TplxeBGiXHMh26J61PNKknK981aGcL5z { width:17.4375rem;height:auto;top:18.923828125rem;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:1.51220625rem;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:1.29980625rem;top:4.16064453125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qmQGx0IhLM7rulr1csOtLLGp1S1nRPGi { width:15.3125rem;height:0.9624rem;top:6.25rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcwOy8chXkGiW453CZVg5Bo0SP9Fhxko { width:13.875rem;height:0;top:19.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RLh62ZzpI4b4qu270X2HCt4lO6zBupZn { width:19.5rem;height:15.5rem;top:42rem;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{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c80415e240547be974d9d8dc9ef5725721a35b38.svg); }
 }@media only screen and (max-width: 763px) { #Im8V6z7aVyWE3sXyRDTvSHtLXyP0fck0 { width:14.0625rem;height:6rem;top:8.375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOBt1b8ZC2hzph0ZcQ6482nC2hqBLAtw { width:20rem;height:0;top:16.69921875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5VW6BX9AmV1uEFbrRrmgcOX31dMRUic { width:20rem;height:0;top:38.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uQ5ViTyOu4gE9iF25nVdLaCBFRCDxgfw { width:13.6875rem;height:0;top:40.2998046875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lFkmd3JNeLRcsgATiu3b5b8WHcpOvSEF { width:19.625rem;height:2.0996125rem;top:15.57421875rem;left:0rem;font-size:0.875rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKWzCbWBDrD7uMIiWmRy5tqqz7S1Shh8 { width:17.5625rem;height:1.0996125rem;top:40.26171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 { display:block; }#Uba4Ta1Z30RxSu7xySR9Fbxol4F0XuM9 > .row .container { width:20rem;height:79.25rem;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:4.3984375rem;top:9.1875rem;left:0.8125rem;font-size:1rem;z-index:15013;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IJUozom1ZCpGSpntAieNvROzaglWUXhG { width:10.625rem;height:1.23730625rem;top:6.875rem;left:6.1875rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uIuEnlUpQfqTIFheCVfcx7RSkbAyh00k { width:20rem;height:4.3984375rem;top:17.8125rem;left:0rem;font-size:1rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E3885gyt0cPaURnKtph5MsCOHpXlO6br { width:8.8125rem;height:2.4746125rem;top:14.75rem;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:23.625rem;left:5.875rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iia7dOOkZ8DcZERFWqNpxH2O8gKFRsQL { width:19.6875rem;height:4.3984375rem;top:26.75rem;left:0rem;font-size:1rem;z-index:15017;line-height:1.1;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:5.8125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #fTuC3Km6US4mJwX43EkWTDJAUM7z3aIN { display:flex;width:2.75rem;height:2.75rem;top:23.3125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #dglfPKZdafBHc4WIP2gSdv1EshHJQnBL { width:19rem;height:3.5rem;top:73.9375rem;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:14.125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #bHzV53561O22Bz3oTBWmSata86p086eL { width:14.4375rem;height:2.75rem;top:52.9375rem;left:2.8125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MpkzRcxVGrG6tCzB7IyR7Rb0xMZcKCmE { width:19rem;height:16.494125rem;top:56.5625rem;left:0.5rem;font-size:1rem;z-index:15017;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G6MkvZbALMLct47rNhn83GbWEdEISpz0 { width:10.0625rem;height:10.6875rem;top:35.1875rem;left:9.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBGw4U2AP4mlchfnkDKxNIVlXP9W3EA { width:10rem;height:9.75rem;top:32.8125rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ylr5b2tn9qwOwGfIhmWJmCWGOwphG8IR { width:9.125rem;height:9.9375rem;top:41.875rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT0lkVAkpawyVpq7dfkP7SE0IdNWeEQA { width:13.0625rem;height:2.75rem;top:2.9375rem;left:3.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VrdURbFNxszvhMyXkeATal6DMLnevzwW { width:20rem;height:16.494125rem;top:6.625rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dRfb2T92XPTtbG6Iyd6m7NcPcmtVwp6i { width:9.875rem;height:6.3125rem;top:24.375rem;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:24.3125rem;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:31.3125rem;left:10rem;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:38.1875rem;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:31.25rem;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:38.0625rem;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:68.0625rem;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:18.693375rem;top:4.75rem;left:0rem;font-size:1rem;z-index:15017;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zx81UnmKxgKe3r2zPdwpwhmKLAecFpTz { width:14.125rem;height:11.5rem;top:25.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ek6p0hGTEE8Fr4nvR9riLdhT0HLEwUPd { width:10.8125rem;height:10rem;top:24.25rem;left:9.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HuOlT87hToawHiASWxJxFFKIoPKTVWOO { width:13.75rem;height:2.75rem;top:37.4375rem;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:34.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden;font-family:"open sans"; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-desc-text { font-size:1rem;height:auto; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc { display:flex;height:auto;width:17.5rem;top:40.75341796875rem;left:0rem; }
#BbdClTQX9bao6yT23IX3VhZGC5eydfVc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #cbfoywnauyDVww4txEdm73I5TJ7n98rW {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QewZEszPraeTyJq9ZIFTgTxB2ZB4yVLn {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #w5t7ggEGC4VTRU2775TAU1xWI5rWZDbT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #PWcJS87WSi7ceaRynwsikpvzseCfVQPI {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hddz5iZ4Ia0hWoTFwIIP03DhcZfn04pC {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #tk0af3KTflWnVxNHe2R1pCJzMJe6geQC {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ssntx7tSJSrbtkz5nhc72VDSmsU6nwsf {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #hdwldPEr4rrRrLU9Sn8huLuJoz7bo4cm {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #P8TdlHaNtzPlyluT8N1HrfTEWilvOlmD {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #mBRJgcEe5qswDrJLIBDtgNNr93Sn3OyJ {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #TQ8nSR5II8xhA1UGiT5gqh0x3CeuiHka {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #JJLxObT3SQRFKFkA9yI0T1PHx8LEFskT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #LL9UKs3l7V9xGpgTfNJqPmcpTEnBBd9U {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #XvWK4LvVbM7CMJelHFfrAosFBOzUBCHl {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #uKTAhPkkDwlTB04gZygaBRwg5ga01XlD {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #BtcFLk0CyO1ZeHFhy30ptzwR9L85m07b {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #QynVW4RG79zZeSZBViKRdGbJikxuT2G8 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #FdL8oG9uU8gsngqkLAnomeGreSRocqUm {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #ozB0BcZ9xFmy5eS7hmwBC2tQ7RaESfD0 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VcpiyD5724cTz4WmsmvfpDlzxGo3QT6Q {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #HkNUePuLuDoiT5CRoJ7sTXZtrUCcIcD3 {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #VNlpgZqJTiOqZUr3AHTzqw0SqKfm8Alx {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #rUJdRnTcKlqgcQ2Xa220ifWWBq5NTWcT {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #X1W3UdoVIgs4vTw2v6TiA8lTEtXtRQ2C {  }
 }@media only screen and (max-width: 763px) { #BbdClTQX9bao6yT23IX3VhZGC5eydfVc #RQxWC461XaLC0Sk9Ea67EHkouvpakaos {  }
 }@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) { #QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs { display:block; }#QepKGLDmzyFU25lpPWNfK2ETDNwQy8bs > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR3733vaKxIoEDSQvAu51OWkKx2pfnwu { width:18.9375rem;height:11.9375rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7oL7dxwSnDbUoJW8JGCu7zTncno5cAT { 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) { #Ec8xK0H10QQevAhCyEtrubloMqL59rlo { width:18.9375rem;height:16.0625rem;top:19.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAaKWqDfVhDdTBdNZrwtkiSARAvvIEFV { 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) { #PgNtBHHPpA9GUbCGwEuHcDkoE6ZGS2Wz { width:18.9375rem;height:14.125rem;top:37.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcrvEIgH5wTB9oga8d1vOh3dKnxKSXg { 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) { #Sw72RPWMSAgMN76CFt7Tv4KUR4zFm5mx { 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) { #FE6TZ2u8koZHToVx8itO6FwKJnGBKKKr { 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) { #nAUQOu933pd3sn3U4B6IDP1ZxAIGSrWP { 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) { #wBZ8bDJxFrddAURovc1SrRXgXTwPp7ON { 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) { #KxIxxcAGt0p7upHiFzWXUq5x7lpRG41T { width:4.1875rem;height:3.125rem;top:4.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxQNRTHLhTLqXEK8tKiz2eGX4vgPDSwr { width:4.1875rem;height:3.125rem;top:18.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV637HXRGgz8GJ4lrlsbxkOaal8vTNTi { width:4.1875rem;height:3.125rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMnyDGy3MiTxXG2phbD9AvT947vy6P7 { width:5.5625rem;height:1.1875rem;top:16.9375rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SePoQ3lTdEEH9kdITCATeQpiUHfvJkX1 { width:6.25rem;height:1.4375rem;top:33.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkMkQJXCDesfbXzZCK3pTwt77zIo7Z2m { width:6.25rem;height:1.4375rem;top:48.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krscFh7mCVwvglIEPOhDByNRf2czlI2F { width:18.9375rem;height:16.375rem;top:53.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLuFN82ndfNL7iq5mcLlm1CFIAehLM6 { 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) { #H4uAltea7iASU5k7C6QHJDqdGwSOX1Pp { 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) { #ETErbuJE0xN9UEEzXXLsJU6ScT7K19fp { width:6.25rem;height:1.4375rem;top:66.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gysNxdDAe67T02CVc2VJlNQMLirRnGVT { width:4.1875rem;height:3.125rem;top:51.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hug6h7vZCF5kCNsMolJ2yalcuTTMt9xr { width:18.9375rem;height:16.0625rem;top:71.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQKaVBEkT2VoqNTBn3LSf3BNxMnGHCCa { width:4.1875rem;height:3.125rem;top:69.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1G4VJGrvzhkKTbsFFc1FVWgdoko5yua { 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) { #d7XEmB0oZKJb3awikb8cJeT5ML5bK1Ov { 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) { #QDJcPaSCvdeM3LxcBnJPzVL9NxGEOeTA { width:6.25rem;height:1.4375rem;top:84.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDomAoMN4aBTxv7MsNzhREBX006CvFxm { width:18.9375rem;height:16.5625rem;top:88.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3RTIto7xywRb1WTmS5wqMiEtVZOTPFJ { 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) { #fbaEEVU5S9eWN5QBwfB97mMiqDK9plCP { 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) { #GgHciaZXzflnlzuP6TbmMSTOcdIDe7RL { width:6.25rem;height:1.4375rem;top:102.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHNoB0v6xaA2xaSZdhF8yi4iyTIhBOwP { width:4.1875rem;height:3.125rem;top:87.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6HJQTBHR51u0wHvGe1TfTqJiEmfVNZS { width:6.25rem;height:1.4375rem;top:15.375rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #W13JOp59lesmZ0JOed8y1WNtrOdcn4vB { width:19rem;height:3.5rem;top:106.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczWxJnOolbnZrfeKvEn8a5SLq6AUNpf { display:block; }
 }@media only screen and (max-width: 763px) { #CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x { display:block; }#CE4i6NJKxNqmis9B4RT0VMZrPdGWWB9x > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddSHGB0uU4JLphlQGS6ITXqwTxkghMnq { width:12.5rem;height:0;top:49.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0JE4irUPRxRCmtnluFbv6dkwqGKsJMC { width:20rem;height:23.994125rem;top:5.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nFWdzgeg3PbJM5zH0uWIEAoJgIZxETTq { width:6.75rem;height:1.69970625rem;top:45.375rem;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) { #xT4IuRBpoizv5KDrCN4bdamZCHfSlJPg { width:11.25rem;height:11.25rem;top:42.3125rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hhaAscJroetw2BMiP2A4N0Vt60Ith1Cm { width:15.125rem;height:15.125rem;top:30.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #D2ouV8uv1E7K7zg6ATFBK5GmokhdhygH { width:10.8125rem;height:10.8125rem;top:48.0625rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tf03ht5AH9964EqKfU3ba2VWiV4wQpx2 { width:4.25rem;height:1.69970625rem;top:53.6875rem;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) { #AaRgIvdaFnUSu6McwkIJH1336fFmeTTo { width:9.3125rem;height:2rem;top:59.125rem;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) { #fnG3s060NMHACwzAA0Zo2DACry2yZ0Iq { 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) { #DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 { display:block; }#DavFcanQrTD93qezeyZSl3yfvhG8ZwR7 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoXIHb33TVLV30gTfp7CSk1f4W9RzVLi { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkWEytpEGVQuoOPUXpOqCyyI008q8Keq { width:17.875rem;height:1.375rem;top:2.1875rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJrDJL3FWAFrykK7RQdrZpus3EDv4g { display:flex;width:1.875rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #e1GiTziStX49xS4WK61kflQfX6JVNLLs { display:flex;width:1.875rem;height:1.875rem;top:8.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #otRDyffWtShaD0amhWAzgGVnmpduBz7C { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #f2QpKVHC29bRdkVoNwV84qACTxbHI5o4 { display:flex;width:1.875rem;height:1.875rem;top:28.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nsJsCcLrCwB1KKWh5J0NxV4305U0bxTw { display:flex;width:1.875rem;height:1.875rem;top:32rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZTETQ6vN8gM8MB25VA9LQWrE9zC8npNl { width:20rem;height:11.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCCtrvXMPCcck0NlKMXsVbvWTpkToWN { width:17.625rem;height:6.49903125rem;top:4.5625rem;left:2.375rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #igElxEhn5k4NGENhz8meVrKwA1rNzu9E { width:18.1875rem;height:10.39845rem;top:24.3125rem;left:2.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc { display:block; }#d11q7mgplvvfTurCvdZyI0QrSBTTV6Qc > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ity8BpcoxBZUmRuzp6Iy7Ik9VmuVxsqR { 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) { #W5zTieCLOkAyEMGeyIrVxwlnJwKDTDCN { 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) { #L0w7zDdIqsroy6q43M6s0hOy6Tr9MnF0 { 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) { #iVWuTXIgv0JDmSasAJ35x2fbITJau58y { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NEruRgz1atw7rM42DhEIQzuETx6x6g { width:20rem;height:3.89941875rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9A0fvPyGe1MVRrsSi68ibwqDgzKOaw8 { 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) { #RrxDo4c5Xx99bWZV0BfsvQwELAdp1h4d { 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; }
 }@media only screen and (max-width: 763px) { #ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ty2W3vTiRuqPBIIJ8gV2f2zJ2sGaRLHf > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbCV2oNf2Vzs8zB37sUQ95qQtdSRKHvs { width:12.375rem;height:2.8125rem;top:3.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLJHcTaJnoMxwbCJyz6m14UOTdLkSAzx { display:block; }
 }@media only screen and (max-width: 763px) { #BqH3FTyCrUTw82HStgg6bX3A6lEAJvTx { width:18.5rem;height:1.51220625rem;top:0.80078125rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOCxBu3ZHxdsDNgIxKw27oATVTwHS3gJ { width:19.4375rem;height:0.9624rem;top:2.3125rem;left:0.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }