.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,220,226;--color-primary-1:129,139,158;--color-primary-2:3,22,60;--color-primary-3:2,11,30;--color-primary-4:0,3,9;--color-secondary-0:251,244,219;--color-secondary-1:242,222,146;--color-secondary-2:234,200,74;--color-secondary-3:248,188,56;--color-secondary-4:47,40,15;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 { 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; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.adaptive-delivery-prevent-bg, #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.lazyload, #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.lazyloading { background-image: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { background-color: transparent; background-image: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container > .video-iframe-container { display: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .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); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row > .video-iframe-container { display: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .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); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { border-width: 0; border-radius: 0; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2::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; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#fHRswts66qArDHDvKcVnk10fzKWiAmKn { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.5625rem;left:42.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXnJNhJ7sf9X4JOt7LZz3ANr9EE2EuTZ { 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; }
#MDViGBwHcyzvflBP4Bu50TJevSRtTb6Z { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:30.25rem;top:16.5625rem;left:40.8125rem;display:block; }
#UMXtygLU5Cc2KMGzpo5w4KQU0MCX2Lm9 { 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; }
#W9ApJETHIbUsXqmnpJrvmT8DvkztqCKz { color:#162b78;display:block;width:35.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.6875rem;height:4.22395625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbIuFoL5Atv1nI0OcN1Xzg4UV6aOGg8n { 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; }
#Tlb6eTyisnTsL7atN2ttzeePDWTN9Gbc { 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; }
#prQEmNbpoG3q980vvuaDn50X3hJ3UbPb { 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; }
#XRiDIlw9csB8hLFqwbftOJopgb5GbCZg { 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; }
#BJpHHZAKEWpFGKU20kMuKzttgsRpcPXD { 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; }
#AptgSP2zRwSzTn0TvnKpDn2cf77Jlygu { 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; }
#wUOt1L9AXA86yzNQoEXwpModQ1XPI3AH { 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; }
#X2vpDf4lJs5BAXEIvVdDUwnOE5kt9Vxw { 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; }
#aWsBRKHH2aPVEOG26tBxiqQVv9BgVTBE { 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; }
#OtOONPZGCDXNsul3iw7ukrTWEvTp6ETr { 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; }
#XfXPE81tUWVuEdzuqxbZiqO0nGVgxW0c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:38.6875rem;left:32.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:25.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #14261c, #062053);background-image: -moz-linear-gradient(225deg, #14261c, #062053);background-image: -ms-linear-gradient(225deg, #14261c, #062053);background-image: -o-linear-gradient(225deg, #14261c, #062053);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );";background-image: linear-gradient(225deg, #14261c, #062053);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.8125rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.779949188233rem;top:26.484376192093rem;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.779949188233rem;top:26.484376192093rem;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; }
#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE { position:relative;display:block; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE { background-color: transparent; background-image: none; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row .container > .video-iframe-container { display: none; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row > .video-iframe-container { display: none; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .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); }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE { border-width: 0; border-radius: 0; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .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; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .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; }#opyQU2VDwTciP0uNzddu5PMMv3kuyzM6 { color:#14261c;display:block;width:35.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.125rem;height:3.4114625rem;font-style:normal;display:block; }
#xeRNkb2kKmV66KctQwCxdqeGlATc1gHF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248209375rem;width:35rem;top:5.5625rem;left:39.1875rem;display:block; }
#l9wI6ucUpxi2w9wqll9ANJx2KEGVJfVl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.437500953674rem;left:39.125003814698rem;display:block; }
#tIQrgm5KJoOk580liZrbI6cSkkldbogf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jo3JVZpAco65f7wRW5ZDgnniy0WSXohZ { 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; }
#N2kiTNLHQIQdneZqmsktiNDeg1dSGdJD { 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:19.6875rem;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; }
#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn { 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; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container { background-color: transparent; background-image: none; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container > .video-iframe-container { display: none; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row > .video-iframe-container { display: none; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .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); }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container { border-width: 0; border-radius: 0; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:block; }#GO0rhCWwaECVDB5gmeG1kCshsrJBxHMI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SR1nQy5Kw34pFFPEOGTKqHa3JXQXMQ9N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:8.875rem; }
#R113k8TJccced0EXJQZtpbHXcCeK1Gi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:19.4375rem;left:9.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PW8pc1gMreJTqMZ09qFt9I2OKGO8SWh4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.5rem;left:11.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUcAEkNVGDfqiDlN7dunKKqWLx0WHuGq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:17rem;left:8.875rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moXxGfhX6xH2em8OxKWQb6VL7dzqbIkp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:14.3125rem; }
#bg8t9KvQ7gASoPKAyQJf3kM3pbdZfpL2 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:14.6875rem;top:6.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#aO2ANtwzegzC1sWp2UmuiXiMdaJlluWR { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.5rem;left:16.375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UICGblFifqx11xM23GSgVMHs4ZvtbCkN { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.3125rem;left:8.0625rem;display:block; }
#pZoEKE6gl8iMsWEwomNFGWST71eV6eQN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.25rem;left:19.3125rem; }
#T16r0BtLSRRVezVnD13aSnPLyoGWzm6v { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:23.5rem;left:21.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HiDTvkKacTwg6xz7mqSZT9ybk4hWNpfO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.1875rem;left:30.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#md0CxsmXoieQP86Gmd9N8QlJ2fsFAMxu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:30.9375rem; }
#UrkBzK1noef7bDr54gkckTVO7PbPwCvc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:23.4375rem;left:33.25rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6359PrOnaZkCNuaVe1eWxRORCl4ey0h { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:30.125rem;display:block; }
#B497EpDpXk8gT6qG54qQEg2SCs4fdxET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:36.375rem; }
#T7K7kpKqkrz034TT6psBJBaTwgyEPUH2 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:14.75rem;top:6.25rem;left:30.125rem;overflow:hidden;display:block; }
#BqTEs6OdHfwRlq08zgrsTbUrcXKVMgEF { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:23.4375rem;left:38.4375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hx9ClgNWoBJCMFAsHGTXLBMTgKDMdHNA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:23.1875rem;left:41.375rem; }
#NGBgQdFTorAF2wIOf8pd6Pq15enZ8pb0 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:23.4375rem;left:43.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e7QxX9dVssAffuGOweUoDwXE9VbxIkyH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:23.1875rem;left:53.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLIdQuJZk21StIL6IND1zNtGpXNdmD68 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:53.375rem; }
#JKUuHOQvFoTFiNTStQbvBFnCzkJ27bRS { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:23.4375rem;left:55.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EpWT8hS6zZHEoNpE7hh7z2g7fNLBtlQg { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:52.5625rem;display:block; }
#AdtUX55OznH7TTtiGxLwVpuPpzetueKu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:58.8125rem; }
#vVliyNZxTLTdoNlzuTUNdsxTmxumEz7f { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:23.4375rem;left:60.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaSVf1mX6eon1oKZ5DC3aR4W4rcGnQO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:23.1875rem;left:63.8125rem; }
#BJBvz3aThOwAqofsh1QCd4MyneUSZWUH { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:23.4375rem;left:66.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2SEKtxAP8PpT87W88n2t9JFAXacLzNN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:45.4375rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAdZLbdQViSBX6M73AIlHo6f2trZIUp2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:19.5625rem; }
#mIJsdKn2inrMzUVwt28Ue3xtrehw1lTk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:45.6875rem;left:21.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gx9PF7vxQXkvP2H58e75GbCTCQK8lsUm { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:18.75rem;display:block; }
#TJz8ksZaK1a4008cS5nV05RgEpHxXwwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:25rem; }
#aaFuU339snLBn0WHAzoDEIm3f1x0dS5u { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:45.6875rem;left:27.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efwmGvcLAZneErspGHJicM19twQSdGOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45.4375rem;left:30rem; }
#a3f4ZQCfo1cVLcVUThllAzcJkUJLcGWt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:45.6875rem;left:32.25rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1qt3dpaKVzuTSHOxJtNyZBxzzxTEP7r { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:6.1875rem;left:52.5625rem;overflow:hidden;display:block; }
#f5Zqhb1yt9umEo0AfWmkUfLDacas2TMu { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:18.75rem;overflow:hidden;display:block; }
#dgOJSc04lZwk8UbTWVoPKWWGDFFJvb4k { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.875rem;left:53.375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOXTEEfI5TK3N5GIJDi1rzfATVawBMkT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:19.437501192093rem;left:53.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcIPhizGDlPe4Rssrybtm1LpmTMfcSgR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:39.125rem;left:19.5625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnRmodWupeW15fmFd4LfAcVhm5gzIPOE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:41.5625rem;left:20.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cov8Vl8kQ21DGP5pnws0JrSAOumtpya1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:17rem;left:30.9375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDbDI5CvLWlHihJiqTQPE3yNyMB545Xv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:19.3125rem;left:31.6875rem;height:2.79948125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTmmuJn0nC02zr6Nl1bmbbx04AWx99wu { 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; }
#OLUVGKDwgbr7G9EayoBZIoS5JUQvAb3c { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.372396469116rem;left:27.250003814698rem;display:block; }
#c6StUJRgWomLLVIWZaeSEiEirWXbwnQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTX3zqXWui4aHAqkV0nub31U1trx8zfF { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:41.5625rem;display:block; }
#yMQ5nxIcefbTw6TVipTgpFK7oyxeStfW { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#gADVlpuvZHQTRE6GhKivHxZ3a8VTvDHX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:39.145833253861rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRRoR1BXAtXTFSUSCDBqPoSD9GPzrL3F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:41.5625rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUagtNdSD5MfrlyZoC17HI6w9DaGoQzt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:45.4375rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtIHCGrqmWfL04Ct4fBNWmwVLdIFsOUN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:42.375rem; }
#neugsEFmiDMh3sZSyvLz18Rdc4ZNuuJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:45.6875rem;left:44.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlGSdHCDwCxmoZGUDGTLZGuvzVUKOPGm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:47.8125rem; }
#nFkVoze7KNPAEWW0XCUnoaJVQNDea0MS { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;top:45.6875rem;left:49.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V27CsHLTTvoGvUXurE5Hz4Wcq64IauNO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:45.4375rem;left:52.8125rem; }
#ZEpD4Py5HWoovvDGEhT2TIpsTbp0yE9m { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:45.6875rem;left:55.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFTmdaQtqrIJrXmTCAc2QUwc2GEwdon1 { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:61.25rem;left:18.75rem;display:block; }
#eEO35r6NFQWZXcFRbURA8rqpupSGQTQH { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:61.25rem;left:18.75rem;overflow:hidden;display:block; }
#JD8ntvm8fz2a1hZJD0TgUWngJzC8VnKM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:72rem;left:19.625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZnHObAT0aJZQkUvobETcQcUFaxcUhSPG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15106;line-height:1.6;letter-spacing:0;top:74.375rem;left:20.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2p8yvgd1xEGIx51xHUZk9TxhufdzQVE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:78.1875rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQTX8usrpnVAgik7Id17cbHK8izIb43O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:77.625rem;left:27.9375rem; }
#ber1ebK2WKLD7JTgti0NmeWls6m8JIbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:78.1875rem;left:30.125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFQum34mMvqOKVAEkFDKLTuUCbSEELxc { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.872375rem;width:14.434875rem;top:61.25rem;left:41.5625rem;display:block; }
#CXzcdsSiXASnFckxTG6A1NIJX4aAzCeC { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:61.25rem;left:41.5625rem;overflow:hidden;display:block; }
#EmRrAxQGarO1SIhKfeKk1hdfZ9Cxngsi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:72rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNtEFGUDTf3LpO8TZpB6qelEoyQ9y2zV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15117;line-height:1.6;letter-spacing:0;top:74.375rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P4Zeh6k09AQhT3yZDVyytm4fC0QK4Czy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:78.25rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4rAnLDZX74AgngdSsZcP24pMUcnxLAw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.5625rem;left:43.125rem; }
#PPu2w3vUFKQgUAWAqzVzRTABm9KxulzU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.625rem;left:50.8125rem; }
#CTJzwspTvTAxHovSn8MdGM7A54lBSpXh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:78.187507629394rem;left:45.312503814698rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAxWoSwgDOv5LOrqV8JFTxkcvb4z3WiO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:78.1875rem;left:53.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cNNmSqHUTIvqmgd2pkwie4cZnWNM8yGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:77.5625rem;left:20.1875rem; }
#dnOMg2ckntstOgMsGN7Ntkc2MFXAqsZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:78.1875rem;left:22.375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTnZfM3sspbzDBvwLk0DJa8ITJtIrvBb { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#xFWD8Ai22TSJCScRi2udTflHQe5hbVQ0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:83.372398376462rem;left:27.250003814698rem;display:block; }
#Cv1GxHvlfWo7eZsFZ6I3gHCQF2JT3GON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container { background-color: transparent; background-image: none; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container > .video-iframe-container { display: none; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row > .video-iframe-container { display: none; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .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); }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container { border-width: 0; border-radius: 0; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#QzGhVq312xZIkdlP7uIEAi4KqbQxzNXB { 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; }
#npTFnnaw31ICCCfC66lAZepMaZC62Qfd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvEDzycw77ES66cwOUpwoWOHFl2HRHFT { 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; }
#ttCDiHibh3T7Q8ONI4zihuC3AON6QAsT { 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; }
#zJbIgi3GTxwxOT4fz9D6xIT5i3irZc4v { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CciLwTME2hGnTdXT5FQO3HnatBZ0FeJf { 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; }
#OEXpDB5lvKGdI5ekX3FyhpwbFb8dloVR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.3125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBpD3JRuBRJbMIbZ5yre8ScCwR0y0iVR { 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; }
#D4ZZ8ps3iETIdsp9IXsTJoQ9tShxud4N { 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; }
#NECLcbT1zMcP8xDT2aoC6fmLqIszKCew { 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; }
#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container { background-color: transparent; background-image: none; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container > .video-iframe-container { display: none; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row > .video-iframe-container { display: none; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .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); }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container { border-width: 0; border-radius: 0; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#e2cxTDh1T18zEwKBaVl2USuIvX1zmTtW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiPgfzAr8UAuwzbKulbyic2NF60ZxeWK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.3125rem;height:9.75rem;text-align:justify;text-align-last:initial;display:block; }
#isl3ZM0guz3Cx1TI1p44k6I6llciVoED { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7rem;top:1.4375rem;left:43rem;overflow:hidden;display:block; }
#qXbEZunFvFKShSef8r3otvn4GhSwcSQ7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.6875rem;left:25.8125rem; }
#ghcf3mSphhh1G7A19KtOKfx1hWbgNTbG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k85AxNZXz1UdFX5FoX0q4mth31qFzTQc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.125rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#gU0AVu973gEpNyQwppaq0XgiHlLp5oNK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:30.312503814698rem;display:block; }
#WdDrmWoHHseJ1Hmg9oKWxLKEZnd0q7bH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt { position:relative;display:block; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt { background-color: transparent; background-image: none; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row .container > .video-iframe-container { display: none; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row > .video-iframe-container { display: none; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .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); }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt { border-width: 0; border-radius: 0; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .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; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .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; }#UNQEquWMTkheON5Xhuzhlxp9i8b7yLWK { 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; }
#n0Ufk3Up4sVEDIOWwunB0s5FPWTPdh4h { 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; }
#ETviJZ908IHTvWcJ4QTO9QPd7g7mD3AG { 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; }
#TdQ2xvbb7VHkFr5dpUTk15LPQevTSzcb { 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; }
#sToxoXI6aHW92f9ZHKQN59MPF5yy805I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:59.312503814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#beTH9TtzgboRAnbEOtpiTSmdOqIGr6Z2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:22rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvHrOQoOTgLyhnckmlVCEmetQFvar1x3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5625rem;left:40.500003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBXgro39K3xUnluEP9mDzf0bPgk0T5d7 { 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; }
#zP2WK4nf1oPXGtvH4gDWJc4NaGPFNUrW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:3.1875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNWmfsf4Dv3vzzr9nXTUMyO1LpxmmSTb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.190105438233rem;left:12.6875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEDEXUUDu0HSsT19xnaC8z5Om4cSPMVs { 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; }
#GXPfCimAp5wZmfIpNTtWFX8wSxTITBqp { 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; }
#EHBxuXsJMrFLVKRCRLIukq2VrQdMrfz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:44.19010925293rem;left:31.250003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vtzv0iienKDSueBdImxTXPD0dG7mUi3W { 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; }
#GWgHBXiB0IPv6RVxw1SNJcUGB91Q1lT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.19010412693rem;left:47.208332061767rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WS8uQlQT6l32FNtG9ccls9b0UVa8IBf3 { 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; }
#OzTmBoJJcThTUgtGZ7i6q2osu1zIuIcW { 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; }
#SSSZMS70Qmi3SoGoA1LCTTM7dbKWpn5t { 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; }
#teiTZbQkznblhGXWprLJFT5IAuqaTLxg { 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; }
#GLs4VJ4XaNlPNw1ixtcWMa1WZVL4saBg { 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; }
#bp7EDFahGdqQqSGVU1moEoSb9pmyMHTQ { 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; }
#yfzzIZ7TlRwKq2MsDu2kxC7ceonBeadT { 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; }
#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc { 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; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container { background-color: transparent; background-image: none; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container > .video-iframe-container { display: none; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row > .video-iframe-container { display: none; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .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); }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container { border-width: 0; border-radius: 0; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#PTddh0eoTnv7yN4d4LkHZRaBI0TsUnpe { 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; }
#dPZZf8CTN80newWGaSPFrvwqHEvSQHQ0 { 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; }
#bpO6wJtKg1EAH5uET7yIbNMf49saPKgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container { background-color: transparent; background-image: none; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container > .video-iframe-container { display: none; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row > .video-iframe-container { display: none; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .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); }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container { border-width: 0; border-radius: 0; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#eqtZCSDvsaPZ8fia4L0AMO6ulOHkT0QV { 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; }
#ecC506CeXAoikKmBR5GngCEJZJK6r05l { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.4375rem;top:0.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#np9sblE5ahpESxdmIi2AbWI0y6cqxRZw { 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; }
#ZdDewTibmesUuyPxLLIwhIikC0RULn0J { color:rgba(var(--color-tertiary-0),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.25rem;left:33.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ad4e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8994140625rem;left:21.966796875rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 { display:block; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHRswts66qArDHDvKcVnk10fzKWiAmKn { top:17.5625rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnJNhJ7sf9X4JOt7LZz3ANr9EE2EuTZ { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDViGBwHcyzvflBP4Bu50TJevSRtTb6Z { top:16.5625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMXtygLU5Cc2KMGzpo5w4KQU0MCX2Lm9 { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ApJETHIbUsXqmnpJrvmT8DvkztqCKz { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIuFoL5Atv1nI0OcN1Xzg4UV6aOGg8n { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlb6eTyisnTsL7atN2ttzeePDWTN9Gbc { top:24rem;left:0rem;width:15.8125rem;height:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQEmNbpoG3q980vvuaDn50X3hJ3UbPb { 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) { #XRiDIlw9csB8hLFqwbftOJopgb5GbCZg { top:40.8125rem;left:0rem;width:9.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpHHZAKEWpFGKU20kMuKzttgsRpcPXD { top:40.8125rem;left:1.83203125rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptgSP2zRwSzTn0TvnKpDn2cf77Jlygu { top:38.625rem;left:0.875rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUOt1L9AXA86yzNQoEXwpModQ1XPI3AH { top:38.625rem;left:7.01953125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2vpDf4lJs5BAXEIvVdDUwnOE5kt9Vxw { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsBRKHH2aPVEOG26tBxiqQVv9BgVTBE { top:38.625rem;left:14.960941314698rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOONPZGCDXNsul3iw7ukrTWEvTp6ETr { 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) { #XfXPE81tUWVuEdzuqxbZiqO0nGVgxW0c { top:38.6875rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE { display:block; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opyQU2VDwTciP0uNzddu5PMMv3kuyzM6 { top:1.375rem;left:12.75rem;width:35rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeRNkb2kKmV66KctQwCxdqeGlATc1gHF { top:5.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wI6ucUpxi2w9wqll9ANJx2KEGVJfVl { width:16rem;height:3.0625rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIQrgm5KJoOk580liZrbI6cSkkldbogf { display:block; }
 }@media only screen and (max-width: 763px) { #Jo3JVZpAco65f7wRW5ZDgnniy0WSXohZ { top:1.375rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kiTNLHQIQdneZqmsktiNDeg1dSGdJD { top:6.8125rem;left:13.5rem;width:34.25rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8VaC2kdsaolzHhoArEr6HhPcovnGEn { display:block; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO0rhCWwaECVDB5gmeG1kCshsrJBxHMI { width:13.125rem;height:0;top:23.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1nQy5Kw34pFFPEOGTKqHa3JXQXMQ9N { top:23.25rem;left:5.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R113k8TJccced0EXJQZtpbHXcCeK1Gi1 { width:11.5625rem;height:3rem;top:19.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW8pc1gMreJTqMZ09qFt9I2OKGO8SWh4 { width:1.875rem;height:1.375rem;top:23.5rem;left:7.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUcAEkNVGDfqiDlN7dunKKqWLx0WHuGq { width:13.125rem;height:1.6875rem;top:17rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moXxGfhX6xH2em8OxKWQb6VL7dzqbIkp { top:23.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8t9KvQ7gASoPKAyQJf3kM3pbdZfpL2 { width:14.6875rem;height:10.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2ANtwzegzC1sWp2UmuiXiMdaJlluWR { width:1.25rem;height:1.375rem;top:23.5rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UICGblFifqx11xM23GSgVMHs4ZvtbCkN { width:14.375rem;height:18.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZoEKE6gl8iMsWEwomNFGWST71eV6eQN { top:23.25rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16r0BtLSRRVezVnD13aSnPLyoGWzm6v { width:1.25rem;height:1.375rem;top:23.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiDTvkKacTwg6xz7mqSZT9ybk4hWNpfO { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #md0CxsmXoieQP86Gmd9N8QlJ2fsFAMxu { top:23.1875rem;left:20.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrkBzK1noef7bDr54gkckTVO7PbPwCvc { width:1.875rem;height:1.375rem;top:23.4375rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6359PrOnaZkCNuaVe1eWxRORCl4ey0h { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B497EpDpXk8gT6qG54qQEg2SCs4fdxET { top:23.1875rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7K7kpKqkrz034TT6psBJBaTwgyEPUH2 { width:14.75rem;height:10.6875rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTEs6OdHfwRlq08zgrsTbUrcXKVMgEF { width:1.25rem;height:1.375rem;top:23.4375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9ClgNWoBJCMFAsHGTXLBMTgKDMdHNA { top:23.1875rem;left:24.34375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGBgQdFTorAF2wIOf8pd6Pq15enZ8pb0 { width:1.25rem;height:1.375rem;top:23.4375rem;left:26.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7QxX9dVssAffuGOweUoDwXE9VbxIkyH { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIdQuJZk21StIL6IND1zNtGpXNdmD68 { top:23.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKUuHOQvFoTFiNTStQbvBFnCzkJ27bRS { width:1.875rem;height:1.375rem;top:23.4375rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWT8hS6zZHEoNpE7hh7z2g7fNLBtlQg { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtUX55OznH7TTtiGxLwVpuPpzetueKu { top:23.1875rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVliyNZxTLTdoNlzuTUNdsxTmxumEz7f { width:1.25rem;height:1.375rem;top:23.4375rem;left:37.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaSVf1mX6eon1oKZ5DC3aR4W4rcGnQO5 { top:23.1875rem;left:39.96875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJBvz3aThOwAqofsh1QCd4MyneUSZWUH { width:1.25rem;height:1.375rem;top:23.4375rem;left:42.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SEKtxAP8PpT87W88n2t9JFAXacLzNN { width:13.125rem;height:0;top:45.4375rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdZLbdQViSBX6M73AIlHo6f2trZIUp2 { top:45.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIJsdKn2inrMzUVwt28Ue3xtrehw1lTk { width:1.875rem;height:1.375rem;top:45.6875rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9PF7vxQXkvP2H58e75GbCTCQK8lsUm { width:14.375rem;height:18.8125rem;top:28.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJz8ksZaK1a4008cS5nV05RgEpHxXwwk { top:45.4375rem;left:14.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaFuU339snLBn0WHAzoDEIm3f1x0dS5u { width:1.25rem;height:1.375rem;top:45.6875rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efwmGvcLAZneErspGHJicM19twQSdGOs { top:45.4375rem;left:19.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3f4ZQCfo1cVLcVUThllAzcJkUJLcGWt { width:1.25rem;height:1.375rem;top:45.6875rem;left:22.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qt3dpaKVzuTSHOxJtNyZBxzzxTEP7r { width:14.8125rem;height:10.625rem;top:6.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Zqhb1yt9umEo0AfWmkUfLDacas2TMu { width:14.75rem;height:10.625rem;top:28.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOJSc04lZwk8UbTWVoPKWWGDFFJvb4k { width:13.125rem;height:1.6875rem;top:16.875rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXTEEfI5TK3N5GIJDi1rzfATVawBMkT { width:14.1875rem;height:3rem;top:19.4375rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIPhizGDlPe4Rssrybtm1LpmTMfcSgR { width:13.125rem;height:1.6875rem;top:39.125rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRmodWupeW15fmFd4LfAcVhm5gzIPOE { width:12.0625rem;height:1.5rem;top:41.5625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cov8Vl8kQ21DGP5pnws0JrSAOumtpya1 { width:13.125rem;height:1.6875rem;top:17rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbDI5CvLWlHihJiqTQPE3yNyMB545Xv { width:11.5625rem;height:2.75rem;top:19.3125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmmuJn0nC02zr6Nl1bmbbx04AWx99wu { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUVGKDwgbr7G9EayoBZIoS5JUQvAb3c { width:20.5rem;height:3.0625rem;top:50.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6StUJRgWomLLVIWZaeSEiEirWXbwnQR { display:block; }
 }@media only screen and (max-width: 763px) { #CTX3zqXWui4aHAqkV0nub31U1trx8zfF { width:14.375rem;height:18.8125rem;top:28.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQ5nxIcefbTw6TVipTgpFK7oyxeStfW { width:14.75rem;height:10.625rem;top:28.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADVlpuvZHQTRE6GhKivHxZ3a8VTvDHX { width:13.25rem;height:1.6875rem;top:39.125rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRoR1BXAtXTFSUSCDBqPoSD9GPzrL3F { width:12.0625rem;height:1.5rem;top:41.5625rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUagtNdSD5MfrlyZoC17HI6w9DaGoQzt { width:13.125rem;height:0;top:45.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtIHCGrqmWfL04Ct4fBNWmwVLdIFsOUN { top:45.4375rem;left:25.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neugsEFmiDMh3sZSyvLz18Rdc4ZNuuJ6 { width:1.875rem;height:1.375rem;top:45.6875rem;left:27.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlGSdHCDwCxmoZGUDGTLZGuvzVUKOPGm { top:45.4375rem;left:30.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkVoze7KNPAEWW0XCUnoaJVQNDea0MS { width:1.25rem;height:1.375rem;top:45.6875rem;left:32.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V27CsHLTTvoGvUXurE5Hz4Wcq64IauNO { top:45.4375rem;left:34.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEpD4Py5HWoovvDGEhT2TIpsTbp0yE9m { width:1.25rem;height:1.375rem;top:45.6875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFTmdaQtqrIJrXmTCAc2QUwc2GEwdon1 { width:14.375rem;height:18.8125rem;top:61.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEO35r6NFQWZXcFRbURA8rqpupSGQTQH { width:14.8125rem;height:10.625rem;top:61.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD8ntvm8fz2a1hZJD0TgUWngJzC8VnKM { width:13.25rem;height:1.6875rem;top:72rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnHObAT0aJZQkUvobETcQcUFaxcUhSPG { width:12.0625rem;height:1.5rem;top:74.375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2p8yvgd1xEGIx51xHUZk9TxhufdzQVE { width:13.125rem;height:0;top:78.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTX8usrpnVAgik7Id17cbHK8izIb43O { top:77.625rem;left:17.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ber1ebK2WKLD7JTgti0NmeWls6m8JIbZ { width:1.25rem;height:1.375rem;top:78.1875rem;left:19.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFQum34mMvqOKVAEkFDKLTuUCbSEELxc { width:14.375rem;height:18.8125rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXzcdsSiXASnFckxTG6A1NIJX4aAzCeC { width:14.75rem;height:10.625rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmRrAxQGarO1SIhKfeKk1hdfZ9Cxngsi { width:13.25rem;height:1.6875rem;top:72rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNtEFGUDTf3LpO8TZpB6qelEoyQ9y2zV { width:12.0625rem;height:1.5rem;top:74.375rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Zeh6k09AQhT3yZDVyytm4fC0QK4Czy { width:13.125rem;height:0;top:78.25rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rAnLDZX74AgngdSsZcP24pMUcnxLAw { top:77.5625rem;left:26.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPu2w3vUFKQgUAWAqzVzRTABm9KxulzU { top:77.625rem;left:33.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJzwspTvTAxHovSn8MdGM7A54lBSpXh { width:4.5rem;height:1.375rem;top:78.1875rem;left:28.281253814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAxWoSwgDOv5LOrqV8JFTxkcvb4z3WiO { width:1.25rem;height:1.375rem;top:78.1875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNmSqHUTIvqmgd2pkwie4cZnWNM8yGf { top:77.5625rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOMg2ckntstOgMsGN7Ntkc2MFXAqsZZ { width:4.375rem;height:1.375rem;top:78.1875rem;left:12.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnZfM3sspbzDBvwLk0DJa8ITJtIrvBb { width:47.75rem;height:3.25rem;top:56rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFWD8Ai22TSJCScRi2udTflHQe5hbVQ0 { width:20.5rem;height:3.0625rem;top:83.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1GxHvlfWo7eZsFZ6I3gHCQF2JT3GON { display:block; }
 }@media only screen and (max-width: 763px) { #hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb { display:block; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzGhVq312xZIkdlP7uIEAi4KqbQxzNXB { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTFnnaw31ICCCfC66lAZepMaZC62Qfd { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvEDzycw77ES66cwOUpwoWOHFl2HRHFT { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCDiHibh3T7Q8ONI4zihuC3AON6QAsT { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbIgi3GTxwxOT4fz9D6xIT5i3irZc4v { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CciLwTME2hGnTdXT5FQO3HnatBZ0FeJf { 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) { #OEXpDB5lvKGdI5ekX3FyhpwbFb8dloVR { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBpD3JRuBRJbMIbZ5yre8ScCwR0y0iVR { 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) { #D4ZZ8ps3iETIdsp9IXsTJoQ9tShxud4N { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NECLcbT1zMcP8xDT2aoC6fmLqIszKCew { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp { display:block; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2cxTDh1T18zEwKBaVl2USuIvX1zmTtW { top:7.5rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiPgfzAr8UAuwzbKulbyic2NF60ZxeWK { top:11.9375rem;left:20.75rem;width:15.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isl3ZM0guz3Cx1TI1p44k6I6llciVoED { top:1.4375rem;left:25.96875rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXbEZunFvFKShSef8r3otvn4GhSwcSQ7 { top:1.6875rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcf3mSphhh1G7A19KtOKfx1hWbgNTbG { top:7.5rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85AxNZXz1UdFX5FoX0q4mth31qFzTQc { top:11.9375rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU0AVu973gEpNyQwppaq0XgiHlLp5oNK { width:14.125rem;height:2.5625rem;top:25.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdDrmWoHHseJ1Hmg9oKWxLKEZnd0q7bH { display:block; }
 }@media only screen and (max-width: 763px) { #Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt { display:block; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNQEquWMTkheON5Xhuzhlxp9i8b7yLWK { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Ufk3Up4sVEDIOWwunB0s5FPWTPdh4h { width:17.875rem;height:17.875rem;top:6.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETviJZ908IHTvWcJ4QTO9QPd7g7mD3AG { width:17.875rem;height:17.875rem;top:6.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQ2xvbb7VHkFr5dpUTk15LPQevTSzcb { width:17.875rem;height:17.875rem;top:6.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sToxoXI6aHW92f9ZHKQN59MPF5yy805I { 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) { #beTH9TtzgboRAnbEOtpiTSmdOqIGr6Z2 { 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) { #bvHrOQoOTgLyhnckmlVCEmetQFvar1x3 { 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) { #VBXgro39K3xUnluEP9mDzf0bPgk0T5d7 { width:17.875rem;height:17.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP2WK4nf1oPXGtvH4gDWJc4NaGPFNUrW { top:22.625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNWmfsf4Dv3vzzr9nXTUMyO1LpxmmSTb { top:44.1875rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDEXUUDu0HSsT19xnaC8z5Om4cSPMVs { width:17.875rem;height:17.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPfCimAp5wZmfIpNTtWFX8wSxTITBqp { width:17.875rem;height:17.875rem;top:27.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHBxuXsJMrFLVKRCRLIukq2VrQdMrfz4 { 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) { #vtzv0iienKDSueBdImxTXPD0dG7mUi3W { width:17.875rem;height:17.875rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgHBXiB0IPv6RVxw1SNJcUGB91Q1lT9 { 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) { #WS8uQlQT6l32FNtG9ccls9b0UVa8IBf3 { top:22.375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTmBoJJcThTUgtGZ7i6q2osu1zIuIcW { top:22.375rem;left:5.65625rem;width:17.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSZMS70Qmi3SoGoA1LCTTM7dbKWpn5t { top:22.375rem;left:24.156253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiTZbQkznblhGXWprLJFT5IAuqaTLxg { top:22.375rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLs4VJ4XaNlPNw1ixtcWMa1WZVL4saBg { top:43.9375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp7EDFahGdqQqSGVU1moEoSb9pmyMHTQ { top:43.9375rem;left:14.906253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfzzIZ7TlRwKq2MsDu2kxC7ceonBeadT { top:44.0625rem;left:29.875rem;width:17.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EShbfCPVB3ykiiEKfwMX3W1IuC578vqc { display:block; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTddh0eoTnv7yN4d4LkHZRaBI0TsUnpe { 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) { #dPZZf8CTN80newWGaSPFrvwqHEvSQHQ0 { width:21.375rem;height:3.125rem;top:8.0625rem;left:13.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpO6wJtKg1EAH5uET7yIbNMf49saPKgZ { display:block; }
 }@media only screen and (max-width: 763px) { #LAEvzQRvwLEN73geZHolX3HPKFP4MXGG { display:block; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqtZCSDvsaPZ8fia4L0AMO6ulOHkT0QV { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecC506CeXAoikKmBR5GngCEJZJK6r05l { top:0.8125rem;left:0rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9sblE5ahpESxdmIi2AbWI0y6cqxRZw { 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) { #ZdDewTibmesUuyPxLLIwhIikC0RULn0J { 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) { #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 { 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; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.adaptive-delivery-prevent-bg, #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.lazyload, #pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2.lazyloading { background-image: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { background-color: transparent; background-image: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container > .video-iframe-container { display: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .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); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row > .video-iframe-container { display: none; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .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); }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { border-width: 0; border-radius: 0; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2::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; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbT9vPRgdFl19ce8LE2sIBoWeoRoXFu2 > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHRswts66qArDHDvKcVnk10fzKWiAmKn { width:18.125rem;height:5.39583125rem;top:41rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXnJNhJ7sf9X4JOt7LZz3ANr9EE2EuTZ { width:18.1215rem;height:4.434025rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDViGBwHcyzvflBP4Bu50TJevSRtTb6Z { width:20rem;height:26.5625rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMXtygLU5Cc2KMGzpo5w4KQU0MCX2Lm9 { width:20rem;height:8.3125rem;top:9.375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ApJETHIbUsXqmnpJrvmT8DvkztqCKz { width:20rem;height:8.125rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIuFoL5Atv1nI0OcN1Xzg4UV6aOGg8n { width:13.125rem;height:1.625rem;top:19.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlb6eTyisnTsL7atN2ttzeePDWTN9Gbc { width:6.4986875rem;height:9.75rem;top:20.5rem;left:4.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQEmNbpoG3q980vvuaDn50X3hJ3UbPb { width:3.4987rem;height:1.625rem;top:27.3125rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRiDIlw9csB8hLFqwbftOJopgb5GbCZg { width:6.0625rem;height:1.94791875rem;top:34.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJpHHZAKEWpFGKU20kMuKzttgsRpcPXD { width:5.625rem;height:2.921875rem;top:34.875rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AptgSP2zRwSzTn0TvnKpDn2cf77Jlygu { width:0.125rem;height:5.625rem;top:32.4375rem;left:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wUOt1L9AXA86yzNQoEXwpModQ1XPI3AH { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #X2vpDf4lJs5BAXEIvVdDUwnOE5kt9Vxw { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:2.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aWsBRKHH2aPVEOG26tBxiqQVv9BgVTBE { width:0.125rem;height:5.625rem;top:32.4375rem;left:13.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OtOONPZGCDXNsul3iw7ukrTWEvTp6ETr { width:5.1875rem;height:2.921875rem;top:34.875rem;left:13.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfXPE81tUWVuEdzuqxbZiqO0nGVgxW0c { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.9986875rem;height:auto;top:46.895833969116rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.9986875rem;height:auto;top:46.895833969116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE { display:block; }#TJIVxIPCHxoTlb28bXpT4SzgsUd0pUhE > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opyQU2VDwTciP0uNzddu5PMMv3kuyzM6 { width:20rem;height:7.1458375rem;top:21.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeRNkb2kKmV66KctQwCxdqeGlATc1gHF { width:18.75rem;height:0.248698125rem;top:29.625000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wI6ucUpxi2w9wqll9ANJx2KEGVJfVl { width:14.740875rem;height:2.73698125rem;top:57.187502861023rem;left:2.6276043057442rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tIQrgm5KJoOk580liZrbI6cSkkldbogf { display:block; }
 }@media only screen and (max-width: 763px) { #Jo3JVZpAco65f7wRW5ZDgnniy0WSXohZ { width:19.4375rem;height:19.4375rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kiTNLHQIQdneZqmsktiNDeg1dSGdJD { width:18.996125rem;height:25.3125rem;top:30.811198234558rem;left:0.5rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bd8VaC2kdsaolzHhoArEr6HhPcovnGEn { display:block; }#bd8VaC2kdsaolzHhoArEr6HhPcovnGEn > .row .container { width:20rem;height:167.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO0rhCWwaECVDB5gmeG1kCshsrJBxHMI { width:13.125rem;height:0;top:27.5625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1nQy5Kw34pFFPEOGTKqHa3JXQXMQ9N { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #R113k8TJccced0EXJQZtpbHXcCeK1Gi1 { width:11.6246875rem;height:3rem;top:20.625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #PW8pc1gMreJTqMZ09qFt9I2OKGO8SWh4 { width:1.93685rem;height:1.3997375rem;top:24.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #PUcAEkNVGDfqiDlN7dunKKqWLx0WHuGq { width:13.12425rem;height:1.70573125rem;top:18.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moXxGfhX6xH2em8OxKWQb6VL7dzqbIkp { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #bg8t9KvQ7gASoPKAyQJf3kM3pbdZfpL2 { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2ANtwzegzC1sWp2UmuiXiMdaJlluWR { width:1.875rem;height:1.3997375rem;top:24.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #UICGblFifqx11xM23GSgVMHs4ZvtbCkN { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZoEKE6gl8iMsWEwomNFGWST71eV6eQN { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #T16r0BtLSRRVezVnD13aSnPLyoGWzm6v { width:1.249275rem;height:1.3997375rem;top:24.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #HiDTvkKacTwg6xz7mqSZT9ybk4hWNpfO { width:13.125rem;height:0;top:45.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #md0CxsmXoieQP86Gmd9N8QlJ2fsFAMxu { display:flex;width:1.875rem;height:1.875rem;top:45.3125rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #UrkBzK1noef7bDr54gkckTVO7PbPwCvc { width:1.875rem;height:1.3997375rem;top:45.5625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #K6359PrOnaZkCNuaVe1eWxRORCl4ey0h { width:14.375rem;height:18.8125rem;top:28.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B497EpDpXk8gT6qG54qQEg2SCs4fdxET { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #T7K7kpKqkrz034TT6psBJBaTwgyEPUH2 { width:14.6875rem;height:10.5rem;top:28.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTEs6OdHfwRlq08zgrsTbUrcXKVMgEF { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9ClgNWoBJCMFAsHGTXLBMTgKDMdHNA { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #NGBgQdFTorAF2wIOf8pd6Pq15enZ8pb0 { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #e7QxX9dVssAffuGOweUoDwXE9VbxIkyH { width:13.125rem;height:0;top:66rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIdQuJZk21StIL6IND1zNtGpXNdmD68 { display:flex;width:1.875rem;height:1.875rem;top:66rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #JKUuHOQvFoTFiNTStQbvBFnCzkJ27bRS { width:1.875rem;height:1.3997375rem;top:66.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #EpWT8hS6zZHEoNpE7hh7z2g7fNLBtlQg { width:14.375rem;height:18.8125rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtUX55OznH7TTtiGxLwVpuPpzetueKu { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:8.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #vVliyNZxTLTdoNlzuTUNdsxTmxumEz7f { width:1.25rem;height:1.3997375rem;top:66.25rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #uaSVf1mX6eon1oKZ5DC3aR4W4rcGnQO5 { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:13.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #BJBvz3aThOwAqofsh1QCd4MyneUSZWUH { width:1.25rem;height:1.3997375rem;top:66.25rem;left:15.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #T2SEKtxAP8PpT87W88n2t9JFAXacLzNN { width:13.125rem;height:0;top:86.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdZLbdQViSBX6M73AIlHo6f2trZIUp2 { display:flex;width:1.875rem;height:1.875rem;top:86.75rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #mIJsdKn2inrMzUVwt28Ue3xtrehw1lTk { width:1.875rem;height:1.3997375rem;top:87rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #Gx9PF7vxQXkvP2H58e75GbCTCQK8lsUm { width:14.375rem;height:18.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJz8ksZaK1a4008cS5nV05RgEpHxXwwk { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #aaFuU339snLBn0WHAzoDEIm3f1x0dS5u { width:1.25rem;height:1.3997375rem;top:87rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #efwmGvcLAZneErspGHJicM19twQSdGOs { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #a3f4ZQCfo1cVLcVUThllAzcJkUJLcGWt { width:1.25rem;height:1.3997375rem;top:87rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #T1qt3dpaKVzuTSHOxJtNyZBxzzxTEP7r { width:14.6875rem;height:10.75rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Zqhb1yt9umEo0AfWmkUfLDacas2TMu { width:14.6875rem;height:10.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgOJSc04lZwk8UbTWVoPKWWGDFFJvb4k { width:13.125rem;height:1.70573125rem;top:59.9375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXTEEfI5TK3N5GIJDi1rzfATVawBMkT { width:14.0625rem;height:3rem;top:62.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcIPhizGDlPe4Rssrybtm1LpmTMfcSgR { width:13.12425rem;height:1.70573125rem;top:80.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRmodWupeW15fmFd4LfAcVhm5gzIPOE { width:11.8125rem;height:1.5rem;top:82.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cov8Vl8kQ21DGP5pnws0JrSAOumtpya1 { width:13.125rem;height:1.70573125rem;top:39.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbDI5CvLWlHihJiqTQPE3yNyMB545Xv { width:11.56175rem;height:3rem;top:41.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmmuJn0nC02zr6Nl1bmbbx04AWx99wu { width:20rem;height:5.19791875rem;top:0.83658838272094rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUVGKDwgbr7G9EayoBZIoS5JUQvAb3c { width:14.5625rem;height:2.625rem;top:110.61589050293rem;left:2.7187500596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c6StUJRgWomLLVIWZaeSEiEirWXbwnQR { display:block; }
 }@media only screen and (max-width: 763px) { #CTX3zqXWui4aHAqkV0nub31U1trx8zfF { width:14.375rem;height:18.8125rem;top:90.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQ5nxIcefbTw6TVipTgpFK7oyxeStfW { width:14.5625rem;height:10.75rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADVlpuvZHQTRE6GhKivHxZ3a8VTvDHX { width:13.25rem;height:1.70573125rem;top:101.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRoR1BXAtXTFSUSCDBqPoSD9GPzrL3F { width:12.0625rem;height:1.5rem;top:103.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUagtNdSD5MfrlyZoC17HI6w9DaGoQzt { width:13.125rem;height:0;top:107.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtIHCGrqmWfL04Ct4fBNWmwVLdIFsOUN { display:flex;width:1.875rem;height:1.875rem;top:107.3125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #neugsEFmiDMh3sZSyvLz18Rdc4ZNuuJ6 { width:1.875rem;height:1.3997375rem;top:107.5625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #RlGSdHCDwCxmoZGUDGTLZGuvzVUKOPGm { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #nFkVoze7KNPAEWW0XCUnoaJVQNDea0MS { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #V27CsHLTTvoGvUXurE5Hz4Wcq64IauNO { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #ZEpD4Py5HWoovvDGEhT2TIpsTbp0yE9m { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:16.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #KFTmdaQtqrIJrXmTCAc2QUwc2GEwdon1 { width:14.375rem;height:18.8125rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEO35r6NFQWZXcFRbURA8rqpupSGQTQH { width:14.8125rem;height:10.625rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD8ntvm8fz2a1hZJD0TgUWngJzC8VnKM { width:13.25rem;height:1.70573125rem;top:132.31380448456rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnHObAT0aJZQkUvobETcQcUFaxcUhSPG { width:12.0625rem;height:1.5rem;top:134.68880448456rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2p8yvgd1xEGIx51xHUZk9TxhufdzQVE { width:13.125rem;height:0;top:138.50130448456rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTX8usrpnVAgik7Id17cbHK8izIb43O { display:flex;width:1.75rem;height:1.75rem;top:137.93880448456rem;left:11.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #ber1ebK2WKLD7JTgti0NmeWls6m8JIbZ { width:1.25rem;height:1.3997375rem;top:138.50130448456rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #rFQum34mMvqOKVAEkFDKLTuUCbSEELxc { width:14.375rem;height:18.8125rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXzcdsSiXASnFckxTG6A1NIJX4aAzCeC { width:14.75rem;height:10.625rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmRrAxQGarO1SIhKfeKk1hdfZ9Cxngsi { width:13.25rem;height:1.70573125rem;top:152.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNtEFGUDTf3LpO8TZpB6qelEoyQ9y2zV { width:12.0625rem;height:1.5rem;top:155.1875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Zeh6k09AQhT3yZDVyytm4fC0QK4Czy { width:13.125rem;height:0;top:159.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rAnLDZX74AgngdSsZcP24pMUcnxLAw { display:flex;width:1.875rem;height:1.875rem;top:158.75rem;left:4.25rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #PPu2w3vUFKQgUAWAqzVzRTABm9KxulzU { display:flex;width:1.75rem;height:1.75rem;top:158.8125rem;left:11.9375rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #CTJzwspTvTAxHovSn8MdGM7A54lBSpXh { width:4.125rem;height:1.3997375rem;top:159.37500762939rem;left:6.4375002980231rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #kAxWoSwgDOv5LOrqV8JFTxkcvb4z3WiO { width:1.25rem;height:1.3997375rem;top:159.375rem;left:14.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #cNNmSqHUTIvqmgd2pkwie4cZnWNM8yGf { display:flex;width:1.875rem;height:1.875rem;top:137.87630448456rem;left:4.125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #dnOMg2ckntstOgMsGN7Ntkc2MFXAqsZZ { width:4.375rem;height:1.3997375rem;top:138.50130448456rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #BTnZfM3sspbzDBvwLk0DJa8ITJtIrvBb { width:20rem;height:5.19791875rem;top:115.11588573456rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFWD8Ai22TSJCScRi2udTflHQe5hbVQ0 { width:15.5rem;height:3.0625rem;top:162.75rem;left:2.2500000596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1GxHvlfWo7eZsFZ6I3gHCQF2JT3GON { display:block; }
 }@media only screen and (max-width: 763px) { #hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb { display:block; }#hn4aI5Gfzhbt6pNS1CemOaCC8VTPgqTb > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzGhVq312xZIkdlP7uIEAi4KqbQxzNXB { width:18.625rem;height:9.75rem;top:1.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npTFnnaw31ICCCfC66lAZepMaZC62Qfd { width:12.497375rem;height:2.59895625rem;top:18.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvEDzycw77ES66cwOUpwoWOHFl2HRHFT { width:18.3125rem;height:12.9948125rem;top:22.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCDiHibh3T7Q8ONI4zihuC3AON6QAsT { display:flex;width:4.5rem;height:4.5rem;top:37.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zJbIgi3GTxwxOT4fz9D6xIT5i3irZc4v { width:10.8125rem;height:2.59895625rem;top:42.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CciLwTME2hGnTdXT5FQO3HnatBZ0FeJf { width:18.1875rem;height:7.796875rem;top:46.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEXpDB5lvKGdI5ekX3FyhpwbFb8dloVR { width:12.497375rem;height:2.59895625rem;top:61.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBpD3JRuBRJbMIbZ5yre8ScCwR0y0iVR { width:18.5rem;height:7.796875rem;top:65.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ZZ8ps3iETIdsp9IXsTJoQ9tShxud4N { display:flex;width:4.5rem;height:4.5rem;top:56.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #NECLcbT1zMcP8xDT2aoC6fmLqIszKCew { width:5.625rem;height:5.625rem;top:12.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp { display:block; }#AuDEMWVTRkxGUdPhZbP3JprqXuwy2vmp > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2cxTDh1T18zEwKBaVl2USuIvX1zmTtW { width:12.497375rem;height:2.59895625rem;top:25.875rem;left:3.7513020634651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiPgfzAr8UAuwzbKulbyic2NF60ZxeWK { width:18.4375rem;height:9.096375rem;top:30rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isl3ZM0guz3Cx1TI1p44k6I6llciVoED { width:7rem;height:4.6875rem;top:20.645835876465rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXbEZunFvFKShSef8r3otvn4GhSwcSQ7 { display:flex;width:4.5rem;height:4.5rem;top:1.4375019073486rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #ghcf3mSphhh1G7A19KtOKfx1hWbgNTbG { width:12.5rem;height:2.59895625rem;top:5.9374885559082rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85AxNZXz1UdFX5FoX0q4mth31qFzTQc { width:18.1236875rem;height:6.497375rem;top:10.375rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU0AVu973gEpNyQwppaq0XgiHlLp5oNK { width:14.125rem;height:2.5rem;top:42.125001907349rem;left:2.9375000596046rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WdDrmWoHHseJ1Hmg9oKWxLKEZnd0q7bH { display:block; }
 }@media only screen and (max-width: 763px) { #Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt { display:block; }#Q82fiFzuDFJ8Z0H1eA0ubRAywsz9rcAt > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNQEquWMTkheON5Xhuzhlxp9i8b7yLWK { width:19.997375rem;height:3.57291875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Ufk3Up4sVEDIOWwunB0s5FPWTPdh4h { width:17.6875rem;height:17.6875rem;top:6.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETviJZ908IHTvWcJ4QTO9QPd7g7mD3AG { width:17.7494375rem;height:18.0619375rem;top:45.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQ2xvbb7VHkFr5dpUTk15LPQevTSzcb { width:17.6873125rem;height:17.9368125rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sToxoXI6aHW92f9ZHKQN59MPF5yy805I { width:12.4361875rem;height:1.70573125rem;top:22.697917938233rem;left:3.7812502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTH9TtzgboRAnbEOtpiTSmdOqIGr6Z2 { width:12.4361875rem;height:1.70573125rem;top:61.375rem;left:3.9375rem;font-size:1.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #bvHrOQoOTgLyhnckmlVCEmetQFvar1x3 { width:12.4361875rem;height:1.70573125rem;top:81.0625rem;left:3.75rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VBXgro39K3xUnluEP9mDzf0bPgk0T5d7 { width:17.5625rem;height:17.5625rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP2WK4nf1oPXGtvH4gDWJc4NaGPFNUrW { width:12.434875rem;height:1.70573125rem;top:42rem;left:3.75rem;font-size:1.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #WNWmfsf4Dv3vzzr9nXTUMyO1LpxmmSTb { width:12.4375rem;height:1.70573125rem;top:101rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDEXUUDu0HSsT19xnaC8z5Om4cSPMVs { width:17.875rem;height:17.875rem;top:84.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPfCimAp5wZmfIpNTtWFX8wSxTITBqp { width:17.875rem;height:17.875rem;top:104.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHBxuXsJMrFLVKRCRLIukq2VrQdMrfz4 { width:12.4375rem;height:1.70573125rem;top:120.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtzv0iienKDSueBdImxTXPD0dG7mUi3W { width:17.875rem;height:17.875rem;top:124.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgHBXiB0IPv6RVxw1SNJcUGB91Q1lT9 { width:15.5rem;height:1.70573125rem;top:140.5rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8uQlQT6l32FNtG9ccls9b0UVa8IBf3 { width:17.6875rem;height:1.9375rem;top:22.583324432373rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTmBoJJcThTUgtGZ7i6q2osu1zIuIcW { width:17.4375rem;height:1.875rem;top:41.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSZMS70Qmi3SoGoA1LCTTM7dbKWpn5t { width:17.9375rem;height:1.9375rem;top:140.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiTZbQkznblhGXWprLJFT5IAuqaTLxg { width:17.75rem;height:1.9375rem;top:61.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLs4VJ4XaNlPNw1ixtcWMa1WZVL4saBg { width:17.8125rem;height:1.9375rem;top:120.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp7EDFahGdqQqSGVU1moEoSb9pmyMHTQ { width:17.9375rem;height:1.9375rem;top:100.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfzzIZ7TlRwKq2MsDu2kxC7ceonBeadT { width:17.625rem;height:1.9375rem;top:81.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EShbfCPVB3ykiiEKfwMX3W1IuC578vqc { display:block; }#EShbfCPVB3ykiiEKfwMX3W1IuC578vqc > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTddh0eoTnv7yN4d4LkHZRaBI0TsUnpe { width:19.187rem;height:8.125rem;top:1.25rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZZf8CTN80newWGaSPFrvwqHEvSQHQ0 { width:16.5625rem;height:3.125rem;top:11.562501907349rem;left:1.7187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpO6wJtKg1EAH5uET7yIbNMf49saPKgZ { display:block; }
 }@media only screen and (max-width: 763px) { #LAEvzQRvwLEN73geZHolX3HPKFP4MXGG { display:block; }#LAEvzQRvwLEN73geZHolX3HPKFP4MXGG > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqtZCSDvsaPZ8fia4L0AMO6ulOHkT0QV { width:19.3125rem;height:7.9581875rem;top:3.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecC506CeXAoikKmBR5GngCEJZJK6r05l { width:10.4375rem;height:2.375rem;top:0.625rem;left:4.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9sblE5ahpESxdmIi2AbWI0y6cqxRZw { width:19.25rem;height:3.41015625rem;top:15.5rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdDewTibmesUuyPxLLIwhIikC0RULn0J { width:15.2495625rem;height:2.4479125rem;top:13.120658874512rem;left:2.3741319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }