.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,233,231;--color-primary-1:164,189,183;--color-primary-2:103,145,135;--color-primary-3:62,87,81;--color-primary-4:1,72,55;--color-secondary-0:217,224,227;--color-secondary-1:129,152,160;--color-secondary-2:3,49,65;--color-secondary-3:2,25,33;--color-secondary-4:0,7,10;--color-tertiary-0:255,255,255;--color-tertiary-1:250,239,249;--color-tertiary-2:104,104,104;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec64a741-d271-4338-ac80-922746b8c484/RUKODEPANDANGERBANGBIZPARK.jpg");background-position:bottom right !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.71484375rem;left:47.46875rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #008060, #085d45);background-image: -moz-linear-gradient(90deg, #008060, #085d45);background-image: -ms-linear-gradient(90deg, #008060, #085d45);background-image: -o-linear-gradient(90deg, #008060, #085d45);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008060', endColorstr='#085d45' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008060', endColorstr='#085d45' );";background-image: linear-gradient(90deg, #008060, #085d45);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.8125rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.368074417114rem;top:13.435724258423rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.368074417114rem;top:13.435724258423rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-tertiary-4),0.5) ;height:27.125rem;width:23.4375rem;top:7.31228351593rem;left:46.343318939209rem;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:rgba(var(--color-tertiary-1),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:10.910373687744rem;left:5.6857662200928rem;height:5.1988625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcRORaHsZ7NdHvzFRmTz1Vavs8GBszs3 { 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:8.5623125rem;width:10.061875rem;top:0rem;left:15.261503219604rem;overflow:hidden;display:block; }
#C43THQTgp46NcBMzTanxs2BgdVN0ATnL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.0625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.935764312744rem;left:11.997613906861rem;height:12.0626875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCEgWq9RCfU0pGBt8yR9MdAKxc9h8M3o { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:29.460721969604rem;left:5.6857662200928rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHs0eBTuSvgmVyUnetdoQSg6htIlbWBT { color:rgba(var(--color-tertiary-1),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:21.14236164093rem;left:5.6857662200928rem;height:3.30078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWuZvspUqHPWBhDh4SndLTkDodyGsVaV { color:rgba(var(--color-tertiary-1),1);display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:16.177301406861rem;left:25.254991531372rem;height:5.76793125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#adAp0RfAX3GL016lqdqL95Hpb23ofThi { position:absolute;display:block;z-index:15000;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:34.1873125rem;width:34.1873125rem;top:3.5601139068604rem;left:1.6558170318604rem;overflow:hidden;display:block; }
#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#14261c;display:block;width:37.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8736972808838rem;left:37.686632156372rem;height:3.73579375rem;font-style:normal;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#282763;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.24956625rem;width:35rem;top:6.7495651245119rem;left:37.500001907349rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#0e201a;display:block;width:34.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.9611530303956rem;left:37.500001907349rem;height:25.4909625rem;display:block; }
#zmsw0h5qd1AtP4gnUJ5qrWX89gpyNi7V { background-color:#008060;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: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.812284469604rem;left:37.312288284302rem;display:block; }
#vQFhsq3BpwttqaX5esqmSn0GeqFvBS10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:12.48046875rem;left:17.435983657837rem;height:8.39575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { background-color: transparent; background-image: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .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); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { border-width: 0; border-radius: 0; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #008060;border-left:0.1875rem solid #008060;border-right:0.1875rem solid #008060;border-bottom:0.1875rem solid #008060;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.24) ;height:25rem;width:16.375rem;top:8.125rem;left:29.187286376953rem;display:block; }
#rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:31.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { position:absolute;display:block;z-index:15016;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.4995625rem;top:8.1875rem;left:29.3125rem;overflow:hidden;display:block; }
#UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #008060;border-left:0.1875rem solid #008060;border-right:0.1875rem solid #008060;border-bottom:0.1875rem solid #008060;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.24) ;height:25rem;width:16.375rem;top:8.125rem;left:50.811634063721rem;display:block; }
#l41tenr8CclDNlSXTQTwDzmoJPCuNVJa { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:25.3984375rem;left:26rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p3Wdy2k2rew6VAmawPVdohC2RwwZ0x0T { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#u34T817U7WbLdVt6byNSr6iQKhv23stC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #008060;border-left:0.1875rem solid #008060;border-right:0.1875rem solid #008060;border-bottom:0.1875rem solid #008060;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.24) ;height:25rem;width:16.375rem;top:8.125rem;left:7.6866340637206rem;display:block; }
#wT2PNgboCwA8Nzitmc42NhptQet8cTMH { position:absolute;display:block;z-index:15027;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.5rem;top:8.1875rem;left:7.75rem;overflow:hidden;display:block; }
#ZVa8fQdHGgUxBsUrb9oVhTqTgxiWWmD3 { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.75rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvksp26ba4vzau1FvN8sTmGFRRhnCvUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:24.1875rem;left:9.375rem; }
#U7R7fbR81GRmdTBrt4h6pDt4Ny2twOct { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:24.5rem;left:11.625rem;height:1.298825rem;display:block; }
#JTAlCG4AzIstbOl4X1LBeaTawzQbhdNN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.375rem;left:9.375rem; }
#ZKs3tBOFmDbve04eRSPGwpmC4cL3w8e9 { position:absolute;display:block;z-index:15017;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:16.5rem;top:8.1868495941163rem;left:50.875003814698rem;overflow:hidden;display:block; }
#x5cBTVVge5bAXkWJihiON99sm28D8XGd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.4375rem;left:11.625rem;height:1.298825rem;display:block; }
#sJMwRT9DkEHZlQ9VNErWSpQ92afExFWB { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:28.6875rem;left:11.625rem;height:1.298825rem;display:block; }
#qg05BeRWIlSbeXhNUBoWDZAtPflsq2Kn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:28.5625rem;left:9.375rem; }
#MNgi6n5F1WusSwq0VITrzLhdKgIUkT10 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.1875rem;left:31.1875rem; }
#iOnKd18Sd43TtUoIQL5qIGzIvEqilQJq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:24.4375rem;left:33.25rem;height:1.298825rem;display:block; }
#XcMVXACq7lmZMdoCVrgKdPwoLNryIUuL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:26.436632156372rem;left:31.124134063721rem; }
#E92gEuGTQFFeklnGXvoD8nKPqaHrGbx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:26.561634063721rem;left:33.249786376953rem;height:1.298825rem;display:block; }
#eEmwqE98hEV5ZwifFTBs92x7C9NQ1xkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:28.562284469604rem;left:31.124134063721rem; }
#lsv6nxTF4mPGNdCr48cBiMPRNGB5OmGV { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:28.624134063721rem;left:33.249786376953rem;height:1.298825rem;display:block; }
#TUJw4efNkBNJmpcwKy8sxttwhxn1W32n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:24.625rem;left:52.625rem; }
#TXu2Kn2GMR47TnxNQHdHhq9zcyckI7t0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:24.6875rem;left:55rem;height:2.59765625rem;display:block; }
#sWST0rMpZEuAvaUml6cQItDPyNnX7EoN { color:#14261c;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n71qVpn52CX4TqZeqzO4cIwuzChabIr1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.911889076233rem;left:61.978082656861rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008060;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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.498047828674rem;left:7.1234817504881rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.246745109558rem;left:3.1250019073486rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177735328674rem;left:2.0627174377441rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.253907203674rem;left:20.593536376953rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.177735328674rem;left:20.656467437744rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.253907203674rem;left:40.625003814698rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.177735328674rem;left:39.843753814698rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.253907203674rem;left:59.373920440674rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.177735328674rem;left:57.686634063721rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#LgfwTH0g6AhuurXwpc7zmPkuSCVBVEgI { 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:15016;opacity:1;top:10.5rem;left:44.25rem; }
#rlDpHmAmCnzvr4KT96peLxGn1ZWHqnTX { 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:15004;opacity:1;top:10.3125rem;left:25.6875rem; }
#yhIoD14owavCoD276DhznfSNQodxsuvV { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.035807609558rem;left:62.904735565188rem; }
#xg25vQm3SJkwHv261WQt4dPNmwbMAHBK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.1875rem;left:20.8125rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPF5knMICEPiEXgaSys3fqucW0u13Ays { 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:15010;opacity:1;top:26.25rem;left:25.9375rem; }
#ktUO341vWXTr58b2VMaJ6VFWTMC7hudm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.125rem;left:20.875rem;height:3.65411875rem;text-align:center;text-align-last:center;display:block; }
#OdfXnhxdi0NcDd1ceQRgJysl7lqclChX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.125002861023rem;left:38.186855316162rem;height:4.87215625rem;text-align:center;text-align-last:center;display:block; }
#AOHpR4FSh1zZgSPhbOLoTwiZPoTTVULS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.185988426209rem;left:40.625003814698rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW35qnVQQKiV7WzbVpix1pJADDsdCwMm { 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:15022;opacity:1;top:26.4375rem;left:44.5rem; }
#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { background-color: transparent; background-image: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container > .video-iframe-container { display: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container { display: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .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); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { border-width: 0; border-radius: 0; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:14.9375rem;left:9.125rem;height:4.7967rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:19.0625rem;width:19rem;top:9.1875rem;left:7.5rem;display:block; }
#uZemRwgGfe05rAomT245cTlgoIT23OKG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:15.375rem;display:block; }
#SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:23.3125rem;left:8.5625rem;height:1.5989rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { position:absolute;display:block;z-index:15006;background-color:#dacab9;background-image:none;background-position:top left !important;background-repeat: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:19rem;width:19rem;top:9.1875rem;left:28.125rem;display:block; }
#ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.3125rem;left:29.625rem;height:4.7967rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:23.3125rem;left:29.0625rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:35.875rem;display:block; }
#FFsTibP21T2q13yfUKm73O5zTw0MZldB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:19.0625rem;width:19rem;top:9.1875rem;left:48.5rem;display:block; }
#u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:23.3125rem;left:49.5625rem;height:1.5989rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:15.736328125rem;left:50.75rem;height:3.1978rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:56.375rem;display:block; }
#NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { color:#14261c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { color:rgba(var(--color-secondary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:48.5rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { color:rgba(var(--color-secondary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:28.125rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { color:rgba(var(--color-secondary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.5rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#U86HODU0T4qWtrJzLqfv93IcRs663hkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container { background-color: transparent; background-image: none; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container > .video-iframe-container { display: none; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row > .video-iframe-container { display: none; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .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); }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container { border-width: 0; border-radius: 0; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#c5IsduoUkyNdy6BOZTNzdLRgzRltZ08T { color:#284d42;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8741302490234rem;left:36.999134063721rem;height:2.35618125rem;font-style:normal;display:block; }
#hdgJ9yJh0yHP3coiunnF41MfuqbeXFGS { background-color:#008060;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: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.373047828674rem;left:36.998699188233rem;display:block; }
#tGBulLIUCrZnP1wIXk8X3I56bsrAqzHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prlbTVFioh3yfMRvxCG28vy6IFQFJQMn { color:#14261c;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.9991302490238rem;left:36.999568939209rem;height:2.59765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LM6CPiqvz4vykrNBNUnKmrLhZmdSJXdc { position:absolute;display:block;z-index:15013;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: 0.3125rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.32) ;height:19.6875rem;width:33.186875rem;top:4.21875rem;left:2.0062942504883rem;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008060;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.286893844604rem;left:2.6866321563721rem;height:4.90056875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.8125rem;left:53.1875rem;height:1.22514375rem;font-style:normal;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:9.75rem;left:51.125rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.6875rem;left:51.125rem; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9373125rem;width:9.436875rem;top:2.2732219696045rem;left:2.6866321563721rem;overflow:hidden;display:block; }
#EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.5625rem;left:51.125rem; }
#EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#xXNz7L6Gbna55pvhH8iG5hFP54KKsGkq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.75rem;left:53.1875rem;height:1.22514375rem;font-style:normal;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.13725rem;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) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.6875rem;left:26.5rem;width:21.25rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:20.8125rem;height:auto;top:13.375rem;left:24.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:20.8125rem;height:auto;top:13.375rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:7.25rem;left:24.3125rem;width:23.4375rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:10.875rem;left:0rem;width:35.375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRORaHsZ7NdHvzFRmTz1Vavs8GBszs3 { top:0rem;left:1.6365032196045rem;width:10rem;height:8.5096589850301rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43THQTgp46NcBMzTanxs2BgdVN0ATnL { top:16.875rem;left:0rem;width:12.1875rem;height:12.0625rem;font-size:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCEgWq9RCfU0pGBt8yR9MdAKxc9h8M3o { top:29.4375rem;left:0rem;width:24.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHs0eBTuSvgmVyUnetdoQSg6htIlbWBT { top:21.125rem;left:0rem;width:5.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWuZvspUqHPWBhDh4SndLTkDodyGsVaV { top:16.125rem;left:11.629991531372rem;width:5.3125rem;height:5.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { top:3.5rem;left:0rem;width:34.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:2.8125rem;left:10.4375rem;width:37.3125rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:6.6875rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:7.9375rem;left:12.875rem;width:34.875rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmsw0h5qd1AtP4gnUJ5qrWX89gpyNi7V { width:17rem;height:2.8125rem;top:33.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFhsq3BpwttqaX5esqmSn0GeqFvBS10 { display:block; }
 }@media only screen and (max-width: 763px) { #i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { width:13.125rem;height:9.5625rem;top:12.4375rem;left:10.623483657837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:16.375rem;height:25rem;top:8.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:13.125rem;height:1.5625rem;top:21.75rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:16.4375rem;height:12.453783677304rem;top:8.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { width:16.375rem;height:25rem;top:8.125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41tenr8CclDNlSXTQTwDzmoJPCuNVJa { width:11.0625rem;height:1.5625rem;top:25.375rem;left:12.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3Wdy2k2rew6VAmawPVdohC2RwwZ0x0T { width:47.75rem;height:3.625rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u34T817U7WbLdVt6byNSr6iQKhv23stC { width:16.375rem;height:25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2PNgboCwA8Nzitmc42NhptQet8cTMH { width:16.5rem;height:12.5rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVa8fQdHGgUxBsUrb9oVhTqTgxiWWmD3 { width:13.125rem;height:1.5625rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvksp26ba4vzau1FvN8sTmGFRRhnCvUk { top:24.1875rem;left:5.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7R7fbR81GRmdTBrt4h6pDt4Ny2twOct { top:24.5rem;left:5.875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAlCG4AzIstbOl4X1LBeaTawzQbhdNN { top:26.375rem;left:5.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKs3tBOFmDbve04eRSPGwpmC4cL3w8e9 { width:16.4375rem;height:12.452981707848rem;top:8.125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5cBTVVge5bAXkWJihiON99sm28D8XGd { top:26.4375rem;left:5.875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMwRT9DkEHZlQ9VNErWSpQ92afExFWB { top:28.6875rem;left:4rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg05BeRWIlSbeXhNUBoWDZAtPflsq2Kn { top:28.5625rem;left:5.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgi6n5F1WusSwq0VITrzLhdKgIUkT10 { top:24.1875rem;left:20.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOnKd18Sd43TtUoIQL5qIGzIvEqilQJq { top:24.4375rem;left:17.8125rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMVXACq7lmZMdoCVrgKdPwoLNryIUuL { top:26.375rem;left:20.905384063721rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E92gEuGTQFFeklnGXvoD8nKPqaHrGbx7 { top:26.5rem;left:17.8125rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmwqE98hEV5ZwifFTBs92x7C9NQ1xkT { top:28.5rem;left:20.905384063721rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsv6nxTF4mPGNdCr48cBiMPRNGB5OmGV { top:28.5625rem;left:15.5625rem;width:8.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJw4efNkBNJmpcwKy8sxttwhxn1W32n { top:24.625rem;left:34.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXu2Kn2GMR47TnxNQHdHhq9zcyckI7t0 { top:24.6875rem;left:25.1875rem;width:10.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWST0rMpZEuAvaUml6cQItDPyNnX7EoN { width:13.125rem;height:1.625rem;top:21.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n71qVpn52CX4TqZeqzO4cIwuzChabIr1 { top:21.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:10.4375rem;left:3.7172317504883rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:15.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.125rem;left:0rem;width:14.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:15.25rem;left:8.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.125rem;left:9rem;width:14.875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:15.25rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.125rem;left:21.75rem;width:14.0625rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:15.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.125rem;left:31.9375rem;width:15.8125rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfwTH0g6AhuurXwpc7zmPkuSCVBVEgI { top:10.5rem;left:27.21875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlDpHmAmCnzvr4KT96peLxGn1ZWHqnTX { top:10.3125rem;left:15.46875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIoD14owavCoD276DhznfSNQodxsuvV { top:10rem;left:39.060985565186rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg25vQm3SJkwHv261WQt4dPNmwbMAHBK { top:31.1875rem;left:8.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPF5knMICEPiEXgaSys3fqucW0u13Ays { top:26.25rem;left:15.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktUO341vWXTr58b2VMaJ6VFWTMC7hudm { top:33.125rem;left:9rem;width:14.875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdfXnhxdi0NcDd1ceQRgJysl7lqclChX { top:33.125rem;left:18.5rem;width:17.3125rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHpR4FSh1zZgSPhbOLoTwiZPoTTVULS { top:31.125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW35qnVQQKiV7WzbVpix1pJADDsdCwMm { top:26.4375rem;left:27.46875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { display:block; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { width:15.6875rem;height:4.75rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { width:19rem;height:19.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZemRwgGfe05rAomT245cTlgoIT23OKG { width:3.25rem;height:0.0625rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { width:16.875rem;height:1.5625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { width:19rem;height:19rem;top:9.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { width:15.6875rem;height:4.75rem;top:15.3125rem;left:15.999568939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { width:16.875rem;height:1.5625rem;top:23.25rem;left:15.437503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { width:3.25rem;height:0.0625rem;top:22rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsTibP21T2q13yfUKm73O5zTw0MZldB { width:19rem;height:19.0625rem;top:9.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { width:16.875rem;height:1.5625rem;top:23.25rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { width:15.6875rem;height:3.1875rem;top:15.6875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { width:3.25rem;height:0.0625rem;top:22rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { top:1.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U86HODU0T4qWtrJzLqfv93IcRs663hkA { display:block; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5IsduoUkyNdy6BOZTNzdLRgzRltZ08T { top:4.8125rem;left:7.875rem;width:35.25rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdgJ9yJh0yHP3coiunnF41MfuqbeXFGS { width:15.9375rem;height:3.125rem;top:12.3125rem;left:23.373699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBulLIUCrZnP1wIXk8X3I56bsrAqzHN { display:block; }
 }@media only screen and (max-width: 763px) { #prlbTVFioh3yfMRvxCG28vy6IFQFJQMn { top:7.9375rem;left:7.875rem;width:35.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6CPiqvz4vykrNBNUnKmrLhZmdSJXdc { top:4.1875rem;left:0rem;width:33.125rem;height:19.65079380026rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:11.25rem;left:0rem;width:26.125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:11.8125rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:9.75rem;left:36rem;width:11.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { top:11.6875rem;left:37.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:2.25rem;left:0rem;width:9.375rem;height:7.8852697198487rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 { top:13.5625rem;left:37.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xXNz7L6Gbna55pvhH8iG5hFP54KKsGkq { top:13.75rem;left:30.375rem;width:17.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.0625rem;left:8.0937538146975rem;width:31.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec64a741-d271-4338-ac80-922746b8c484/RUKODEPANDANGERBANGBIZPARK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.1875rem;height:4.27083125rem;top:34rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17.0625rem;height:auto;top:36.706817626953rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17.0625rem;height:auto;top:36.706817626953rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:19.6875rem;height:24.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:20rem;height:5.361325rem;top:10.373264312744rem;left:0rem;font-size:1.375rem;z-index:14989;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcRORaHsZ7NdHvzFRmTz1Vavs8GBszs3 { width:7.999125rem;height:6.8120625rem;top:1.7805989980698rem;left:5.9993491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43THQTgp46NcBMzTanxs2BgdVN0ATnL { width:11.311875rem;height:8.3126875rem;top:16.875rem;left:4.3125rem;font-size:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCEgWq9RCfU0pGBt8yR9MdAKxc9h8M3o { width:20rem;height:3.57421875rem;top:26.625rem;left:0rem;font-size:1.375rem;z-index:14989;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qHs0eBTuSvgmVyUnetdoQSg6htIlbWBT { width:5.3125rem;height:2.47395625rem;top:19.793838500976rem;left:0rem;font-size:1.125rem;z-index:14989;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWuZvspUqHPWBhDh4SndLTkDodyGsVaV { width:2.43706875rem;height:4.79275rem;top:15.75rem;left:15.625rem;font-size:3.6875rem;z-index:14989;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { width:19.249125rem;height:19.249125rem;top:2.3111979961395rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:19.3125rem;height:4.140625rem;top:22.826606750488rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:18.75rem;height:0.1875rem;top:26.850044250488rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:18.8125rem;height:34.51493125rem;top:27.810981750488rem;left:0.68793410062787rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmsw0h5qd1AtP4gnUJ5qrWX89gpyNi7V { width:14.125rem;height:3.0625rem;top:63.258460998538rem;left:0rem;font-size:1.0625rem;background-color:#008060;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) { #vQFhsq3BpwttqaX5esqmSn0GeqFvBS10 { display:block; }
 }@media only screen and (max-width: 763px) { #i6hAIJtTVTMZTc49kQnziPT5JrLH4ume { width:13.125rem;height:9.6006875rem;top:3.999568939209rem;left:1.4366319775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUU0tLR8KNC2ePv7dUvwCX9GU3lct28g { width:16.9375rem;height:25rem;top:8.9366340637206rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdirAiURRKaIBVMv08sOoFSM9GLwA1Hs { width:13.125rem;height:1.2999125rem;top:17.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUitTZFfqSCBVgb6oM26XXcXyMB2Q0Q9 { width:17.061625rem;height:12.9373125rem;top:9rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDL82KJH5MKPGrJEVTFes3rxpBmeheFg { width:16.9375rem;height:25rem;top:63.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41tenr8CclDNlSXTQTwDzmoJPCuNVJa { width:11.0625rem;height:1.3994125rem;top:80.8125rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p3Wdy2k2rew6VAmawPVdohC2RwwZ0x0T { width:20rem;height:4.875rem;top:2.1982421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u34T817U7WbLdVt6byNSr6iQKhv23stC { width:16.9375rem;height:25rem;top:36.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2PNgboCwA8Nzitmc42NhptQet8cTMH { width:17.0625rem;height:13rem;top:63.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVa8fQdHGgUxBsUrb9oVhTqTgxiWWmD3 { width:13.125rem;height:1.2999125rem;top:50.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvksp26ba4vzau1FvN8sTmGFRRhnCvUk { display:flex;width:1.5625rem;height:1.5625rem;top:52.1875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #U7R7fbR81GRmdTBrt4h6pDt4Ny2twOct { width:6.125rem;height:1.2999125rem;top:52.375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAlCG4AzIstbOl4X1LBeaTawzQbhdNN { display:flex;width:1.5625rem;height:1.5625rem;top:53.6875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #ZKs3tBOFmDbve04eRSPGwpmC4cL3w8e9 { width:17.0625rem;height:12.875rem;top:36.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5cBTVVge5bAXkWJihiON99sm28D8XGd { width:6.125rem;height:1.2999125rem;top:53.8125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMwRT9DkEHZlQ9VNErWSpQ92afExFWB { width:9.9375rem;height:1.2999125rem;top:55.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg05BeRWIlSbeXhNUBoWDZAtPflsq2Kn { display:flex;width:1.5625rem;height:1.5625rem;top:55.25rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #MNgi6n5F1WusSwq0VITrzLhdKgIUkT10 { display:flex;width:1.5625rem;height:1.5625rem;top:25.125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #iOnKd18Sd43TtUoIQL5qIGzIvEqilQJq { width:6.125rem;height:1.2999125rem;top:25.25rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMVXACq7lmZMdoCVrgKdPwoLNryIUuL { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #E92gEuGTQFFeklnGXvoD8nKPqaHrGbx7 { width:6.12413125rem;height:1.2999125rem;top:27.067064285278rem;left:5.4368491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmwqE98hEV5ZwifFTBs92x7C9NQ1xkT { display:flex;width:1.5625rem;height:1.5625rem;top:28.625rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #lsv6nxTF4mPGNdCr48cBiMPRNGB5OmGV { width:8.375rem;height:1.2999125rem;top:28.6875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJw4efNkBNJmpcwKy8sxttwhxn1W32n { display:flex;width:1.5625rem;height:1.5625rem;top:80rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #TXu2Kn2GMR47TnxNQHdHhq9zcyckI7t0 { width:11.25rem;height:2.599825rem;top:80.0625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWST0rMpZEuAvaUml6cQItDPyNnX7EoN { width:13.125rem;height:1.2999125rem;top:23.186849594116rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #n71qVpn52CX4TqZeqzO4cIwuzChabIr1 { width:12.5rem;height:1.13606875rem;top:89.714636630856rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:3.75rem;height:3.75rem;top:10.625rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.13671875rem;top:15.380859375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:3.4082rem;top:16.8115234375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:1.13671875rem;top:27.5625rem;left:4.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:12.5rem;height:4.54426875rem;top:29.26171875rem;left:4.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.13671875rem;top:40.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:12.5rem;height:4.54426875rem;top:42.7021484375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.13671875rem;top:53.8359375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:4.54426875rem;top:54.97265625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgfwTH0g6AhuurXwpc7zmPkuSCVBVEgI { display:flex;width:4.5rem;height:4.5rem;top:35.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #rlDpHmAmCnzvr4KT96peLxGn1ZWHqnTX { display:flex;width:4.5rem;height:4.5rem;top:22.34375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #yhIoD14owavCoD276DhznfSNQodxsuvV { display:flex;width:5.4375rem;height:5.4375rem;top:48.3984375rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #xg25vQm3SJkwHv261WQt4dPNmwbMAHBK { width:15rem;height:1.13671875rem;top:67.6875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPF5knMICEPiEXgaSys3fqucW0u13Ays { display:flex;width:4.4375rem;height:4.4375rem;top:62rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ktUO341vWXTr58b2VMaJ6VFWTMC7hudm { width:14.874125rem;height:4.54426875rem;top:70.0625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdfXnhxdi0NcDd1ceQRgJysl7lqclChX { width:17.3123125rem;height:4.54426875rem;top:84.5625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHpR4FSh1zZgSPhbOLoTwiZPoTTVULS { width:12.5rem;height:1.13671875rem;top:82.1875rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW35qnVQQKiV7WzbVpix1pJADDsdCwMm { display:flex;width:4.4375rem;height:4.4375rem;top:76.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { display:block; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { width:15.75rem;height:4.80143125rem;top:12.125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { width:19rem;height:18.6875rem;top:7.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZemRwgGfe05rAomT245cTlgoIT23OKG { width:3.25rem;height:0.0625rem;top:20.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { width:16.875rem;height:1.600475rem;top:22.3125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { width:19rem;height:18.8125rem;top:28.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { width:15.75rem;height:4.80143125rem;top:33.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { width:16.875rem;height:1.600475rem;top:43.375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { width:3.25rem;height:0.0625rem;top:42.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsTibP21T2q13yfUKm73O5zTw0MZldB { width:19rem;height:18.375rem;top:49.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { width:16.875rem;height:1.600475rem;top:64rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { width:15.75rem;height:3.20095625rem;top:53.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { width:3.25rem;height:0.0625rem;top:62.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { width:3.9375rem;height:8.125rem;top:49.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { width:3.9375rem;height:8.125rem;top:28.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { width:3.9375rem;height:8.125rem;top:7.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U86HODU0T4qWtrJzLqfv93IcRs663hkA { display:block; }#U86HODU0T4qWtrJzLqfv93IcRs663hkA > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5IsduoUkyNdy6BOZTNzdLRgzRltZ08T { width:19.1858125rem;height:4.0625rem;top:1.937255859375rem;left:0.406494140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdgJ9yJh0yHP3coiunnF41MfuqbeXFGS { width:11.9986875rem;height:2.6237rem;top:25.509983062744rem;left:4.0006514191628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBulLIUCrZnP1wIXk8X3I56bsrAqzHN { display:block; }
 }@media only screen and (max-width: 763px) { #prlbTVFioh3yfMRvxCG28vy6IFQFJQMn { width:18.75rem;height:3.8997375rem;top:20.361328125rem;left:0.62500005960463rem;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) { #LM6CPiqvz4vykrNBNUnKmrLhZmdSJXdc { width:20rem;height:11.864125rem;top:7.2493495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:7.34375rem;top:8.5622863769531rem;left:0.93750005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:16.1870625rem;height:1.2246125rem;top:18.138023376465rem;left:3.3198786377907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:17.5625rem;height:1.3997375rem;top:15.947265625rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { width:1.5625rem;height:1.5625rem;top:17.96875rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:6.749125rem;height:5.68685rem;top:1.6948795318604rem;left:6.3444014191625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 { display:flex;width:1.5625rem;height:1.5625rem;top:20.1875rem;left:0.9375rem; }
#EiQ1TxRwI26fGmL0wysqJmhaFG0G45x2 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #xXNz7L6Gbna55pvhH8iG5hFP54KKsGkq { width:11.124125rem;height:1.2246125rem;top:20.3125rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.875rem;height:1.94921875rem;top:0.962890625rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }