.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:225,227,232;--color-primary-1:208,224,239;--color-primary-2:104,115,138;--color-primary-3:62,69,83;--color-primary-4:3,22,60;--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); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS { 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; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.adaptive-delivery-prevent-bg, #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.lazyload, #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.lazyloading { background-image: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { background-color: transparent; background-image: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container > .video-iframe-container { display: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .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); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row > .video-iframe-container { display: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .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); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { border-width: 0; border-radius: 0; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS::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; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#p2qtJB0XFL0lT3KEnh2mfpD1ePGN4E0Z { 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:16.5478515625rem;left:42.652995109558rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSvNclHZ0O1rRT5gw6tIBKin6fPq2H43 { 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; }
#kaGq9Q4Jbv14HBb7y3HQCQNGFW2XM4Ex { 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:15.5625rem;left:40.75rem;display:block; }
#yyHz1dyd1zuhfG9KRIr7EuwyCa5nyJgq { 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; }
#aDPtyzJSquPeJDSdoQKvxKoLIOkLPC4c { 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.225rem;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; }
#vpnaQFtrQzcuowtPbAhNqu8HLEioGrSL { 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; }
#lccTQHlorJqoOxUTd4y4ODdyaxzNP79f { 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; }
#tx7SAy9iwRFQh4M9nlILT2BRAhJFJBkg { 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; }
#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:41.7451171875rem;top:24.9677734375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.7451171875rem;top:24.9677734375rem;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; }
#cCe5kd3cNTQETJOo7aPFCsqpT7wLqgnL { 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; }
#kMqdfcSFHQsXJXXctoa5Tsy1fJmnGpRF { 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; }
#FtTdaTqBIvedQJtQBrvHBFVLWvlsqR1R { 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; }
#W22NRHWV6pNEZSZTWNWwCzSzlgGwva2x { 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; }
#cDT7LqM9MzkAJGqXUloEJOAbHzK7Q71O { 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; }
#QfdOqu5igdRyVdQBGe6h3ElXCqsssdp4 { 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; }
#oQ61HrKLziO6cK73ltDJRXWZqJ6r3GrS { 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; }
#uQtqR7JRlJKHlbl3gTVkKMPkt7ioohkH { 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; }
#Q9eENcGV2SNqoioknC5U0swyvyACV0qD { position:relative;display:block; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD { background-color: transparent; background-image: none; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row .container > .video-iframe-container { display: none; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row > .video-iframe-container { display: none; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .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); }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD { border-width: 0; border-radius: 0; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .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; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .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; }#BDpMkZITlQm3caHRfhynpRIQcON8nLqB { 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.4125rem;font-style:normal;display:block; }
#FD30TDbsPUFHsDhPH6UNBqC8UbvqnAZS { position:absolute;display:block;z-index:15004;background-color:#f10f0f;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; }
#s6K82QaxXg3rHWiVxPTMKX3q9l0M4PGf { background-color:#fd0000;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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#QZcmHN9r42d3i30eace63FmxAeZ6iGG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#webMAOB9g4W7cttvLvIMAwxkFXF8qerW { 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; }
#xOLO0k9skyK3AgsITm7TgIiDFfokCXDJ { 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:22.5rem;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; }
#toNALB32EfAflkRzrosoLFKIU6dlFURF { 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; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container { background-color: transparent; background-image: none; }#toNALB32EfAflkRzrosoLFKIU6dlFURF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container > .video-iframe-container { display: none; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row > .video-iframe-container { display: none; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .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); }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container { border-width: 0; border-radius: 0; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#LiU4aXmIWRfLaZ1Wh1KTbG3AUfSotgfw { 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:22.6875rem;left:2.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dufXgFattfvP8QFZ0NLRLlAB99xseXTo { 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:22.6875rem;left:2.8125rem; }
#qFETPJugqHh86bA2kzVPwg1KMlLow33g { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;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.625rem;left:2rem;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; }
#vrTHytirAthl3BBTNq5d8Etu97GwsLSD { 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:22.9375rem;left:5.125rem;height:1.4rem;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; }
#qNxHy3VsEgNl0RSpgfkbtdDJc74ZW80o { 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:17.125rem;left:2.8125rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oc3tDohFlc1iz88U3BC8qLnWkvEAbaPF { 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:22.6875rem;left:8.25rem; }
#PPduGbZ2s2FLCiAhglwC1HML1kUxy3qI { 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.0625rem;width:14.8125rem;top:5.75rem;left:2rem;overflow:hidden;display:block; }
#MpVi8AhBh9uvgDSyBlES1oe9VUZawu4P { 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:22.9375rem;left:10.3125rem;height:1.4rem;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; }
#iPFBtXr2vhTrPuwu05EbEH9xvciNksDL { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -moz-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -ms-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -o-linear-gradient(180deg, #4c58f6, #0a0b35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );";background-image: linear-gradient(180deg, #4c58f6, #0a0b35);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:5.75rem;left:2rem;display:block; }
#FwkLXvQRPWGyJUctdQgdsvlK8Zdw2bvD { 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:22.6875rem;left:13.25rem; }
#RHzXdEIWlSLOJcFhcG0VF82OVQQ6Ko6L { 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:22.9375rem;left:15.5rem;height:1.4rem;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; }
#l85viC2Z4HOpfEai3VWQh10oDr5Bo02U { 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; }
#NZ8c7hkvsvddbt7fyUJ3kxPEBJ8S6Smo { 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:28.375rem;left:27.25rem;display:block; }
#tFTiWbKvpDfDKuq1ACS5MJw6U2qQoWXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8LWoP5ImtVJ8ZLfdJSzW6pmyH66Ubo5 { 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.1875rem;width:14.8125rem;top:39.5rem;left:11.375rem;overflow:hidden;display:block; }
#m2oquKtHwGvRfDWWbw7Uor6THdBPgOte { 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:50.25rem;left:12.25rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDViRxxBdbW2TqWDzxuzweRvVZK9DMuV { 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:52.625rem;left:12.75rem;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; }
#rFE3BKiCnh3XZ3Z0QsDzxPsefxyxJF64 { 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:56.4375rem;left:12.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT8mWWzbXuhK0EshPStOTk18NxHNpgCV { 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:55.875rem;left:20.5625rem; }
#Org3JeRSTpCG51Lhw6HMxtk3keGsHVdz { 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:56.4375rem;left:22.75rem;height:1.4rem;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; }
#PPP1eGEyH9Z4aBfyU7hmwTkeINOe5wMK { 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.125rem;width:14.75rem;top:39.5rem;left:30.125rem;overflow:hidden;display:block; }
#KnJLPt8ctylT6R975k1mMCo1OxR7urSi { 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:50.25rem;left:31rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gz7nitW3yUIiZ3ERLaFClztBo8nTRQFW { 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:52.625rem;left:31.6875rem;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; }
#acyaoWTJOPXhTS1THOz5Pcq9N4PCJ0mV { 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:56.5rem;left:30.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIswgiDmnxuQgmFJaCcruoPyJXCmo5GG { 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:55.8125rem;left:31.6875rem; }
#zENHZEZpsAsWE2g9yd8ZN37VuHTZpHm1 { 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:55.875rem;left:39.375rem; }
#n9hS8hndXbeaa6yZ77EFss7yHMg7KWtJ { 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:56.4375rem;left:33.875rem;height:1.4rem;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; }
#g0URSf0G7Z9xTL1s9vC47LJw0WaqwaQq { 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:56.4375rem;left:41.625rem;height:1.4rem;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; }
#F0CmtUHg3CKcSCAt0HwmoMexHmdD1WXK { 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:55.8125rem;left:12.8125rem; }
#DfkB6RhiSeQivmvEVRQyP8TbXSf7Pkeh { 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:56.4375rem;left:15rem;height:1.4rem;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; }
#HNdgSAc239TozUqAbNTT3TTKc39O0oIH { 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:34rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#JzE4OzqBJNLlLgCoBcbDuPFllNrqWgm1 { 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:61.375rem;left:27.25rem;display:block; }
#y4M6ap3iiZPwMkoimwL6V9v7Wi3RWCU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kDtl60SgyBwWRbyifCGLDkLs7PNn2b7Q { 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.0625rem;width:14.8125rem;top:5.75rem;left:20.5625rem;overflow:hidden;display:block; }
#XgxH26mDnawaS2votUMZOH7WoHozbAmm { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -moz-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -ms-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -o-linear-gradient(180deg, #4c58f6, #0a0b35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );";background-image: linear-gradient(180deg, #4c58f6, #0a0b35);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:5.75rem;left:20.5625rem;display:block; }
#e4a3tkJMz4vzNPsBazDyXoPqGMTr0K80 { 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:17.125rem;left:21.375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgfBTyFALRFGXRfolVlvNBhd4xVsfGxT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;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.625rem;left:20.5625rem;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; }
#yXDO3UrbLbMn7nh9gCq079rvtGPmdM0M { 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:22.6875rem;left:21.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDXPeFhglOmvAqD3rqh8yvgJoXNsATK0 { 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:22.6875rem;left:21.375rem; }
#hDdqV3P9TJxPpIylll3xTRkLX8uMGC7C { 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:22.9375rem;left:23.6875rem;height:1.4rem;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; }
#OEI6QP3TPMzQZUuqSpvRK7QTKSe9MHQW { 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:22.6875rem;left:26.8125rem; }
#VGtEPrdTp7eWd2kN5PvqQkSZRK9P3Hos { 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:22.9375rem;left:28.875rem;height:1.4rem;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; }
#UZiU4JxGom9DfiQhtgyQakhGZcLW6tzz { 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:22.6875rem;left:31.8125rem; }
#smX84TebLebJXZFqyDbKMLTGWUnLwuOM { 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:22.9375rem;left:34.0625rem;height:1.4rem;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; }
#vqBWiaugh1Jsch6sCe8gZTxJ1ni5hZa9 { position:absolute;display:block;z-index:15086;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.0625rem;width:14.8125rem;top:5.75rem;left:58.25rem;overflow:hidden;display:block; }
#lvkI3fI0QON8qQb69dEuNOk6ZoTE8PTD { position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -moz-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -ms-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -o-linear-gradient(180deg, #4c58f6, #0a0b35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );";background-image: linear-gradient(180deg, #4c58f6, #0a0b35);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:5.75rem;left:58.25rem;display:block; }
#chuBOo5D0u2vtkEfKaRVP7kQTubNAcBV { 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:15084;line-height:1.3;letter-spacing:0;top:17.125rem;left:59.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcgVEHQDOSbPIe9AUsMUaTRtnX1BwPlg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;top:19.625rem;left:58.25rem;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; }
#wqcJ5OU5tlM973bEZo0spDPWxNUkxfIR { 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:22.6875rem;left:59.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVGhnIOFfZDqO3Xil0pT2T0WpFVsM8iq { 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:22.6875rem;left:59.0625rem; }
#HAN3tTvQ5bUEH7XC4HTGgSfKlq14EdkA { 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:22.9375rem;left:61.375rem;height:1.4rem;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; }
#M8R5FfFJxUWdEQUpTTt5uZJJ6QUbfKzt { 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:22.6875rem;left:64.5rem; }
#PCoVdKKSoUGE4F2bkFZ3nZ3og8DBn9Wt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;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:22.9375rem;left:66.5625rem;height:1.4rem;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; }
#Esz6TQPD7gRcVFSRH5btQ6ciqu61urQ6 { 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:22.6875rem;left:69.5rem; }
#i7pREnkX6wOdFWsDXyXUEQ2reyClT7fE { 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:22.9375rem;left:71.75rem;height:1.4rem;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; }
#rAIvt0hRGnPVb8hDIO9F12PiGtXSdGsp { position:absolute;display:block;z-index:15097;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.0625rem;width:14.8125rem;top:5.75rem;left:39.5rem;overflow:hidden;display:block; }
#qNyF1QfW96y7kXp7xiHri2FvFFmUxbB7 { position:absolute;display:block;z-index:15067;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -moz-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -ms-linear-gradient(180deg, #4c58f6, #0a0b35);background-image: -o-linear-gradient(180deg, #4c58f6, #0a0b35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c58f6', endColorstr='#0a0b35' );";background-image: linear-gradient(180deg, #4c58f6, #0a0b35);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:5.75rem;left:39.5rem;display:block; }
#kpUOha2Oa0W0qTfcxoi13MfGoPiTHLAa { 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:15095;line-height:1.3;letter-spacing:0;top:17.125rem;left:40.3125rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sd4q2z4TG4WnDsgcax3PA2QDkoceBe0i { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:19.625rem;left:39.5rem;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; }
#oiEyqlHTlHy0B4taK8ZOkcvluNboadz5 { 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:22.6875rem;left:40.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5Eg6VlpXl5SA1JNU3ZF7QaQdT1ObAhi { 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:22.6875rem;left:40.3125rem; }
#iLqgTXVSIAz3mJN0ysfwd12fhvWFFTwR { 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:22.9375rem;left:42.625rem;height:1.4rem;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; }
#ByCE3Sp2oDuxATXTcFG9W9mJZV25X1gb { 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:22.6875rem;left:45.75rem; }
#xddtZK4TZVTHifICrva7DXCVQN9FQTmS { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;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:22.9375rem;left:47.8125rem;height:1.4rem;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; }
#ZAEZlAZTBH5iVuTuTwDtfNsqrulFhuO4 { 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:22.6875rem;left:50.75rem; }
#yiLTT7lP6R5ZS4ZsEQwnf3y0IvLqBRag { 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:22.9375rem;left:53rem;height:1.4rem;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; }
#HT1EtwM0FTWT7InMRigePGbCQNWIiA5A { position:absolute;display:block;z-index:15108;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.0625rem;width:14.8125rem;top:39.375rem;left:48.875rem;overflow:hidden;display:block; }
#Dil5En0haTAqBroGUQtWlpRLawFsDQaq { position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eca307, #514300);background-image: -moz-linear-gradient(180deg, #eca307, #514300);background-image: -ms-linear-gradient(180deg, #eca307, #514300);background-image: -o-linear-gradient(180deg, #eca307, #514300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );";background-image: linear-gradient(180deg, #eca307, #514300);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:39.375rem;left:48.875rem;display:block; }
#pFydo5UpwND7ubWzfrgkCMTapiuGsr8X { 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:15106;line-height:1.3;letter-spacing:0;top:50.75rem;left:49.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJHlvef2nmV4mzG5mTqbJskEOiRdozwL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:53.25rem;left:48.875rem;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; }
#xqt4ipQrNvlXDiUg0IxhZM7xfEvL5lTO { 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:56.3125rem;left:49.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKopyRAaLvGAk5L4LxQMAKMx38lItHTa { 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:15120;opacity:1;top:56.0625rem;left:50.75rem; }
#GIyP7RL0bUvPvmCNkfKfpfJyhcsQB3t3 { 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:15108;line-height:1.6;letter-spacing:0;top:56.6875rem;left:52.9375rem;height:1.4rem;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; }
#QpBbQTfQbVTSwqidUOPvfKgsT8K6ctwM { 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:15120;opacity:1;top:56.125rem;left:58.4375rem; }
#RVLJmu0kAUDTixhEX6cuxosNa2DWRSo0 { 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:15109;line-height:1.6;letter-spacing:0;top:56.6875rem;left:60.6875rem;height:;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; }
#JAS8Kv56rRdE2GL7oXu1VTHLv9K9R4IZ { position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eca307, #514300);background-image: -moz-linear-gradient(180deg, #eca307, #514300);background-image: -ms-linear-gradient(180deg, #eca307, #514300);background-image: -o-linear-gradient(180deg, #eca307, #514300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );";background-image: linear-gradient(180deg, #eca307, #514300);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:39.5rem;left:30.09375rem;display:block; }
#p2w0cq7Q68rSdHSmlbVRqLqksO5kbIdq { position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eca307, #514300);background-image: -moz-linear-gradient(180deg, #eca307, #514300);background-image: -ms-linear-gradient(180deg, #eca307, #514300);background-image: -o-linear-gradient(180deg, #eca307, #514300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca307', endColorstr='#514300' );";background-image: linear-gradient(180deg, #eca307, #514300);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.4375rem;width:14.8125rem;top:39.5rem;left:11.375rem;display:block; }
#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container { background-color: transparent; background-image: none; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container > .video-iframe-container { display: none; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row > .video-iframe-container { display: none; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .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); }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container { border-width: 0; border-radius: 0; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#KWyMa0auzIiE4N6hWuGtHo5Ed8cvFJzp { 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; }
#bwTetuz9fnrZr0MQkNTlLyuQkEiacu1F { 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.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ekc1Kru7tRXIBX27RTvcztlIJF6pqv4T { 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:13.40625rem;text-align:justify;text-align-last:initial;display:block; }
#B1Nyfy14dPgwMm3S2TtSmSMA10Nha2Ga { 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; }
#THf7U5dDS8ZWLR1SOVKpTJ4uH2FDWnul { 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.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tozdLGJyPun3SdOCzczUrT2XTwPnD6cQ { 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:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#tV3DHHLJFVeOHsuRPDmLa2WacTktapQG { 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.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5RJ7AI0JBph2zT7ZNiltxFBisHTmgL2 { 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; }
#fp8qmomrhx0mfbM9xKVzht4odMWpWEPh { 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; }
#ZuGGkkfNgF12bG2PPEuslshUOIb4h73h { 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; }
#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container { background-color: transparent; background-image: none; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container > .video-iframe-container { display: none; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row > .video-iframe-container { display: none; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .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); }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container { border-width: 0; border-radius: 0; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#UVvFUpTM10QKdgiMC94pWEuLdS6bLPLI { 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.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zd5b3DVk9mpCSm0p4SCwyRGlgysDTTIU { 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:9.75rem;text-align:justify;text-align-last:initial;display:block; }
#yXNXHGa6exBoeicg3JbA7z5I79AsULFQ { 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; }
#lNBa4cl351T0K1qR4tL3vwbcTclS0rMT { 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; }
#dlrlgkVgzSPoGwzLMeCCbbWDbOQtcszx { 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.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fti4J4r4A0k2GhQ1xfGHLinPRf2xi5bD { 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:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#ziov6CtSbelHatfWBSrhKcDizGJtxIoL { 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; }
#FM1QvBIQNqKxMQGBJc3WmcOTqDENRAT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai { position:relative;display:block; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai { background-color: transparent; background-image: none; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row .container > .video-iframe-container { display: none; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row > .video-iframe-container { display: none; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .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); }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai { border-width: 0; border-radius: 0; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .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; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .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; }#o808vpLObuoUdl1zOmfCMzeER8SoTRne { 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; }
#zgE0iAapAANAulFgmCH20SBzTLTze20W { 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; }
#KZlXfWBGBmoVRSUIJcAm568rtDpWGfx0 { 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; }
#fe2rXTKXx1UBfSqVJGuepW2vhMBr35rJ { 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; }
#qoJw33Mm65MLo9CzQV3ThW07zvPOb9t1 { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Re56xacsfIQrDn0383rkpmA4TSwMPv6F { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGE2taMh34bLqUA7s65BpVmbSmAe4ATp { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzA8Mv2JnJNZx39uJOMDfmWXr4KJFucy { 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; }
#Keq9sGGes3cUh2FkOhnGTKtf8elrD9Ch { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrHdOVZHX6vI5kqeuZRJWvEu2A5P7H4x { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwsH7MxZGhW60fyeoZ5J1W9cdaFrzJtb { 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; }
#h6wBMFPnHZ8a1T4FnMzh5bGK7CDKgZxb { 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; }
#ui1EfF3T3lPI28oCDtA0MqiLtafwlMEV { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZyEXpoBgJOrx3tguGmqM2Bqdl4MxTIh { 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; }
#B23TPIofcIT1ITWTUWuebPXwCGiFt9XW { 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.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oc6OXAeUcFZJQP3Ky5CTxkGq97o8icOw { 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; }
#MbG6Xr6cF0Rt7xgs2naTUueFrCRJTq2D { 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; }
#bcuKk1VzC2XdKaTTpvT65hb5U5VxpryH { 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; }
#qGem84KHya09vbqsxafdsUnwS4DsJ3OA { 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; }
#e8H7LGTTZHQWiK6XfhKlsTG4peh2ZO7i { 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; }
#afOTTEeDNTZNNOxZzVVL4baF64HTxa21 { 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; }
#xMmPrxnMpcnzn7QwTqrJP38pIipCO8GW { 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; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { 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; }
#Xk46ENktNzkNWfudKEpBiselOTAKGduG { 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; }
#m9al11feSSu9SmRNHiUERoJ40S8DcsGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container { background-color: transparent; background-image: none; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container > .video-iframe-container { display: none; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row > .video-iframe-container { display: none; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .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); }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container { border-width: 0; border-radius: 0; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#S9RP28ZHqbCRRBVSOiQeee3z4Evs6Sbv { 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:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2CTrIGqnuFrTaPqFQwl9O5zc6kPLorg { 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.5rem;width:13.5rem;top:0.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#Mpy5uyMTWqwuPIoyUHCRSLmB1QTx3EPP { 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; }
#JyWMpzCTOCKNNidWknfP0TQdCpMwTBfJ { 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.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS { display:block; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2qtJB0XFL0lT3KEnh2mfpD1ePGN4E0Z { top:16.5rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSvNclHZ0O1rRT5gw6tIBKin6fPq2H43 { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGq9Q4Jbv14HBb7y3HQCQNGFW2XM4Ex { top:15.5625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHz1dyd1zuhfG9KRIr7EuwyCa5nyJgq { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPtyzJSquPeJDSdoQKvxKoLIOkLPC4c { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpnaQFtrQzcuowtPbAhNqu8HLEioGrSL { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccTQHlorJqoOxUTd4y4ODdyaxzNP79f { top:24rem;left:0rem;width:15.8125rem;height:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx7SAy9iwRFQh4M9nlILT2BRAhJFJBkg { 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) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.8125rem;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.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.8125rem;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.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.8125rem;height:auto;top:24.9375rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.8125rem;height:auto;top:24.9375rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #cCe5kd3cNTQETJOo7aPFCsqpT7wLqgnL { top:40.8125rem;left:0rem;width:9.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMqdfcSFHQsXJXXctoa5Tsy1fJmnGpRF { top:40.8125rem;left:1.83203125rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTdaTqBIvedQJtQBrvHBFVLWvlsqR1R { top:38.625rem;left:0.875rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W22NRHWV6pNEZSZTWNWwCzSzlgGwva2x { top:38.625rem;left:7.01953125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDT7LqM9MzkAJGqXUloEJOAbHzK7Q71O { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfdOqu5igdRyVdQBGe6h3ElXCqsssdp4 { top:38.625rem;left:14.960941314698rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ61HrKLziO6cK73ltDJRXWZqJ6r3GrS { 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) { #uQtqR7JRlJKHlbl3gTVkKMPkt7ioohkH { top:38.6875rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eENcGV2SNqoioknC5U0swyvyACV0qD { display:block; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDpMkZITlQm3caHRfhynpRIQcON8nLqB { top:1.375rem;left:12.75rem;width:35rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD30TDbsPUFHsDhPH6UNBqC8UbvqnAZS { top:5.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6K82QaxXg3rHWiVxPTMKX3q9l0M4PGf { width:16rem;height:3.0625rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZcmHN9r42d3i30eace63FmxAeZ6iGG0 { display:block; }
 }@media only screen and (max-width: 763px) { #webMAOB9g4W7cttvLvIMAwxkFXF8qerW { top:1.375rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOLO0k9skyK3AgsITm7TgIiDFfokCXDJ { top:6.8125rem;left:13.5rem;width:34.25rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNALB32EfAflkRzrosoLFKIU6dlFURF { display:block; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiU4aXmIWRfLaZ1Wh1KTbG3AUfSotgfw { width:13.125rem;height:0;top:22.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dufXgFattfvP8QFZ0NLRLlAB99xseXTo { top:22.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFETPJugqHh86bA2kzVPwg1KMlLow33g { width:14.75rem;height:1.5rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrTHytirAthl3BBTNq5d8Etu97GwsLSD { width:1.875rem;height:1.375rem;top:22.9375rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNxHy3VsEgNl0RSpgfkbtdDJc74ZW80o { width:13.125rem;height:1.6875rem;top:17.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3tDohFlc1iz88U3BC8qLnWkvEAbaPF { top:22.6875rem;left:4.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPduGbZ2s2FLCiAhglwC1HML1kUxy3qI { width:14.8125rem;height:10.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVi8AhBh9uvgDSyBlES1oe9VUZawu4P { width:1.25rem;height:1.375rem;top:22.9375rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPFBtXr2vhTrPuwu05EbEH9xvciNksDL { width:14.8125rem;height:19.4375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwkLXvQRPWGyJUctdQgdsvlK8Zdw2bvD { top:22.6875rem;left:9.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHzXdEIWlSLOJcFhcG0VF82OVQQ6Ko6L { width:1.25rem;height:1.375rem;top:22.9375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l85viC2Z4HOpfEai3VWQh10oDr5Bo02U { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ8c7hkvsvddbt7fyUJ3kxPEBJ8S6Smo { width:20.5rem;height:3.0625rem;top:28.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFTiWbKvpDfDKuq1ACS5MJw6U2qQoWXb { display:block; }
 }@media only screen and (max-width: 763px) { #p8LWoP5ImtVJ8ZLfdJSzW6pmyH66Ubo5 { width:14.8125rem;height:10.1875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2oquKtHwGvRfDWWbw7Uor6THdBPgOte { width:13.25rem;height:1.6875rem;top:50.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDViRxxBdbW2TqWDzxuzweRvVZK9DMuV { width:12.0625rem;height:1.5rem;top:52.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFE3BKiCnh3XZ3Z0QsDzxPsefxyxJF64 { width:13.125rem;height:0;top:56.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8mWWzbXuhK0EshPStOTk18NxHNpgCV { top:55.875rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Org3JeRSTpCG51Lhw6HMxtk3keGsHVdz { width:1.25rem;height:1.375rem;top:56.4375rem;left:12.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPP1eGEyH9Z4aBfyU7hmwTkeINOe5wMK { width:14.75rem;height:10.125rem;top:39.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJLPt8ctylT6R975k1mMCo1OxR7urSi { width:13.25rem;height:1.6875rem;top:50.25rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7nitW3yUIiZ3ERLaFClztBo8nTRQFW { width:12.0625rem;height:1.5rem;top:52.625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyaoWTJOPXhTS1THOz5Pcq9N4PCJ0mV { width:13.125rem;height:0;top:56.5rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIswgiDmnxuQgmFJaCcruoPyJXCmo5GG { top:55.8125rem;left:21.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENHZEZpsAsWE2g9yd8ZN37VuHTZpHm1 { top:55.875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9hS8hndXbeaa6yZ77EFss7yHMg7KWtJ { width:4.5rem;height:1.375rem;top:56.4375rem;left:19.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0URSf0G7Z9xTL1s9vC47LJw0WaqwaQq { width:1.25rem;height:1.375rem;top:56.4375rem;left:24.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0CmtUHg3CKcSCAt0HwmoMexHmdD1WXK { top:55.8125rem;left:9.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfkB6RhiSeQivmvEVRQyP8TbXSf7Pkeh { width:4.375rem;height:1.375rem;top:56.4375rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdgSAc239TozUqAbNTT3TTKc39O0oIH { width:47.75rem;height:3.25rem;top:34rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzE4OzqBJNLlLgCoBcbDuPFllNrqWgm1 { width:20.5rem;height:3.0625rem;top:61.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4M6ap3iiZPwMkoimwL6V9v7Wi3RWCU5 { display:block; }
 }@media only screen and (max-width: 763px) { #kDtl60SgyBwWRbyifCGLDkLs7PNn2b7Q { width:14.8125rem;height:10.0625rem;top:5.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgxH26mDnawaS2votUMZOH7WoHozbAmm { width:14.8125rem;height:19.4375rem;top:5.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4a3tkJMz4vzNPsBazDyXoPqGMTr0K80 { width:13.125rem;height:1.6875rem;top:17.125rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgfBTyFALRFGXRfolVlvNBhd4xVsfGxT { width:14.75rem;height:1.5rem;top:19.625rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDO3UrbLbMn7nh9gCq079rvtGPmdM0M { width:13.125rem;height:0;top:22.6875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXPeFhglOmvAqD3rqh8yvgJoXNsATK0 { top:22.6875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDdqV3P9TJxPpIylll3xTRkLX8uMGC7C { width:1.875rem;height:1.375rem;top:22.9375rem;left:13.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEI6QP3TPMzQZUuqSpvRK7QTKSe9MHQW { top:22.6875rem;left:16.59375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGtEPrdTp7eWd2kN5PvqQkSZRK9P3Hos { width:1.25rem;height:1.375rem;top:22.9375rem;left:18.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZiU4JxGom9DfiQhtgyQakhGZcLW6tzz { top:22.6875rem;left:21.59375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smX84TebLebJXZFqyDbKMLTGWUnLwuOM { width:1.25rem;height:1.375rem;top:22.9375rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBWiaugh1Jsch6sCe8gZTxJ1ni5hZa9 { width:14.8125rem;height:10.0625rem;top:5.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvkI3fI0QON8qQb69dEuNOk6ZoTE8PTD { width:14.8125rem;height:19.4375rem;top:5.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chuBOo5D0u2vtkEfKaRVP7kQTubNAcBV { width:13.125rem;height:1.6875rem;top:17.125rem;left:34.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgVEHQDOSbPIe9AUsMUaTRtnX1BwPlg { width:14.75rem;height:1.5rem;top:19.625rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcJ5OU5tlM973bEZo0spDPWxNUkxfIR { width:13.125rem;height:0;top:22.6875rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGhnIOFfZDqO3Xil0pT2T0WpFVsM8iq { top:22.6875rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAN3tTvQ5bUEH7XC4HTGgSfKlq14EdkA { width:1.875rem;height:1.375rem;top:22.9375rem;left:37.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8R5FfFJxUWdEQUpTTt5uZJJ6QUbfKzt { top:22.6875rem;left:40.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoVdKKSoUGE4F2bkFZ3nZ3og8DBn9Wt { width:1.625rem;height:1.375rem;top:22.9375rem;left:42.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esz6TQPD7gRcVFSRH5btQ6ciqu61urQ6 { top:22.6875rem;left:45.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7pREnkX6wOdFWsDXyXUEQ2reyClT7fE { width:1.25rem;height:1.375rem;top:22.9375rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAIvt0hRGnPVb8hDIO9F12PiGtXSdGsp { width:14.8125rem;height:10.0625rem;top:5.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNyF1QfW96y7kXp7xiHri2FvFFmUxbB7 { width:14.8125rem;height:19.4375rem;top:5.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUOha2Oa0W0qTfcxoi13MfGoPiTHLAa { width:13.125rem;height:1.6875rem;top:17.125rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd4q2z4TG4WnDsgcax3PA2QDkoceBe0i { width:14.75rem;height:1.5rem;top:19.625rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiEyqlHTlHy0B4taK8ZOkcvluNboadz5 { width:13.125rem;height:0;top:22.6875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Eg6VlpXl5SA1JNU3ZF7QaQdT1ObAhi { top:22.6875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLqgTXVSIAz3mJN0ysfwd12fhvWFFTwR { width:1.875rem;height:1.375rem;top:22.9375rem;left:25.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCE3Sp2oDuxATXTcFG9W9mJZV25X1gb { top:22.6875rem;left:28.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddtZK4TZVTHifICrva7DXCVQN9FQTmS { width:1.6875rem;height:1.375rem;top:22.9375rem;left:30.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAEZlAZTBH5iVuTuTwDtfNsqrulFhuO4 { top:22.6875rem;left:33.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiLTT7lP6R5ZS4ZsEQwnf3y0IvLqBRag { width:1.25rem;height:1.375rem;top:22.9375rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EtwM0FTWT7InMRigePGbCQNWIiA5A { width:14.8125rem;height:10.0625rem;top:39.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dil5En0haTAqBroGUQtWlpRLawFsDQaq { width:14.8125rem;height:19.4375rem;top:39.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFydo5UpwND7ubWzfrgkCMTapiuGsr8X { width:13.125rem;height:1.6875rem;top:50.75rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHlvef2nmV4mzG5mTqbJskEOiRdozwL { width:14.75rem;height:1.5rem;top:53.25rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqt4ipQrNvlXDiUg0IxhZM7xfEvL5lTO { width:13.125rem;height:0;top:56.3125rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKopyRAaLvGAk5L4LxQMAKMx38lItHTa { top:56.0625rem;left:33.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIyP7RL0bUvPvmCNkfKfpfJyhcsQB3t3 { width:4.5rem;height:1.375rem;top:56.6875rem;left:31.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBbQTfQbVTSwqidUOPvfKgsT8K6ctwM { top:56.125rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLJmu0kAUDTixhEX6cuxosNa2DWRSo0 { width:1.25rem;height:;top:56.6875rem;left:36.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAS8Kv56rRdE2GL7oXu1VTHLv9K9R4IZ { width:14.8125rem;height:19.4375rem;top:39.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2w0cq7Q68rSdHSmlbVRqLqksO5kbIdq { width:14.8125rem;height:19.4375rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF { display:block; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWyMa0auzIiE4N6hWuGtHo5Ed8cvFJzp { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTetuz9fnrZr0MQkNTlLyuQkEiacu1F { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekc1Kru7tRXIBX27RTvcztlIJF6pqv4T { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Nyfy14dPgwMm3S2TtSmSMA10Nha2Ga { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THf7U5dDS8ZWLR1SOVKpTJ4uH2FDWnul { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozdLGJyPun3SdOCzczUrT2XTwPnD6cQ { 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) { #tV3DHHLJFVeOHsuRPDmLa2WacTktapQG { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5RJ7AI0JBph2zT7ZNiltxFBisHTmgL2 { 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) { #fp8qmomrhx0mfbM9xKVzht4odMWpWEPh { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuGGkkfNgF12bG2PPEuslshUOIb4h73h { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z { display:block; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVvFUpTM10QKdgiMC94pWEuLdS6bLPLI { top:6.0625rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5b3DVk9mpCSm0p4SCwyRGlgysDTTIU { 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) { #yXNXHGa6exBoeicg3JbA7z5I79AsULFQ { top:0rem;left:25.90625rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBa4cl351T0K1qR4tL3vwbcTclS0rMT { top:0.25rem;left:15.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlrlgkVgzSPoGwzLMeCCbbWDbOQtcszx { top:6.0625rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fti4J4r4A0k2GhQ1xfGHLinPRf2xi5bD { top:10.5rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziov6CtSbelHatfWBSrhKcDizGJtxIoL { width:18.625rem;height:3.0625rem;top:21.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM1QvBIQNqKxMQGBJc3WmcOTqDENRAT3 { display:block; }
 }@media only screen and (max-width: 763px) { #fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai { display:block; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o808vpLObuoUdl1zOmfCMzeER8SoTRne { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgE0iAapAANAulFgmCH20SBzTLTze20W { width:17.875rem;height:17.875rem;top:6.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZlXfWBGBmoVRSUIJcAm568rtDpWGfx0 { width:17.875rem;height:17.875rem;top:6.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2rXTKXx1UBfSqVJGuepW2vhMBr35rJ { width:17.875rem;height:17.875rem;top:6.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJw33Mm65MLo9CzQV3ThW07zvPOb9t1 { 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) { #Re56xacsfIQrDn0383rkpmA4TSwMPv6F { 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) { #MGE2taMh34bLqUA7s65BpVmbSmAe4ATp { 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) { #TzA8Mv2JnJNZx39uJOMDfmWXr4KJFucy { width:17.875rem;height:17.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keq9sGGes3cUh2FkOhnGTKtf8elrD9Ch { top:22.625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrHdOVZHX6vI5kqeuZRJWvEu2A5P7H4x { top:44.1875rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsH7MxZGhW60fyeoZ5J1W9cdaFrzJtb { width:17.875rem;height:17.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wBMFPnHZ8a1T4FnMzh5bGK7CDKgZxb { width:17.875rem;height:17.875rem;top:27.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui1EfF3T3lPI28oCDtA0MqiLtafwlMEV { 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) { #bZyEXpoBgJOrx3tguGmqM2Bqdl4MxTIh { width:17.875rem;height:17.875rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23TPIofcIT1ITWTUWuebPXwCGiFt9XW { 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) { #Oc6OXAeUcFZJQP3Ky5CTxkGq97o8icOw { top:22.375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbG6Xr6cF0Rt7xgs2naTUueFrCRJTq2D { top:22.375rem;left:5.65625rem;width:17.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcuKk1VzC2XdKaTTpvT65hb5U5VxpryH { top:22.375rem;left:24.156253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGem84KHya09vbqsxafdsUnwS4DsJ3OA { top:22.375rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8H7LGTTZHQWiK6XfhKlsTG4peh2ZO7i { top:43.9375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afOTTEeDNTZNNOxZzVVL4baF64HTxa21 { top:43.9375rem;left:14.906253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMmPrxnMpcnzn7QwTqrJP38pIipCO8GW { top:44.0625rem;left:29.875rem;width:17.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { 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) { #Xk46ENktNzkNWfudKEpBiselOTAKGduG { width:21.375rem;height:3.125rem;top:8.0625rem;left:13.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9al11feSSu9SmRNHiUERoJ40S8DcsGN { display:block; }
 }@media only screen and (max-width: 763px) { #lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI { display:block; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9RP28ZHqbCRRBVSOiQeee3z4Evs6Sbv { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2CTrIGqnuFrTaPqFQwl9O5zc6kPLorg { top:0.8125rem;left:0rem;width:13.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpy5uyMTWqwuPIoyUHCRSLmB1QTx3EPP { 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) { #JyWMpzCTOCKNNidWknfP0TQdCpMwTBfJ { 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) { #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS { 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; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.adaptive-delivery-prevent-bg, #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.lazyload, #dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS.lazyloading { background-image: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { background-color: transparent; background-image: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container > .video-iframe-container { display: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .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); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row > .video-iframe-container { display: none; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .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); }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { border-width: 0; border-radius: 0; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS::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; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUvFEByQKW0ef8kgTT5qAG3fTzfZdzzS > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2qtJB0XFL0lT3KEnh2mfpD1ePGN4E0Z { width:18.125rem;height:5.3984375rem;top:62.5649390625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSvNclHZ0O1rRT5gw6tIBKin6fPq2H43 { width:18.121125rem;height:4.43359375rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGq9Q4Jbv14HBb7y3HQCQNGFW2XM4Ex { width:20rem;height:26.125rem;top:61.5795875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHz1dyd1zuhfG9KRIr7EuwyCa5nyJgq { width:20rem;height:8.3125rem;top:6.93359375rem;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) { #aDPtyzJSquPeJDSdoQKvxKoLIOkLPC4c { width:20rem;height:7.1484375rem;top:7.515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vpnaQFtrQzcuowtPbAhNqu8HLEioGrSL { width:13.125rem;height:1.625rem;top:17.30859375rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lccTQHlorJqoOxUTd4y4ODdyaxzNP79f { width:6.4985625rem;height:2.5996125rem;top:20.18359375rem;left:6.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tx7SAy9iwRFQh4M9nlILT2BRAhJFJBkg { width:3.4985375rem;height:1.625rem;top:24.03320625rem;left:8.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:16.9375rem;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:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:16.9375rem;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:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.9985625rem;height:17.25rem;top:70.9848609375rem;left:0.5014375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.9985625rem;height:17.25rem;top:70.9848609375rem;left:0.5014375rem; }
 }@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) { #cCe5kd3cNTQETJOo7aPFCsqpT7wLqgnL { width:6.0625rem;height:1.94921875rem;top:33.15820625rem;left:6.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMqdfcSFHQsXJXXctoa5Tsy1fJmnGpRF { width:5.625rem;height:2.923825rem;top:43.232425rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtTdaTqBIvedQJtQBrvHBFVLWvlsqR1R { width:0.125rem;height:5.625rem;top:36.357425rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #W22NRHWV6pNEZSZTWNWwCzSzlgGwva2x { display:flex;width:1.875rem;height:1.875rem;top:30.03320625rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cDT7LqM9MzkAJGqXUloEJOAbHzK7Q71O { display:flex;width:1.875rem;height:1.875rem;top:26.90820625rem;left:9.0625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QfdOqu5igdRyVdQBGe6h3ElXCqsssdp4 { width:0.125rem;height:5.625rem;top:47.4057625rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oQ61HrKLziO6cK73ltDJRXWZqJ6r3GrS { width:5.1875rem;height:2.92383125rem;top:57.4057625rem;left:7.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQtqR7JRlJKHlbl3gTVkKMPkt7ioohkH { display:flex;width:1.875rem;height:1.875rem;top:54.2807625rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q9eENcGV2SNqoioknC5U0swyvyACV0qD { display:block; }#Q9eENcGV2SNqoioknC5U0swyvyACV0qD > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDpMkZITlQm3caHRfhynpRIQcON8nLqB { width:20rem;height:7.1484375rem;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) { #FD30TDbsPUFHsDhPH6UNBqC8UbvqnAZS { width:18.75rem;height:0.248046875rem;top:30.3359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6K82QaxXg3rHWiVxPTMKX3q9l0M4PGf { width:14.74075rem;height:2.73681875rem;top:64.021484375rem;left:2.625rem;font-size:1.1875rem;background-color:#ef1717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZcmHN9r42d3i30eace63FmxAeZ6iGG0 { display:block; }
 }@media only screen and (max-width: 763px) { #webMAOB9g4W7cttvLvIMAwxkFXF8qerW { width:19.4375rem;height:19.4375rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOLO0k9skyK3AgsITm7TgIiDFfokCXDJ { width:18.996125rem;height:30.9375rem;top:31.833984375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toNALB32EfAflkRzrosoLFKIU6dlFURF { display:block; }#toNALB32EfAflkRzrosoLFKIU6dlFURF > .row .container { width:20rem;height:166.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiU4aXmIWRfLaZ1Wh1KTbG3AUfSotgfw { width:13.125rem;height:0;top:24.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dufXgFattfvP8QFZ0NLRLlAB99xseXTo { display:flex;width:1.875rem;height:1.875rem;top:23.625rem;left:3.0625rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #qFETPJugqHh86bA2kzVPwg1KMlLow33g { width:11.6235625rem;height:1.5rem;top:20.75rem;left:4.18798828125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #vrTHytirAthl3BBTNq5d8Etu97GwsLSD { width:1.936525rem;height:1.3999rem;top:23.875rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #qNxHy3VsEgNl0RSpgfkbtdDJc74ZW80o { width:13.1235625rem;height:1.70605625rem;top:18.375rem;left:3.43798828125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3tDohFlc1iz88U3BC8qLnWkvEAbaPF { display:flex;width:1.7495125rem;height:1.7495125rem;top:23.625rem;left:8.5rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #PPduGbZ2s2FLCiAhglwC1HML1kUxy3qI { width:14.6875rem;height:10.0625rem;top:7.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVi8AhBh9uvgDSyBlES1oe9VUZawu4P { width:1.875rem;height:1.3999rem;top:23.875rem;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) { #iPFBtXr2vhTrPuwu05EbEH9xvciNksDL { width:14.6875rem;height:18.8125rem;top:7.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwkLXvQRPWGyJUctdQgdsvlK8Zdw2bvD { display:flex;width:1.7495125rem;height:1.7495125rem;top:23.625rem;left:13.5rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #RHzXdEIWlSLOJcFhcG0VF82OVQQ6Ko6L { width:1.249025rem;height:1.3999rem;top:23.875rem;left:15.75rem;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) { #l85viC2Z4HOpfEai3VWQh10oDr5Bo02U { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ8c7hkvsvddbt7fyUJ3kxPEBJ8S6Smo { width:14.5625rem;height:2.625rem;top:89.44921875rem;left:2.71875rem;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) { #tFTiWbKvpDfDKuq1ACS5MJw6U2qQoWXb { display:block; }
 }@media only screen and (max-width: 763px) { #p8LWoP5ImtVJ8ZLfdJSzW6pmyH66Ubo5 { width:14.8125rem;height:10.625rem;top:141.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2oquKtHwGvRfDWWbw7Uor6THdBPgOte { width:13.25rem;height:1.70605625rem;top:152.125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDViRxxBdbW2TqWDzxuzweRvVZK9DMuV { width:12.0625rem;height:1.5rem;top:154.5rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFE3BKiCnh3XZ3Z0QsDzxPsefxyxJF64 { width:13.125rem;height:0;top:158.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8mWWzbXuhK0EshPStOTk18NxHNpgCV { display:flex;width:1.75rem;height:1.75rem;top:157.75rem;left:11.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #Org3JeRSTpCG51Lhw6HMxtk3keGsHVdz { width:1.25rem;height:1.3999rem;top:158.3125rem;left:14rem;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) { #PPP1eGEyH9Z4aBfyU7hmwTkeINOe5wMK { width:14.75rem;height:10.625rem;top:120.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJLPt8ctylT6R975k1mMCo1OxR7urSi { width:13.25rem;height:1.70605625rem;top:131.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7nitW3yUIiZ3ERLaFClztBo8nTRQFW { width:12.0625rem;height:1.5rem;top:134.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyaoWTJOPXhTS1THOz5Pcq9N4PCJ0mV { width:13.125rem;height:0;top:137.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIswgiDmnxuQgmFJaCcruoPyJXCmo5GG { display:flex;width:1.875rem;height:1.875rem;top:137.25rem;left:4.1875rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #zENHZEZpsAsWE2g9yd8ZN37VuHTZpHm1 { display:flex;width:1.75rem;height:1.75rem;top:137.3125rem;left:11.875rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #n9hS8hndXbeaa6yZ77EFss7yHMg7KWtJ { width:4.125rem;height:1.3999rem;top:137.875rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #g0URSf0G7Z9xTL1s9vC47LJw0WaqwaQq { width:1.25rem;height:1.3999rem;top:137.875rem;left:14.125rem;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) { #F0CmtUHg3CKcSCAt0HwmoMexHmdD1WXK { display:flex;width:1.875rem;height:1.875rem;top:157.6875rem;left:4.0625rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #DfkB6RhiSeQivmvEVRQyP8TbXSf7Pkeh { width:4.375rem;height:1.3999rem;top:158.3125rem;left:6.25rem;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) { #HNdgSAc239TozUqAbNTT3TTKc39O0oIH { width:20rem;height:5.19921875rem;top:94.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzE4OzqBJNLlLgCoBcbDuPFllNrqWgm1 { width:15.5rem;height:3.0625rem;top:162.0234375rem;left:2.25rem;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) { #y4M6ap3iiZPwMkoimwL6V9v7Wi3RWCU5 { display:block; }
 }@media only screen and (max-width: 763px) { #kDtl60SgyBwWRbyifCGLDkLs7PNn2b7Q { width:14.8125rem;height:10.0625rem;top:27.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgxH26mDnawaS2votUMZOH7WoHozbAmm { width:14.8125rem;height:19.4375rem;top:27.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4a3tkJMz4vzNPsBazDyXoPqGMTr0K80 { width:13.125rem;height:1.70605625rem;top:39.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgfBTyFALRFGXRfolVlvNBhd4xVsfGxT { width:14.75rem;height:1.5rem;top:41.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #yXDO3UrbLbMn7nh9gCq079rvtGPmdM0M { width:13.125rem;height:0;top:44.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXPeFhglOmvAqD3rqh8yvgJoXNsATK0 { display:flex;width:1.875rem;height:1.875rem;top:44.6875rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #hDdqV3P9TJxPpIylll3xTRkLX8uMGC7C { width:1.875rem;height:1.3999rem;top:44.9375rem;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) { #OEI6QP3TPMzQZUuqSpvRK7QTKSe9MHQW { display:flex;width:1.75rem;height:1.75rem;top:44.6875rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #VGtEPrdTp7eWd2kN5PvqQkSZRK9P3Hos { width:1.25rem;height:1.3999rem;top:44.9375rem;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) { #UZiU4JxGom9DfiQhtgyQakhGZcLW6tzz { display:flex;width:1.75rem;height:1.75rem;top:44.6875rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #smX84TebLebJXZFqyDbKMLTGWUnLwuOM { width:1.25rem;height:1.3999rem;top:44.9375rem;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) { #vqBWiaugh1Jsch6sCe8gZTxJ1ni5hZa9 { width:14.8125rem;height:10.0625rem;top:48.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvkI3fI0QON8qQb69dEuNOk6ZoTE8PTD { width:14.8125rem;height:19.4375rem;top:48.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chuBOo5D0u2vtkEfKaRVP7kQTubNAcBV { width:13.125rem;height:1.70605625rem;top:59.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgVEHQDOSbPIe9AUsMUaTRtnX1BwPlg { width:14.75rem;height:1.5rem;top:62.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #wqcJ5OU5tlM973bEZo0spDPWxNUkxfIR { width:13.125rem;height:0;top:65.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGhnIOFfZDqO3Xil0pT2T0WpFVsM8iq { display:flex;width:1.875rem;height:1.875rem;top:65.125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #HAN3tTvQ5bUEH7XC4HTGgSfKlq14EdkA { width:1.875rem;height:1.3999rem;top:65.375rem;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) { #M8R5FfFJxUWdEQUpTTt5uZJJ6QUbfKzt { display:flex;width:1.75rem;height:1.75rem;top:65.125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #PCoVdKKSoUGE4F2bkFZ3nZ3og8DBn9Wt { width:1.625rem;height:1.3999rem;top:65.375rem;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) { #Esz6TQPD7gRcVFSRH5btQ6ciqu61urQ6 { display:flex;width:1.75rem;height:1.75rem;top:65.125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #i7pREnkX6wOdFWsDXyXUEQ2reyClT7fE { width:1.25rem;height:1.3999rem;top:65.375rem;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) { #rAIvt0hRGnPVb8hDIO9F12PiGtXSdGsp { width:14.8125rem;height:10.0625rem;top:68.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNyF1QfW96y7kXp7xiHri2FvFFmUxbB7 { width:14.8125rem;height:19.4375rem;top:68.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUOha2Oa0W0qTfcxoi13MfGoPiTHLAa { width:13.125rem;height:1.70605625rem;top:80.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd4q2z4TG4WnDsgcax3PA2QDkoceBe0i { width:14.75rem;height:1.5rem;top:82.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #oiEyqlHTlHy0B4taK8ZOkcvluNboadz5 { width:13.125rem;height:0;top:85.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Eg6VlpXl5SA1JNU3ZF7QaQdT1ObAhi { display:flex;width:1.875rem;height:1.875rem;top:85.8125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #iLqgTXVSIAz3mJN0ysfwd12fhvWFFTwR { width:1.875rem;height:1.3999rem;top:86.0625rem;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) { #ByCE3Sp2oDuxATXTcFG9W9mJZV25X1gb { display:flex;width:1.75rem;height:1.75rem;top:85.8125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #xddtZK4TZVTHifICrva7DXCVQN9FQTmS { width:1.6875rem;height:1.3999rem;top:86.0625rem;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) { #ZAEZlAZTBH5iVuTuTwDtfNsqrulFhuO4 { display:flex;width:1.75rem;height:1.75rem;top:85.8125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #yiLTT7lP6R5ZS4ZsEQwnf3y0IvLqBRag { width:1.25rem;height:1.3999rem;top:86.0625rem;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) { #HT1EtwM0FTWT7InMRigePGbCQNWIiA5A { width:14.8125rem;height:10.0625rem;top:100.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dil5En0haTAqBroGUQtWlpRLawFsDQaq { width:14.8125rem;height:19.4375rem;top:100.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFydo5UpwND7ubWzfrgkCMTapiuGsr8X { width:13.125rem;height:1.70605625rem;top:112.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHlvef2nmV4mzG5mTqbJskEOiRdozwL { width:14.75rem;height:1.5rem;top:114.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #xqt4ipQrNvlXDiUg0IxhZM7xfEvL5lTO { width:13.125rem;height:0;top:117.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKopyRAaLvGAk5L4LxQMAKMx38lItHTa { display:flex;width:1.875rem;height:1.875rem;top:117.375rem;left:4.5rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #GIyP7RL0bUvPvmCNkfKfpfJyhcsQB3t3 { width:4.5rem;height:1.3999rem;top:118rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #QpBbQTfQbVTSwqidUOPvfKgsT8K6ctwM { display:flex;width:1.75rem;height:1.75rem;top:117.4375rem;left:12.1875rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #RVLJmu0kAUDTixhEX6cuxosNa2DWRSo0 { width:1.25rem;height:1.3999rem;top:118rem;left:14.4375rem;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) { #JAS8Kv56rRdE2GL7oXu1VTHLv9K9R4IZ { width:14.8125rem;height:19.4375rem;top:141.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2w0cq7Q68rSdHSmlbVRqLqksO5kbIdq { width:14.8125rem;height:19.4375rem;top:120.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF { display:block; }#TgO4sGrhKwpu0u2TwTsPICicpEKoSLeF > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWyMa0auzIiE4N6hWuGtHo5Ed8cvFJzp { width:18.625rem;height:9.75rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTetuz9fnrZr0MQkNTlLyuQkEiacu1F { width:12.4965625rem;height:2.5996125rem;top:19.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ekc1Kru7tRXIBX27RTvcztlIJF6pqv4T { width:18.3125rem;height:12.9980625rem;top:22.9746125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1Nyfy14dPgwMm3S2TtSmSMA10Nha2Ga { display:flex;width:4.5rem;height:4.5rem;top:37.222675rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #THf7U5dDS8ZWLR1SOVKpTJ4uH2FDWnul { width:10.8125rem;height:2.5996125rem;top:42.972675rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tozdLGJyPun3SdOCzczUrT2XTwPnD6cQ { width:18.1875rem;height:7.7988125rem;top:46.8222875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tV3DHHLJFVeOHsuRPDmLa2WacTktapQG { width:12.4965625rem;height:2.5996125rem;top:55.8706rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5RJ7AI0JBph2zT7ZNiltxFBisHTmgL2 { width:18.5rem;height:7.7988125rem;top:59.7202125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp8qmomrhx0mfbM9xKVzht4odMWpWEPh { display:flex;width:4.5rem;height:4.5rem;top:68.768525rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZuGGkkfNgF12bG2PPEuslshUOIb4h73h { width:5.625rem;height:5.625rem;top:12.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z { display:block; }#rqaDO0SmvffMwWqLqT2h0h9CII2hkH3z > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVvFUpTM10QKdgiMC94pWEuLdS6bLPLI { width:12.4965625rem;height:2.5996125rem;top:28.285675rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zd5b3DVk9mpCSm0p4SCwyRGlgysDTTIU { width:18.4375rem;height:9.098625rem;top:32.1352875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXNXHGa6exBoeicg3JbA7z5I79AsULFQ { width:7rem;height:4.6875rem;top:22.348175rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBa4cl351T0K1qR4tL3vwbcTclS0rMT { display:flex;width:4.5rem;height:4.5rem;top:1.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #dlrlgkVgzSPoGwzLMeCCbbWDbOQtcszx { width:12.5rem;height:2.5996125rem;top:7rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fti4J4r4A0k2GhQ1xfGHLinPRf2xi5bD { width:18.1235625rem;height:6.499rem;top:10.8496125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziov6CtSbelHatfWBSrhKcDizGJtxIoL { width:14.125rem;height:2.5rem;top:18.66064453125rem;left:2.9375rem;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;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FM1QvBIQNqKxMQGBJc3WmcOTqDENRAT3 { display:block; }
 }@media only screen and (max-width: 763px) { #fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai { display:block; }#fAMNAX3LxWUReSrstS0RDAqIT2bnH1ai > .row .container { width:20rem;height:141.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o808vpLObuoUdl1zOmfCMzeER8SoTRne { width:19.9965625rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgE0iAapAANAulFgmCH20SBzTLTze20W { width:17.6875rem;height:17.6875rem;top:63.86181640625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZlXfWBGBmoVRSUIJcAm568rtDpWGfx0 { width:17.7485625rem;height:18.0610625rem;top:25.365234375rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2rXTKXx1UBfSqVJGuepW2vhMBr35rJ { width:17.6860625rem;height:17.9360625rem;top:44.59326171875rem;left:1.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJw33Mm65MLo9CzQV3ThW07zvPOb9t1 { width:12.4360625rem;height:1.70605625rem;top:79.90576171875rem;left:3.78173828125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Re56xacsfIQrDn0383rkpmA4TSwMPv6F { width:12.4360625rem;height:1.70605625rem;top:41.78271484375rem;left:3.78173828125rem;font-size:1.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #MGE2taMh34bLqUA7s65BpVmbSmAe4ATp { width:12.4360625rem;height:1.70605625rem;top:60.8857421875rem;left:3.78173828125rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TzA8Mv2JnJNZx39uJOMDfmWXr4KJFucy { width:17.5625rem;height:17.5625rem;top:6.07421875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keq9sGGes3cUh2FkOhnGTKtf8elrD9Ch { width:12.433625rem;height:1.70605625rem;top:21.87744140625rem;left:3.78271484375rem;font-size:1.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ZrHdOVZHX6vI5kqeuZRJWvEu2A5P7H4x { width:12.4375rem;height:1.70605625rem;top:99.5625rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsH7MxZGhW60fyeoZ5J1W9cdaFrzJtb { width:17.875rem;height:17.875rem;top:83.44384765625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wBMFPnHZ8a1T4FnMzh5bGK7CDKgZxb { width:17.875rem;height:17.875rem;top:103.15234375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui1EfF3T3lPI28oCDtA0MqiLtafwlMEV { width:12.4375rem;height:1.70605625rem;top:119.25rem;left:3.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZyEXpoBgJOrx3tguGmqM2Bqdl4MxTIh { width:17.875rem;height:17.875rem;top:122.42333984375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23TPIofcIT1ITWTUWuebPXwCGiFt9XW { width:15.5rem;height:1.70605625rem;top:138.5625rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6OXAeUcFZJQP3Ky5CTxkGq97o8icOw { width:17.6875rem;height:1.9375rem;top:21.76171875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbG6Xr6cF0Rt7xgs2naTUueFrCRJTq2D { width:17.875rem;height:1.875rem;top:41.61376953125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcuKk1VzC2XdKaTTpvT65hb5U5VxpryH { width:17.875rem;height:1.9375rem;top:60.654296875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGem84KHya09vbqsxafdsUnwS4DsJ3OA { width:17.75rem;height:1.9375rem;top:79.67431640625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8H7LGTTZHQWiK6XfhKlsTG4peh2ZO7i { width:17.8125rem;height:1.9375rem;top:99.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afOTTEeDNTZNNOxZzVVL4baF64HTxa21 { width:17.9375rem;height:1.9375rem;top:119.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMmPrxnMpcnzn7QwTqrJP38pIipCO8GW { width:17.625rem;height:1.9375rem;top:138.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1860625rem;height:8.125rem;top:1.25rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xk46ENktNzkNWfudKEpBiselOTAKGduG { width:16.5625rem;height:3.125rem;top:10.625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9al11feSSu9SmRNHiUERoJ40S8DcsGN { display:block; }
 }@media only screen and (max-width: 763px) { #lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI { display:block; }#lJZh2PK1i9GgWT87ppJenHPaXLOkKmMI > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9RP28ZHqbCRRBVSOiQeee3z4Evs6Sbv { width:19.3125rem;height:7.9604375rem;top:6.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2CTrIGqnuFrTaPqFQwl9O5zc6kPLorg { width:15rem;height:3.75rem;top:1.5rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mpy5uyMTWqwuPIoyUHCRSLmB1QTx3EPP { width:19.25rem;height:3.41161875rem;top:19.03369140625rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyWMpzCTOCKNNidWknfP0TQdCpMwTBfJ { width:15.2485625rem;height:2.449225rem;top:15.77197265625rem;left:2.37548828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }