.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3aa45e5f-a85c-4e8f-aa2a-5e7eb2ac5c81/rumahstellagreenlake_tipe10x15_c04a_6000hi240702A.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.adaptive-delivery-prevent-bg, #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.lazyload, #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.lazyloading { background-image: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { background-color: transparent; background-image: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container > .video-iframe-container { display: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container { display: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .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); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { border-width: 0; border-radius: 0; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u::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; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#UL8LWvfWSEfXclqwFQ3cgBl3xXbqqpF5 { position:absolute;display:block;z-index:15000;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:6.625rem;width:8.5625rem;top:0.625rem;left:20.875rem;overflow:hidden;display:block; }
#V2CHEzLipnLGKA5sXzlUQ5xI6zJ7g7BH { color:#e9ecda;display:block;width:21.3125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:11.25rem;left:51.687503814698rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynsW7FJEJ9FHzsLi3a65lyt8QHiAOUQw { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.75rem;width:23.8125rem;top:10.25rem;left:50.437503814698rem;display:block; }
#PDFnlG6FOgzAcFtH1g849BM45XtBvps2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.9375rem;left:1.5625rem;display:none; }
#udMATWBlOlqdqev7UtbTVwnDvH7D7LHQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.9375rem;left:1.5625rem;display:none; }
#MoEL2TGFiyqFqI2U62uKGwFhUp3wL1WG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.5rem;left:28.125rem;height:4.95483125rem;font-style:normal;display:none; }
#lEF7GTZ73ocosUVlcpubTcRZ69GwXfkW { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmEe1xoyb3MVVOf6Nu4rFB5ThFhEBFtB { color:#f6a400;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.270833969116rem;left:8.75rem;height:4.0625rem;font-style:normal;display:block; }
#Dq9i2WdadfFhoFp6FMRHHnPFfPVGXsPN { color:#ffffff;display:block;width:4.5612rem;position:absolute;font-family:"open sans";font-size:6.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.8125rem;left:26.281253814698rem;height:7.88125rem;font-style:normal;display:block; }
#NLcABVQcTXK3vrCBIXp004GP93ZhRr3a { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.250001907349rem;left:31.833332061767rem;height:2.275rem;display:block; }
#FXa8ntL1VdepMaMdIFgp8B9bfdRRwb29 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:22.00390625rem;left:17.15625rem;height:1.8684875rem;display:block; }
#QzrLHP2PLRSGxb0fr8hO8LL5pHzKUrGp { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:38.75rem;left:20.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6UQnzNfsHBcWdivyWOdfmZ0TfafFVC2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:36.25rem;left:23.8125rem; }
#wrtFuHrvtRvdo3v9vE7xCovA1ahZr5Cc { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:38.75rem;left:30.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciMdPqlki423FTxFMB3RURnKGH4L8Qtd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36.0625rem;left:36.4375rem; }
#wnrwngHfBOp8FtFaE70FaAUyTyBBcEtt { color:#fbfbfb;display:block;width:6rem;position:absolute;font-family:"open sans";font-size:10.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:19.9375rem;height:14.21875rem;font-style:normal;display:block; }
#SzTA71mxI3FcXPe00efq9Jbxwnw9dumx { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:36.0625rem;left:12.1875rem; }
#eKrA0WltG8hKKIMT2A74gSebqSydakWt { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:38.75rem;left:8.0625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRgT1p2EZEsdOphkhOUw9pKEkXXz5kvk { color:#fffdfe;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:19.684896469116rem;left:35.927082061767rem;height:1.4625rem;font-style:normal;display:block; }
#lCiRlmHJJUK8fhTxddvTNILmf9LO7xOp { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.458333969116rem;left:3.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-form-header {  }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#ffffff;width:18.375rem;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; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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:18.375rem;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(0,0,0,0.15) ; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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:18.375rem;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(0,0,0,0.15) ; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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:18.375rem;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(0,0,0,0.15) ; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#153d41;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:18.375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:1.0625rem;font-weight:400;font-style:normal; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:1.0625rem;font-weight:400;font-style:normal; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:1.0625rem;font-weight:400;font-style:normal; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:1.0625rem;font-weight:400;font-style:normal; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .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:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-container:first-of-type{padding-top:0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-container:last-of-type{padding-bottom:0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.906253814698rem;top:17.583333969116rem;z-index:15009;position:absolute; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 {display:block;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.906253814698rem;top:17.583333969116rem;z-index:15009;position:absolute; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #n9LdzEmm02p8CBOJuF0gHmRgcV0naiFt { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #wS9t5FW1W5B8TTJgQVEXgXJxiovngEJi { position:relative;display:block; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #NAMnQWitJi9By1Gve4J0SGVERJrIJBEk { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #CcbkO0weWS1hanizhVqhsQXfxhDUG6ND { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #J76v3BsEoTLw86rvEtJ90bO3NOtwwFwd { position:relative;display:block; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #T9LsKXlbZt4BnvnelTwySrpTr68DAv6V { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #fsKyG6JSOWXzudmSPD5iUOq245ipQEPd { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #DMV1nXe9pTxvw9Tuqfz11bU7bWnK1sZz { position:relative;display:block; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #qTFw0qhmDIlflITQzbmQqJboZEfTJ8Lk { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #HX1rNEHNtafc0D2Dgg1nOgqtNhtyH2u5 { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #g5JMWTQBuPc2wii6TK4WxthhdUOeE9dT { position:relative;display:block; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #e0TbT7Hi8Bs0O9FZJ8zwy13kvbOMuppE { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #N0hRhESXJMQliscbI0M5kPFw0uDlzVBZ { position:relative; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #xGdp4ly7zITVLGMVh5nlkaaWAX7xqwLR { position:relative; }
#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container { background-color: transparent; background-image: none; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container > .video-iframe-container { display: none; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row > .video-iframe-container { display: none; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .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); }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container { border-width: 0; border-radius: 0; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#oPT3XTlTWCXUDgNK5gcTAhgWNNH4GWFP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:35.875rem;top:1.01171875rem;left:0.8125rem;overflow:hidden;display:block; }
#TB29MuLRC2uowmEafphB7QaEkcFEAHvr { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1rem;left:38.5rem;height:7.55469375rem;font-style:normal;display:block; }
#Dlm9c9uywzBTXLaBhuGZvHe3xaMHlozd { position:absolute;display:block;z-index:15013;background-color:#000000;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.24609375rem;width:34.997375rem;top:6.625rem;left:38.75rem;display:block; }
#ta78Er26m3qdZ8tATmKZiHer3ET0ZXLW { background-color:#153d41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.496125rem;height:3.1171875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.852865695953rem;left:38.500003814698rem;display:block; }
#pzKcySIHIbyh5SmeXAemK9yBqpQ25aZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3azBgZKBTsDgZzUGOI3VB98vMyG1WK8 { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:7.9375rem;left:38.8125rem;height:23.9843625rem;text-align:justify;text-align-last:initial;display:block; }
#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f6;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; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container { background-color: transparent; background-image: none; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container > .video-iframe-container { display: none; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row > .video-iframe-container { display: none; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .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); }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container { border-width: 0; border-radius: 0; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#HfNtWoKetyTnIhRtn693z7L9EKOMpbut { color:#282727;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.125rem;height:5.03645625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DT1HHVKPmnBHuAhvPvNME0bLD11e3RaV { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.1875rem;left:2.125rem;height:6.49740625rem;text-align:justify;text-align-last:initial;display:block; }
#KD2bhvF2sKTHGT8uPPhuTwAyZsfthTE9 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.1875rem;height:6.497375rem;text-align:justify;text-align-last:initial;display:block; }
#R5tywpAGhb8FhEa0GXlXDcoWomUs3X8S { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:22.0625rem;left:2.125rem;height:6.497375rem;text-align:justify;text-align-last:initial;display:block; }
#VeqTH1ZH1LcOuQSbpHCAx3DS0aBuClo6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:45.6875rem;top:0.625rem;left:28.207035064698rem;overflow:hidden;display:block; }
#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfffb;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; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container { background-color: transparent; background-image: none; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container > .video-iframe-container { display: none; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row > .video-iframe-container { display: none; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .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); }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container { border-width: 0; border-radius: 0; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container { font-size:0.875rem;font-family:arial;height:95rem;width:75rem;position:relative;display:block; }#oJlFKntJkSGdlThQSpAhcwFoL2p3Qbx4 { color:#14261c;display:block;width:74.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74999904632569rem;left:0.74869918823244rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glQTReC7t36ckgOLX2oy9455Zy1sb1Cl { background-color:#14261c;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:90.4375038147rem;left:29.394535064698rem;display:block; }
#HDhbC5GTwQzZ0OXkLZA4UqxxID6w29EP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHbzBNWHhONbtSdQZAT6TiRskiOK1cih { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:26.5625rem;left:12.75rem;height:2rem;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; }
#TnBwtF3za3s2MpiUk4IIN8ZTgWBTRS9a { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:30.25rem;left:10.0625rem;height:1.59895625rem;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; }
#k5K25kU6ZcUDillfLlledLxtDN1MZTJO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:31.8125rem;left:16.8125rem; }
#PPswuQoV363TNXdcQ3TlRkmp8pHqt4fs { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:31.8125rem;left:12.3125rem; }
#lQ71qocWKXpESWbQ0IAKJFXVDZCymBqL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:31.8125rem;left:21.1875rem; }
#KDkyRK9LdhqZ4AtrQ7G4vJTiQKznGp69 { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:32.25rem;left:14.125rem;height:1.59895625rem;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; }
#WP4iQ3TEGeAh07UZqHE97d4lioaDqI7M { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15072;line-height:1.6;letter-spacing:0;top:32.4375rem;left:22.9375rem;height:1.59895625rem;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; }
#MgJOObmrTdJw4OWdPsAlRaVIHg0OJfOO { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:32.25rem;left:18.5625rem;height:1.59895625rem;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; }
#nhpb3RVDsLZkDBqQEAx60zcduOvIONcz { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:29.3125rem;left:10.4375rem;height:1.22395625rem;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; }
#kunGBA6t0XHfctezDHMlguHM9lBTlDDv { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:34.5625rem;left:10.5rem;height:1.22395625rem;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; }
#r9aTdyVePM7TgSVdVJ8aLbArXKPqFJmE { position:absolute;display:block;z-index:15035;background-color:#ffffff;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:38.0625rem;width:21.375rem;top:8.375rem;left:7.6875rem;display:block; }
#sHqI7hNCoS0O0FO53WOwgm1zf08Ny4nJ { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:35.5625rem;left:10.0625rem;height:1.59895625rem;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; }
#VMgNusE4Iv00IikJJ1Ut1TiocbGDwXGV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:37.125rem;left:12.3125rem; }
#iXsPyOMorpqGzPtFGeX4o31K33bZZqab { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:37.5625rem;left:14.125rem;height:1.59895625rem;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; }
#cMqagdylKxmNDiKXAGUAMvIzQv1767iB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:37.125rem;left:16.8125rem; }
#W9nBtqUKXtD3XZVKOxC9kreQvi0EtTBq { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:37.5625rem;left:18.5625rem;height:1.59895625rem;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; }
#Ax6vQg6GtoDIUKEfmKcqelIXTD16oWe1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:37.125rem;left:21.1875rem; }
#sIVi5FR6wSg3frk9V9iRtap9bD83L1p1 { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:37.6875rem;left:22.9375rem;height:1.59895625rem;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; }
#OAOTN5x2f8oNoBINHRCMSSKiVXE7NJtE { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:39.75rem;left:10.5625rem;height:1.22395625rem;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; }
#PTCVoOQyK7sbCnLgFstFs8pCO37zT6RD { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:41rem;left:10.0625rem;height:1.59895625rem;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; }
#Vdz14HCT9RsaqOMTv5NBwoWzcoaZ9TEy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:42.75rem;left:12.3125rem; }
#OlWTQJFGLUTB4y6lHLCxUn7sSirh9I8v { color:#14261c;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:43.0625rem;left:14.125rem;height:1.59895625rem;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; }
#wySZB3IXMWrgDsaX8vPT42oWIM1401wi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:42.75rem;left:16.8125rem; }
#BqPt9LrhOrIUUWvFroMrtbtIv5FVyWtb { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:43.1875rem;left:18.5625rem;height:1.59895625rem;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; }
#TtehxqK3ZT3Q8elKennlL1XWPWmR7Bto { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:42.75rem;left:21.1875rem; }
#qeFDvZBLCBkxLWXHg7ZGHFFcRzmv7J75 { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:43.25rem;left:22.9375rem;height:1.59895625rem;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; }
#gwAzzTpcQJ5cG93uZrc3TLelNNKns9n3 { position:absolute;display:block;z-index:15045;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:17rem;width:17.25rem;top:9.3125rem;left:9.875rem;overflow:hidden;display:block; }
#eQQNgBwecgzQFaavw4VrI4iUkFLJfv1U { position:absolute;display:block;z-index:15062;background-color:#ffffff;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:38.0625rem;width:21.375rem;top:8.5625rem;left:45.0625rem;display:block; }
#adicSG78ZsHI7tun4X3FnD64T2Rx8rhy { position:absolute;display:block;z-index:15072;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:17rem;width:17rem;top:9.5rem;left:47.3125rem;overflow:hidden;display:block; }
#tVAP8UUd1VA4vq343vFX6e9Ha1fKL20P { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:26.5625rem;left:50.625rem;height:2rem;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; }
#R0w9eLfoPEo32KQuofLUzrSJ4iONFTr2 { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:30.625rem;left:47.5rem;height:1.59895625rem;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; }
#zo2acPgVnlc4mTDsJ9NemNLVwOlipA8R { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:29.5rem;left:47.875rem;height:1.22395625rem;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; }
#V4Fx3aXtb2TinLak7tHZAmG6x5xnASmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:32.1875rem;left:54.25rem; }
#yJCDnmHOrI31BzfyUcu8GVTJPxzRL4GZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:32.1875rem;left:49.75rem; }
#ziadTHDIdeT18cSHMLO3ceBziuQF2Dzb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:32.1875rem;left:58.625rem; }
#gvSm70Q5Dy94vTg5erO1ePh64Cp3alik { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:32.625rem;left:51.5625rem;height:1.59895625rem;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; }
#DSGL8HwuDOwz3bx5waR6QEr2SBQ8klN1 { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15099;line-height:1.6;letter-spacing:0;top:32.8125rem;left:60.375rem;height:1.59895625rem;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; }
#W87NURhX3KJxS4a9MfuM96HdvcChCK6o { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15098;line-height:1.6;letter-spacing:0;top:32.625rem;left:56rem;height:1.59895625rem;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; }
#SSRbuXrFk9BIzJ5vITzi4BrdUhPd7eHQ { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.4;letter-spacing:0;top:34.75rem;left:47.9375rem;height:1.22395625rem;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; }
#ibetsTV4Og8cHMuzpz1C15ltpqi0oZuv { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:35.5625rem;left:47.5rem;height:1.59895625rem;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; }
#idwZGeX6zrT6Z82tFXvebpht235CeGaT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:37.3125rem;left:49.75rem; }
#xb2aWMS6HStS2W3yO3rWswR9GUbyg1RX { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15103;line-height:1.6;letter-spacing:0;top:37.75rem;left:51.5625rem;height:1.59895625rem;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; }
#GSCcveouIOMf9TsPObpAdTup4BMbC50w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:37.3125rem;left:54.25rem; }
#Spc7I8rxqT8BXGJBomgwQ37hpUwhJIEm { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15104;line-height:1.6;letter-spacing:0;top:37.75rem;left:56rem;height:1.59895625rem;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; }
#REzGcoRFh40i5XnLortLrOG2T72J4Zw5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:37.3125rem;left:58.625rem; }
#mFeqXBydU4uzzRHia62FNCJnJTBU5Ky0 { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15105;line-height:1.6;letter-spacing:0;top:37.875rem;left:60.375rem;height:1.59895625rem;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; }
#iW6Fzmg6ZuFUAv6TibAKlpKy4OJRGXTg { position:absolute;display:block;z-index:15062;background-color:#ffffff;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:38.0625rem;width:21.375rem;top:49.5rem;left:7.6875rem;display:block; }
#vvqrfovSHtHPqZzkK2yZlFWoF8OQQisg { position:absolute;display:block;z-index:15072;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:17rem;width:17rem;top:50.4375rem;left:10rem;overflow:hidden;display:block; }
#GnqndGdNJ3VToiryDltshZLuDz3hmMRA { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:67.6875rem;left:13rem;height:2rem;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; }
#gpVLcSViVTMxeQkKIufaG3oxdiUwTJez { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:71.375rem;left:10.125rem;height:1.59895625rem;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; }
#SfpetWDWPkNdy5FTyzZxvdVQuy6sC9AI { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:70.4375rem;left:10.5rem;height:1.22395625rem;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; }
#v5OHmav6dddcJKP3BMnFNTC80fepLqws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:72.9375rem;left:16.875rem; }
#myQ48LxiAu6yHZdpxh1Ns6IlFvp3iobA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:72.9375rem;left:11.9375rem; }
#OQ7P8fTNhUz7kQFhHQVoC2J1DIDIIHNl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:72.9375rem;left:21.75rem; }
#UvKTNQoVUTsxnwQzSNNk8T645RDKksZN { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:73.375rem;left:13.75rem;height:1.59895625rem;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; }
#P26hfOZvgSThUyzsAwlHXqdmiUwaeaNf { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15099;line-height:1.6;letter-spacing:0;top:73.4375rem;left:23.5rem;height:1.59895625rem;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; }
#zSZgQx4GzA5hMoNxUOSPc7m7to6pGZFg { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15098;line-height:1.6;letter-spacing:0;top:73.375rem;left:18.625rem;height:1.59895625rem;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; }
#OZZM0fBn2eTsHyUMsWu1Pf3tyFtg7wT8 { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.4;letter-spacing:0;top:75.6875rem;left:10.5625rem;height:1.22395625rem;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; }
#aNzfiILBczf9h56TnAhf0zViJJk1l5GF { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15097;line-height:1.6;letter-spacing:0;top:76.6875rem;left:10.125rem;height:1.59895625rem;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; }
#ThbJzfrEGNabV9WOrb4xNNokJDLEpQpx { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:78.25rem;left:11.9375rem; }
#EcztASzdwsuKVXQB1VwKWBJu7i0LKSzN { color:#14261c;display:block;width:2.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15103;line-height:1.6;letter-spacing:0;top:78.6875rem;left:13.75rem;height:1.59895625rem;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; }
#sFdXzp1VpTyZ5z4MkwQW0rE5WsBBvc5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:78.1875rem;left:16.875rem; }
#OhBlSOIxS34X0Oxecxi6aWeXzuc2BBnk { color:#14261c;display:block;width:2.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15104;line-height:1.6;letter-spacing:0;top:78.6875rem;left:18.625rem;height:1.59895625rem;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; }
#HThIsSp68u6dQ2N0UwgATEGbzZTES41M { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:78.25rem;left:21.75rem; }
#URicStaTuLpIiv315tzlgrlUGrsXwmld { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15105;line-height:1.6;letter-spacing:0;top:78.8125rem;left:23.5rem;height:1.59895625rem;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; }
#vXxqXkgozTaSSybRofCKf61RpeoAtBua { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:80.875rem;left:10.625rem;height:1.22395625rem;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; }
#GN7x3P84oGFt2TUWGp853RlEndf1JdNk { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15098;line-height:1.6;letter-spacing:0;top:82.125rem;left:10.125rem;height:1.59895625rem;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; }
#ZxDRFT7OLQVgOcyBDTTkoetp02d7XtKD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:83.875rem;left:11.9375rem; }
#GcmiZTbJGzcgMrmF2kyZqQvuipe4udAx { color:#14261c;display:block;width:2.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15104;line-height:1.6;letter-spacing:0;top:84.1875rem;left:13.75rem;height:1.59895625rem;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; }
#dNGV09iBKRLTGB89LLa64evZoG0JWMGB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:83.8125rem;left:16.875rem; }
#mqi4fdN1mv5l2FoCAGgTDb58kTvvWi5D { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:83.875rem;left:21.75rem; }
#WpGtST5kVZqcwdp7LFAmmBf77gyWhrGo { color:#14261c;display:block;width:2.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15105;line-height:1.6;letter-spacing:0;top:84.1875rem;left:18.625rem;height:1.59895625rem;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; }
#cBxiNwTWq0priE0WWFK6mmlvBMmrOw3V { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15106;line-height:1.6;letter-spacing:0;top:84.375rem;left:23.5rem;height:1.59895625rem;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; }
#gTZAyc3mrtEyRv1kPOgNTU8fAyfdKoFG { position:absolute;display:block;z-index:15089;background-color:#ffffff;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:38.0625rem;width:21.375rem;top:49.6875rem;left:44.625rem;display:block; }
#hM363FrBPsIUaa2W5zuxH9D4yiDM9cbF { position:absolute;display:block;z-index:15099;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:17rem;width:17rem;top:50.625rem;left:46.9375rem;overflow:hidden;display:block; }
#NTNG8bV142FPcWAz9wmEUkHOCLBlDEHX { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15124;line-height:1.6;letter-spacing:0;top:67.875rem;left:49.9375rem;height:2rem;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; }
#aFp3QPwIc761OdulfCla5hwtzEH3EcHP { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15126;line-height:1.4;letter-spacing:0;top:70.625rem;left:47.4375rem;height:1.22395625rem;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; }
#zhmvUA537ODcGlvQPvWfhleLRKNbD9Os { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15123;line-height:1.6;letter-spacing:0;top:71.5625rem;left:47.0625rem;height:1.59895625rem;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; }
#wsPAdDL7GwHkkQw0Rv1Fh9lebx2uiLJV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:73.125rem;left:53.8125rem; }
#TxgPvTHoqgBiuIgOqofmArLVWSPz8dxS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:73.125rem;left:48.875rem; }
#aKODlw7tO6Bl3dL1Bq5NqeBIUWlocrvZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:73.125rem;left:58.6875rem; }
#IBENkAASvJJ1Jnq6a0TOZcKTlWysayIU { color:#14261c;display:block;width:2rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15124;line-height:1.6;letter-spacing:0;top:73.5625rem;left:50.6875rem;height:1.59895625rem;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; }
#GrKNBzNT0tLMq9Qi4V1X0JGJmVHZqAhU { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15126;line-height:1.6;letter-spacing:0;top:73.625rem;left:60.4375rem;height:1.59895625rem;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; }
#miiQIunygtBOKJ0TAzrB5wrUnxbypBb6 { color:#14261c;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15125;line-height:1.6;letter-spacing:0;top:73.5625rem;left:55.5625rem;height:1.59895625rem;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; }
#BUhcgSrCZacatoJTm3Ln8dC946I3p3Ap { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15125;line-height:1.4;letter-spacing:0;top:75.875rem;left:47.5rem;height:1.22395625rem;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; }
#EmrEx9kkTPigDOE2cGzrkMtmsgkU267O { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15124;line-height:1.6;letter-spacing:0;top:76.875rem;left:47.0625rem;height:1.59895625rem;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; }
#iAqrdVTmOWDkrcUeteTSE6ldH4TiwQU8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:78.4375rem;left:48.875rem; }
#vaBLu6pZMkRNU3XWL7LFOOeW2biTtlqr { color:#14261c;display:block;width:2.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:78.875rem;left:50.6875rem;height:1.59895625rem;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; }
#x01ERW8moVmyJ0tg4qwiXJMXOGDTUr4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99805rem;width:1.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:78.375rem;left:53.8125rem; }
#oy4aEaxNe9sBsSv1i4bTcmBIIocXryS8 { color:#14261c;display:block;width:2.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15131;line-height:1.6;letter-spacing:0;top:78.875rem;left:55.5625rem;height:1.59895625rem;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; }
#iArulkDzRGKxpZZtQ5sVA89uWJ1aPPeR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9976125rem;width:1.9976125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:78.4375rem;left:58.6875rem; }
#xTcz33AzKxXKPoxBxElteqbwMNA4h7BL { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15132;line-height:1.6;letter-spacing:0;top:79rem;left:60.4375rem;height:1.59895625rem;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; }
#THZQFekwzGiuwfzzVOTtQZZEFzOu19Tt { position:absolute;display:block;z-index:15133;background-color:#ffffff;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:2rem;width:17.25rem;top:24.5rem;left:9.875rem;display:block; }
#uTg0pELBD8KEIOxSsRS3dbebrdIzEV4E { position:absolute;display:block;z-index:15134;background-color:#ffffff;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:2rem;width:17.25rem;top:24.645835876465rem;left:47.291667938233rem;display:block; }
#TtItfWGsIhTuqsCZlJFbT7PUgtR8fXPd { position:absolute;display:block;z-index:15134;background-color:#ffffff;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:2.25rem;width:17.4375rem;top:65.270828247069rem;left:9.8125rem;display:block; }
#lhuVDJKF3K2CNRxyrmHbt5gkRNOzWMiX { position:absolute;display:block;z-index:15135;background-color:#ffffff;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:2.375rem;width:17.375rem;top:65.375rem;left:46.687503814698rem;display:block; }
#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153d41;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; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container { background-color: transparent; background-image: none; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container > .video-iframe-container { display: none; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row > .video-iframe-container { display: none; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .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); }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container { border-width: 0; border-radius: 0; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#zB9PEWyztzLaTozCKJrqmOPKqmAS97iw { color:#fafafa;display:block;width:69.5625rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:3rem;height:3.00520625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2ur14NBbuX72znOm5VSNyNIbv3m1Jyx { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.3125rem;left:57.75rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#nDkugI7TMkotpGfRoB1zXPeCXLRUcRBb { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.3125rem;left:38.6875rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#XQpmqe1x2q6tBuRskma2fHyqp7tFaVLS { color:#ffffff;display:block;width:14.6244375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.3125rem;left:19.8125rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#DxiqLnCo8JqlxvF5FTHGC3L7RDMRR4qn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10rem;left:20.875rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#alGvlUcXMJvrWgzRfSdP63VlFdPxEPoW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10rem;left:39.625rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzTlAlylrkk1aC1rbUyRxExA2Xm6C84P { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10rem;left:58.375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQJeW7bTVw5iEsH6VTgvZgTG9Qt8F65O { 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:15019;opacity:1;top:4.625rem;left:24.875rem; }
#nJFvXsgltEMCkVT08vRKdkTyL7zuMqJ6 { 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:15023;opacity:1;top:4.625rem;left:43.625rem; }
#mdzCpdPNObay0Osi1mz6X2lCCHu6A9VP { 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:15027;opacity:1;top:4.625rem;left:62.375rem; }
#osdf6bB2tF3c9T5ME2affNmz9H6QxrnE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:2.125rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r23CAiWeQ0QMNnnwXGSrfp1fOwTOaK1P { color:#ffffff;display:block;width:16.8119375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#EkqzO0vcpLhAqppegQ5hhwpIob7BMXIF { 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:15015;opacity:1;top:4.625rem;left:6.125rem; }
#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container { background-color: transparent; background-image: none; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container > .video-iframe-container { display: none; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row > .video-iframe-container { display: none; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .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); }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container { border-width: 0; border-radius: 0; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#eKMdl5KHorplApQORTtu5dkuaiAuW0Tu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:24.1875rem;top:5rem;left:0.625rem;overflow:hidden;display:block; }
#zrtsuyqV8D17kd2rAUQJINBB7JOoMhdO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.375rem;top:5.0625rem;left:50.625rem;overflow:hidden;display:block; }
#yXDvaMBvt6TCLkvEOweTVUlpIo09112o { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.3125rem;top:5rem;left:25.5rem;overflow:hidden;display:block; }
#TvFT5xJK5P8h2312WTQvdq2SkuRr67Hm { position:absolute;display:block;z-index:15025;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.8125rem;width:4.8125rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#Bp2BXMIvXWTWzlzh7KZDJ36ZzltFZnhU { position:absolute;display:block;z-index:15026;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.4375rem;width:7.4375rem;top:12.6875rem;left:17.4375rem;overflow:hidden;display:block; }
#qr1w0DQKrkZtQpFllKB5rT5TUdRTpBoH { position:absolute;display:block;z-index:15026;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.8125rem;width:4.8125rem;top:3.8125rem;left:24.8125rem;overflow:hidden;display:block; }
#xHe7aEDkpKyMiCJStHnKRrFx8pJQOJzz { position:absolute;display:block;z-index:15027;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.8125rem;width:4.8125rem;top:3.875rem;left:49.8125rem;overflow:hidden;display:block; }
#GDy4d4gGpfmmHqkNeinbCSItqZCArxKV { display:block;width:16.75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0.625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;color:#14261c;display:block; }
#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container { background-color: transparent; background-image: none; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container > .video-iframe-container { display: none; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row > .video-iframe-container { display: none; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .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); }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container { border-width: 0; border-radius: 0; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#nMvde5Ha55NCIliOZyEtTrfrgBZPC1My { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.1875rem;top:1.75rem;left:0.625rem;overflow:hidden;display:block; }
#Expp0A2hONuIk46peS9UTo8bzm2KQX5A { background-color:#143e32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.12239375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.875rem;left:34.1875rem;display:none; }
#zz1VEJDmQ1FXd3mAsyEdSH15IhR1sLPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DX3pQAO850GFGKo8KH5NlJvI056JTPk4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.375rem;top:1.8333339691162rem;left:50.623699188233rem;overflow:hidden;display:block; }
#y1wKrcuhhIAWt1yBzCb3JKwRshy7xVX1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:24.3125rem;top:1.75rem;left:25.5rem;overflow:hidden;display:block; }
#ubVtlmhMIka9sXvkBBMZfpNGPiyok9Cc { position:absolute;display:block;z-index:15025;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.8125rem;width:4.8125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f6;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; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container { background-color: transparent; background-image: none; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container > .video-iframe-container { display: none; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row > .video-iframe-container { display: none; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .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); }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container { border-width: 0; border-radius: 0; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#qtwHgPhGxGiWwPzR1uEiI1S5GZQ376co { position:absolute;display:block;z-index:15013;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:4.25rem;left:27.8125rem;display:block; }
#nqAGAUpZAChGBPR1WanT2IxTGfdJSAdC { position:absolute;display:block;z-index:15014;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:4.25rem;left:52.8125rem;display:block; }
#MX6ES83SPmZWx3genuEpIh4hf32ESBcu { color:#284d42;display:block;width:19.3120625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:27.875rem;height:1.13789375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zqt9xLaRM2mVR19gziLv9dTT19t8VIdc { color:#284d42;display:block;width:19.3120625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.9375rem;left:52.875rem;height:1.13789375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPZTC62LTPKmoWUapgNXik6pThxnWgXx { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.125rem;left:28.6875rem;height:4.546875rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#BJ2a9eSFUoFIZapQkXxilXaLZQ95wHia { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.4375rem;left:53.75rem;height:5.68359375rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#yf9KS43X3hCV3ycJmCCrCw25WlpcPpQz { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.0625rem;left:35.8125rem; }
#IzKAldq1o4Mf1VrNAtcAEnFvG5fpA5oG { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9rem;left:60.8125rem; }
#Iva81S81fOf1FK5w6F5QaEPr8BPvbUNF { position:absolute;display:block;z-index:15012;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.436875rem;top:4.25rem;left:2.8125rem;display:block; }
#zDgwQ7087IMV3bPOuFafgJx4kHLAcurz { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.8125rem;height:1.13789375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVgPs4Dp3F25f3FGPFwfJkVM4y6p0m9i { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.6875rem;left:4.0625rem;height:3.41145625rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#aIC9eJTCZ31NiFiqbt39rToEXAeaAodv { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:8.4375rem;left:10.8125rem; }
#GJmhVoCJOI5WRqJBBe71PtcNoZRzTd4B { color:#000000;display:block;width:46rem;position:absolute;font-family:neuton;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.8125rem;height:3.57539375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container { background-color: transparent; background-image: none; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container > .video-iframe-container { display: none; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row > .video-iframe-container { display: none; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .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); }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container { border-width: 0; border-radius: 0; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#tBL42P2eTM2DOOphmINeEv9uqv3VG2I9 { background-color:#143e32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.12239375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.875rem;left:34.1875rem;display:block; }
#gr6nmoH93woapaXqw08TT1Ucm3pw12Bh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TU4nCrFwQgFdaAmh02JqhqGErM8iEwTK { color:#14261c;display:block;width:37.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5625rem;left:34.1875rem;height:2.76041875rem;font-style:normal;display:block; }
#L63DOfeCmKAKPoEkDUT6Z1Gyfif1udDB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30rem;top:0.1875rem;left:2.75rem;overflow:hidden;display:block; }
#IZz71Fn1TXevUlaDILRZKtpmwDHRfInl { color:#284d42;display:block;width:39.9375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:34.1875rem;height:2.925rem;font-style:normal;display:block; }
#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153d41;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; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container { background-color: transparent; background-image: none; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container > .video-iframe-container { display: none; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row > .video-iframe-container { display: none; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .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); }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container { border-width: 0; border-radius: 0; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#tBUXtPJCyIv03qz59RcrG6D3fRqW5Xpl { position:absolute;display:block;z-index:15035;height:16.5rem;width:30rem;top:1.1250038146973rem;left:43.184894561767rem;display:block; }
#ku98nLK5IeXKSFJ2nasCcyWSKAZpmxpS { color:#ffffff;display:block;width:18.0611875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11rem;left:25.8125rem;height:3.41145625rem;font-style:normal;display:block; }
#mPQl1C87fMdA5VWswEG5r0rTbOzikZXv { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6.5rem;left:25.8125rem;height:3.5rem;font-style:normal;display:block; }
#Zz6KeBWDIiKHrr7FSh7KNivrul4TL51y { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.125rem;left:3.9375rem;height:5.68359375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Tlf9RPUvLhvmXHthx93RJzBnWE1cFTZx { position:absolute;display:block;z-index:15001;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.625rem;width:9.8125rem;top:2.2500076293945rem;left:3.9375rem;overflow:hidden;display:block; }
#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container { background-color: transparent; background-image: none; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container > .video-iframe-container { display: none; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row > .video-iframe-container { display: none; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .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); }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container { border-width: 0; border-radius: 0; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#LoTVKvHOWKbdIkQGTJqKJbGxhPFdiLg9 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0.5859375rem;left:18.33203125rem;height:1.13789375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u { display:block; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL8LWvfWSEfXclqwFQ3cgBl3xXbqqpF5 { top:0.625rem;left:7.25rem;width:8.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2CHEzLipnLGKA5sXzlUQ5xI6zJ7g7BH { top:11.25rem;left:26.4375rem;width:21.3125rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynsW7FJEJ9FHzsLi3a65lyt8QHiAOUQw { top:10.25rem;left:23.9375rem;width:23.8125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFnlG6FOgzAcFtH1g849BM45XtBvps2 { top:33.9375rem;left:0rem;width:3.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #udMATWBlOlqdqev7UtbTVwnDvH7D7LHQ { top:33.9375rem;left:0rem;width:3.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoEL2TGFiyqFqI2U62uKGwFhUp3wL1WG { top:26.5rem;left:14.5rem;width:12.5rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEF7GTZ73ocosUVlcpubTcRZ69GwXfkW { top:13.8125rem;left:0rem;width:43.25rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEe1xoyb3MVVOf6Nu4rFB5ThFhEBFtB { top:10.25rem;left:0rem;width:32.8125rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9i2WdadfFhoFp6FMRHHnPFfPVGXsPN { top:26.8125rem;left:12.656253814698rem;width:4.5rem;height:7.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLcABVQcTXK3vrCBIXp004GP93ZhRr3a { top:31.25rem;left:18.208332061767rem;width:6.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXa8ntL1VdepMaMdIFgp8B9bfdRRwb29 { top:22rem;left:3.53125rem;width:16rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzrLHP2PLRSGxb0fr8hO8LL5pHzKUrGp { top:38.75rem;left:7.25rem;width:8.875rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6UQnzNfsHBcWdivyWOdfmZ0TfafFVC2 { top:36.25rem;left:10.1875rem;width:2.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrtFuHrvtRvdo3v9vE7xCovA1ahZr5Cc { top:38.75rem;left:16.750003814698rem;width:14.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciMdPqlki423FTxFMB3RURnKGH4L8Qtd { top:36.0625rem;left:22.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrwngHfBOp8FtFaE70FaAUyTyBBcEtt { top:21.75rem;left:6.3125rem;width:6rem;height:14.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTA71mxI3FcXPe00efq9Jbxwnw9dumx { top:36.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKrA0WltG8hKKIMT2A74gSebqSydakWt { top:38.75rem;left:0rem;width:10.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRgT1p2EZEsdOphkhOUw9pKEkXXz5kvk { top:19.625rem;left:22.302082061767rem;width:10.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiRlmHJJUK8fhTxddvTNILmf9LO7xOp { top:16.4375rem;left:0rem;width:43.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-regular-label { display:block;width:18.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-text { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-textarea { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-select { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-button { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-checkbox-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8  { width:18.3125rem;height:auto;top:11.25rem;left:26.875rem; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .radio-container { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 {display:block;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 { width:18.3125rem;height:auto;top:11.25rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #n9LdzEmm02p8CBOJuF0gHmRgcV0naiFt {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #wS9t5FW1W5B8TTJgQVEXgXJxiovngEJi { display:none; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #NAMnQWitJi9By1Gve4J0SGVERJrIJBEk {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #CcbkO0weWS1hanizhVqhsQXfxhDUG6ND {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #J76v3BsEoTLw86rvEtJ90bO3NOtwwFwd { display:none; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #T9LsKXlbZt4BnvnelTwySrpTr68DAv6V {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #fsKyG6JSOWXzudmSPD5iUOq245ipQEPd {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #DMV1nXe9pTxvw9Tuqfz11bU7bWnK1sZz {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #qTFw0qhmDIlflITQzbmQqJboZEfTJ8Lk {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #HX1rNEHNtafc0D2Dgg1nOgqtNhtyH2u5 {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #g5JMWTQBuPc2wii6TK4WxthhdUOeE9dT {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #e0TbT7Hi8Bs0O9FZJ8zwy13kvbOMuppE {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #N0hRhESXJMQliscbI0M5kPFw0uDlzVBZ {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #xGdp4ly7zITVLGMVh5nlkaaWAX7xqwLR {  }
 }@media only screen and (max-width: 763px) { #JuiSPsnbRTuKCyXvxepwR514l1OUNeTT { display:block; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPT3XTlTWCXUDgNK5gcTAhgWNNH4GWFP { top:1rem;left:0rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB29MuLRC2uowmEafphB7QaEkcFEAHvr { top:1rem;left:12.1875rem;width:35.5625rem;height:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlm9c9uywzBTXLaBhuGZvHe3xaMHlozd { top:6.625rem;left:12.8125rem;width:34.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta78Er26m3qdZ8tATmKZiHer3ET0ZXLW { width:13.4375rem;height:3.0625rem;top:33.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzKcySIHIbyh5SmeXAemK9yBqpQ25aZR { display:block; }
 }@media only screen and (max-width: 763px) { #D3azBgZKBTsDgZzUGOI3VB98vMyG1WK8 { top:7.9375rem;left:12.6875rem;width:35.0625rem;height:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J { display:block; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfNtWoKetyTnIhRtn693z7L9EKOMpbut { top:0.625rem;left:0rem;width:22.3125rem;height:5.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1HHVKPmnBHuAhvPvNME0bLD11e3RaV { top:14.1875rem;left:0rem;width:20rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2bhvF2sKTHGT8uPPhuTwAyZsfthTE9 { top:6.8125rem;left:0rem;width:19.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5tywpAGhb8FhEa0GXlXDcoWomUs3X8S { top:22.0625rem;left:0rem;width:19.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeqTH1ZH1LcOuQSbpHCAx3DS0aBuClo6 { width:45.6875rem;height:25.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 { display:block; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJlFKntJkSGdlThQSpAhcwFoL2p3Qbx4 { width:47.75rem;height:5.6875rem;top:0.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQTReC7t36ckgOLX2oy9455Zy1sb1Cl { width:14.6875rem;height:3.125rem;top:90.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhbC5GTwQzZ0OXkLZA4UqxxID6w29EP { display:block; }
 }@media only screen and (max-width: 763px) { #OHbzBNWHhONbtSdQZAT6TiRskiOK1cih { width:11.1875rem;height:2rem;top:26.5625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBwtF3za3s2MpiUk4IIN8ZTgWBTRS9a { width:16.875rem;height:1.5625rem;top:30.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5K25kU6ZcUDillfLlledLxtDN1MZTJO { top:31.8125rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPswuQoV363TNXdcQ3TlRkmp8pHqt4fs { top:31.8125rem;left:8.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ71qocWKXpESWbQ0IAKJFXVDZCymBqL { top:31.8125rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDkyRK9LdhqZ4AtrQ7G4vJTiQKznGp69 { width:1.625rem;height:1.5625rem;top:32.25rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP4iQ3TEGeAh07UZqHE97d4lioaDqI7M { width:1.625rem;height:1.5625rem;top:32.4375rem;left:12.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgJOObmrTdJw4OWdPsAlRaVIHg0OJfOO { width:1.625rem;height:1.5625rem;top:32.25rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpb3RVDsLZkDBqQEAx60zcduOvIONcz { width:15.875rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunGBA6t0XHfctezDHMlguHM9lBTlDDv { width:15.875rem;height:1.1875rem;top:34.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9aTdyVePM7TgSVdVJ8aLbArXKPqFJmE { width:21.375rem;height:38.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHqI7hNCoS0O0FO53WOwgm1zf08Ny4nJ { width:16.875rem;height:1.5625rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMgNusE4Iv00IikJJ1Ut1TiocbGDwXGV { top:37.125rem;left:8.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXsPyOMorpqGzPtFGeX4o31K33bZZqab { width:1.625rem;height:1.5625rem;top:37.5625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqagdylKxmNDiKXAGUAMvIzQv1767iB { top:37.125rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nBtqUKXtD3XZVKOxC9kreQvi0EtTBq { width:1.625rem;height:1.5625rem;top:37.5625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6vQg6GtoDIUKEfmKcqelIXTD16oWe1 { top:37.125rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIVi5FR6wSg3frk9V9iRtap9bD83L1p1 { width:1.625rem;height:1.5625rem;top:37.6875rem;left:12.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOTN5x2f8oNoBINHRCMSSKiVXE7NJtE { width:15.875rem;height:1.1875rem;top:39.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCVoOQyK7sbCnLgFstFs8pCO37zT6RD { width:16.875rem;height:1.5625rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdz14HCT9RsaqOMTv5NBwoWzcoaZ9TEy { top:42.75rem;left:8.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlWTQJFGLUTB4y6lHLCxUn7sSirh9I8v { width:1.625rem;height:1.5625rem;top:43.0625rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wySZB3IXMWrgDsaX8vPT42oWIM1401wi { top:42.75rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPt9LrhOrIUUWvFroMrtbtIv5FVyWtb { width:1.625rem;height:1.5625rem;top:43.1875rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtehxqK3ZT3Q8elKennlL1XWPWmR7Bto { top:42.75rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFDvZBLCBkxLWXHg7ZGHFFcRzmv7J75 { width:1.625rem;height:1.5625rem;top:43.25rem;left:12.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwAzzTpcQJ5cG93uZrc3TLelNNKns9n3 { width:17.25rem;height:17rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQQNgBwecgzQFaavw4VrI4iUkFLJfv1U { width:21.375rem;height:38.0625rem;top:8.5625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adicSG78ZsHI7tun4X3FnD64T2Rx8rhy { width:17rem;height:17rem;top:9.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVAP8UUd1VA4vq343vFX6e9Ha1fKL20P { width:11.1875rem;height:2rem;top:26.5625rem;left:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0w9eLfoPEo32KQuofLUzrSJ4iONFTr2 { width:16.875rem;height:1.5625rem;top:30.625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2acPgVnlc4mTDsJ9NemNLVwOlipA8R { width:15.875rem;height:1.1875rem;top:29.5rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Fx3aXtb2TinLak7tHZAmG6x5xnASmh { top:32.1875rem;left:33.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJCDnmHOrI31BzfyUcu8GVTJPxzRL4GZ { top:32.1875rem;left:32.71875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziadTHDIdeT18cSHMLO3ceBziuQF2Dzb { top:32.1875rem;left:35.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSm70Q5Dy94vTg5erO1ePh64Cp3alik { width:1.625rem;height:1.5625rem;top:32.625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGL8HwuDOwz3bx5waR6QEr2SBQ8klN1 { width:1.625rem;height:1.5625rem;top:32.8125rem;left:36.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87NURhX3KJxS4a9MfuM96HdvcChCK6o { width:1.625rem;height:1.5625rem;top:32.625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSRbuXrFk9BIzJ5vITzi4BrdUhPd7eHQ { width:15.875rem;height:1.1875rem;top:34.75rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibetsTV4Og8cHMuzpz1C15ltpqi0oZuv { width:16.875rem;height:1.5625rem;top:35.5625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idwZGeX6zrT6Z82tFXvebpht235CeGaT { top:37.3125rem;left:32.71875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2aWMS6HStS2W3yO3rWswR9GUbyg1RX { width:1.625rem;height:1.5625rem;top:37.75rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSCcveouIOMf9TsPObpAdTup4BMbC50w { top:37.3125rem;left:33.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spc7I8rxqT8BXGJBomgwQ37hpUwhJIEm { width:1.625rem;height:1.5625rem;top:37.75rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzGcoRFh40i5XnLortLrOG2T72J4Zw5 { top:37.3125rem;left:35.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeqXBydU4uzzRHia62FNCJnJTBU5Ky0 { width:1.625rem;height:1.5625rem;top:37.875rem;left:36.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6Fzmg6ZuFUAv6TibAKlpKy4OJRGXTg { width:21.375rem;height:38.0625rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvqrfovSHtHPqZzkK2yZlFWoF8OQQisg { width:17rem;height:17rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnqndGdNJ3VToiryDltshZLuDz3hmMRA { width:11.1875rem;height:2rem;top:67.6875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpVLcSViVTMxeQkKIufaG3oxdiUwTJez { width:16.875rem;height:1.5625rem;top:71.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpetWDWPkNdy5FTyzZxvdVQuy6sC9AI { width:15.875rem;height:1.1875rem;top:70.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5OHmav6dddcJKP3BMnFNTC80fepLqws { top:72.9375rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQ48LxiAu6yHZdpxh1Ns6IlFvp3iobA { top:72.9375rem;left:8.53125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ7P8fTNhUz7kQFhHQVoC2J1DIDIIHNl { top:72.9375rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvKTNQoVUTsxnwQzSNNk8T645RDKksZN { width:1.625rem;height:1.5625rem;top:73.375rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26hfOZvgSThUyzsAwlHXqdmiUwaeaNf { width:1.625rem;height:1.5625rem;top:73.4375rem;left:13.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSZgQx4GzA5hMoNxUOSPc7m7to6pGZFg { width:1.625rem;height:1.5625rem;top:73.375rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZM0fBn2eTsHyUMsWu1Pf3tyFtg7wT8 { width:15.875rem;height:1.1875rem;top:75.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNzfiILBczf9h56TnAhf0zViJJk1l5GF { width:16.875rem;height:1.5625rem;top:76.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbJzfrEGNabV9WOrb4xNNokJDLEpQpx { top:78.25rem;left:8.53125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcztASzdwsuKVXQB1VwKWBJu7i0LKSzN { width:2.3125rem;height:1.5625rem;top:78.6875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFdXzp1VpTyZ5z4MkwQW0rE5WsBBvc5f { top:78.1875rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhBlSOIxS34X0Oxecxi6aWeXzuc2BBnk { width:2.25rem;height:1.5625rem;top:78.6875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HThIsSp68u6dQ2N0UwgATEGbzZTES41M { top:78.25rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URicStaTuLpIiv315tzlgrlUGrsXwmld { width:1.625rem;height:1.5625rem;top:78.8125rem;left:13.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxqXkgozTaSSybRofCKf61RpeoAtBua { width:15.875rem;height:1.1875rem;top:80.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7x3P84oGFt2TUWGp853RlEndf1JdNk { width:16.875rem;height:1.5625rem;top:82.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxDRFT7OLQVgOcyBDTTkoetp02d7XtKD { top:83.875rem;left:8.53125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmiZTbJGzcgMrmF2kyZqQvuipe4udAx { width:2.375rem;height:1.5625rem;top:84.1875rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGV09iBKRLTGB89LLa64evZoG0JWMGB { top:83.8125rem;left:10rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqi4fdN1mv5l2FoCAGgTDb58kTvvWi5D { top:83.875rem;left:11.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGtST5kVZqcwdp7LFAmmBf77gyWhrGo { width:2.3125rem;height:1.5625rem;top:84.1875rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBxiNwTWq0priE0WWFK6mmlvBMmrOw3V { width:1.625rem;height:1.5625rem;top:84.375rem;left:13.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZAyc3mrtEyRv1kPOgNTU8fAyfdKoFG { width:21.375rem;height:38.0625rem;top:49.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM363FrBPsIUaa2W5zuxH9D4yiDM9cbF { width:17rem;height:17rem;top:50.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNG8bV142FPcWAz9wmEUkHOCLBlDEHX { width:11.1875rem;height:2rem;top:67.875rem;left:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFp3QPwIc761OdulfCla5hwtzEH3EcHP { width:15.875rem;height:1.1875rem;top:70.625rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmvUA537ODcGlvQPvWfhleLRKNbD9Os { width:16.875rem;height:1.5625rem;top:71.5625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPAdDL7GwHkkQw0Rv1Fh9lebx2uiLJV { top:73.125rem;left:33.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgPvTHoqgBiuIgOqofmArLVWSPz8dxS { top:73.125rem;left:31.84375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKODlw7tO6Bl3dL1Bq5NqeBIUWlocrvZ { top:73.125rem;left:35.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBENkAASvJJ1Jnq6a0TOZcKTlWysayIU { width:2rem;height:1.5625rem;top:73.5625rem;left:33.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrKNBzNT0tLMq9Qi4V1X0JGJmVHZqAhU { width:1.625rem;height:1.5625rem;top:73.625rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiQIunygtBOKJ0TAzrB5wrUnxbypBb6 { width:2.125rem;height:1.5625rem;top:73.5625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUhcgSrCZacatoJTm3Ln8dC946I3p3Ap { width:15.875rem;height:1.1875rem;top:75.875rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrEx9kkTPigDOE2cGzrkMtmsgkU267O { width:16.875rem;height:1.5625rem;top:76.875rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqrdVTmOWDkrcUeteTSE6ldH4TiwQU8 { top:78.4375rem;left:31.84375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBLu6pZMkRNU3XWL7LFOOeW2biTtlqr { width:2.3125rem;height:1.5625rem;top:78.875rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01ERW8moVmyJ0tg4qwiXJMXOGDTUr4b { top:78.375rem;left:33.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy4aEaxNe9sBsSv1i4bTcmBIIocXryS8 { width:2.25rem;height:1.5625rem;top:78.875rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iArulkDzRGKxpZZtQ5sVA89uWJ1aPPeR { top:78.4375rem;left:35.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTcz33AzKxXKPoxBxElteqbwMNA4h7BL { width:1.625rem;height:1.5625rem;top:79rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZQFekwzGiuwfzzVOTtQZZEFzOu19Tt { top:24.5rem;left:0rem;width:17.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTg0pELBD8KEIOxSsRS3dbebrdIzEV4E { top:24.625rem;left:18.5625rem;width:17.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtItfWGsIhTuqsCZlJFbT7PUgtR8fXPd { top:65.25rem;left:0rem;width:17.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhuVDJKF3K2CNRxyrmHbt5gkRNOzWMiX { top:65.375rem;left:18.5625rem;width:17.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB { display:block; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB9PEWyztzLaTozCKJrqmOPKqmAS97iw { width:47.75rem;height:3rem;top:1.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ur14NBbuX72znOm5VSNyNIbv3m1Jyx { top:13.3125rem;left:34.4375rem;width:13.3125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkugI7TMkotpGfRoB1zXPeCXLRUcRBb { top:13.3125rem;left:20.1875rem;width:15.625rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQpmqe1x2q6tBuRskma2fHyqp7tFaVLS { top:13.3125rem;left:9.3125rem;width:14.5625rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxiqLnCo8JqlxvF5FTHGC3L7RDMRR4qn { top:10rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alGvlUcXMJvrWgzRfSdP63VlFdPxEPoW { top:10rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTlAlylrkk1aC1rbUyRxExA2Xm6C84P { top:10rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJeW7bTVw5iEsH6VTgvZgTG9Qt8F65O { top:4.625rem;left:14.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJFvXsgltEMCkVT08vRKdkTyL7zuMqJ6 { top:4.625rem;left:26.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdzCpdPNObay0Osi1mz6X2lCCHu6A9VP { top:4.625rem;left:38.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osdf6bB2tF3c9T5ME2affNmz9H6QxrnE { top:10rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r23CAiWeQ0QMNnnwXGSrfp1fOwTOaK1P { top:13.3125rem;left:0rem;width:16.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkqzO0vcpLhAqppegQ5hhwpIob7BMXIF { top:4.625rem;left:2.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB { display:block; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMdl5KHorplApQORTtu5dkuaiAuW0Tu { top:5rem;left:0rem;width:24.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrtsuyqV8D17kd2rAUQJINBB7JOoMhdO { top:5.0625rem;left:23.375rem;width:24.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDvaMBvt6TCLkvEOweTVUlpIo09112o { top:5rem;left:0rem;width:24.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFT5xJK5P8h2312WTQvdq2SkuRr67Hm { top:3.8125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2BXMIvXWTWzlzh7KZDJ36ZzltFZnhU { top:12.6875rem;left:10.625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1w0DQKrkZtQpFllKB5rT5TUdRTpBoH { top:3.8125rem;left:18rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHe7aEDkpKyMiCJStHnKRrFx8pJQOJzz { top:3.875rem;left:29.375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDy4d4gGpfmmHqkNeinbCSItqZCArxKV { width:16.75rem;height:3.625rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aer8KiWqPr04fm5K88tBsn7xmQEZuiWa { display:block; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMvde5Ha55NCIliOZyEtTrfrgBZPC1My { top:1.75rem;left:0rem;width:24.1875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Expp0A2hONuIk46peS9UTo8bzm2KQX5A { width:13.5rem;height:3.0625rem;top:9.875rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zz1VEJDmQ1FXd3mAsyEdSH15IhR1sLPA { display:block; }
 }@media only screen and (max-width: 763px) { #DX3pQAO850GFGKo8KH5NlJvI056JTPk4 { top:1.8125rem;left:23.375rem;width:24.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1wKrcuhhIAWt1yBzCb3JKwRshy7xVX1 { top:1.75rem;left:0rem;width:24.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubVtlmhMIka9sXvkBBMZfpNGPiyok9Cc { top:0.5625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 { display:block; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtwHgPhGxGiWwPzR1uEiI1S5GZQ376co { top:4.25rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqAGAUpZAChGBPR1WanT2IxTGfdJSAdC { top:4.25rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX6ES83SPmZWx3genuEpIh4hf32ESBcu { top:12.9375rem;left:12.5rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqt9xLaRM2mVR19gziLv9dTT19t8VIdc { top:12.9375rem;left:28.375rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZTC62LTPKmoWUapgNXik6pThxnWgXx { top:15.125rem;left:14.1875rem;width:17.5625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2a9eSFUoFIZapQkXxilXaLZQ95wHia { top:14.4375rem;left:30.125rem;width:17.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf9KS43X3hCV3ycJmCCrCw25WlpcPpQz { top:9.0625rem;left:22.125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKAldq1o4Mf1VrNAtcAEnFvG5fpA5oG { top:9rem;left:38rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iva81S81fOf1FK5w6F5QaEPr8BPvbUNF { top:4.25rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgwQ7087IMV3bPOuFafgJx4kHLAcurz { top:12.9375rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVgPs4Dp3F25f3FGPFwfJkVM4y6p0m9i { top:15.6875rem;left:0rem;width:16.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIC9eJTCZ31NiFiqbt39rToEXAeaAodv { top:8.4375rem;left:6.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJmhVoCJOI5WRqJBBe71PtcNoZRzTd4B { top:0rem;left:0rem;width:46rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 { display:block; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBL42P2eTM2DOOphmINeEv9uqv3VG2I9 { width:13.5rem;height:3.0625rem;top:9.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6nmoH93woapaXqw08TT1Ucm3pw12Bh { display:block; }
 }@media only screen and (max-width: 763px) { #TU4nCrFwQgFdaAmh02JqhqGErM8iEwTK { top:5.5625rem;left:0rem;width:37.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63DOfeCmKAKPoEkDUT6Z1Gyfif1udDB { top:0.1875rem;left:0rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZz71Fn1TXevUlaDILRZKtpmwDHRfInl { top:2rem;left:0rem;width:39.9375rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb { display:block; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBUXtPJCyIv03qz59RcrG6D3fRqW5Xpl { top:1.125rem;left:1.75rem;width:30rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku98nLK5IeXKSFJ2nasCcyWSKAZpmxpS { top:11rem;left:13.75rem;width:18rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPQl1C87fMdA5VWswEG5r0rTbOzikZXv { top:6.5rem;left:15.875rem;width:15.625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz6KeBWDIiKHrr7FSh7KNivrul4TL51y { top:11.125rem;left:0rem;width:18.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlf9RPUvLhvmXHthx93RJzBnWE1cFTZx { top:2.25rem;left:0rem;width:9.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNRhexTKsXsTv6GavwdPleyk0OPXcUeN { display:block; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTVKvHOWKbdIkQGTJqKJbGxhPFdiLg9 { top:0.5625rem;left:4.70703125rem;width:33.3125rem;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) { #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b093c328-4de3-4e64-8fdd-c82e306434a8/rumahgreenlake_gatec47c_250924.jpg");background-position:top 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; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.adaptive-delivery-prevent-bg, #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.lazyload, #S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u.lazyloading { background-image: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { background-color: transparent; background-image: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container > .video-iframe-container { display: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container { display: none; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .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); }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { border-width: 0; border-radius: 0; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u::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; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1c7r8mwSVMEv2f9a5XP8EM1TwWAQl3u > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL8LWvfWSEfXclqwFQ3cgBl3xXbqqpF5 { width:7.1875rem;height:5.6857625rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2CHEzLipnLGKA5sXzlUQ5xI6zJ7g7BH { width:17.5rem;height:5.39583125rem;top:43.4375rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynsW7FJEJ9FHzsLi3a65lyt8QHiAOUQw { width:19.1875rem;height:31.0625rem;top:42.875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFnlG6FOgzAcFtH1g849BM45XtBvps2 { display:flex;width:2.24935rem;height:1.875rem;top:19.125rem;left:11.125rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #udMATWBlOlqdqev7UtbTVwnDvH7D7LHQ { display:flex;width:2.24935rem;height:1.875rem;top:24.5rem;left:5.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #MoEL2TGFiyqFqI2U62uKGwFhUp3wL1WG { width:12.5rem;height:0;top:15.2490234375rem;left:7.061767578125rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #lEF7GTZ73ocosUVlcpubTcRZ69GwXfkW { width:17.0625rem;height:4.0625rem;top:12.375rem;left:1.4687500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmEe1xoyb3MVVOf6Nu4rFB5ThFhEBFtB { width:20rem;height:2.4375rem;top:9.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9i2WdadfFhoFp6FMRHHnPFfPVGXsPN { width:2.375rem;height:4.0625rem;top:26.5625rem;left:10.25rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLcABVQcTXK3vrCBIXp004GP93ZhRr3a { width:3.625rem;height:2.03125rem;top:28.125rem;left:12.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXa8ntL1VdepMaMdIFgp8B9bfdRRwb29 { width:12.4375rem;height:1.625rem;top:22.6875rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzrLHP2PLRSGxb0fr8hO8LL5pHzKUrGp { width:5.8125rem;height:2.2734375rem;top:36.5625rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6UQnzNfsHBcWdivyWOdfmZ0TfafFVC2 { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:2.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wrtFuHrvtRvdo3v9vE7xCovA1ahZr5Cc { width:5.5625rem;height:3.65625rem;top:36.5625rem;left:14.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciMdPqlki423FTxFMB3RURnKGH4L8Qtd { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:16.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wnrwngHfBOp8FtFaE70FaAUyTyBBcEtt { width:6rem;height:8.125rem;top:23.3125rem;left:5.3125rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzTA71mxI3FcXPe00efq9Jbxwnw9dumx { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:9.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eKrA0WltG8hKKIMT2A74gSebqSydakWt { width:6.875rem;height:3.65625rem;top:36.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRgT1p2EZEsdOphkhOUw9pKEkXXz5kvk { width:8.6875rem;height:1.21875rem;top:18.3125rem;left:11.312500536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCiRlmHJJUK8fhTxddvTNILmf9LO7xOp { width:20rem;height:1.625rem;top:16.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8  { width:15rem;height:auto;top:49.520833969116rem;left:1.2500000596046rem; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 {display:block;}#mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 { width:15rem;height:auto;top:49.520833969116rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #n9LdzEmm02p8CBOJuF0gHmRgcV0naiFt {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #wS9t5FW1W5B8TTJgQVEXgXJxiovngEJi { display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #NAMnQWitJi9By1Gve4J0SGVERJrIJBEk {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #CcbkO0weWS1hanizhVqhsQXfxhDUG6ND {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #J76v3BsEoTLw86rvEtJ90bO3NOtwwFwd { display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #T9LsKXlbZt4BnvnelTwySrpTr68DAv6V {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #fsKyG6JSOWXzudmSPD5iUOq245ipQEPd {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #DMV1nXe9pTxvw9Tuqfz11bU7bWnK1sZz { display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #qTFw0qhmDIlflITQzbmQqJboZEfTJ8Lk {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #HX1rNEHNtafc0D2Dgg1nOgqtNhtyH2u5 {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #g5JMWTQBuPc2wii6TK4WxthhdUOeE9dT { display:block; }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #e0TbT7Hi8Bs0O9FZJ8zwy13kvbOMuppE {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #N0hRhESXJMQliscbI0M5kPFw0uDlzVBZ {  }
 }@media only screen and (max-width: 763px) { #mTyLWKioQBkQTKE9XqKtz7ILJgupMRQ8 #xGdp4ly7zITVLGMVh5nlkaaWAX7xqwLR {  }
 }@media only screen and (max-width: 763px) { #JuiSPsnbRTuKCyXvxepwR514l1OUNeTT { display:block; }#JuiSPsnbRTuKCyXvxepwR514l1OUNeTT > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPT3XTlTWCXUDgNK5gcTAhgWNNH4GWFP { width:20rem;height:20rem;top:6.0616316795349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB29MuLRC2uowmEafphB7QaEkcFEAHvr { width:20rem;height:7.14583125rem;top:0.28038215637207rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Dlm9c9uywzBTXLaBhuGZvHe3xaMHlozd { width:20rem;height:0.25rem;top:46.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ta78Er26m3qdZ8tATmKZiHer3ET0ZXLW { width:13.4375rem;height:3.0625rem;top:54.3125rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzKcySIHIbyh5SmeXAemK9yBqpQ25aZR { display:block; }
 }@media only screen and (max-width: 763px) { #D3azBgZKBTsDgZzUGOI3VB98vMyG1WK8 { width:20rem;height:25.19531875rem;top:27.624126434326rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J { display:block; }#M5xTQTPkIVZPnl6uGEeG69JEpeuvK06J > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfNtWoKetyTnIhRtn693z7L9EKOMpbut { width:18.3125rem;height:3.57291875rem;top:1.1236982345581rem;left:0.84375005960463rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DT1HHVKPmnBHuAhvPvNME0bLD11e3RaV { width:17.8125rem;height:5.24740625rem;top:23.1875rem;left:0.8125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KD2bhvF2sKTHGT8uPPhuTwAyZsfthTE9 { width:18.5625rem;height:4.19791875rem;top:18.1875rem;left:0.75rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R5tywpAGhb8FhEa0GXlXDcoWomUs3X8S { width:18.4375rem;height:4.19791875rem;top:29.125rem;left:0.75rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VeqTH1ZH1LcOuQSbpHCAx3DS0aBuClo6 { width:19.625rem;height:11.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 { display:block; }#cEFSCMcMC9D0RDV7KTKcHCLCvzMJV4T1 > .row .container { width:20rem;height:167.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJlFKntJkSGdlThQSpAhcwFoL2p3Qbx4 { width:20rem;height:6.82425rem;top:1.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQTReC7t36ckgOLX2oy9455Zy1sb1Cl { width:12.933625rem;height:3.125rem;top:163.37500572204rem;left:3.5325520634651rem;font-size:1.375rem;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HDhbC5GTwQzZ0OXkLZA4UqxxID6w29EP { display:block; }
 }@media only screen and (max-width: 763px) { #OHbzBNWHhONbtSdQZAT6TiRskiOK1cih { width:11.375rem;height:2rem;top:25.9375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #TnBwtF3za3s2MpiUk4IIN8ZTgWBTRS9a { width:9.5rem;height:1.59895625rem;top:29.125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5K25kU6ZcUDillfLlledLxtDN1MZTJO { display:flex;width:1.9375rem;height:1.9375rem;top:37rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PPswuQoV363TNXdcQ3TlRkmp8pHqt4fs { display:flex;width:2.0625rem;height:2.0625rem;top:37rem;left:4.5rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #lQ71qocWKXpESWbQ0IAKJFXVDZCymBqL { display:flex;width:1.9375rem;height:1.9375rem;top:37rem;left:13.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #KDkyRK9LdhqZ4AtrQ7G4vJTiQKznGp69 { width:1.625rem;height:1.59895625rem;top:31.1875rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP4iQ3TEGeAh07UZqHE97d4lioaDqI7M { width:1.625rem;height:1.59895625rem;top:37.4375rem;left:15.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgJOObmrTdJw4OWdPsAlRaVIHg0OJfOO { width:1.625rem;height:1.59895625rem;top:37.4375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpb3RVDsLZkDBqQEAx60zcduOvIONcz { width:5.9375rem;height:1.22395625rem;top:27.875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunGBA6t0XHfctezDHMlguHM9lBTlDDv { width:6.25rem;height:1.22395625rem;top:33.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9aTdyVePM7TgSVdVJ8aLbArXKPqFJmE { width:17.8125rem;height:36.375rem;top:10.4375rem;left:1.0000000596046rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sHqI7hNCoS0O0FO53WOwgm1zf08Ny4nJ { width:9.625rem;height:1.59895625rem;top:35.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMgNusE4Iv00IikJJ1Ut1TiocbGDwXGV { display:flex;width:2.0625rem;height:2.0625rem;top:30.75rem;left:4.5rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #iXsPyOMorpqGzPtFGeX4o31K33bZZqab { width:1.625rem;height:1.59895625rem;top:37.5rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqagdylKxmNDiKXAGUAMvIzQv1767iB { display:flex;width:1.9375rem;height:1.9375rem;top:30.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #W9nBtqUKXtD3XZVKOxC9kreQvi0EtTBq { width:1.625rem;height:1.59895625rem;top:31.1875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6vQg6GtoDIUKEfmKcqelIXTD16oWe1 { display:flex;width:1.9375rem;height:1.9375rem;top:30.75rem;left:13.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #sIVi5FR6wSg3frk9V9iRtap9bD83L1p1 { width:1.625rem;height:1.59895625rem;top:31.1875rem;left:15.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOTN5x2f8oNoBINHRCMSSKiVXE7NJtE { width:8.75rem;height:1.22395625rem;top:40.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCVoOQyK7sbCnLgFstFs8pCO37zT6RD { width:9.9375rem;height:1.59895625rem;top:41.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdz14HCT9RsaqOMTv5NBwoWzcoaZ9TEy { display:flex;width:2.0625rem;height:2.0625rem;top:43.625rem;left:4.5rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #OlWTQJFGLUTB4y6lHLCxUn7sSirh9I8v { width:1.625rem;height:1.59895625rem;top:44.125rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wySZB3IXMWrgDsaX8vPT42oWIM1401wi { display:flex;width:1.9375rem;height:1.9375rem;top:43.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #BqPt9LrhOrIUUWvFroMrtbtIv5FVyWtb { width:1.625rem;height:1.59895625rem;top:44.1875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtehxqK3ZT3Q8elKennlL1XWPWmR7Bto { display:flex;width:1.875rem;height:1.875rem;top:43.625rem;left:13.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #qeFDvZBLCBkxLWXHg7ZGHFFcRzmv7J75 { width:1.625rem;height:1.59895625rem;top:44.1875rem;left:15.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwAzzTpcQJ5cG93uZrc3TLelNNKns9n3 { width:15.75rem;height:15.75rem;top:11.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQQNgBwecgzQFaavw4VrI4iUkFLJfv1U { width:17.8125rem;height:36.375rem;top:48.75rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #adicSG78ZsHI7tun4X3FnD64T2Rx8rhy { width:15.75rem;height:15.75rem;top:49.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVAP8UUd1VA4vq343vFX6e9Ha1fKL20P { width:11.1875rem;height:2rem;top:64.125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #R0w9eLfoPEo32KQuofLUzrSJ4iONFTr2 { width:16.875rem;height:1.59895625rem;top:68.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2acPgVnlc4mTDsJ9NemNLVwOlipA8R { width:5.5rem;height:1.22395625rem;top:66.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Fx3aXtb2TinLak7tHZAmG6x5xnASmh { display:flex;width:1.9375rem;height:1.9375rem;top:70rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #yJCDnmHOrI31BzfyUcu8GVTJPxzRL4GZ { display:flex;width:2rem;height:2rem;top:70rem;left:4.625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ziadTHDIdeT18cSHMLO3ceBziuQF2Dzb { display:flex;width:1.9375rem;height:1.9375rem;top:70rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #gvSm70Q5Dy94vTg5erO1ePh64Cp3alik { width:1.625rem;height:1.59895625rem;top:70.4375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGL8HwuDOwz3bx5waR6QEr2SBQ8klN1 { width:1.625rem;height:1.59895625rem;top:70.4375rem;left:15.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87NURhX3KJxS4a9MfuM96HdvcChCK6o { width:1.625rem;height:1.59895625rem;top:70.4375rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSRbuXrFk9BIzJ5vITzi4BrdUhPd7eHQ { width:7.75rem;height:1.22395625rem;top:73.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibetsTV4Og8cHMuzpz1C15ltpqi0oZuv { width:16.875rem;height:1.59895625rem;top:74.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idwZGeX6zrT6Z82tFXvebpht235CeGaT { display:flex;width:2rem;height:2rem;top:75.9375rem;left:4.625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #xb2aWMS6HStS2W3yO3rWswR9GUbyg1RX { width:1.625rem;height:1.59895625rem;top:76.3125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSCcveouIOMf9TsPObpAdTup4BMbC50w { display:flex;width:1.9375rem;height:1.9375rem;top:75.9375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Spc7I8rxqT8BXGJBomgwQ37hpUwhJIEm { width:1.625rem;height:1.59895625rem;top:76.3125rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzGcoRFh40i5XnLortLrOG2T72J4Zw5 { display:flex;width:1.9375rem;height:1.9375rem;top:76rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #mFeqXBydU4uzzRHia62FNCJnJTBU5Ky0 { width:1.5625rem;height:1.59895625rem;top:76.3125rem;left:15.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW6Fzmg6ZuFUAv6TibAKlpKy4OJRGXTg { width:17.8125rem;height:36.375rem;top:87.125rem;left:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vvqrfovSHtHPqZzkK2yZlFWoF8OQQisg { width:15.75rem;height:15.75rem;top:88.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnqndGdNJ3VToiryDltshZLuDz3hmMRA { width:11.1875rem;height:2rem;top:102.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #gpVLcSViVTMxeQkKIufaG3oxdiUwTJez { width:16.875rem;height:1.59895625rem;top:106.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpetWDWPkNdy5FTyzZxvdVQuy6sC9AI { width:8.5rem;height:1.22395625rem;top:105.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5OHmav6dddcJKP3BMnFNTC80fepLqws { display:flex;width:1.9375rem;height:1.9375rem;top:108.5rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #myQ48LxiAu6yHZdpxh1Ns6IlFvp3iobA { display:flex;width:2rem;height:2rem;top:108.5rem;left:3.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #OQ7P8fTNhUz7kQFhHQVoC2J1DIDIIHNl { display:flex;width:1.9375rem;height:1.9375rem;top:108.5625rem;left:14rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #UvKTNQoVUTsxnwQzSNNk8T645RDKksZN { width:1.625rem;height:1.59895625rem;top:108.9375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26hfOZvgSThUyzsAwlHXqdmiUwaeaNf { width:1.625rem;height:1.59895625rem;top:108.9375rem;left:15.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSZgQx4GzA5hMoNxUOSPc7m7to6pGZFg { width:1.625rem;height:1.59895625rem;top:108.9375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZM0fBn2eTsHyUMsWu1Pf3tyFtg7wT8 { width:8.0625rem;height:1.22395625rem;top:111.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNzfiILBczf9h56TnAhf0zViJJk1l5GF { width:16.875rem;height:1.59895625rem;top:112.5625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbJzfrEGNabV9WOrb4xNNokJDLEpQpx { display:flex;width:2rem;height:2rem;top:114.0625rem;left:3.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #EcztASzdwsuKVXQB1VwKWBJu7i0LKSzN { width:2.3125rem;height:1.59895625rem;top:114.4375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFdXzp1VpTyZ5z4MkwQW0rE5WsBBvc5f { display:flex;width:1.9375rem;height:1.9375rem;top:114.125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #OhBlSOIxS34X0Oxecxi6aWeXzuc2BBnk { width:2.25rem;height:1.59895625rem;top:114.5rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HThIsSp68u6dQ2N0UwgATEGbzZTES41M { display:flex;width:1.9375rem;height:1.9375rem;top:114.1875rem;left:14rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #URicStaTuLpIiv315tzlgrlUGrsXwmld { width:1.625rem;height:1.59895625rem;top:114.5625rem;left:15.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxqXkgozTaSSybRofCKf61RpeoAtBua { width:10.625rem;height:1.22395625rem;top:117.3125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7x3P84oGFt2TUWGp853RlEndf1JdNk { width:16.625rem;height:1.59895625rem;top:118.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxDRFT7OLQVgOcyBDTTkoetp02d7XtKD { display:flex;width:2rem;height:2rem;top:120.25rem;left:3.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #GcmiZTbJGzcgMrmF2kyZqQvuipe4udAx { width:2.375rem;height:1.59895625rem;top:120.5rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGV09iBKRLTGB89LLa64evZoG0JWMGB { display:flex;width:1.9375rem;height:1.9375rem;top:120.1875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #mqi4fdN1mv5l2FoCAGgTDb58kTvvWi5D { display:flex;width:1.9375rem;height:1.9375rem;top:120.25rem;left:14rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #WpGtST5kVZqcwdp7LFAmmBf77gyWhrGo { width:2.3125rem;height:1.59895625rem;top:120.5rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBxiNwTWq0priE0WWFK6mmlvBMmrOw3V { width:1.625rem;height:1.59895625rem;top:120.5625rem;left:15.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZAyc3mrtEyRv1kPOgNTU8fAyfdKoFG { width:17.8125rem;height:36.375rem;top:125.3125rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hM363FrBPsIUaa2W5zuxH9D4yiDM9cbF { width:15.75rem;height:15.75rem;top:126.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNG8bV142FPcWAz9wmEUkHOCLBlDEHX { width:11.1875rem;height:2rem;top:141rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #aFp3QPwIc761OdulfCla5hwtzEH3EcHP { width:14.5625rem;height:1.22395625rem;top:143.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmvUA537ODcGlvQPvWfhleLRKNbD9Os { width:16.875rem;height:1.59895625rem;top:144.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPAdDL7GwHkkQw0Rv1Fh9lebx2uiLJV { display:flex;width:1.9375rem;height:1.9375rem;top:146.625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #TxgPvTHoqgBiuIgOqofmArLVWSPz8dxS { display:flex;width:2rem;height:2rem;top:146.625rem;left:4.0625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #aKODlw7tO6Bl3dL1Bq5NqeBIUWlocrvZ { display:flex;width:1.9375rem;height:1.9375rem;top:146.625rem;left:13.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #IBENkAASvJJ1Jnq6a0TOZcKTlWysayIU { width:2rem;height:1.59895625rem;top:146.9375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrKNBzNT0tLMq9Qi4V1X0JGJmVHZqAhU { width:1.625rem;height:1.59895625rem;top:146.9375rem;left:15.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiQIunygtBOKJ0TAzrB5wrUnxbypBb6 { width:2.125rem;height:1.59895625rem;top:153.625rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUhcgSrCZacatoJTm3Ln8dC946I3p3Ap { width:15.875rem;height:1.22395625rem;top:150.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrEx9kkTPigDOE2cGzrkMtmsgkU267O { width:16.875rem;height:1.59895625rem;top:151.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqrdVTmOWDkrcUeteTSE6ldH4TiwQU8 { display:flex;width:2rem;height:2rem;top:153.1875rem;left:4.0625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #vaBLu6pZMkRNU3XWL7LFOOeW2biTtlqr { width:2.3125rem;height:1.59895625rem;top:153.625rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01ERW8moVmyJ0tg4qwiXJMXOGDTUr4b { display:flex;width:1.9375rem;height:1.9375rem;top:153.1875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #oy4aEaxNe9sBsSv1i4bTcmBIIocXryS8 { width:2.25rem;height:1.59895625rem;top:146.9375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iArulkDzRGKxpZZtQ5sVA89uWJ1aPPeR { display:flex;width:1.9375rem;height:1.9375rem;top:153.1875rem;left:13.875rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #xTcz33AzKxXKPoxBxElteqbwMNA4h7BL { width:1.625rem;height:1.59895625rem;top:153.6875rem;left:15.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZQFekwzGiuwfzzVOTtQZZEFzOu19Tt { width:17.25rem;height:1.9375rem;top:63.5rem;left:1.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uTg0pELBD8KEIOxSsRS3dbebrdIzEV4E { width:17.25rem;height:2.125rem;top:102.1875rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TtItfWGsIhTuqsCZlJFbT7PUgtR8fXPd { width:17.25rem;height:1.875rem;top:25.333333969116rem;left:1.3750000596046rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lhuVDJKF3K2CNRxyrmHbt5gkRNOzWMiX { width:17.25rem;height:2.25rem;top:140.3125rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB { display:block; }#iSfiLEsqb5r8dCE4oNuEzoSu9CprclaB > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB9PEWyztzLaTozCKJrqmOPKqmAS97iw { width:20rem;height:5.1171875rem;top:0.40234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ur14NBbuX72znOm5VSNyNIbv3m1Jyx { width:13.3125rem;height:6.09375rem;top:51.786460876465rem;left:3.2812500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDkugI7TMkotpGfRoB1zXPeCXLRUcRBb { width:15.625rem;height:6.09375rem;top:37.59765625rem;left:2.1875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQpmqe1x2q6tBuRskma2fHyqp7tFaVLS { width:14.5625rem;height:4.875rem;top:24.6875rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxiqLnCo8JqlxvF5FTHGC3L7RDMRR4qn { width:12.5rem;height:2.5989625rem;top:21.75rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alGvlUcXMJvrWgzRfSdP63VlFdPxEPoW { width:12.5rem;height:2.5989625rem;top:35rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzTlAlylrkk1aC1rbUyRxExA2Xm6C84P { width:12.5rem;height:2.5989625rem;top:49.1875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQJeW7bTVw5iEsH6VTgvZgTG9Qt8F65O { display:flex;width:4.5rem;height:4.5rem;top:17.1875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #nJFvXsgltEMCkVT08vRKdkTyL7zuMqJ6 { display:flex;width:4.5rem;height:4.5rem;top:30.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #mdzCpdPNObay0Osi1mz6X2lCCHu6A9VP { display:flex;width:4.5rem;height:4.5rem;top:44.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #osdf6bB2tF3c9T5ME2affNmz9H6QxrnE { width:12.5rem;height:2.5989625rem;top:10rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r23CAiWeQ0QMNnnwXGSrfp1fOwTOaK1P { width:16.75rem;height:3.65625rem;top:12.875rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkqzO0vcpLhAqppegQ5hhwpIob7BMXIF { display:flex;width:4.5rem;height:4.5rem;top:5.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB { display:block; }#RvUd6pGy4oiDecSx4iTRpfzAHR33ACDB > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMdl5KHorplApQORTtu5dkuaiAuW0Tu { width:20rem;height:12.5rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrtsuyqV8D17kd2rAUQJINBB7JOoMhdO { width:20rem;height:12.5rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDvaMBvt6TCLkvEOweTVUlpIo09112o { width:20rem;height:12.375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFT5xJK5P8h2312WTQvdq2SkuRr67Hm { width:4.8125rem;height:4.8125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2BXMIvXWTWzlzh7KZDJ36ZzltFZnhU { width:7.4375rem;height:7.4375rem;top:9.9583339691163rem;left:12.561198532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1w0DQKrkZtQpFllKB5rT5TUdRTpBoH { width:4.8125rem;height:4.8125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHe7aEDkpKyMiCJStHnKRrFx8pJQOJzz { width:4.8125rem;height:4.8125rem;top:3.6249799728394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDy4d4gGpfmmHqkNeinbCSItqZCArxKV { width:16.75rem;height:2.59895625rem;top:0.56249523162842rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aer8KiWqPr04fm5K88tBsn7xmQEZuiWa { display:block; }#aer8KiWqPr04fm5K88tBsn7xmQEZuiWa > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMvde5Ha55NCIliOZyEtTrfrgBZPC1My { width:20rem;height:12.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Expp0A2hONuIk46peS9UTo8bzm2KQX5A { width:13.5rem;height:3.0625rem;top:43.249982357025rem;left:3.2500000596046rem;background-color:#153d41;background-image:none;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zz1VEJDmQ1FXd3mAsyEdSH15IhR1sLPA { display:block; }
 }@media only screen and (max-width: 763px) { #DX3pQAO850GFGKo8KH5NlJvI056JTPk4 { width:20rem;height:12.5rem;top:29.062501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1wKrcuhhIAWt1yBzCb3JKwRshy7xVX1 { width:20rem;height:12.4375rem;top:15.000001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubVtlmhMIka9sXvkBBMZfpNGPiyok9Cc { width:4.8125rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 { display:block; }#KspB9qxl35DtSWfiKLxEhAXDGVEUJza2 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtwHgPhGxGiWwPzR1uEiI1S5GZQ376co { width:19.375rem;height:15.9375rem;top:19.1875rem;left:0.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nqAGAUpZAChGBPR1WanT2IxTGfdJSAdC { width:19.375rem;height:15.9375rem;top:35.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX6ES83SPmZWx3genuEpIh4hf32ESBcu { width:19.25rem;height:1.13789375rem;top:27.875rem;left:0.375rem;font-size:0.875rem;color:#153d41;display:block; }
 }@media only screen and (max-width: 763px) { #Zqt9xLaRM2mVR19gziLv9dTT19t8VIdc { width:19.25rem;height:1.13789375rem;top:44.5rem;left:0.375rem;font-size:0.875rem;color:#153d41;display:block; }
 }@media only screen and (max-width: 763px) { #hPZTC62LTPKmoWUapgNXik6pThxnWgXx { width:17.5625rem;height:4.546875rem;top:30.0625rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2a9eSFUoFIZapQkXxilXaLZQ95wHia { width:17.5rem;height:5.68359375rem;top:46rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yf9KS43X3hCV3ycJmCCrCw25WlpcPpQz { display:flex;width:3.375rem;height:3.375rem;top:24rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #IzKAldq1o4Mf1VrNAtcAEnFvG5fpA5oG { display:flex;width:3.4375rem;height:3.4375rem;top:40.5625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #Iva81S81fOf1FK5w6F5QaEPr8BPvbUNF { width:19.375rem;height:15.9375rem;top:2.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgwQ7087IMV3bPOuFafgJx4kHLAcurz { width:19.3125rem;height:1.13789375rem;top:11.3125rem;left:0.3125rem;font-size:0.875rem;color:#153d41;display:block; }
 }@media only screen and (max-width: 763px) { #JVgPs4Dp3F25f3FGPFwfJkVM4y6p0m9i { width:16.875rem;height:3.41015625rem;top:14.0625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIC9eJTCZ31NiFiqbt39rToEXAeaAodv { display:flex;width:3.375rem;height:3.375rem;top:6.8125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #GJmhVoCJOI5WRqJBBe71PtcNoZRzTd4B { width:20rem;height:2.59895625rem;top:1.9073486328125E-5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 { display:block; }#CLVQDwUeTXLIuqu47Jof1RWHI69VBTe7 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBL42P2eTM2DOOphmINeEv9uqv3VG2I9 { width:13.5rem;height:3.0625rem;top:21.6796875rem;left:3.2500000596046rem;background-color:#153d41;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gr6nmoH93woapaXqw08TT1Ucm3pw12Bh { display:block; }
 }@media only screen and (max-width: 763px) { #TU4nCrFwQgFdaAmh02JqhqGErM8iEwTK { width:18.4375rem;height:3.8984375rem;top:16.90625rem;left:0.78125005960463rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L63DOfeCmKAKPoEkDUT6Z1Gyfif1udDB { width:20rem;height:11.25rem;top:0.56250762939453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZz71Fn1TXevUlaDILRZKtpmwDHRfInl { width:18.4375rem;height:4.125rem;top:12.21875rem;left:0.78125005960463rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#153d41;display:block; }
 }@media only screen and (max-width: 763px) { #SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb { display:block; }#SW35r0nHdTO4ZPkovSPI0APTNgSJB4hb > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBUXtPJCyIv03qz59RcrG6D3fRqW5Xpl { width:20rem;height:16.5rem;top:28.0390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku98nLK5IeXKSFJ2nasCcyWSKAZpmxpS { width:18rem;height:3.671875rem;top:23.1171875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPQl1C87fMdA5VWswEG5r0rTbOzikZXv { width:15.625rem;height:3.14930625rem;top:18.71875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz6KeBWDIiKHrr7FSh7KNivrul4TL51y { width:18.125rem;height:7.34375rem;top:10.125rem;left:0.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tlf9RPUvLhvmXHthx93RJzBnWE1cFTZx { width:9.8125rem;height:7.625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNRhexTKsXsTv6GavwdPleyk0OPXcUeN { position:relative;z-index:auto;display:block; }#HNRhexTKsXsTv6GavwdPleyk0OPXcUeN > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoTVKvHOWKbdIkQGTJqKJbGxhPFdiLg9 { width:16.9375rem;height:2.2734375rem;top:0.58203125rem;left:1.5312500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }