.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:217,220,226;--color-primary-1:129,139,158;--color-primary-2:3,22,60;--color-primary-3:2,11,30;--color-primary-4:0,3,9;--color-secondary-0:251,244,219;--color-secondary-1:242,222,146;--color-secondary-2:234,200,74;--color-secondary-3:248,188,56;--color-secondary-4:47,40,15;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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::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); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52a52c3e-31ff-48d3-8527-d2458cd08d3a/AssetLPGateCLGCMedan.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.adaptive-delivery-prevent-bg, #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.lazyload, #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.lazyloading { background-image: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { background-color: transparent; background-image: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container > .video-iframe-container { display: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container { display: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .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); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { border-width: 0; border-radius: 0; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#zHeUzdJ8PiSQxwEU9gFiIKyS4hhVglUP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.5625rem;left:42.6875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHQuTtDoKJ3cAdSvWWqWh399VH5go3iu { 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:7.559rem;width:31.25rem;top:6.125rem;left:5.0625rem;overflow:hidden;display:block; }
#nilpcHAFLRTvV1KvgMKxFTSAnmF6RCnl { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:30.25rem;top:16.5625rem;left:40.8125rem;display:block; }
#QdLeZvyXaVL7Uite7qqB0pKaeQgxfPaI { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:37.5625rem;top:16.5625rem;left:1.9375rem;display:block; }
#OAa6sEiT2iLTIn9wfBbsEeMLxPNPxr5t { color:#162b78;display:block;width:35.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.6875rem;height:4.22395625rem;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; }
#LQzIpcd8HzPUa6iHTnVn9vJkdxdsiTmk { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.046875rem;left:4rem;height:2.4375rem;font-style:italic;display:block; }
#yF8UmDFUNxnpkNxEtCdMrxMplG7uvmHb { color:rgba(var(--color-secondary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.046875rem;left:12.873699188233rem;height:14.625rem;font-style:italic;display:block; }
#SGNmmNbfazkkpU2MDzbqo6aPT3ntKlNP { color:rgba(var(--color-secondary-2),1);display:block;width:11.1236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.186199188233rem;left:28.459636688233rem;height:2.4375rem;font-style:italic;display:block; }
#A7buKMKHsIKDWC0oDnKMueEE5Q83t3KG { color:rgba(var(--color-tertiary-1),1);display:block;width:9.9361875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:40.812503814698rem;left:4rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtasOnR88TksN0mJsHSicuvCflC14Qqz { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:40.812500953674rem;left:15.458332061767rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tu0zh90U8TtDXaT6sgI2rBhqsdzrnEwU { position:absolute;display:block;z-index:15033;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.5625rem;width:0.185546875rem;top:38.625rem;left:14.5rem;display:block; }
#EQv695TZsESyHl0FgSQft1Bkpd2VFE59 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:38.671878814698rem;left:20.64453125rem; }
#uRVOiwCp18vasRd2ViFlhlKCamyFZWeR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:38.625rem;left:8rem; }
#wFlOW9zFqALPRvQw14mwt24TAPWTWzls { position:absolute;display:block;z-index:15034;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.5625rem;width:0.184895625rem;top:38.671878814698rem;left:28.585941314698rem;display:block; }
#ht9KNpWaOTObIWZoaGf5X2zTSbXNTpZ3 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:40.812500953674rem;left:29.266925811767rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtO5AXcEJT1PmhGaOBs4A8T0oTcV77tP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:38.6875rem;left:32.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:25.8125rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;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;width:25.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #14261c, #062053);background-image: -moz-linear-gradient(225deg, #14261c, #062053);background-image: -ms-linear-gradient(225deg, #14261c, #062053);background-image: -o-linear-gradient(225deg, #14261c, #062053);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );";background-image: linear-gradient(225deg, #14261c, #062053);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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.8125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.812503814698rem;top:26.5rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.812503814698rem;top:26.5rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe { position:relative;display:block; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe { background-color: transparent; background-image: none; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row .container > .video-iframe-container { display: none; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row > .video-iframe-container { display: none; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .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); }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe { border-width: 0; border-radius: 0; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .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; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .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.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zF23Z4671H81KCqrXMlfq5PllQoae06s { color:#14261c;display:block;width:35.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.125rem;height:3.4114625rem;font-style:normal;display:block; }
#MAlzHwScv3oJeMBaoO6IAxXP5SncGvGU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248209375rem;width:35rem;top:5.5625rem;left:39.1875rem;display:block; }
#ln1sv4ozo6PRsI2yfglEimQnIOATIRmm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.437500953674rem;left:39.125003814698rem;display:block; }
#CTqX1WLyFdbvVuv4Z7LTv22gzhuMhtU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcE6LWg6neG90mvcpr8Dp2CWuo0GMzbg { 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:36.0625rem;width:36.0625rem;top:1.375rem;left:1rem;overflow:hidden;display:block; }
#vzl3ensBLXcg9yKE4wB3xU1olLK3O2UE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.8125rem;left:39.125rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW { 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; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container { background-color: transparent; background-image: none; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container > .video-iframe-container { display: none; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row > .video-iframe-container { display: none; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .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); }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container { border-width: 0; border-radius: 0; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:block; }#sxhEoVOEWaRTQIyvSzxuPTpZFCr83Vhu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rADbHShXnSy3mQ8pFm4is5LosiZtgJ3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:8.875rem; }
#sSKfBv9HkHmCVUWOUwc73ZTKfntUkP1a { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:19.4375rem;left:9.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#blud4g9JFprn0pUkgxCDMx77ZzlwOF6l { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.5rem;left:11.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#u1rbmFzrT1ayH8uAXTIuoNoJu9uZqIZT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:17rem;left:8.875rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhGCI0Aad858TKikQzBI2TV8RSpCdv5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:14.3125rem; }
#aLDhK0nivPA34C3E6CiFkv94PUvOWMDT { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:14.6875rem;top:6.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#hTJiriIuZiAJNMUpNWSK0xwaaZ7LP8fK { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.5rem;left:16.375rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#lz2tyUFBx0qkSrKZE99TivoTbb17JihF { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.3125rem;left:8.0625rem;display:block; }
#WdE4JTLiPCPzB3UpKZNXXmiZLq403p8t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.25rem;left:19.3125rem; }
#HahUBIbVGNLmNTaPxruVtPX9EUTbRDLx { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:23.5rem;left:21.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#IT81xMtpKP3WbT2TAd1Q6wrNvMXTART0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.1875rem;left:30.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnyvpepuDA993ZpgOFc4Echny6KmaGkV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:30.9375rem; }
#abtpLmoFWsW4FzyGGTzFOpnap9mLxV0T { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:23.4375rem;left:33.25rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#CHSTN8owdgb1Q3pmhuh5E4npIkv97nGw { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:30.125rem;display:block; }
#kliACrMvW74Q4JUhtTJIJeUq48C8xfv2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:36.375rem; }
#XlDzp1SQIZJ79kgbdTbKC9IxgOuzfImK { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:14.75rem;top:6.25rem;left:30.125rem;overflow:hidden;display:block; }
#dX6VaXATTlmZHqATAyViepSoP3NtGAyf { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:23.4375rem;left:38.4375rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#bCiQhXOmcQteRskHtLuA4k3xnJ8vv23x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:23.1875rem;left:41.375rem; }
#p7zrpPKIvbiv8UXs67PNn6SqcAcNa4C3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:23.4375rem;left:43.625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#T6kW5pPF3maoJJG1cfBASlu852pB9GtX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:23.1875rem;left:53.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oow5HCHxEG69KNrq8AM5BCHdraiv9g6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:53.375rem; }
#yUBSxXhOEi0vqBlSonLs216BAW2qo3QK { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:23.4375rem;left:55.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#CTUWI8uteRklGboef3MMhpnlKKKO1HGQ { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:52.5625rem;display:block; }
#DemhX4UdnnLcqOOv3X3SPMRZLTDuhdiO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:58.8125rem; }
#P0QKw6TpTOdDU5DkVt0lFpFnAhkTLTV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:23.4375rem;left:60.875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#ss6kq0GSsLeCXyZaPefn2klgmCpB9q2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:23.1875rem;left:63.8125rem; }
#NGIufZtXXuZaMK1AhnLLS2JgObMMH5t2 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:23.4375rem;left:66.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#pWv3X4hKTRtDrV1u4GtHoKnrnQJTvPki { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:45.4375rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9REJm7r7LdsPKv8CTTX5nMWQNT98Oze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:19.5625rem; }
#XODhzTnebAHqLGDwWNUwNLyQxaV0PHSM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:45.6875rem;left:21.875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#Zb4OLnlV1Qig5C63EDy2bHhoQxMX7VEB { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:18.75rem;display:block; }
#OzOWpQd4Is4DxakznkhOUhCcq0Nw73Uk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:25rem; }
#g23mN5WQ6kxbh30rTrAdaNMnxwtU8He8 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:45.6875rem;left:27.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#oFSImMoO3HMv9rlN6W8UrfhKUh2ANmUu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45.4375rem;left:30rem; }
#AyudkpPSp5pihblAPK8wg1NuQA2X2Adh { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:45.6875rem;left:32.25rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#dRA4nRJS1JpA3PXeJweytqAsF6LMJxqL { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:6.1875rem;left:52.5625rem;overflow:hidden;display:block; }
#adTwGlNdEeJ7QxKL55Ve5szwLOnnMSHK { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:18.75rem;overflow:hidden;display:block; }
#DTKcLqzdpeq8f5fKJ8BrvinbThSGyBZn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.875rem;left:53.375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4LS9eNSlbqQwMZpQg7k5XBxL2m4ghgM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:19.437501192093rem;left:53.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7M8bNHc1EDVrDKMBxGOL84JaQMtAEhx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:39.125rem;left:19.5625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FS90soFi9aJ00CXMyEBphuaULUA69WkT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:41.5625rem;left:20.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#swQdwFtEmsLKO0hpH5A91H29GSw2cwvO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:17rem;left:30.9375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNCbJkUwymtwGOQ8eFffUaTKybuIdpui { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:19.3125rem;left:31.6875rem;height:2.79948125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fX3zozApgd6dKOodZMx6a4142RQ6LlcD { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.43798828125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#nN5smHJlF2cKXWsvcIUcEiGn41KLEUqG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.372396469116rem;left:27.250003814698rem;display:block; }
#aFkHmT00U0eEZItQWoGX1MHWoRkvousf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WM2ut8vmgtvC9Thmg0by0rsNfxZze5bq { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:41.5625rem;display:block; }
#D3czULO9wHmyWQBPRnsT6EuKHPT2CqyV { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#X2KMqid67Oe3lVZ5BctET1si2hFfAwTC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:39.145833253861rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fz8u4rovzVB6v89oGNupHuWc8JJJn6ZF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:41.5625rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iiMcBrfegqmvPaVxC4IwG6entRmW5yg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:45.4375rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaNqGGnp8T8PqXaTFlggde9STXCqyb8z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:42.375rem; }
#ia4bdzfr0gLJw9yhQbuz4tfxAqUQL4sD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:45.6875rem;left:44.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#lOh0T8v3xiWtySGlWQ5HwyLQ2J7od6NI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:47.8125rem; }
#wcnFF1pZi6UO4amrcZECmq4Do0Wy87SH { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;top:45.6875rem;left:49.875rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#NdGKmAhx4HT7x7aM9sQMtrz97B82VbO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:45.4375rem;left:52.8125rem; }
#CyFZRrCqHMMHnaO7z07GbLFpTr57xARI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:45.6875rem;left:55.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#au6KqaAV13lAn8oHyHZL37PVN2p8FWZX { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:61.25rem;left:18.75rem;display:block; }
#X1z8nDN3S1nt113CMdJWb3XvPDT3ssmS { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:61.25rem;left:18.75rem;overflow:hidden;display:block; }
#p8J6eW02T07GDq7tKS71ShDh5yru9IF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:72rem;left:19.625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FanSQImFWBflo65LtbgHnpT5ZpeNHBSz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15106;line-height:1.6;letter-spacing:0;top:74.375rem;left:20.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GN9QhG345VzxT7GQQJHNUs0sDsdPRmWd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:78.1875rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShTea1yNw0THFKJtn2VwrTQZurU5bz7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:77.625rem;left:27.9375rem; }
#wi63A7p0ypPd6HpktLlKw3CWCHyySb1f { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:78.1875rem;left:30.125rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#hhkqoEqQGnQbV237B2SDEHm7UU15pWrh { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.872375rem;width:14.434875rem;top:61.25rem;left:41.5625rem;display:block; }
#VkHWeLOw2zTnZL57wgu4DcmMNzH92eHv { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:61.25rem;left:41.5625rem;overflow:hidden;display:block; }
#lyJJQydPTRORRvMmrzSEfXRKaOSNifcm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:72rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUqBXRmGqnTbCdKpmWNFCBbHTFyRl6Ah { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15117;line-height:1.6;letter-spacing:0;top:74.375rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyOM0VaQXJ7CdTp4PxSgWAtHBrTov3lS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:78.25rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dibu9ROqPmgHp4ZkiH9veDfOTAEmydwJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.5625rem;left:43.125rem; }
#RdiscVGp1tBryE3kmbFFDicl5p8JWmws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.625rem;left:50.8125rem; }
#r9V0uJ7pM8kp4filGOUNoqeDUcyeFLT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:78.187507629394rem;left:45.312503814698rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#Lv1fceuPESAvp20Tf46D4PNCfad3gtzz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:78.1875rem;left:53.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#Cedf66Au43Vhu0N7WkfJ7sUTinz1yTST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:77.5625rem;left:20.1875rem; }
#qMQRGbyH4zOS7mkVPfdbZGgFeaG38qxW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:78.1875rem;left:22.375rem;height:1.3997375rem;text-align:left;text-align-last:left;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; }
#ONvu9HNRe71hgCtkcdJ6C1JKsSl6FrEa { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#i2mqcsopT5loDOeDIHvXH1Rbtl7oqfD9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:83.372398376462rem;left:27.250003814698rem;display:block; }
#fV1snodfaaU6ZLLB1qOVCLISTPMCETtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container { background-color: transparent; background-image: none; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container > .video-iframe-container { display: none; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row > .video-iframe-container { display: none; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .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); }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container { border-width: 0; border-radius: 0; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#JQaTVZTpcFaFuZLW7SNRRrZd2pzV8GoG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0742162466049rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifhPcmvDhoGtbTuDTVDIzBP7RsvDA3iO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfaJ50I0vEDqURbgKQuSmgeecP0nOLLh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.1875rem;height:12.1875rem;text-align:justify;text-align-last:initial;display:block; }
#DTnIqGGZ057pJbQ60yEWzPbywc0qQktb { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.5625rem;left:35.125rem; }
#LAtOPizeuT27X4Opr9Mgk85UMgJhwXct { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etPhkbfK4IAucB5aQ4Zys4yVwt9XlxlK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.8125rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#TS1W7idPXBgSMn3q8BNl5CI1yMUCv8ut { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.3125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toPMRGB3kh1nfIUziWsqTzuNiFaBv7Ea { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625rem;left:51.25rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#vJBRrZCUfHWioKW77kiOmVfEFXvZ8rc9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.375rem;left:56.875rem; }
#dd0R3JT9f7N3MaOgAqTNh727qL0AS0Vi { position:absolute;display:block;z-index:15018;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:5.625rem;width:5.625rem;top:6.8125rem;left:13rem;overflow:hidden;display:block; }
#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container { background-color: transparent; background-image: none; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container > .video-iframe-container { display: none; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row > .video-iframe-container { display: none; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .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); }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container { border-width: 0; border-radius: 0; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#TWd15AK6TbbbKsKzhU8B5liGk7dn7eTs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzROu0Jccdw8Rxp1xtPTe3NsZUc1FIpF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.3125rem;height:8.53125rem;text-align:justify;text-align-last:initial;display:block; }
#aO7pDi3wBqpLVavUVxaxTG52qrmAPAAZ { position:absolute;display:block;z-index:15018;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:7rem;top:1.4375rem;left:43rem;overflow:hidden;display:block; }
#cH45WkToKxPthb0saFCGltvnDR3hNNvx { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.6875rem;left:25.8125rem; }
#y8pzk0cHV1n06AOa3WsMlTCPT7yy8Gwo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcrcJZMOmpuLZTZJ8DvKIeC5aD37niUi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.125rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#LgWQ7TnMBlStx41a8DDRaEM4SAu2Kmmq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:30.312503814698rem;display:block; }
#ZTC9DkLfPQ9gDXI7k7Rk2zXltPetDKuZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD17kPltb8hypodERIxTA2Nmb9drf3mH { position:relative;display:block; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH { background-color: transparent; background-image: none; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row .container > .video-iframe-container { display: none; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row > .video-iframe-container { display: none; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .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); }#PD17kPltb8hypodERIxTA2Nmb9drf3mH { border-width: 0; border-radius: 0; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .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; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t0OkpecULCa2AmHr1WJKGbawO6Hb0xix { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6250038146973rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#OwaDNkL8JBwl0ISbwqdidb6PpTBBMID2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.375rem;left:56.625rem;overflow:hidden;display:block; }
#xecKdZtN4gpaskhTq1Zeq3ce5KabzEQx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.375rem;left:19.3125rem;overflow:hidden;display:block; }
#OWIQkbp4lc2QR6cOnBAtxLv9VTmH5twQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#NeTTMO4ny5npi4rRXxfl2cs4dbsDzlVu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:59.312503814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4MiT7gmpEkqipbHlRsfou8rDGoahU4V { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:22rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaedTCTUSWEdXo89lFQ9Iw1sCU4MyBxA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5625rem;left:40.500003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEMQBxH7Iv7p0nIcS3q6hw2NfhXV05it { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:0.5rem;overflow:hidden;display:block; }
#RIDr6m0JEJTJwHvTNon0cIqI4M8XW10P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:3.1875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zV6RAq3nEctuKyztsJfIT4ya6ZMnlThH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.190105438233rem;left:12.6875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBicunX0paS8GsBsIwhht2RN0cOsJ4Tw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:10rem;overflow:hidden;display:block; }
#xfeGnqd67Dgkfyz4EmygKvU4mypeJomo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:28.5625rem;overflow:hidden;display:block; }
#Vsg8T8E1cy8fhaDI5OIz4TtxXqJcMHqT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:44.19010925293rem;left:31.250003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n11MteQUn5OzmO8MALLcF2tQro027hDs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:47.125rem;overflow:hidden;display:block; }
#nR54sBs545TWgrCOpukuvBcSBvBdgaXE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.19010412693rem;left:47.208332061767rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePmHLN6vyz7EGm9okGZ1QwgnI1Nlg1dc { position:absolute;display:block;z-index:15014;background-color:#001854;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-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:17.8125rem;top:22.395832061767rem;left:0.53125rem;display:block; }
#B5SDgiROkduRFDsChcInzwckzeHE2c55 { position:absolute;display:block;z-index:15015;background-color:#001854;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.9375rem;top:22.395832061767rem;left:19.28125rem;display:block; }
#OeUcOzTePvC20fpoHiccHxplpnt1JLsq { position:absolute;display:block;z-index:15016;background-color:#001854;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-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:17.9375rem;top:22.395832061767rem;left:37.781253814698rem;display:block; }
#wHCMEbG1CQ6ZvWqOSfMGxIMdQ0Ly8Ggr { position:absolute;display:block;z-index:15017;background-color:#001854;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-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:17.9375rem;top:22.395832061767rem;left:56.593753814698rem;display:block; }
#Z4dShflQGLmW4zriXVyHfrEV4EMaDaK7 { position:absolute;display:block;z-index:15015;background-color:#001854;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-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:17.8125rem;top:43.958332061767rem;left:10.083332061767rem;display:block; }
#ZQBONBQ2gMOEMGUNu6WOTGlokTp90ABB { position:absolute;display:block;z-index:15016;background-color:#001854;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-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:17.9375rem;top:43.958335876465rem;left:28.531253814698rem;display:block; }
#azedyzGLKMeQqLgKuSu7q5q4KVv1BNam { position:absolute;display:block;z-index:15017;background-color:#001854;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-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:17.875rem;top:44.074221253395rem;left:47.145832061767rem;display:block; }
#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ { 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; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container { background-color: transparent; background-image: none; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container > .video-iframe-container { display: none; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row > .video-iframe-container { display: none; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .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); }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container { border-width: 0; border-radius: 0; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#sXp3rkhb4Odbps2QeQW0rdBOpIzxtGJZ { color:rgba(var(--color-primary-4),1);display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxfOKw90uNh1KXJQt9TFaw3gtNNUfJPS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.0937519073488rem;left:26.812503814698rem;display:block; }
#D1lyKew75NEPaJOCOMKoCZJhlcK4mVZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container { background-color: transparent; background-image: none; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container > .video-iframe-container { display: none; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row > .video-iframe-container { display: none; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .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); }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container { border-width: 0; border-radius: 0; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#xSoNAb6Mt1fluKTHNNAEtkVFzDiaVFre { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.4998321533203rem;left:3.5617885589599rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPBdtV286I4xDOEonaohWXCUXdc9GQLO { position:absolute;display:block;z-index:15029;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.75rem;width:16.4375rem;top:0.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#wm1JV8Pq2SadfOUCMAsbzKbsGv3Q4LUR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.75rem;left:41.4375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTtRonlgMhK9lxGDi2ukqnmgLT6LvwI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.25rem;left:33.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ad4e0;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;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8994140625rem;left:21.966796875rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP { display:block; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHeUzdJ8PiSQxwEU9gFiIKyS4hhVglUP { top:17.5625rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHQuTtDoKJ3cAdSvWWqWh399VH5go3iu { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilpcHAFLRTvV1KvgMKxFTSAnmF6RCnl { top:16.5625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdLeZvyXaVL7Uite7qqB0pKaeQgxfPaI { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAa6sEiT2iLTIn9wfBbsEeMLxPNPxr5t { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQzIpcd8HzPUa6iHTnVn9vJkdxdsiTmk { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8UmDFUNxnpkNxEtCdMrxMplG7uvmHb { top:24rem;left:0rem;width:15.8125rem;height:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNmmNbfazkkpU2MDzbqo6aPT3ntKlNP { top:34.125rem;left:14.834636688233rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7buKMKHsIKDWC0oDnKMueEE5Q83t3KG { top:40.8125rem;left:0rem;width:9.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtasOnR88TksN0mJsHSicuvCflC14Qqz { top:40.8125rem;left:1.83203125rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0zh90U8TtDXaT6sgI2rBhqsdzrnEwU { top:38.625rem;left:0.875rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQv695TZsESyHl0FgSQft1Bkpd2VFE59 { top:38.625rem;left:7.01953125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVOiwCp18vasRd2ViFlhlKCamyFZWeR { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlOW9zFqALPRvQw14mwt24TAPWTWzls { top:38.625rem;left:14.960941314698rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht9KNpWaOTObIWZoaGf5X2zTSbXNTpZ3 { top:40.8125rem;left:15.641925811767rem;width:9.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtO5AXcEJT1PmhGaOBs4A8T0oTcV77tP { top:38.6875rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.75rem;height:auto;top:23.9375rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.75rem;height:auto;top:23.9375rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe { display:block; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF23Z4671H81KCqrXMlfq5PllQoae06s { top:1.375rem;left:12.75rem;width:35rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlzHwScv3oJeMBaoO6IAxXP5SncGvGU { top:5.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1sv4ozo6PRsI2yfglEimQnIOATIRmm { width:16rem;height:3.0625rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqX1WLyFdbvVuv4Z7LTv22gzhuMhtU8 { display:block; }
 }@media only screen and (max-width: 763px) { #XcE6LWg6neG90mvcpr8Dp2CWuo0GMzbg { top:1.375rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzl3ensBLXcg9yKE4wB3xU1olLK3O2UE { top:6.8125rem;left:13.5rem;width:34.25rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW { display:block; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxhEoVOEWaRTQIyvSzxuPTpZFCr83Vhu { width:13.125rem;height:0;top:23.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADbHShXnSy3mQ8pFm4is5LosiZtgJ3T { top:23.25rem;left:5.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSKfBv9HkHmCVUWOUwc73ZTKfntUkP1a { width:11.5625rem;height:3rem;top:19.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blud4g9JFprn0pUkgxCDMx77ZzlwOF6l { width:1.875rem;height:1.375rem;top:23.5rem;left:7.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1rbmFzrT1ayH8uAXTIuoNoJu9uZqIZT { width:13.125rem;height:1.6875rem;top:17rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhGCI0Aad858TKikQzBI2TV8RSpCdv5N { top:23.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDhK0nivPA34C3E6CiFkv94PUvOWMDT { width:14.6875rem;height:10.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJiriIuZiAJNMUpNWSK0xwaaZ7LP8fK { width:1.25rem;height:1.375rem;top:23.5rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz2tyUFBx0qkSrKZE99TivoTbb17JihF { width:14.375rem;height:18.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdE4JTLiPCPzB3UpKZNXXmiZLq403p8t { top:23.25rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HahUBIbVGNLmNTaPxruVtPX9EUTbRDLx { width:1.25rem;height:1.375rem;top:23.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT81xMtpKP3WbT2TAd1Q6wrNvMXTART0 { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyvpepuDA993ZpgOFc4Echny6KmaGkV { top:23.1875rem;left:20.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtpLmoFWsW4FzyGGTzFOpnap9mLxV0T { width:1.875rem;height:1.375rem;top:23.4375rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSTN8owdgb1Q3pmhuh5E4npIkv97nGw { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kliACrMvW74Q4JUhtTJIJeUq48C8xfv2 { top:23.1875rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlDzp1SQIZJ79kgbdTbKC9IxgOuzfImK { width:14.75rem;height:10.6875rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX6VaXATTlmZHqATAyViepSoP3NtGAyf { width:1.25rem;height:1.375rem;top:23.4375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiQhXOmcQteRskHtLuA4k3xnJ8vv23x { top:23.1875rem;left:24.34375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7zrpPKIvbiv8UXs67PNn6SqcAcNa4C3 { width:1.25rem;height:1.375rem;top:23.4375rem;left:26.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kW5pPF3maoJJG1cfBASlu852pB9GtX { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oow5HCHxEG69KNrq8AM5BCHdraiv9g6l { top:23.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUBSxXhOEi0vqBlSonLs216BAW2qo3QK { width:1.875rem;height:1.375rem;top:23.4375rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTUWI8uteRklGboef3MMhpnlKKKO1HGQ { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemhX4UdnnLcqOOv3X3SPMRZLTDuhdiO { top:23.1875rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QKw6TpTOdDU5DkVt0lFpFnAhkTLTV2 { width:1.25rem;height:1.375rem;top:23.4375rem;left:37.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6kq0GSsLeCXyZaPefn2klgmCpB9q2T { top:23.1875rem;left:39.96875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGIufZtXXuZaMK1AhnLLS2JgObMMH5t2 { width:1.25rem;height:1.375rem;top:23.4375rem;left:42.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWv3X4hKTRtDrV1u4GtHoKnrnQJTvPki { width:13.125rem;height:0;top:45.4375rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9REJm7r7LdsPKv8CTTX5nMWQNT98Oze { top:45.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XODhzTnebAHqLGDwWNUwNLyQxaV0PHSM { width:1.875rem;height:1.375rem;top:45.6875rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4OLnlV1Qig5C63EDy2bHhoQxMX7VEB { width:14.375rem;height:18.8125rem;top:28.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzOWpQd4Is4DxakznkhOUhCcq0Nw73Uk { top:45.4375rem;left:14.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g23mN5WQ6kxbh30rTrAdaNMnxwtU8He8 { width:1.25rem;height:1.375rem;top:45.6875rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSImMoO3HMv9rlN6W8UrfhKUh2ANmUu { top:45.4375rem;left:19.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyudkpPSp5pihblAPK8wg1NuQA2X2Adh { width:1.25rem;height:1.375rem;top:45.6875rem;left:22.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRA4nRJS1JpA3PXeJweytqAsF6LMJxqL { width:14.8125rem;height:10.625rem;top:6.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTwGlNdEeJ7QxKL55Ve5szwLOnnMSHK { width:14.75rem;height:10.625rem;top:28.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKcLqzdpeq8f5fKJ8BrvinbThSGyBZn { width:13.125rem;height:1.6875rem;top:16.875rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LS9eNSlbqQwMZpQg7k5XBxL2m4ghgM { width:14.1875rem;height:3rem;top:19.4375rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7M8bNHc1EDVrDKMBxGOL84JaQMtAEhx { width:13.125rem;height:1.6875rem;top:39.125rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS90soFi9aJ00CXMyEBphuaULUA69WkT { width:12.0625rem;height:1.5rem;top:41.5625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQdwFtEmsLKO0hpH5A91H29GSw2cwvO { width:13.125rem;height:1.6875rem;top:17rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNCbJkUwymtwGOQ8eFffUaTKybuIdpui { width:11.5625rem;height:2.75rem;top:19.3125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3zozApgd6dKOodZMx6a4142RQ6LlcD { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5smHJlF2cKXWsvcIUcEiGn41KLEUqG { width:20.5rem;height:3.0625rem;top:50.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkHmT00U0eEZItQWoGX1MHWoRkvousf { display:block; }
 }@media only screen and (max-width: 763px) { #WM2ut8vmgtvC9Thmg0by0rsNfxZze5bq { width:14.375rem;height:18.8125rem;top:28.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3czULO9wHmyWQBPRnsT6EuKHPT2CqyV { width:14.75rem;height:10.625rem;top:28.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2KMqid67Oe3lVZ5BctET1si2hFfAwTC { width:13.25rem;height:1.6875rem;top:39.125rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz8u4rovzVB6v89oGNupHuWc8JJJn6ZF { width:12.0625rem;height:1.5rem;top:41.5625rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMcBrfegqmvPaVxC4IwG6entRmW5yg9 { width:13.125rem;height:0;top:45.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNqGGnp8T8PqXaTFlggde9STXCqyb8z { top:45.4375rem;left:25.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia4bdzfr0gLJw9yhQbuz4tfxAqUQL4sD { width:1.875rem;height:1.375rem;top:45.6875rem;left:27.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOh0T8v3xiWtySGlWQ5HwyLQ2J7od6NI { top:45.4375rem;left:30.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnFF1pZi6UO4amrcZECmq4Do0Wy87SH { width:1.25rem;height:1.375rem;top:45.6875rem;left:32.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdGKmAhx4HT7x7aM9sQMtrz97B82VbO5 { top:45.4375rem;left:34.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyFZRrCqHMMHnaO7z07GbLFpTr57xARI { width:1.25rem;height:1.375rem;top:45.6875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au6KqaAV13lAn8oHyHZL37PVN2p8FWZX { width:14.375rem;height:18.8125rem;top:61.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1z8nDN3S1nt113CMdJWb3XvPDT3ssmS { width:14.8125rem;height:10.625rem;top:61.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8J6eW02T07GDq7tKS71ShDh5yru9IF2 { width:13.25rem;height:1.6875rem;top:72rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanSQImFWBflo65LtbgHnpT5ZpeNHBSz { width:12.0625rem;height:1.5rem;top:74.375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN9QhG345VzxT7GQQJHNUs0sDsdPRmWd { width:13.125rem;height:0;top:78.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShTea1yNw0THFKJtn2VwrTQZurU5bz7O { top:77.625rem;left:17.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi63A7p0ypPd6HpktLlKw3CWCHyySb1f { width:1.25rem;height:1.375rem;top:78.1875rem;left:19.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhkqoEqQGnQbV237B2SDEHm7UU15pWrh { width:14.375rem;height:18.8125rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHWeLOw2zTnZL57wgu4DcmMNzH92eHv { width:14.75rem;height:10.625rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJJQydPTRORRvMmrzSEfXRKaOSNifcm { width:13.25rem;height:1.6875rem;top:72rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUqBXRmGqnTbCdKpmWNFCBbHTFyRl6Ah { width:12.0625rem;height:1.5rem;top:74.375rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyOM0VaQXJ7CdTp4PxSgWAtHBrTov3lS { width:13.125rem;height:0;top:78.25rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dibu9ROqPmgHp4ZkiH9veDfOTAEmydwJ { top:77.5625rem;left:26.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdiscVGp1tBryE3kmbFFDicl5p8JWmws { top:77.625rem;left:33.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9V0uJ7pM8kp4filGOUNoqeDUcyeFLT1 { width:4.5rem;height:1.375rem;top:78.1875rem;left:28.281253814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1fceuPESAvp20Tf46D4PNCfad3gtzz { width:1.25rem;height:1.375rem;top:78.1875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cedf66Au43Vhu0N7WkfJ7sUTinz1yTST { top:77.5625rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQRGbyH4zOS7mkVPfdbZGgFeaG38qxW { width:4.375rem;height:1.375rem;top:78.1875rem;left:12.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONvu9HNRe71hgCtkcdJ6C1JKsSl6FrEa { width:47.75rem;height:3.25rem;top:56rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2mqcsopT5loDOeDIHvXH1Rbtl7oqfD9 { width:20.5rem;height:3.0625rem;top:83.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1snodfaaU6ZLLB1qOVCLISTPMCETtI { display:block; }
 }@media only screen and (max-width: 763px) { #DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK { display:block; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQaTVZTpcFaFuZLW7SNRRrZd2pzV8GoG { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhPcmvDhoGtbTuDTVDIzBP7RsvDA3iO { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfaJ50I0vEDqURbgKQuSmgeecP0nOLLh { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnIqGGZ057pJbQ60yEWzPbywc0qQktb { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtOPizeuT27X4Opr9Mgk85UMgJhwXct { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etPhkbfK4IAucB5aQ4Zys4yVwt9XlxlK { top:17.8125rem;left:8.75rem;width:15.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1W7idPXBgSMn3q8BNl5CI1yMUCv8ut { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPMRGB3kh1nfIUziWsqTzuNiFaBv7Ea { top:17.625rem;left:20.1875rem;width:15.625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBRrZCUfHWioKW77kiOmVfEFXvZ8rc9 { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd0R3JT9f7N3MaOgAqTNh727qL0AS0Vi { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK { display:block; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWd15AK6TbbbKsKzhU8B5liGk7dn7eTs { top:7.5rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzROu0Jccdw8Rxp1xtPTe3NsZUc1FIpF { top:11.9375rem;left:20.75rem;width:15.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO7pDi3wBqpLVavUVxaxTG52qrmAPAAZ { top:1.4375rem;left:25.96875rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH45WkToKxPthb0saFCGltvnDR3hNNvx { top:1.6875rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pzk0cHV1n06AOa3WsMlTCPT7yy8Gwo { top:7.5rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcrcJZMOmpuLZTZJ8DvKIeC5aD37niUi { top:11.9375rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgWQ7TnMBlStx41a8DDRaEM4SAu2Kmmq { width:14.125rem;height:2.5625rem;top:25.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTC9DkLfPQ9gDXI7k7Rk2zXltPetDKuZ { display:block; }
 }@media only screen and (max-width: 763px) { #PD17kPltb8hypodERIxTA2Nmb9drf3mH { display:block; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0OkpecULCa2AmHr1WJKGbawO6Hb0xix { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaDNkL8JBwl0ISbwqdidb6PpTBBMID2 { width:17.875rem;height:17.875rem;top:6.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecKdZtN4gpaskhTq1Zeq3ce5KabzEQx { width:17.875rem;height:17.875rem;top:6.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWIQkbp4lc2QR6cOnBAtxLv9VTmH5twQ { width:17.875rem;height:17.875rem;top:6.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTTMO4ny5npi4rRXxfl2cs4dbsDzlVu { top:22.625rem;left:35.3125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4MiT7gmpEkqipbHlRsfou8rDGoahU4V { top:22.625rem;left:8.375rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaedTCTUSWEdXo89lFQ9Iw1sCU4MyBxA { top:22.5625rem;left:26.875rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEMQBxH7Iv7p0nIcS3q6hw2NfhXV05it { width:17.875rem;height:17.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIDr6m0JEJTJwHvTNon0cIqI4M8XW10P { top:22.625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV6RAq3nEctuKyztsJfIT4ya6ZMnlThH { top:44.1875rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBicunX0paS8GsBsIwhht2RN0cOsJ4Tw { width:17.875rem;height:17.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfeGnqd67Dgkfyz4EmygKvU4mypeJomo { width:17.875rem;height:17.875rem;top:27.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg8T8E1cy8fhaDI5OIz4TtxXqJcMHqT { top:44.1875rem;left:17.625003814698rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n11MteQUn5OzmO8MALLcF2tQro027hDs { width:17.875rem;height:17.875rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR54sBs545TWgrCOpukuvBcSBvBdgaXE { top:44.1875rem;left:29.875rem;width:17.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePmHLN6vyz7EGm9okGZ1QwgnI1Nlg1dc { top:22.375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5SDgiROkduRFDsChcInzwckzeHE2c55 { top:22.375rem;left:5.65625rem;width:17.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUcOzTePvC20fpoHiccHxplpnt1JLsq { top:22.375rem;left:24.156253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHCMEbG1CQ6ZvWqOSfMGxIMdQ0Ly8Ggr { top:22.375rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dShflQGLmW4zriXVyHfrEV4EMaDaK7 { top:43.9375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQBONBQ2gMOEMGUNu6WOTGlokTp90ABB { top:43.9375rem;left:14.906253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azedyzGLKMeQqLgKuSu7q5q4KVv1BNam { top:44.0625rem;left:29.875rem;width:17.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ { display:block; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXp3rkhb4Odbps2QeQW0rdBOpIzxtGJZ { top:1.6875rem;left:3.53125rem;width:40.6875rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxfOKw90uNh1KXJQt9TFaw3gtNNUfJPS { width:21.375rem;height:3.125rem;top:8.0625rem;left:13.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lyKew75NEPaJOCOMKoCZJhlcK4mVZG { display:block; }
 }@media only screen and (max-width: 763px) { #y0IbSITzBpWlz5cznTqsNzAhnKsmFZix { display:block; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSoNAb6Mt1fluKTHNNAEtkVFzDiaVFre { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBdtV286I4xDOEonaohWXCUXdc9GQLO { top:0.8125rem;left:0rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1JV8Pq2SadfOUCMAsbzKbsGv3Q4LUR { top:8.75rem;left:25.25rem;width:22.5rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtRonlgMhK9lxGDi2ukqnmgLT6LvwI6 { top:3.25rem;left:10.25rem;width:37.5rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.875rem;left:8.3411445617675rem;width:31.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52a52c3e-31ff-48d3-8527-d2458cd08d3a/AssetLPGateCLGCMedan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.adaptive-delivery-prevent-bg, #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.lazyload, #NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP.lazyloading { background-image: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { background-color: transparent; background-image: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container > .video-iframe-container { display: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container { display: none; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .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); }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { border-width: 0; border-radius: 0; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGy5XExiOyBRGEmLQs0bfySr5lmIUmrP > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHeUzdJ8PiSQxwEU9gFiIKyS4hhVglUP { width:18.125rem;height:5.39583125rem;top:41rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHQuTtDoKJ3cAdSvWWqWh399VH5go3iu { width:18.1215rem;height:4.434025rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilpcHAFLRTvV1KvgMKxFTSAnmF6RCnl { width:20rem;height:26.125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdLeZvyXaVL7Uite7qqB0pKaeQgxfPaI { width:20rem;height:8.3125rem;top:9.375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAa6sEiT2iLTIn9wfBbsEeMLxPNPxr5t { width:20rem;height:8.125rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQzIpcd8HzPUa6iHTnVn9vJkdxdsiTmk { width:13.125rem;height:1.625rem;top:19.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8UmDFUNxnpkNxEtCdMrxMplG7uvmHb { width:6.4986875rem;height:9.75rem;top:20.5rem;left:4.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNmmNbfazkkpU2MDzbqo6aPT3ntKlNP { width:3.4987rem;height:1.625rem;top:27.3125rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7buKMKHsIKDWC0oDnKMueEE5Q83t3KG { width:6.0625rem;height:1.94791875rem;top:34.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtasOnR88TksN0mJsHSicuvCflC14Qqz { width:5.625rem;height:2.921875rem;top:34.875rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0zh90U8TtDXaT6sgI2rBhqsdzrnEwU { width:0.125rem;height:5.625rem;top:32.4375rem;left:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EQv695TZsESyHl0FgSQft1Bkpd2VFE59 { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uRVOiwCp18vasRd2ViFlhlKCamyFZWeR { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:2.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #wFlOW9zFqALPRvQw14mwt24TAPWTWzls { width:0.125rem;height:5.625rem;top:32.4375rem;left:13.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ht9KNpWaOTObIWZoaGf5X2zTSbXNTpZ3 { width:5.1875rem;height:2.921875rem;top:34.875rem;left:13.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtO5AXcEJT1PmhGaOBs4A8T0oTcV77tP { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17rem;height:auto;top:46.394534111023rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17rem;height:auto;top:46.394534111023rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe { display:block; }#rwuOk3vTJgW7WGbVGOkAkO9DHRkyseOe > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF23Z4671H81KCqrXMlfq5PllQoae06s { width:20rem;height:7.1458375rem;top:21.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAlzHwScv3oJeMBaoO6IAxXP5SncGvGU { width:18.75rem;height:0.248698125rem;top:29.625000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1sv4ozo6PRsI2yfglEimQnIOATIRmm { width:14.740875rem;height:2.73698125rem;top:57.187502861023rem;left:2.6276043057442rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CTqX1WLyFdbvVuv4Z7LTv22gzhuMhtU8 { display:block; }
 }@media only screen and (max-width: 763px) { #XcE6LWg6neG90mvcpr8Dp2CWuo0GMzbg { width:19.4375rem;height:19.4375rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzl3ensBLXcg9yKE4wB3xU1olLK3O2UE { width:18.996125rem;height:25.3125rem;top:30.811198234558rem;left:0.5rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW { display:block; }#qb0qb2RAlWHbWHJXacZWCMx73MBVJsEW > .row .container { width:20rem;height:167.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxhEoVOEWaRTQIyvSzxuPTpZFCr83Vhu { width:13.125rem;height:0;top:27.5625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADbHShXnSy3mQ8pFm4is5LosiZtgJ3T { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #sSKfBv9HkHmCVUWOUwc73ZTKfntUkP1a { width:11.6246875rem;height:3rem;top:20.625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #blud4g9JFprn0pUkgxCDMx77ZzlwOF6l { width:1.93685rem;height:1.3997375rem;top:24.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #u1rbmFzrT1ayH8uAXTIuoNoJu9uZqIZT { width:13.12425rem;height:1.70573125rem;top:18.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhGCI0Aad858TKikQzBI2TV8RSpCdv5N { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #aLDhK0nivPA34C3E6CiFkv94PUvOWMDT { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJiriIuZiAJNMUpNWSK0xwaaZ7LP8fK { width:1.875rem;height:1.3997375rem;top:24.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #lz2tyUFBx0qkSrKZE99TivoTbb17JihF { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdE4JTLiPCPzB3UpKZNXXmiZLq403p8t { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #HahUBIbVGNLmNTaPxruVtPX9EUTbRDLx { width:1.249275rem;height:1.3997375rem;top:24.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #IT81xMtpKP3WbT2TAd1Q6wrNvMXTART0 { width:13.125rem;height:0;top:45.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyvpepuDA993ZpgOFc4Echny6KmaGkV { display:flex;width:1.875rem;height:1.875rem;top:45.3125rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #abtpLmoFWsW4FzyGGTzFOpnap9mLxV0T { width:1.875rem;height:1.3997375rem;top:45.5625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #CHSTN8owdgb1Q3pmhuh5E4npIkv97nGw { width:14.375rem;height:18.8125rem;top:28.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kliACrMvW74Q4JUhtTJIJeUq48C8xfv2 { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #XlDzp1SQIZJ79kgbdTbKC9IxgOuzfImK { width:14.6875rem;height:10.5rem;top:28.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX6VaXATTlmZHqATAyViepSoP3NtGAyf { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #bCiQhXOmcQteRskHtLuA4k3xnJ8vv23x { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #p7zrpPKIvbiv8UXs67PNn6SqcAcNa4C3 { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #T6kW5pPF3maoJJG1cfBASlu852pB9GtX { width:13.125rem;height:0;top:66rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oow5HCHxEG69KNrq8AM5BCHdraiv9g6l { display:flex;width:1.875rem;height:1.875rem;top:66rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #yUBSxXhOEi0vqBlSonLs216BAW2qo3QK { width:1.875rem;height:1.3997375rem;top:66.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #CTUWI8uteRklGboef3MMhpnlKKKO1HGQ { width:14.375rem;height:18.8125rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemhX4UdnnLcqOOv3X3SPMRZLTDuhdiO { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:8.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #P0QKw6TpTOdDU5DkVt0lFpFnAhkTLTV2 { width:1.25rem;height:1.3997375rem;top:66.25rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #ss6kq0GSsLeCXyZaPefn2klgmCpB9q2T { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:13.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #NGIufZtXXuZaMK1AhnLLS2JgObMMH5t2 { width:1.25rem;height:1.3997375rem;top:66.25rem;left:15.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #pWv3X4hKTRtDrV1u4GtHoKnrnQJTvPki { width:13.125rem;height:0;top:86.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9REJm7r7LdsPKv8CTTX5nMWQNT98Oze { display:flex;width:1.875rem;height:1.875rem;top:86.75rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #XODhzTnebAHqLGDwWNUwNLyQxaV0PHSM { width:1.875rem;height:1.3997375rem;top:87rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #Zb4OLnlV1Qig5C63EDy2bHhoQxMX7VEB { width:14.375rem;height:18.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzOWpQd4Is4DxakznkhOUhCcq0Nw73Uk { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #g23mN5WQ6kxbh30rTrAdaNMnxwtU8He8 { width:1.25rem;height:1.3997375rem;top:87rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #oFSImMoO3HMv9rlN6W8UrfhKUh2ANmUu { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #AyudkpPSp5pihblAPK8wg1NuQA2X2Adh { width:1.25rem;height:1.3997375rem;top:87rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #dRA4nRJS1JpA3PXeJweytqAsF6LMJxqL { width:14.6875rem;height:10.75rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTwGlNdEeJ7QxKL55Ve5szwLOnnMSHK { width:14.6875rem;height:10.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKcLqzdpeq8f5fKJ8BrvinbThSGyBZn { width:13.125rem;height:1.70573125rem;top:59.9375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LS9eNSlbqQwMZpQg7k5XBxL2m4ghgM { width:14.0625rem;height:3rem;top:62.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7M8bNHc1EDVrDKMBxGOL84JaQMtAEhx { width:13.12425rem;height:1.70573125rem;top:80.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS90soFi9aJ00CXMyEBphuaULUA69WkT { width:11.8125rem;height:1.5rem;top:82.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swQdwFtEmsLKO0hpH5A91H29GSw2cwvO { width:13.125rem;height:1.70573125rem;top:39.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNCbJkUwymtwGOQ8eFffUaTKybuIdpui { width:11.56175rem;height:3rem;top:41.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX3zozApgd6dKOodZMx6a4142RQ6LlcD { width:20rem;height:5.19791875rem;top:0.83658838272094rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5smHJlF2cKXWsvcIUcEiGn41KLEUqG { width:14.5625rem;height:2.625rem;top:111.61589050293rem;left:2.7187500596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aFkHmT00U0eEZItQWoGX1MHWoRkvousf { display:block; }
 }@media only screen and (max-width: 763px) { #WM2ut8vmgtvC9Thmg0by0rsNfxZze5bq { width:14.375rem;height:18.8125rem;top:90.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3czULO9wHmyWQBPRnsT6EuKHPT2CqyV { width:14.5625rem;height:10.75rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2KMqid67Oe3lVZ5BctET1si2hFfAwTC { width:13.25rem;height:1.70573125rem;top:101.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz8u4rovzVB6v89oGNupHuWc8JJJn6ZF { width:12.0625rem;height:1.5rem;top:103.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMcBrfegqmvPaVxC4IwG6entRmW5yg9 { width:13.125rem;height:0;top:107.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNqGGnp8T8PqXaTFlggde9STXCqyb8z { display:flex;width:1.875rem;height:1.875rem;top:107.3125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #ia4bdzfr0gLJw9yhQbuz4tfxAqUQL4sD { width:1.875rem;height:1.3997375rem;top:107.5625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #lOh0T8v3xiWtySGlWQ5HwyLQ2J7od6NI { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #wcnFF1pZi6UO4amrcZECmq4Do0Wy87SH { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #NdGKmAhx4HT7x7aM9sQMtrz97B82VbO5 { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #CyFZRrCqHMMHnaO7z07GbLFpTr57xARI { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:16.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #au6KqaAV13lAn8oHyHZL37PVN2p8FWZX { width:14.375rem;height:18.8125rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1z8nDN3S1nt113CMdJWb3XvPDT3ssmS { width:14.8125rem;height:10.625rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8J6eW02T07GDq7tKS71ShDh5yru9IF2 { width:13.25rem;height:1.70573125rem;top:132.31380448456rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanSQImFWBflo65LtbgHnpT5ZpeNHBSz { width:12.0625rem;height:1.5rem;top:134.68880448456rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN9QhG345VzxT7GQQJHNUs0sDsdPRmWd { width:13.125rem;height:0;top:138.50130448456rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShTea1yNw0THFKJtn2VwrTQZurU5bz7O { display:flex;width:1.75rem;height:1.75rem;top:137.93880448456rem;left:11.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #wi63A7p0ypPd6HpktLlKw3CWCHyySb1f { width:1.25rem;height:1.3997375rem;top:138.50130448456rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #hhkqoEqQGnQbV237B2SDEHm7UU15pWrh { width:14.375rem;height:18.8125rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHWeLOw2zTnZL57wgu4DcmMNzH92eHv { width:14.75rem;height:10.625rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJJQydPTRORRvMmrzSEfXRKaOSNifcm { width:13.25rem;height:1.70573125rem;top:152.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUqBXRmGqnTbCdKpmWNFCBbHTFyRl6Ah { width:12.0625rem;height:1.5rem;top:155.1875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyOM0VaQXJ7CdTp4PxSgWAtHBrTov3lS { width:13.125rem;height:0;top:159.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dibu9ROqPmgHp4ZkiH9veDfOTAEmydwJ { display:flex;width:1.875rem;height:1.875rem;top:158.75rem;left:4.25rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #RdiscVGp1tBryE3kmbFFDicl5p8JWmws { display:flex;width:1.75rem;height:1.75rem;top:158.8125rem;left:11.9375rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #r9V0uJ7pM8kp4filGOUNoqeDUcyeFLT1 { width:4.125rem;height:1.3997375rem;top:159.37500762939rem;left:6.4375002980231rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1fceuPESAvp20Tf46D4PNCfad3gtzz { width:1.25rem;height:1.3997375rem;top:159.375rem;left:14.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #Cedf66Au43Vhu0N7WkfJ7sUTinz1yTST { display:flex;width:1.875rem;height:1.875rem;top:137.87630448456rem;left:4.125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #qMQRGbyH4zOS7mkVPfdbZGgFeaG38qxW { width:4.375rem;height:1.3997375rem;top:138.50130448456rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #ONvu9HNRe71hgCtkcdJ6C1JKsSl6FrEa { width:20rem;height:5.19791875rem;top:115.11588573456rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2mqcsopT5loDOeDIHvXH1Rbtl7oqfD9 { width:15.5rem;height:3.0625rem;top:162.75rem;left:2.2500000596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fV1snodfaaU6ZLLB1qOVCLISTPMCETtI { display:block; }
 }@media only screen and (max-width: 763px) { #DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK { display:block; }#DMa7zPlZXXfgzqROWQBnrxJzgyMtcIUK > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQaTVZTpcFaFuZLW7SNRRrZd2pzV8GoG { width:18.625rem;height:9.75rem;top:1.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhPcmvDhoGtbTuDTVDIzBP7RsvDA3iO { width:12.497375rem;height:2.59895625rem;top:18.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfaJ50I0vEDqURbgKQuSmgeecP0nOLLh { width:18.3125rem;height:12.9948125rem;top:22.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnIqGGZ057pJbQ60yEWzPbywc0qQktb { display:flex;width:4.5rem;height:4.5rem;top:37.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #LAtOPizeuT27X4Opr9Mgk85UMgJhwXct { width:10.8125rem;height:2.59895625rem;top:42.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etPhkbfK4IAucB5aQ4Zys4yVwt9XlxlK { width:18.1875rem;height:7.796875rem;top:46.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1W7idPXBgSMn3q8BNl5CI1yMUCv8ut { width:12.497375rem;height:2.59895625rem;top:61.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toPMRGB3kh1nfIUziWsqTzuNiFaBv7Ea { width:18.5rem;height:7.796875rem;top:65.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBRrZCUfHWioKW77kiOmVfEFXvZ8rc9 { display:flex;width:4.5rem;height:4.5rem;top:56.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #dd0R3JT9f7N3MaOgAqTNh727qL0AS0Vi { width:5.625rem;height:5.625rem;top:12.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK { display:block; }#nCOsoZ4Jcg9t7wN0KCcJc7Ruq9tGi3yK > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWd15AK6TbbbKsKzhU8B5liGk7dn7eTs { width:12.497375rem;height:2.59895625rem;top:25.875rem;left:3.7513020634651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzROu0Jccdw8Rxp1xtPTe3NsZUc1FIpF { width:18.4375rem;height:9.096375rem;top:30rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO7pDi3wBqpLVavUVxaxTG52qrmAPAAZ { width:7rem;height:4.6875rem;top:20.645835876465rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH45WkToKxPthb0saFCGltvnDR3hNNvx { display:flex;width:4.5rem;height:4.5rem;top:1.4375019073486rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #y8pzk0cHV1n06AOa3WsMlTCPT7yy8Gwo { width:12.5rem;height:2.59895625rem;top:5.9374885559082rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcrcJZMOmpuLZTZJ8DvKIeC5aD37niUi { width:18.1236875rem;height:6.497375rem;top:10.375rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgWQ7TnMBlStx41a8DDRaEM4SAu2Kmmq { width:14.125rem;height:2.5rem;top:42.125001907349rem;left:2.9375000596046rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZTC9DkLfPQ9gDXI7k7Rk2zXltPetDKuZ { display:block; }
 }@media only screen and (max-width: 763px) { #PD17kPltb8hypodERIxTA2Nmb9drf3mH { display:block; }#PD17kPltb8hypodERIxTA2Nmb9drf3mH > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0OkpecULCa2AmHr1WJKGbawO6Hb0xix { width:19.997375rem;height:3.57291875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaDNkL8JBwl0ISbwqdidb6PpTBBMID2 { width:17.6875rem;height:17.6875rem;top:6.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecKdZtN4gpaskhTq1Zeq3ce5KabzEQx { width:17.7494375rem;height:18.0619375rem;top:45.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWIQkbp4lc2QR6cOnBAtxLv9VTmH5twQ { width:17.6873125rem;height:17.9368125rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTTMO4ny5npi4rRXxfl2cs4dbsDzlVu { width:12.4361875rem;height:1.70573125rem;top:22.697917938233rem;left:3.7812502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4MiT7gmpEkqipbHlRsfou8rDGoahU4V { width:12.4361875rem;height:1.70573125rem;top:61.375rem;left:3.9375rem;font-size:1.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vaedTCTUSWEdXo89lFQ9Iw1sCU4MyBxA { width:12.4361875rem;height:1.70573125rem;top:81.0625rem;left:3.75rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pEMQBxH7Iv7p0nIcS3q6hw2NfhXV05it { width:17.5625rem;height:17.5625rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIDr6m0JEJTJwHvTNon0cIqI4M8XW10P { width:12.434875rem;height:1.70573125rem;top:42rem;left:3.75rem;font-size:1.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #zV6RAq3nEctuKyztsJfIT4ya6ZMnlThH { width:12.4375rem;height:1.70573125rem;top:101rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBicunX0paS8GsBsIwhht2RN0cOsJ4Tw { width:17.875rem;height:17.875rem;top:84.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfeGnqd67Dgkfyz4EmygKvU4mypeJomo { width:17.875rem;height:17.875rem;top:104.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg8T8E1cy8fhaDI5OIz4TtxXqJcMHqT { width:12.4375rem;height:1.70573125rem;top:120.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n11MteQUn5OzmO8MALLcF2tQro027hDs { width:17.875rem;height:17.875rem;top:124.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR54sBs545TWgrCOpukuvBcSBvBdgaXE { width:15.5rem;height:1.70573125rem;top:140.5rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePmHLN6vyz7EGm9okGZ1QwgnI1Nlg1dc { width:17.6875rem;height:1.9375rem;top:22.583324432373rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5SDgiROkduRFDsChcInzwckzeHE2c55 { width:17.4375rem;height:1.875rem;top:41.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUcOzTePvC20fpoHiccHxplpnt1JLsq { width:17.9375rem;height:1.9375rem;top:140.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHCMEbG1CQ6ZvWqOSfMGxIMdQ0Ly8Ggr { width:17.75rem;height:1.9375rem;top:61.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dShflQGLmW4zriXVyHfrEV4EMaDaK7 { width:17.8125rem;height:1.9375rem;top:120.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQBONBQ2gMOEMGUNu6WOTGlokTp90ABB { width:17.9375rem;height:1.9375rem;top:100.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azedyzGLKMeQqLgKuSu7q5q4KVv1BNam { width:17.625rem;height:1.9375rem;top:81.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ { display:block; }#zQ3zRm3v2RQus725lBDWTh4SSBJ08mSQ > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXp3rkhb4Odbps2QeQW0rdBOpIzxtGJZ { width:19.187rem;height:8.125rem;top:1.25rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxfOKw90uNh1KXJQt9TFaw3gtNNUfJPS { width:16.5625rem;height:3.125rem;top:11.562501907349rem;left:1.7187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lyKew75NEPaJOCOMKoCZJhlcK4mVZG { display:block; }
 }@media only screen and (max-width: 763px) { #y0IbSITzBpWlz5cznTqsNzAhnKsmFZix { display:block; }#y0IbSITzBpWlz5cznTqsNzAhnKsmFZix > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSoNAb6Mt1fluKTHNNAEtkVFzDiaVFre { width:19.3125rem;height:7.9581875rem;top:3.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPBdtV286I4xDOEonaohWXCUXdc9GQLO { width:10.4375rem;height:2.375rem;top:0.625rem;left:4.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1JV8Pq2SadfOUCMAsbzKbsGv3Q4LUR { width:19.25rem;height:3.41015625rem;top:15.5rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtRonlgMhK9lxGDi2ukqnmgLT6LvwI6 { width:15.2495625rem;height:2.4479125rem;top:13.120658874512rem;left:2.3741319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }