.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); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF { 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; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.adaptive-delivery-prevent-bg, #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.lazyload, #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.lazyloading { background-image: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { background-color: transparent; background-image: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container > .video-iframe-container { display: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .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); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row > .video-iframe-container { display: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .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); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { border-width: 0; border-radius: 0; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF::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; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#KMMOGk9lfRZvhp7xfwkpBQcHdcprfHnQ { 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.1875rem;left:43.125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCLJ32sl5LlrZ4xqVW6uSg3MwHx12BLf { 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; }
#rvnf6LHKX2L0hJn9JSAJoTGqEUEMO1WT { 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.25rem;left:41.25rem;display:block; }
#GdBVNkZay8t3JtRAh9qOH1MNVk5afX6G { 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; }
#WTFMtIvsF4tinC8d9pNFVZn5nKJ2CNUG { 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; }
#iqGGTKPkzkOI6LtAxZpbrQKvPZacmCSv { 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; }
#ieLBFISxBTWebMXqCG3nTBnJG2e9oosm { 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; }
#llocXuoF1Sz7X2StQON76WcUiBm34qKy { 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; }
#BXuTkQgWhm7XRRM5ZGCQO2u2KemwKKbE { 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; }
#qoW9LqNQGNarHw06AuN5mCUmWEFKmOMP { 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; }
#NohWlfIZg4H1sPcVrNg8elbTQtvSvxLA { 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; }
#FCSdGBTiam9Kw6G1ue0VplTlO671MWDF { 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; }
#tKhkHT12yHQmStER88fcB0AOJDJe5VUF { 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; }
#icwmy4n7gKsaOcnBKeOqigp4AV35C3lp { 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; }
#bsnxOo2iqpS9T2oQR6tCT6JPTZT0Jlu5 { 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; }
#pwIHtP6o8KEl2wRXuryiqUZzZNictdMk { 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:montserrat;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:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;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:42.25rem;top:26.1875rem;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:42.25rem;top:26.1875rem;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; }
#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS { position:relative;display:block; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS { background-color: transparent; background-image: none; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row .container > .video-iframe-container { display: none; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row > .video-iframe-container { display: none; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .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); }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS { border-width: 0; border-radius: 0; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .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; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .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; }#M8upnide4G6rQzxoJb6PJgFDtnmcW6ap { 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; }
#gCQSmTl6QkLWAnHqzo1JwHmQkLoCEU2y { 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; }
#T6u4hr1NNTQJThFACTAcmlIFgTJkANCt { 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; }
#LgivX6LLa4TvNhREf662sS1QxzNtpVCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1E4PaVhLTIUgFQUniMMA8FIzqlLZwUo { 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; }
#T0taI90hBsh3svX4SOhA3Hp4vcdF8uSA { 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; }
#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R { 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; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container { background-color: transparent; background-image: none; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container > .video-iframe-container { display: none; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row > .video-iframe-container { display: none; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .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); }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container { border-width: 0; border-radius: 0; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:block; }#XIDSibv1yeXoXczz5o7b00hAfNUCw0ZP { 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; }
#JJxbuORmt907WwaWLwXSGwmL4qXlDEAF { 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; }
#RGl7pxaKRfirERcaFRFmmxIeWT1ZNNsf { 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; }
#i4wWSGzqpI3xTVumEXw3uois3Urwiurp { 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; }
#UUNAsJMdh44VRp489FgRLzR6LZAXbceJ { 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; }
#wWFk8TsGdba04R9scuTLWpM6zfkv9NKW { 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; }
#t6geZ3GWqIaD5TgKPtlZtSBX0hBQ1cTW { 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; }
#tPCTaJApWx5TdKhPNn6RiI8kUQLqqV3M { 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; }
#TzQf76JoE2NBqQWwJvxNDwMhKRkF0rxm { 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; }
#Z6baH89AxQX5N5w2F4ewVpP4ARpyAAnu { 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; }
#eEtyoPTscp5saz93ZCeFHyVoCVXgnUk0 { 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; }
#lJ2wbCbJvUE3MzwTXeJdkT2HgPm6KpZH { 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; }
#a5KWKXSRq30LmqSJrtgKnCQRUCU0Fs33 { 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; }
#oV1dMBslfCxUTzRcyzmcGAo0k7lWWTHg { 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; }
#Ivy5o72din3SXSbPXaZFZGvaSxUEm5Rd { 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; }
#sSesnRphJZDg8R8QJsTIDIRDu7bU5pox { 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; }
#TTSfHwr63PkkPMmHIHMTxG268S3bHc0f { 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; }
#eVlRU4hTlTQxystnXpz8k0ipKzXQOyHi { 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; }
#nqX2Nvyf7FoD8liSICAzDMVcu1vEDpGr { 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; }
#eNk2aHpcPEkzoHFi54PwcO9ukciTnSRG { 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; }
#yKRn0sb3ob0qeEpFOUUm2uHEudxpuuAa { 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; }
#aHbAWn5dXUaN2JqIa0MPPkRto8tC1C8n { 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; }
#xNK5PscCQcUkDDlXWcXqfOVTuUtGFc9s { 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; }
#OfD5DDykmie12JAhyO6aSeorhoDy6RT3 { 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; }
#AWG4zNZvNVHUMTwWVo2DZkGHq4uzxKGd { 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; }
#FccriSS91eBdAzz0nbvqSpTSgvoIE7XH { 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; }
#psEq1lh5Ivwk52BKPNgSyoXHLVcEtVPk { 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; }
#eLnq0hvGo1SGcmt3uMhgeK2OpNLbuHxE { 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; }
#u9xdXX3dTUgkENoiaOPS6wu8LF0EOv2f { 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; }
#uuoDJm1eC5KWizyCcc6hZDqMw6ZrRIh4 { 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; }
#PT2zdvTwtBb1Fkd6CJPUhJtKxh8ahH5l { 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; }
#OKTNUv26XfFqWisN9lrOz7BIbwHAzN3O { 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; }
#ElRh4nSksNF3heN9FhdBvHaRVWP0dmpy { 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; }
#adD5LMCU3p8rtB1uu3lrQKkhAxyfseOq { 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; }
#vlO15LGVuTiLeVAVeNM86psAuEZTghfP { 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; }
#WC1BPxzORBaUsghohXQT0kIseopt8kQ3 { 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; }
#FnMOPNoTKtCM3TaigBD3xQU5n9iW8hIO { 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; }
#TkbeRUiQna92xi1Lq4Ayl2cZy2dMgfTm { 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; }
#r7lEbA2EwbuHG7VeN4PaFU3kcIvfV49A { 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; }
#fvu50Lic7Z3s636VoWcS8zlP2gf3919E { 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; }
#GXeXdux1sigObKyT5JotsI9hFT6ZTICx { 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; }
#l5Ql5pKf0qT1Oya8k8dcCXCMxdoqGPGC { 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; }
#qb4MVckSIMImu89ssNniOcR4BzFpw5qh { 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; }
#Umd6ICmnoeC0oLr8NXgla6VPU9JNaspB { 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; }
#rO11FviUI7ev86ls50aT4ZGwPCc5I6nh { 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; }
#wOGTiqXVzoSM1GMktBeioS3ExGlZvhtG { 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; }
#dVi0TdtSZB1J8Qbs8pUJetedwi8dcETz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLvPm38Xmz5fy8X6pTEZ3rLFGork0rla { 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; }
#OnTP6fyorPSE5wB0TzmGa4CuFpecSC9q { 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; }
#UTTUmnxX7K8TuUkQm67Hg3T6R10vZig8 { 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; }
#gJCwq4Sv4t934LeSK2N4Xz2lkFI3zbK4 { 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; }
#X5AHkAdSRFHJNr2UBTw72P0JI7HngG8I { 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; }
#U6B2GT1qxFq4tynwgs2HtINSWxi3rHvx { 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; }
#CGFXczO210APLGDshF9CtpOI7FktMsdh { 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; }
#D3nIToWZve2rKXAZ3sWBtkWJZHN5dhQC { 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; }
#wUrgZGwQgV13JZB1Tf8ddHm80XBG8aED { 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; }
#dcRCxpnVwclufg1M8J32NuBbiOz297Kp { 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; }
#hWVllKpwXwqCy4ObtBynEUqK2bFm3l4c { 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; }
#LVfS0CUXzcdBc2RkFJE3rgpkqQQTVNI7 { 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; }
#OekTW0dJ5vfFgQhiDK2Swf0cHy7KHI6W { 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; }
#ZJtRDGQUxMdME3T8EstueAKFOJrTAtBn { 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; }
#OxsGbnmG4QVlS62dOSOT01zRHvFKRneE { 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; }
#nQBe9uUJbTVMtyapxgE9IKofNtEBKwX2 { 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; }
#MXLlpLyl7TwQu85r5WcJdFxtN0AzJLGL { 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; }
#e0bG4hIU1RbyFzJ5zHnBNt6U87MlhOB1 { 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; }
#I7R0DvbGi6HMy3VNQexv43ITONBDlm6D { 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; }
#yX43QDzoPbrZ43uBw2UZbthv2oSspGa8 { 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; }
#ecSLeskZwfK9Odpq9B890wqSoFzFxLri { 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; }
#VQBFBn82BSsiHIxFIOuf1lbP7hLFhyqL { 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; }
#pepxKtOyxeiZPB0pdqEEhs7dboxe6pRt { 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; }
#oBPxLvUx9BBD3XqFROiDkcsTT0CI8QCR { 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; }
#AaA67IchJVJ9Q4ah6bWLBIQOcnt7g2Jm { 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; }
#LLILIrJWwylUfAAbIHVfVrZaB2epGeeP { 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; }
#ioaEvpSkI0Vo01FNi9Q750af7BW2NwCq { 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; }
#B2ZdrDJwVDSAwJELecwrI96r42UEIz2i { 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; }
#I0GXGKy5CmLBfVAZI2w6IdoFzTX0822b { 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; }
#Az2IHdtACWOt0JLbusL5ECbFcRL69cuk { 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; }
#Mo9ADuz5q31i1NPuO9mWyeu7BzA65tRa { 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; }
#sxSTG14bAut04g392ZyFFkOHRp040ZiL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q { 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; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container { background-color: transparent; background-image: none; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container > .video-iframe-container { display: none; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row > .video-iframe-container { display: none; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .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); }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container { border-width: 0; border-radius: 0; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#gJIbEQdeOM67WFzkD0PJRPLdc1WUQfAx { 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; }
#EwpWqQGvdsAJiLLGFwrfgApD6STJDrtC { 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; }
#w1Erx08TMtw7IvAvCPw2JKPHcsfui2Du { 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; }
#cattp8phSlaqCPgwQTEF6TTTzGLfn6V3 { 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; }
#bSB9BTyZ9q5C0CAV0qTeuyai2F4MSPKs { 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; }
#XvVJW6rTFzIEBNPG1iOtudpA2pEifDwm { 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; }
#zg9ikNMWOM0OC5n99xk6hlB26NISagrQ { 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; }
#pWWaZZJypsQwU63Mciu19V2szIIXU4DL { 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; }
#LlO7d5TqgDC8kDIg8R7wtk8E7v10BD5f { 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; }
#I2q3KSMHiWU0apn3gHR32o9NAOMyTtV7 { 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; }
#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX { 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; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container { background-color: transparent; background-image: none; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container > .video-iframe-container { display: none; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row > .video-iframe-container { display: none; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .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); }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container { border-width: 0; border-radius: 0; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#xvyqXvpI7uVWNkP0COi0I6pA50Q4m5id { 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:6.0625rem;left:40.5rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3sfnop3GM41pG7bW2xnxiwGHT9WARrn { 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:10.5rem;left:39.25rem;height:8.53125rem;text-align:justify;text-align-last:initial;display:block; }
#iWSne4KXy8BVRlN88TpJVlyVeH20kdt9 { 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:0rem;left:42.9375rem;overflow:hidden;display:block; }
#zuEdU3yWriJMHqLzkTBC2BCI37TvJh1T { 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:0.25rem;left:25.75rem; }
#SVPvDmNDFRmKiyfQIAVGyBJypMiifdNC { 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:6.0625rem;left:21.75rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHMZ1wvxNLdJOAX6Wv0hq6AnTqtgVmCD { 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:10.5rem;left:20.0625rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#WgNmLPE5cTtqrRC3p0wQs8EZQWDRbTkG { 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:18.625rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.75rem;left:28.125003814698rem;display:block; }
#nnpZT9huZqLW2rTTh2XgqrUCfl8kQfc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI { position:relative;display:block; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI { background-color: transparent; background-image: none; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row .container > .video-iframe-container { display: none; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row > .video-iframe-container { display: none; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .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); }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI { border-width: 0; border-radius: 0; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .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; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .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; }#I0MTiIbTLvy1wb55qW1ZNfsAcrZucaxS { 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; }
#oJaEh2tceixOKSuHwgafBmI8VseWC0tZ { 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; }
#IoFZOfWT9nXEMP2at11uQTB4QgR5hIdk { 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; }
#HQ61ui2Xf2P3us0AwVdJigF1X7l20TTW { 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; }
#BElfgS3a8vJr2O16QuRHKKsgRbF57vtA { 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; }
#WyIHrEd0rMUrbI9nHGPZ6ghnaqrhlS0C { 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; }
#vV1BKQ4fy8tWHnsA3hDCXT5dOdHM7bW9 { 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; }
#xF0LzaxP3MB91sTkkAXM6XqqFHWF6QVf { 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; }
#gaswW6PmMFuV6D0aOAgeS7QzSEkGG3N5 { 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; }
#s3mvxwHgfqZrWNXaxxkOQpFvMp6s9R1D { 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; }
#ViP2k3RvXBWccoJaZpErJNronvHAqZOH { 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; }
#rgVkfpVcMAvq7rCE1fkPyMhfRpNlgwXu { 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; }
#f0TyrMmIq8T9sT55T6OFLNVLMbkQJXal { 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; }
#WEMlBU5eLHMvBpVnn8GAivJm3kLWs4Gn { 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; }
#pTEKr5P8pSstPLPIQvKvThIAUQG4L9Rr { 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; }
#TCqIfpfU8ITzzRdKCxbiOnp2yf8RneCR { 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; }
#gC5lON44IknsSXOVnWgeW4lZeAir0UGl { 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; }
#oLW24NOAHfQWkWMg82TNVk2LGmfTAVXK { 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; }
#fxvcQNCvcNdVT3ATU3TzGKHvLEkLJi6S { 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; }
#TCsknw4LHhfkOvu3PfKnczf3Gg9bNFXd { 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; }
#lEh1TUeLUoLBdngpChldNRqCyNwsRyBC { 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; }
#zOxV6pPWaTptN4JzcapdOoTrHqcQpo1D { 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; }
#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 { 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; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container { background-color: transparent; background-image: none; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container > .video-iframe-container { display: none; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row > .video-iframe-container { display: none; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .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); }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container { border-width: 0; border-radius: 0; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#fwkb287p3mptM8Ot84TVGb62UszLHAlB { 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; }
#FCGR60BQW10mIZKETSOPhhTw0uQEiavi { 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; }
#H9qxR7XveqaSngrdA1ZamqgqUlfL9cUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ { 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; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container { background-color: transparent; background-image: none; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container > .video-iframe-container { display: none; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row > .video-iframe-container { display: none; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .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); }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container { border-width: 0; border-radius: 0; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#nau8tKOw4kCdycIgJNBRB4TJs0czhlzO { 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; }
#yXglBXB6Rzq0tcLvrxpzOnpcyiUhB9sT { 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; }
#d5eJxcMIIkmDGywOdITpvLXS5IhTqz2b { 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; }
#BZdWkceyCic0WHHcNuDsVm96J6S3FH6H { 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) { #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF { display:block; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMMOGk9lfRZvhp7xfwkpBQcHdcprfHnQ { top:17.1875rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLJ32sl5LlrZ4xqVW6uSg3MwHx12BLf { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnf6LHKX2L0hJn9JSAJoTGqEUEMO1WT { top:16.25rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBVNkZay8t3JtRAh9qOH1MNVk5afX6G { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFMtIvsF4tinC8d9pNFVZn5nKJ2CNUG { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqGGTKPkzkOI6LtAxZpbrQKvPZacmCSv { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieLBFISxBTWebMXqCG3nTBnJG2e9oosm { top:24rem;left:0rem;width:15.8125rem;height:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llocXuoF1Sz7X2StQON76WcUiBm34qKy { 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) { #BXuTkQgWhm7XRRM5ZGCQO2u2KemwKKbE { top:40.8125rem;left:0rem;width:9.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoW9LqNQGNarHw06AuN5mCUmWEFKmOMP { top:40.8125rem;left:1.83203125rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NohWlfIZg4H1sPcVrNg8elbTQtvSvxLA { top:38.625rem;left:0.875rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSdGBTiam9Kw6G1ue0VplTlO671MWDF { top:38.625rem;left:7.01953125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhkHT12yHQmStER88fcB0AOJDJe5VUF { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwmy4n7gKsaOcnBKeOqigp4AV35C3lp { top:38.625rem;left:14.960941314698rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsnxOo2iqpS9T2oQR6tCT6JPTZT0Jlu5 { 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) { #pwIHtP6o8KEl2wRXuryiqUZzZNictdMk { 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:24rem;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:24rem;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) { #Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS { display:block; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8upnide4G6rQzxoJb6PJgFDtnmcW6ap { top:1.375rem;left:12.75rem;width:35rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQSmTl6QkLWAnHqzo1JwHmQkLoCEU2y { top:5.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6u4hr1NNTQJThFACTAcmlIFgTJkANCt { width:16rem;height:3.0625rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgivX6LLa4TvNhREf662sS1QxzNtpVCn { display:block; }
 }@media only screen and (max-width: 763px) { #x1E4PaVhLTIUgFQUniMMA8FIzqlLZwUo { top:1.375rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0taI90hBsh3svX4SOhA3Hp4vcdF8uSA { 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) { #fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R { display:block; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIDSibv1yeXoXczz5o7b00hAfNUCw0ZP { width:13.125rem;height:0;top:23.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJxbuORmt907WwaWLwXSGwmL4qXlDEAF { top:23.25rem;left:5.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGl7pxaKRfirERcaFRFmmxIeWT1ZNNsf { width:11.5625rem;height:3rem;top:19.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4wWSGzqpI3xTVumEXw3uois3Urwiurp { 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) { #UUNAsJMdh44VRp489FgRLzR6LZAXbceJ { width:13.125rem;height:1.6875rem;top:17rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWFk8TsGdba04R9scuTLWpM6zfkv9NKW { top:23.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6geZ3GWqIaD5TgKPtlZtSBX0hBQ1cTW { width:14.6875rem;height:10.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCTaJApWx5TdKhPNn6RiI8kUQLqqV3M { 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) { #TzQf76JoE2NBqQWwJvxNDwMhKRkF0rxm { width:14.375rem;height:18.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6baH89AxQX5N5w2F4ewVpP4ARpyAAnu { top:23.25rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtyoPTscp5saz93ZCeFHyVoCVXgnUk0 { 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) { #lJ2wbCbJvUE3MzwTXeJdkT2HgPm6KpZH { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5KWKXSRq30LmqSJrtgKnCQRUCU0Fs33 { top:23.1875rem;left:20.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1dMBslfCxUTzRcyzmcGAo0k7lWWTHg { width:1.875rem;height:1.375rem;top:23.4375rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivy5o72din3SXSbPXaZFZGvaSxUEm5Rd { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSesnRphJZDg8R8QJsTIDIRDu7bU5pox { top:23.1875rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSfHwr63PkkPMmHIHMTxG268S3bHc0f { width:14.75rem;height:10.6875rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVlRU4hTlTQxystnXpz8k0ipKzXQOyHi { 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) { #nqX2Nvyf7FoD8liSICAzDMVcu1vEDpGr { top:23.1875rem;left:24.34375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNk2aHpcPEkzoHFi54PwcO9ukciTnSRG { 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) { #yKRn0sb3ob0qeEpFOUUm2uHEudxpuuAa { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHbAWn5dXUaN2JqIa0MPPkRto8tC1C8n { top:23.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNK5PscCQcUkDDlXWcXqfOVTuUtGFc9s { 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) { #OfD5DDykmie12JAhyO6aSeorhoDy6RT3 { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG4zNZvNVHUMTwWVo2DZkGHq4uzxKGd { top:23.1875rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FccriSS91eBdAzz0nbvqSpTSgvoIE7XH { 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) { #psEq1lh5Ivwk52BKPNgSyoXHLVcEtVPk { top:23.1875rem;left:39.96875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLnq0hvGo1SGcmt3uMhgeK2OpNLbuHxE { 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) { #u9xdXX3dTUgkENoiaOPS6wu8LF0EOv2f { width:13.125rem;height:0;top:45.4375rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuoDJm1eC5KWizyCcc6hZDqMw6ZrRIh4 { top:45.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2zdvTwtBb1Fkd6CJPUhJtKxh8ahH5l { 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) { #OKTNUv26XfFqWisN9lrOz7BIbwHAzN3O { width:14.375rem;height:18.8125rem;top:28.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElRh4nSksNF3heN9FhdBvHaRVWP0dmpy { top:45.4375rem;left:14.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adD5LMCU3p8rtB1uu3lrQKkhAxyfseOq { 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) { #vlO15LGVuTiLeVAVeNM86psAuEZTghfP { top:45.4375rem;left:19.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1BPxzORBaUsghohXQT0kIseopt8kQ3 { 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) { #FnMOPNoTKtCM3TaigBD3xQU5n9iW8hIO { width:14.8125rem;height:10.625rem;top:6.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbeRUiQna92xi1Lq4Ayl2cZy2dMgfTm { width:14.75rem;height:10.625rem;top:28.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lEbA2EwbuHG7VeN4PaFU3kcIvfV49A { 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) { #fvu50Lic7Z3s636VoWcS8zlP2gf3919E { width:14.1875rem;height:3rem;top:19.4375rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeXdux1sigObKyT5JotsI9hFT6ZTICx { 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) { #l5Ql5pKf0qT1Oya8k8dcCXCMxdoqGPGC { 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) { #qb4MVckSIMImu89ssNniOcR4BzFpw5qh { width:13.125rem;height:1.6875rem;top:17rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umd6ICmnoeC0oLr8NXgla6VPU9JNaspB { 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) { #rO11FviUI7ev86ls50aT4ZGwPCc5I6nh { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOGTiqXVzoSM1GMktBeioS3ExGlZvhtG { width:20.5rem;height:3.0625rem;top:50.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVi0TdtSZB1J8Qbs8pUJetedwi8dcETz { display:block; }
 }@media only screen and (max-width: 763px) { #WLvPm38Xmz5fy8X6pTEZ3rLFGork0rla { width:14.375rem;height:18.8125rem;top:28.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTP6fyorPSE5wB0TzmGa4CuFpecSC9q { width:14.75rem;height:10.625rem;top:28.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTUmnxX7K8TuUkQm67Hg3T6R10vZig8 { 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) { #gJCwq4Sv4t934LeSK2N4Xz2lkFI3zbK4 { 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) { #X5AHkAdSRFHJNr2UBTw72P0JI7HngG8I { width:13.125rem;height:0;top:45.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6B2GT1qxFq4tynwgs2HtINSWxi3rHvx { top:45.4375rem;left:25.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGFXczO210APLGDshF9CtpOI7FktMsdh { 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) { #D3nIToWZve2rKXAZ3sWBtkWJZHN5dhQC { top:45.4375rem;left:30.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUrgZGwQgV13JZB1Tf8ddHm80XBG8aED { 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) { #dcRCxpnVwclufg1M8J32NuBbiOz297Kp { top:45.4375rem;left:34.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVllKpwXwqCy4ObtBynEUqK2bFm3l4c { 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) { #LVfS0CUXzcdBc2RkFJE3rgpkqQQTVNI7 { width:14.375rem;height:18.8125rem;top:61.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekTW0dJ5vfFgQhiDK2Swf0cHy7KHI6W { width:14.8125rem;height:10.625rem;top:61.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtRDGQUxMdME3T8EstueAKFOJrTAtBn { width:13.25rem;height:1.6875rem;top:72rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxsGbnmG4QVlS62dOSOT01zRHvFKRneE { 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) { #nQBe9uUJbTVMtyapxgE9IKofNtEBKwX2 { width:13.125rem;height:0;top:78.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLlpLyl7TwQu85r5WcJdFxtN0AzJLGL { top:77.625rem;left:17.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bG4hIU1RbyFzJ5zHnBNt6U87MlhOB1 { 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) { #I7R0DvbGi6HMy3VNQexv43ITONBDlm6D { width:14.375rem;height:18.8125rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX43QDzoPbrZ43uBw2UZbthv2oSspGa8 { width:14.75rem;height:10.625rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecSLeskZwfK9Odpq9B890wqSoFzFxLri { width:13.25rem;height:1.6875rem;top:72rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQBFBn82BSsiHIxFIOuf1lbP7hLFhyqL { 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) { #pepxKtOyxeiZPB0pdqEEhs7dboxe6pRt { width:13.125rem;height:0;top:78.25rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBPxLvUx9BBD3XqFROiDkcsTT0CI8QCR { top:77.5625rem;left:26.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaA67IchJVJ9Q4ah6bWLBIQOcnt7g2Jm { top:77.625rem;left:33.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLILIrJWwylUfAAbIHVfVrZaB2epGeeP { 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) { #ioaEvpSkI0Vo01FNi9Q750af7BW2NwCq { 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) { #B2ZdrDJwVDSAwJELecwrI96r42UEIz2i { top:77.5625rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0GXGKy5CmLBfVAZI2w6IdoFzTX0822b { 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) { #Az2IHdtACWOt0JLbusL5ECbFcRL69cuk { width:47.75rem;height:3.25rem;top:56rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9ADuz5q31i1NPuO9mWyeu7BzA65tRa { width:20.5rem;height:3.0625rem;top:83.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxSTG14bAut04g392ZyFFkOHRp040ZiL { display:block; }
 }@media only screen and (max-width: 763px) { #Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q { display:block; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJIbEQdeOM67WFzkD0PJRPLdc1WUQfAx { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpWqQGvdsAJiLLGFwrfgApD6STJDrtC { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Erx08TMtw7IvAvCPw2JKPHcsfui2Du { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cattp8phSlaqCPgwQTEF6TTTzGLfn6V3 { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSB9BTyZ9q5C0CAV0qTeuyai2F4MSPKs { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVJW6rTFzIEBNPG1iOtudpA2pEifDwm { 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) { #zg9ikNMWOM0OC5n99xk6hlB26NISagrQ { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWaZZJypsQwU63Mciu19V2szIIXU4DL { 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) { #LlO7d5TqgDC8kDIg8R7wtk8E7v10BD5f { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2q3KSMHiWU0apn3gHR32o9NAOMyTtV7 { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX { display:block; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvyqXvpI7uVWNkP0COi0I6pA50Q4m5id { top:6.0625rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sfnop3GM41pG7bW2xnxiwGHT9WARrn { top:10.5rem;left:20.75rem;width:15.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSne4KXy8BVRlN88TpJVlyVeH20kdt9 { top:0rem;left:25.90625rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuEdU3yWriJMHqLzkTBC2BCI37TvJh1T { top:0.25rem;left:15.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVPvDmNDFRmKiyfQIAVGyBJypMiifdNC { top:6.0625rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMZ1wvxNLdJOAX6Wv0hq6AnTqtgVmCD { top:10.5rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgNmLPE5cTtqrRC3p0wQs8EZQWDRbTkG { width:18.625rem;height:3.0625rem;top:21.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnpZT9huZqLW2rTTh2XgqrUCfl8kQfc4 { display:block; }
 }@media only screen and (max-width: 763px) { #sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI { display:block; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0MTiIbTLvy1wb55qW1ZNfsAcrZucaxS { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJaEh2tceixOKSuHwgafBmI8VseWC0tZ { width:17.875rem;height:17.875rem;top:6.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFZOfWT9nXEMP2at11uQTB4QgR5hIdk { width:17.875rem;height:17.875rem;top:6.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ61ui2Xf2P3us0AwVdJigF1X7l20TTW { width:17.875rem;height:17.875rem;top:6.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BElfgS3a8vJr2O16QuRHKKsgRbF57vtA { 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) { #WyIHrEd0rMUrbI9nHGPZ6ghnaqrhlS0C { 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) { #vV1BKQ4fy8tWHnsA3hDCXT5dOdHM7bW9 { 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) { #xF0LzaxP3MB91sTkkAXM6XqqFHWF6QVf { width:17.875rem;height:17.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaswW6PmMFuV6D0aOAgeS7QzSEkGG3N5 { top:22.625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mvxwHgfqZrWNXaxxkOQpFvMp6s9R1D { top:44.1875rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViP2k3RvXBWccoJaZpErJNronvHAqZOH { width:17.875rem;height:17.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVkfpVcMAvq7rCE1fkPyMhfRpNlgwXu { width:17.875rem;height:17.875rem;top:27.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TyrMmIq8T9sT55T6OFLNVLMbkQJXal { 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) { #WEMlBU5eLHMvBpVnn8GAivJm3kLWs4Gn { width:17.875rem;height:17.875rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEKr5P8pSstPLPIQvKvThIAUQG4L9Rr { 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) { #TCqIfpfU8ITzzRdKCxbiOnp2yf8RneCR { top:22.375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5lON44IknsSXOVnWgeW4lZeAir0UGl { top:22.375rem;left:5.65625rem;width:17.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLW24NOAHfQWkWMg82TNVk2LGmfTAVXK { top:22.375rem;left:24.156253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvcQNCvcNdVT3ATU3TzGKHvLEkLJi6S { top:22.375rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCsknw4LHhfkOvu3PfKnczf3Gg9bNFXd { top:43.9375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEh1TUeLUoLBdngpChldNRqCyNwsRyBC { top:43.9375rem;left:14.906253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxV6pPWaTptN4JzcapdOoTrHqcQpo1D { top:44.0625rem;left:29.875rem;width:17.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 { display:block; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwkb287p3mptM8Ot84TVGb62UszLHAlB { 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) { #FCGR60BQW10mIZKETSOPhhTw0uQEiavi { width:21.375rem;height:3.125rem;top:8.0625rem;left:13.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9qxR7XveqaSngrdA1ZamqgqUlfL9cUs { display:block; }
 }@media only screen and (max-width: 763px) { #VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ { display:block; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nau8tKOw4kCdycIgJNBRB4TJs0czhlzO { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXglBXB6Rzq0tcLvrxpzOnpcyiUhB9sT { top:0.8125rem;left:0rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5eJxcMIIkmDGywOdITpvLXS5IhTqz2b { 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) { #BZdWkceyCic0WHHcNuDsVm96J6S3FH6H { 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) { #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF { 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; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.adaptive-delivery-prevent-bg, #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.lazyload, #eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF.lazyloading { background-image: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { background-color: transparent; background-image: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container > .video-iframe-container { display: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .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); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row > .video-iframe-container { display: none; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .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); }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { border-width: 0; border-radius: 0; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF::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; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyRF5QHU11IKeOHNXz7hxKs0qhSvaTVF > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMMOGk9lfRZvhp7xfwkpBQcHdcprfHnQ { width:18.125rem;height:5.39583125rem;top:41rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLJ32sl5LlrZ4xqVW6uSg3MwHx12BLf { width:18.1215rem;height:4.434025rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvnf6LHKX2L0hJn9JSAJoTGqEUEMO1WT { width:20rem;height:26.125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBVNkZay8t3JtRAh9qOH1MNVk5afX6G { 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) { #WTFMtIvsF4tinC8d9pNFVZn5nKJ2CNUG { width:20rem;height:8.125rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqGGTKPkzkOI6LtAxZpbrQKvPZacmCSv { 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) { #ieLBFISxBTWebMXqCG3nTBnJG2e9oosm { 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) { #llocXuoF1Sz7X2StQON76WcUiBm34qKy { 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) { #BXuTkQgWhm7XRRM5ZGCQO2u2KemwKKbE { 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) { #qoW9LqNQGNarHw06AuN5mCUmWEFKmOMP { 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) { #NohWlfIZg4H1sPcVrNg8elbTQtvSvxLA { 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) { #FCSdGBTiam9Kw6G1ue0VplTlO671MWDF { 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) { #tKhkHT12yHQmStER88fcB0AOJDJe5VUF { 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) { #icwmy4n7gKsaOcnBKeOqigp4AV35C3lp { 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) { #bsnxOo2iqpS9T2oQR6tCT6JPTZT0Jlu5 { 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) { #pwIHtP6o8KEl2wRXuryiqUZzZNictdMk { 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:16.9986875rem;height:auto;top:46.39453125rem;left:0.24739581346512rem; }
#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:16.9986875rem;height:auto;top:46.39453125rem;left:0.24739581346512rem; }
 }@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) { #Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS { display:block; }#Xi0lPTRfgZiSHydOQPV0bqvoBHNCDvBS > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8upnide4G6rQzxoJb6PJgFDtnmcW6ap { 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) { #gCQSmTl6QkLWAnHqzo1JwHmQkLoCEU2y { width:18.75rem;height:0.248698125rem;top:29.625000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6u4hr1NNTQJThFACTAcmlIFgTJkANCt { 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) { #LgivX6LLa4TvNhREf662sS1QxzNtpVCn { display:block; }
 }@media only screen and (max-width: 763px) { #x1E4PaVhLTIUgFQUniMMA8FIzqlLZwUo { width:19.4375rem;height:19.4375rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0taI90hBsh3svX4SOhA3Hp4vcdF8uSA { 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) { #fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R { display:block; }#fshdfMLysqvHwwmhL0Mrh0rEt5x5Tu7R > .row .container { width:20rem;height:167.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIDSibv1yeXoXczz5o7b00hAfNUCw0ZP { 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) { #JJxbuORmt907WwaWLwXSGwmL4qXlDEAF { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #RGl7pxaKRfirERcaFRFmmxIeWT1ZNNsf { 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) { #i4wWSGzqpI3xTVumEXw3uois3Urwiurp { 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) { #UUNAsJMdh44VRp489FgRLzR6LZAXbceJ { 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) { #wWFk8TsGdba04R9scuTLWpM6zfkv9NKW { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #t6geZ3GWqIaD5TgKPtlZtSBX0hBQ1cTW { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCTaJApWx5TdKhPNn6RiI8kUQLqqV3M { 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) { #TzQf76JoE2NBqQWwJvxNDwMhKRkF0rxm { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6baH89AxQX5N5w2F4ewVpP4ARpyAAnu { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #eEtyoPTscp5saz93ZCeFHyVoCVXgnUk0 { 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) { #lJ2wbCbJvUE3MzwTXeJdkT2HgPm6KpZH { 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) { #a5KWKXSRq30LmqSJrtgKnCQRUCU0Fs33 { display:flex;width:1.875rem;height:1.875rem;top:45.3125rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #oV1dMBslfCxUTzRcyzmcGAo0k7lWWTHg { 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) { #Ivy5o72din3SXSbPXaZFZGvaSxUEm5Rd { width:14.375rem;height:18.8125rem;top:28.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSesnRphJZDg8R8QJsTIDIRDu7bU5pox { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #TTSfHwr63PkkPMmHIHMTxG268S3bHc0f { width:14.6875rem;height:10.5rem;top:28.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVlRU4hTlTQxystnXpz8k0ipKzXQOyHi { 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) { #nqX2Nvyf7FoD8liSICAzDMVcu1vEDpGr { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #eNk2aHpcPEkzoHFi54PwcO9ukciTnSRG { 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) { #yKRn0sb3ob0qeEpFOUUm2uHEudxpuuAa { 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) { #aHbAWn5dXUaN2JqIa0MPPkRto8tC1C8n { display:flex;width:1.875rem;height:1.875rem;top:66rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #xNK5PscCQcUkDDlXWcXqfOVTuUtGFc9s { 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) { #OfD5DDykmie12JAhyO6aSeorhoDy6RT3 { width:14.375rem;height:18.8125rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG4zNZvNVHUMTwWVo2DZkGHq4uzxKGd { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:8.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #FccriSS91eBdAzz0nbvqSpTSgvoIE7XH { 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) { #psEq1lh5Ivwk52BKPNgSyoXHLVcEtVPk { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:13.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #eLnq0hvGo1SGcmt3uMhgeK2OpNLbuHxE { 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) { #u9xdXX3dTUgkENoiaOPS6wu8LF0EOv2f { 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) { #uuoDJm1eC5KWizyCcc6hZDqMw6ZrRIh4 { display:flex;width:1.875rem;height:1.875rem;top:86.75rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #PT2zdvTwtBb1Fkd6CJPUhJtKxh8ahH5l { 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) { #OKTNUv26XfFqWisN9lrOz7BIbwHAzN3O { width:14.375rem;height:18.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElRh4nSksNF3heN9FhdBvHaRVWP0dmpy { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #adD5LMCU3p8rtB1uu3lrQKkhAxyfseOq { 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) { #vlO15LGVuTiLeVAVeNM86psAuEZTghfP { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #WC1BPxzORBaUsghohXQT0kIseopt8kQ3 { 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) { #FnMOPNoTKtCM3TaigBD3xQU5n9iW8hIO { width:14.6875rem;height:10.75rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbeRUiQna92xi1Lq4Ayl2cZy2dMgfTm { width:14.6875rem;height:10.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lEbA2EwbuHG7VeN4PaFU3kcIvfV49A { 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) { #fvu50Lic7Z3s636VoWcS8zlP2gf3919E { 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) { #GXeXdux1sigObKyT5JotsI9hFT6ZTICx { 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) { #l5Ql5pKf0qT1Oya8k8dcCXCMxdoqGPGC { 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) { #qb4MVckSIMImu89ssNniOcR4BzFpw5qh { 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) { #Umd6ICmnoeC0oLr8NXgla6VPU9JNaspB { 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) { #rO11FviUI7ev86ls50aT4ZGwPCc5I6nh { 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) { #wOGTiqXVzoSM1GMktBeioS3ExGlZvhtG { 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) { #dVi0TdtSZB1J8Qbs8pUJetedwi8dcETz { display:block; }
 }@media only screen and (max-width: 763px) { #WLvPm38Xmz5fy8X6pTEZ3rLFGork0rla { width:14.375rem;height:18.8125rem;top:90.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTP6fyorPSE5wB0TzmGa4CuFpecSC9q { width:14.5625rem;height:10.75rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTUmnxX7K8TuUkQm67Hg3T6R10vZig8 { 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) { #gJCwq4Sv4t934LeSK2N4Xz2lkFI3zbK4 { 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) { #X5AHkAdSRFHJNr2UBTw72P0JI7HngG8I { 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) { #U6B2GT1qxFq4tynwgs2HtINSWxi3rHvx { display:flex;width:1.875rem;height:1.875rem;top:107.3125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #CGFXczO210APLGDshF9CtpOI7FktMsdh { 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) { #D3nIToWZve2rKXAZ3sWBtkWJZHN5dhQC { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #wUrgZGwQgV13JZB1Tf8ddHm80XBG8aED { 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) { #dcRCxpnVwclufg1M8J32NuBbiOz297Kp { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #hWVllKpwXwqCy4ObtBynEUqK2bFm3l4c { 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) { #LVfS0CUXzcdBc2RkFJE3rgpkqQQTVNI7 { width:14.375rem;height:18.8125rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekTW0dJ5vfFgQhiDK2Swf0cHy7KHI6W { width:14.8125rem;height:10.625rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtRDGQUxMdME3T8EstueAKFOJrTAtBn { 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) { #OxsGbnmG4QVlS62dOSOT01zRHvFKRneE { 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) { #nQBe9uUJbTVMtyapxgE9IKofNtEBKwX2 { 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) { #MXLlpLyl7TwQu85r5WcJdFxtN0AzJLGL { display:flex;width:1.75rem;height:1.75rem;top:137.93880448456rem;left:11.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #e0bG4hIU1RbyFzJ5zHnBNt6U87MlhOB1 { 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) { #I7R0DvbGi6HMy3VNQexv43ITONBDlm6D { width:14.375rem;height:18.8125rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX43QDzoPbrZ43uBw2UZbthv2oSspGa8 { width:14.75rem;height:10.625rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecSLeskZwfK9Odpq9B890wqSoFzFxLri { 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) { #VQBFBn82BSsiHIxFIOuf1lbP7hLFhyqL { 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) { #pepxKtOyxeiZPB0pdqEEhs7dboxe6pRt { 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) { #oBPxLvUx9BBD3XqFROiDkcsTT0CI8QCR { display:flex;width:1.875rem;height:1.875rem;top:158.75rem;left:4.25rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #AaA67IchJVJ9Q4ah6bWLBIQOcnt7g2Jm { display:flex;width:1.75rem;height:1.75rem;top:158.8125rem;left:11.9375rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #LLILIrJWwylUfAAbIHVfVrZaB2epGeeP { 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) { #ioaEvpSkI0Vo01FNi9Q750af7BW2NwCq { 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) { #B2ZdrDJwVDSAwJELecwrI96r42UEIz2i { display:flex;width:1.875rem;height:1.875rem;top:137.87630448456rem;left:4.125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #I0GXGKy5CmLBfVAZI2w6IdoFzTX0822b { 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) { #Az2IHdtACWOt0JLbusL5ECbFcRL69cuk { 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) { #Mo9ADuz5q31i1NPuO9mWyeu7BzA65tRa { 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) { #sxSTG14bAut04g392ZyFFkOHRp040ZiL { display:block; }
 }@media only screen and (max-width: 763px) { #Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q { display:block; }#Sz1ddbTGNex7DvSfwwGgGpMpiSV4OV4q > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJIbEQdeOM67WFzkD0PJRPLdc1WUQfAx { 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) { #EwpWqQGvdsAJiLLGFwrfgApD6STJDrtC { width:12.497375rem;height:2.59895625rem;top:18.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Erx08TMtw7IvAvCPw2JKPHcsfui2Du { width:18.3125rem;height:12.9948125rem;top:22.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cattp8phSlaqCPgwQTEF6TTTzGLfn6V3 { display:flex;width:4.5rem;height:4.5rem;top:37.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #bSB9BTyZ9q5C0CAV0qTeuyai2F4MSPKs { width:10.8125rem;height:2.59895625rem;top:42.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVJW6rTFzIEBNPG1iOtudpA2pEifDwm { width:18.1875rem;height:7.796875rem;top:46.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg9ikNMWOM0OC5n99xk6hlB26NISagrQ { width:12.497375rem;height:2.59895625rem;top:61.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWaZZJypsQwU63Mciu19V2szIIXU4DL { width:18.5rem;height:7.796875rem;top:65.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlO7d5TqgDC8kDIg8R7wtk8E7v10BD5f { display:flex;width:4.5rem;height:4.5rem;top:56.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #I2q3KSMHiWU0apn3gHR32o9NAOMyTtV7 { width:5.625rem;height:5.625rem;top:12.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX { display:block; }#f3hkHyC0s3am9s6Ld5JecSzqZpJW1wnX > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvyqXvpI7uVWNkP0COi0I6pA50Q4m5id { width:12.497375rem;height:2.59895625rem;top:24rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sfnop3GM41pG7bW2xnxiwGHT9WARrn { width:18.4375rem;height:9.096375rem;top:28.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSne4KXy8BVRlN88TpJVlyVeH20kdt9 { width:7rem;height:4.6875rem;top:18.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuEdU3yWriJMHqLzkTBC2BCI37TvJh1T { display:flex;width:4.5rem;height:4.5rem;top:1.4375019073486rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #SVPvDmNDFRmKiyfQIAVGyBJypMiifdNC { width:12.5rem;height:2.59895625rem;top:5.9374885559082rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHMZ1wvxNLdJOAX6Wv0hq6AnTqtgVmCD { width:18.1236875rem;height:6.497375rem;top:10.375rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgNmLPE5cTtqrRC3p0wQs8EZQWDRbTkG { width:14.125rem;height:2.5rem;top:39.5625rem;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) { #nnpZT9huZqLW2rTTh2XgqrUCfl8kQfc4 { display:block; }
 }@media only screen and (max-width: 763px) { #sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI { display:block; }#sBaDr5uy0lP0WDCsVhhuGoPW2P1sdizI > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0MTiIbTLvy1wb55qW1ZNfsAcrZucaxS { 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) { #oJaEh2tceixOKSuHwgafBmI8VseWC0tZ { width:17.6875rem;height:17.6875rem;top:6.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFZOfWT9nXEMP2at11uQTB4QgR5hIdk { width:17.7494375rem;height:18.0619375rem;top:45.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ61ui2Xf2P3us0AwVdJigF1X7l20TTW { width:17.6873125rem;height:17.9368125rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BElfgS3a8vJr2O16QuRHKKsgRbF57vtA { 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) { #WyIHrEd0rMUrbI9nHGPZ6ghnaqrhlS0C { 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) { #vV1BKQ4fy8tWHnsA3hDCXT5dOdHM7bW9 { 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) { #xF0LzaxP3MB91sTkkAXM6XqqFHWF6QVf { width:17.5625rem;height:17.5625rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaswW6PmMFuV6D0aOAgeS7QzSEkGG3N5 { 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) { #s3mvxwHgfqZrWNXaxxkOQpFvMp6s9R1D { width:12.4375rem;height:1.70573125rem;top:101rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViP2k3RvXBWccoJaZpErJNronvHAqZOH { width:17.875rem;height:17.875rem;top:84.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVkfpVcMAvq7rCE1fkPyMhfRpNlgwXu { width:17.875rem;height:17.875rem;top:104.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TyrMmIq8T9sT55T6OFLNVLMbkQJXal { 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) { #WEMlBU5eLHMvBpVnn8GAivJm3kLWs4Gn { width:17.875rem;height:17.875rem;top:124.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEKr5P8pSstPLPIQvKvThIAUQG4L9Rr { 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) { #TCqIfpfU8ITzzRdKCxbiOnp2yf8RneCR { width:17.6875rem;height:1.9375rem;top:22.583324432373rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5lON44IknsSXOVnWgeW4lZeAir0UGl { width:17.4375rem;height:1.875rem;top:41.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLW24NOAHfQWkWMg82TNVk2LGmfTAVXK { width:17.9375rem;height:1.9375rem;top:140.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvcQNCvcNdVT3ATU3TzGKHvLEkLJi6S { width:17.75rem;height:1.9375rem;top:61.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCsknw4LHhfkOvu3PfKnczf3Gg9bNFXd { width:17.8125rem;height:1.9375rem;top:120.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEh1TUeLUoLBdngpChldNRqCyNwsRyBC { width:17.9375rem;height:1.9375rem;top:100.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxV6pPWaTptN4JzcapdOoTrHqcQpo1D { width:17.625rem;height:1.9375rem;top:81.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 { display:block; }#lRB27obcVgpKTIDMcTt1xHt3u6B9mkQ9 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwkb287p3mptM8Ot84TVGb62UszLHAlB { 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) { #FCGR60BQW10mIZKETSOPhhTw0uQEiavi { 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) { #H9qxR7XveqaSngrdA1ZamqgqUlfL9cUs { display:block; }
 }@media only screen and (max-width: 763px) { #VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ { display:block; }#VatE0HMSNw0z1q6Dp6V9Fw1r5qfgOGTZ > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nau8tKOw4kCdycIgJNBRB4TJs0czhlzO { 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) { #yXglBXB6Rzq0tcLvrxpzOnpcyiUhB9sT { width:10.4375rem;height:2.375rem;top:0.625rem;left:4.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5eJxcMIIkmDGywOdITpvLXS5IhTqz2b { 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) { #BZdWkceyCic0WHHcNuDsVm96J6S3FH6H { 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:4.6875rem;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; }
 }