.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW { z-index:auto;position:relative;display:block; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW { background-color: transparent; background-image: none; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container > .video-iframe-container { display: none; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row > .video-iframe-container { display: none; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .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); }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW { border-width: 0; border-radius: 0; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#fwT0BGlp4m0XGlemvTUtS2sQ9WiIEe3T { box-sizing:content-box;height:1.625rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:#00ac9a;background-image:none;top:1.06103515625rem;left:26rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#pPamf7ptpQRafDqTZkt8ad0SqM16sLMR { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.22314453125rem;left:28.34375rem;height:1.3rem;display:block; }
#iwpkChz4iXHzbbTaL8rI8bOpB2yuvBRR { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:14.28125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DdsuA23NLWWgyZ4Iwz46WMi6bxxLHzmD { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.9375rem;left:16.1875rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#h9azSfoFrrARqDZWeeDlNL66D0C7VrN5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:34.1875rem;top:23.6689453125rem;left:4.75rem;overflow:hidden;display:block; }
#HWlWbMLvElZt9p51Jsg4NyCD4c4GeXM3 { box-sizing:content-box;height:34.0625rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:25.0625rem;left:40.90625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#sKx9lxlMdzGGxJfVNDdxVH4SGhqszJUK { box-sizing:content-box;height:3.6875rem;width:25.3125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:22.46875rem;left:40.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#pW06N9A0WUH4HwSNI8DyK8qbvMKgriP3 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.62158203125rem;left:44.59375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#crlWJrThCSbFKbWLDUNM4OQlhMrnEU73 { box-sizing:content-box;height:1.25rem;width:4.5625rem;position:absolute;display:block;z-index:15008;background-color:#00ac9a;background-image:none;top:21.8125rem;left:41.53125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#nkh3l3tdHACV2udiMohFhK1sFU6oLBQz { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:42.03125rem;height:0.975rem;display:block; }
#pyhZvzmUgHi59ubrUW1sWZ0L7TEe5nUu { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:26.7626953125rem;left:42.15625rem;height:28rem;display:block; }
#UNfbJ0gKswFI2gEKXVTzvz5A1XBSbCp4 { color:#000000;display:block;width:8rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:55.755859375rem;left:45.0625rem;height:0.9746125rem;font-style:normal;display:block; }
#h7X7urlre6HctwcppqZ22x3MvosGmtc3 { color:#00ac9a;display:block;width:5.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:55.5625rem;left:54.1875rem;height:1.1375rem;font-style:normal;display:block; }
#QaMDZiCOmgrgx2yWcbA5e2NxGTUPPMa6 { background-color:#00ac9a;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:57.85546875rem;left:46.6875rem;display:block; }
#MtpSOXmAKK6pcyGutBIIl651gJQybKhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHwgw0TEWWqaW142CGxeOfmToSD1VXVL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.9375rem;top:63.875rem;left:50rem;overflow:hidden;display:block; }
#FhVflyT2SMcG4gyA4XOwzWTQputu5K12 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:61.625rem;left:48.6884765625rem; }
#XPwZwuZwc8rCdbKzQByMocBPXPaGBqaI { color:#4f4f4f;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:61.625rem;left:50.9375rem;height:1.3125rem;font-style:normal;display:block; }
#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n { position:relative;display:block; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n { background-color: transparent; background-image: none; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row .container > .video-iframe-container { display: none; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row > .video-iframe-container { display: none; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .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); }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n { border-width: 0; border-radius: 0; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .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; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:201.1875rem;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; }#FOyLMJGXUMIkRiKTirldQcSzlZppTy07 { color:#000000;display:block;width:46.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.3125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mf4JUiNE9nuONNiXLLbG4HVVqVtypcpn { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10.458984375rem;left:14.0625rem;height:48.3935375rem;text-align:left;text-align-last:left;display:block; }
#XmJHSsBoaG1i7PPkLGUTyizEmr8p3pKh { position:absolute;display:block;z-index:15002;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:26.3125rem;width:40.875rem;top:61.25rem;left:17.0625rem;overflow:hidden;display:block; }
#pPUU9r8OI0CyIvNwJ5JttX77rEBqQ1cM { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:89.5625rem;left:14.0625rem;height:30.79589375rem;text-align:left;text-align-last:left;display:block; }
#uTED6xDwadgORwa2bzPLNBBdlZekrtfe { color:#000000;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:121.9375rem;left:23.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qO9RmM6T0zSTGK469Ne2zGwNBPe6EsGu { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:131.3125rem;left:14.03125rem;height:68.1909125rem;text-align:left;text-align-last:left;display:block; }
#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk { position:relative;display:block; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk { background-color: transparent; background-image: none; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row .container > .video-iframe-container { display: none; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row > .video-iframe-container { display: none; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .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); }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk { border-width: 0; border-radius: 0; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .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; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:571.125rem;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; }#b8oIqgwtVWf0EHlN188h6WmKXVgUWITE { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,172,154,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #00ac9a;border-left:0.1875rem dashed #00ac9a;border-right:0.1875rem dashed #00ac9a;border-bottom:0.1875rem dashed #00ac9a;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mU28yZ4UhGT8aXKm7aGdzOPkMPATVcbX { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.98046875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FphrG2O0UuWDLEifbpo49TwRKrLXu324 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:45.4375rem;top:19.88671875rem;left:14.78125rem;overflow:hidden;display:block; }
#wEAtCvdiLzn3SwoCfKBbyHnPtEdE5KiW { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:10.625rem;text-align:left;text-align-last:left;display:block; }
#nc3LB0TBk4LLAaqQz8MOtwGbSVkgJAot { color:#000000;display:block;width:35.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:50.125rem;left:19.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3KgErtCioSCznoQdh8UoUsREOeludgF { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#O2Rc9z3nMPf49uNdmRTrWelzglQIs6dI { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.9443359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Buq0C6Esx2W2XXTWvkcO7KGPdObgQvcJ { position:absolute;display:block;z-index:15003;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:23rem;width:31.0625rem;top:94.63671875rem;left:21.96875rem;overflow:hidden;display:block; }
#htEltyW7lPH8gUlEkRV1a9rytZrANxEr { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#aqZGL4TyOpPIRRTUghtFf7enFDL8enbR { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.36181640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wb7MNIvUZipdobPXnTJCOnuFJr1BUEIC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:44.625rem;top:167.02783203125rem;left:15.1875rem;overflow:hidden;display:block; }
#O1NkwuAVJBmlst5T4G3Ww0KvIF1d7NRH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:199.14697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#HmIKTzmtroOxiDkXu3mNw56yMbFfbNv2 { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:243.93701171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tx4gDHEK9K1n9pmJhtGNUkVvQqR20oxH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#PTPa6QdqPy7RQoVUpi79HqQqb8yDLin8 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MR7JdS7MwDDxiArR61XNokfENUy4gDyK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#T6r8nKAAVTdJslg6STRSg0ZyLBfWdMH1 { position:absolute;display:block;z-index:15005;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:26.9375rem;width:38.4375rem;top:289.677734375rem;left:18.28125rem;overflow:hidden;display:block; }
#q4LJpeSd4rczV2so3RF0wZ1kXIksJsKy { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.82470703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRdI5n6AZ9HkqSqMPLeG5kEgudGnIX1H { position:absolute;display:block;z-index:15006;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:26rem;width:46.625rem;top:349.771484375rem;left:14.1875rem;overflow:hidden;display:block; }
#pi1qf6qKQnnTbOBrd50rEWBxNPNeQExH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#zoBtsQhkczIdNKKJAhqDsBRGvcA4eSln { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:398.99560546875rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeDJy0u6T3byKqPkUxnr50wtdUdgAakm { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#00ac9a;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#iHslS6qRmcskl7bAOFrMoaN3G9A8OFWU { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaE5uVawDynZUDAqLPpUIeOQUPSrnEEM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:421.78125rem;left:18.21875rem;overflow:hidden;display:block; }
#gM0uxM3i2rZV6ESAWmTi5TnG3rewuhGv { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#PgdImhDJeEiOx6w14LJ4VMs9XPibP6iX { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#der7ZGgGo6KO9gQDs9ylUDkNiatLLWhk { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#h31T1MFxCGU2OwQlLft30ZzrvsaomiJl { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#V0w81KFIw84SuIhCU6JgtJqLEIXcQI7G { position:absolute;display:block;z-index:15011;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:12.3125rem;width:7.6875rem;top:442.15625rem;left:18.40625rem;overflow:hidden;display:block; }
#xmkv9LlxC3wcSyDeXtp8LfeeAP5MrGsw { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#KZmnsGCSCUnGmDChnsXlnxxxTLFlfzVV { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#zmoqcvoJDJkzPorwhM2Awokv4wIZ86k9 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#c5arqcDM24TDxDQJsobhdVJ7A6FUFT0n { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#dDP2oxrqvLqBPUCJL94xlZsN2pKDex09 { position:absolute;display:block;z-index:15012;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:12.3125rem;width:8.6875rem;top:464.15625rem;left:17.40625rem;overflow:hidden;display:block; }
#DfuNNNXd7RTUdOnl0Bq0LXhOTJn4oKWJ { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#reImrl8cF9F8fGDSP170ALQQJu1aazn7 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#xJBxiduu0qC7RTqT0xXDimyFngByC6xI { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#tZOKUhGxdRcIe49AoZiM0BZpa7PRLtaG { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#k1knD4zH0t3HBZkf587JStZDremWq5Pv { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#BJTV6I77rpmOyfNNu8ICV3FN0W2K97Dx { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#SuA79qBIdtBCWoWyJ00S8lzcgenAGlnK { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#zmNT48sVFnrtT62SeE4HkJ12ZIbkg1pi { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#l1kLTC1dJBDL5r6XTSxqqpxPFTTxrUpV { position:absolute;display:block;z-index:15014;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:12.3125rem;width:8.6875rem;top:505.28125rem;left:17.6875rem;overflow:hidden;display:block; }
#taST54Arz5OzoXKBpThaIf4gcHTT7Je2 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#Pvd6OfC7l8O8cxA6U8AXUz28L08qlKqz { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#CNVxgtgMNW0b9CdMDi5ZlemIh0BPA8lU { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#uBQqGze0Fq2c3cuJmo8Vt88wQkIiSdJd { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#GBWTzrL76IHVNOl9Kge6TzKOzEPAHxhC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:527.0625rem;left:18.3125rem;overflow:hidden;display:block; }
#J5EnrQzfKZ93UVhSiI8RB7qKgQciX2Ed { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#P0aak0vJ5gBWQ8sRqqpErlESbrakDIOa { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4625rem;display:block; }
#NkyyzxDUnzPK8u36GoDlU9PWiVsmJwA3 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:4.25rem;display:block; }
#GRBb2p483GMiuWIHtVzTvLMKDFCklnI5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#stTgITCGMTlV6vEyr3chzAD0FlBHXgrI { color:#00ac9a;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.625rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#eXvSN9MVEu0AZgJAzFcHcnRLWu3fTTqM { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#oUGSzXIGVcTeVDtT7dGTbLaTwDO1aEHi { background-color:#00ac9a;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.40625rem;left:21.75rem;display:block; }
#yTsJw4Fy68F8uRVVtrCX8OVH4Q9FcU8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkIx0fg4TsxEZoA2kUxa0swNMhrJTxPD { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.3rem;font-style:normal;display:block; }
#nviA4197EL2lgwbTv5c0AP69z5pFVL0O { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.6rem;font-style:normal;display:block; }
#t4y2yFXGPhuxuzdRqgZkDo0C0zZ77KKw { position:absolute;display:block;z-index:15041;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.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#OuQhCq4OPBgZTU6a6i4yn7fyzuGNw5dZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#H6bEzTNDiOJ0FAXERprkHlKbDubTeAPm { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#vE26Z3pRKklUMWcUcBhUhNTDewg689oW { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#mrf1I73CzmvtzArk6iRwTeig1HROPV50 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#Go3DBpkiB2FiZ0hD7aEDPoGKsg0ikCh5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#MoTamktfNsmug6DGN5lTRIbv34lpq6zr { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K8N2b6GB5zahqpXdS8JlrX4w4eRDFeOG { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#efbzk6tE6ekkWXzeExFodyWDSuHn8tfx { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BUNt4kNXF3n2S4TIGPZ1IALDvGKoQMWi { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#ou7vOItCcQazeVHs8D0IFglOs5HHAHT3 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#qUilTU07SNIJsLE53UpLZJ6IxOQyRKgu { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#KR0lzfIl3hIisKh5swDZsCSgfE4p1w9a { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Ua2u8gR2tTK2ddMfFFuAr5VCeOHqUeZR { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#iuyFJ7QhwAUp8wxle4CJc48gh7w3OTNH { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#vPIhQCw97BolMVLyHnBb80IqURDVTBzT { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#pGw4M3f3uTWARhTy7bGK8MnmkGVmSMXD { position:absolute;display:block;z-index:15013;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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#icZUd2w9FMTNGIEuRJ4MBmNpmTE1W3o2 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Nw9CKSe1LLIDkTAyAqKLrrKBuKP2CWxM { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#r4XBZW1inHZTKsLbPCtk9n7cWzZLILl8 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#f3TGKFZyQ0HUvtKTET1DxCxdMZTI3Ooh { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#leEL0mgRcWdiTfurvig5mO2p0TSyUJUE { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#MoPozygrds1umeAtNTGf315aI2GH6QWf { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#BApkXyP2eTtoRg9BKCB4UgugANkmEOF1 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#xsMPSwDwk1tHhTql26Et2ttmiAXpBQls { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#dD5lxDUPaRX6drM3WrlfTthUvC01e7yt { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#xxPmOhzIEaBAEw3JfeBSsWIU21rp73al { position:absolute;display:block;z-index:15013;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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#DD0Qr1WMK4uzmfw0fsslpCtbKb4q0A5P { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Ci5PI5aznT7T1VfskefEhlcWerhQQ23u { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#uG6bdPEQhhtHmAP6AHS8pQbL1URgHaCp { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#tdSUFXDvcdpw5DvVv4WQ7EizTBShwLL0 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#IsLxTl1XyBtLB5UTdVsPX3MAJUJalBrC { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#z2ZGmhXkFam8aUQxb9785w9MNX6TuLti { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#wK0M76xQ0lzXacMTSDOcoeiUv8kUL4if { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#eZ04gmhP8C1vDesTaZosKV4sDgzHs1A1 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#RJWhfMuA8nnqmQTAPSnBd29aftK0iSSw { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#rPTQxMkAeOeuP3mmayyPUpH8et7V984M { position:absolute;display:block;z-index:15013;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:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#KJEzucKOITd7hgQwqdzPTBLmUSJU3DcJ { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:485.34375rem;left:18.21875rem;overflow:hidden;display:block; }
#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 { position:relative;display:block; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 { background-color: transparent; background-image: none; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row .container > .video-iframe-container { display: none; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row > .video-iframe-container { display: none; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .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); }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 { border-width: 0; border-radius: 0; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .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; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:459.0625rem;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; }#A2T9SXhWZpXLvCcckd6tOcqpponGw8XB { color:#000000;display:block;width:43.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.8125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9MT1ZlFM9wMKGDXfeoQV826yLfRWk6k { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.3515625rem;left:15.625rem;height:13.19824375rem;text-align:left;text-align-last:left;display:block; }
#Q1ZausXGCcAr73m9ccFCIZ7XN0XVJuFU { position:absolute;display:block;z-index:15007;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:22.1875rem;width:34.375rem;top:29.83447265625rem;left:20.3125rem;overflow:hidden;display:block; }
#D3uhnMfzCrRy775cr8PpGnOXba7LcAVZ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:54.92822265625rem;left:15.625rem;height:17.59764375rem;display:block; }
#cT358aSZ9RbCb9nxw49OBezcH77n2pTT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:34.1875rem;top:75.0625rem;left:20.40625rem;overflow:hidden;display:block; }
#AJHnS0g5xFdLxsaoyn7H8mwc98t9dwav { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:100.30322265625rem;left:15.625rem;height:24.19676875rem;display:block; }
#oQDbvO27eF8QNfoCvDsxikWfTvH4f8cR { color:#000000;display:block;width:38.125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:126.6875rem;left:18.4375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBp2ITBQ4fd1WlpVduuxeEwBbe5TDWOx { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:137.1591796875rem;left:15.625rem;height:50.59329375rem;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; }
#NiuOIET1N4fTbTUWZlF3tlmeN51Eev7n { color:#000000;display:block;width:37.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:187.751953125rem;left:18.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2V9s7Fl4DOW6UqGEPnKqLLlIIsKIOCp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:197.208984375rem;left:15.625rem;height:24.196775rem;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; }
#XimpNmA8nHawT3gX65aMFR8tTAHfcSw5 { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:224.3125rem;left:15.21875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8Z4gVHapd5NAcRuKRDmpK87UIrczUQF { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:245.6875rem;left:15.625rem;height:37.3950125rem;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; }
#DEJXJmo8o9IHub58SXBwVyZsnFvEBxST { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:234.25rem;left:33.21875rem;overflow:hidden;display:block; }
#bqOp781NGX73it90DNcHleQyyS9sECIz { box-sizing:content-box;height:125rem;width:53.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,172,154,0.12);background-image:none;top:286.25rem;left:10.75rem;border-top:0.1875rem dashed #00ac9a;border-left:0.1875rem dashed #00ac9a;border-right:0.1875rem dashed #00ac9a;border-bottom:0.1875rem dashed #00ac9a;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#lSaDzgfItL37ZueUFf2SyDGehfaZDz18 { color:#00ac9a;display:block;width:39.8125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:288.625rem;left:17.59375rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9hB1px1cgNmwKp8EIAWfay2ZFezJXLZ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:302.1875rem;left:15.9375rem;height:106rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fFWrBe2TOqUaqF5xln9eelbQsCRSPvwP { color:#000000;display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:415.6875rem;left:19.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dabLKrVNT1Hdd1uON9lI9pgWC3CwiiCh { box-sizing:content-box;height:97.8125rem;width:27.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(248,0,0,0.12);background-image:none;top:218.5625rem;left:27.875rem;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#LgnAwR9Jscl07FKla7vEsQrMGp4Nqgyy { color:#ff0000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:220.5625rem;left:30.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T9WQuxZNMh43wNdAHnGFQHELQLfeaX5J { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:225.146484375rem;left:28.78125rem;height:89.57820625rem;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; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,0,0,0.61);border-left:0.0625rem solid rgba(0,0,0,0.61);border-right:0.0625rem solid rgba(0,0,0,0.61);border-bottom:0.0625rem solid rgba(0,0,0,0.61); }
#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;line-height:1.7;overflow:hidden;height:auto; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-trigger.adaptive-delivery-prevent-bg, #GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-trigger.lazyload, #GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-trigger.lazyloading { background-image: none; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 { box-sizing:content-box;height:auto;width:46.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:422.6123046875rem;left:12.8125rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #cwRD7K6G7awqpvD94BTkweI0FDKBg3R5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #NAQmOzhEH7GrDTOThvkOmC0M3uTrTUN9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #z65nMP5yuH1TuWEVZLaSDy51iJHaU4Vt { display:block;position:relative; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #TOZm93wnFnqAFhzy1eXveAznhRnkdLRl {  }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #TauIBn82RfriqM3z9wz3GzBXFT14bEWh {  }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #uFoTxgoxgrnPBi3Turc5xZKIceCkeGT1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #KJ9d6vONSIwifQyf2F9NZArzxeDJbFCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #Ny2THTpVPOFRZtVL4nNz9whMTR195thG { display:block;position:relative; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #D6aLyeWzp8KDEkiSbIETUkwrhvZq6WMP {  }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #ZsTLNPcrJxvUKsDhvBSg88Bfe8b0iB8D { display:none; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #lAaDL0VntRGZLz46xXgZIBeIrw3RIiHA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #l3Fsteoehh8aXRapLEugkdqb2SMG7ASw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #vEDU8pnm8fTGA4sR8vG14r6COK03rpPg { display:block;position:relative; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #oTCoBBFcBJlOEkntMoHMTeneZdemmap2 {  }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #GVaxcSqEwEiBLBpTJafv16CzhfJU42in { display:none; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #zIsTnTtRdC6PSlE6CpuKnoGLDzGxFr4y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #ykx7u0hWz7iqLSoFgq9y6ST9IPGr7knz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #sDToGmUr3383nsNCSQB0x69D5TGUWLnA { display:block;position:relative; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #egyMAisgTr8N6Agpx0cBWmGFRRAJCFux {  }
#GvGieFdomAGALnb3fll6H7xrd78epN10 #EZbzO1uDMuc4CtVivmkXTQWp80elTiny { display:none; }
#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI { position:relative;display:block; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI { background-color: transparent; background-image: none; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row .container > .video-iframe-container { display: none; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row > .video-iframe-container { display: none; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .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); }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI { border-width: 0; border-radius: 0; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .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; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:571.125rem;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; }#Mgl8mKvd2GWwIN6m2gyBqWNknFDhbJSu { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,172,154,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #00ac9a;border-left:0.1875rem dashed #00ac9a;border-right:0.1875rem dashed #00ac9a;border-bottom:0.1875rem dashed #00ac9a;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#iQ0tnE0v8hb8pJxh3UQp8TEzOUmL0xDg { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.98046875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNywkp5LfhRdJ8xJLnZi3zM0l3nx2Eas { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:45.4375rem;top:19.88671875rem;left:14.78125rem;overflow:hidden;display:block; }
#UHyJ2TFyLuDvdKDbnzF08GdCBEBnshff { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:10.625rem;text-align:left;text-align-last:left;display:block; }
#FoIltZJRIBPPWyC57BvgPCsF56D82NUO { color:#000000;display:block;width:35.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:50.125rem;left:19.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryifI45nvzCewOv7QDCFFEUlJop1ZsOw { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#vSvZ9XzTy5U1iyHbaviG71ERR7hdimM4 { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.9443359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2J40rk2aupWPHTqSoXnt21VcU5ucgBH { position:absolute;display:block;z-index:15003;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:23rem;width:31.0625rem;top:94.63671875rem;left:21.96875rem;overflow:hidden;display:block; }
#LxatmXzW56PVdFBzABFlDOT1379ZfQvi { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#rsV9wwxF0WKvn6sSqPMzAkCKzTELmZU0 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.36181640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MN4evnLqT2Cs9wuGBhuDUphh12kE4EfH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:44.625rem;top:167.02783203125rem;left:15.1875rem;overflow:hidden;display:block; }
#oSleVbAL7roZbQ0xN4I01paGFJ0DtVik { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:199.14697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#Xv3K5VGE3SxDhU3rJ5vcnde41sRW7vz0 { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:243.93701171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Juu8Uau89yoICJCd4PucSxUHQ4KQf6Hg { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#rHuWTrWCN9Ie4U2qB4lSxu1x873FO01x { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piTTkL7l2sFlpz1Jbw6pQ0kMuJlEl9bD { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#lNi2XEatO1odCr5GfLuFW7vBZOh8ewkG { position:absolute;display:block;z-index:15005;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:26.9375rem;width:38.4375rem;top:289.677734375rem;left:18.28125rem;overflow:hidden;display:block; }
#b3y9Zu1q6nd7dWN6swcJLmydhqGzM0zu { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.82470703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbVCMyR41sKCBe20uTb79fwHLzfaprLp { position:absolute;display:block;z-index:15006;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:26rem;width:46.625rem;top:349.771484375rem;left:14.1875rem;overflow:hidden;display:block; }
#LiODNvP3FUx9KWORV88PVRl2ILG0FCTE { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#MFmycswoG0cb8lqklZLXyBaAr16qsVo6 { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:398.99560546875rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4MSq9docC17W6ugLofwHvMFJEr4BemJ { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#00ac9a;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#m3NKkt7O5ofPRVZcgXlQFF5cTMBJiKJv { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMRyviRIuLE3MId8Mnwxgi0qWyF3nt8B { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:421.78125rem;left:18.21875rem;overflow:hidden;display:block; }
#Grk4cNfkFKAbpwTcrMbQqu8K9yE9Z5xR { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#dKa9m0JJNxKUQ5k0EL0VRDphzfp5F6WR { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#wVnTdxJWkCekQ0pKAvmXLDw60Te5omVf { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#PxO83Pi4agptGndhOt8DJygidbCUiU2E { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#helpu7Rg9IpbEI7VprGnknv7s0KiW2aW { position:absolute;display:block;z-index:15011;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:12.3125rem;width:7.6875rem;top:442.15625rem;left:18.40625rem;overflow:hidden;display:block; }
#Xme8eD4tEIA5lVh1aiFvPdziWltvPDOr { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#gz8Iqg11fsUSwczRVhhoPDGTyLxhwyrJ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#cwIGEqqc1fD25zyZSZSEW9VawLer8aBA { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#tpCFx4ySBLvarEV1J7X1WObKkTDqpTOX { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#PWHaFogxgDxsUSa78DvrMaumvoDdqFL6 { position:absolute;display:block;z-index:15012;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:12.3125rem;width:8.6875rem;top:464.15625rem;left:17.40625rem;overflow:hidden;display:block; }
#gTfb4TEggSBbgTg3ZqONRcP3m1OT8B6H { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#b9p111xryMe2l0R8rhlnSqs6EI1ERMZ4 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#eBC1O4ePnOMqFcUsDLWAqSJyyNesHeO7 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#IHoC3i2LqU6HzSOZA0DQLJTzzDQ1RMzt { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#AHseVZ3F9CP9qkvKz3aaDuK0BiLdiv88 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#QqPkr1ZXyT12et68oAtdEnXRhozHPJlb { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#GEC5FaF7cn3HO1rBGF606SgP3EbzpZGD { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#f10heAyvkbGeqKZd8L5WJDeRtu4kL7Gr { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#pzzSxC3KTWUMXNIbPaVUUybBasqvF2hw { position:absolute;display:block;z-index:15014;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:12.3125rem;width:8.6875rem;top:505.28125rem;left:17.6875rem;overflow:hidden;display:block; }
#zGpW1mWd4Onsn5MUta6PiLSOM9Svddrw { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#hacsQ92tZPxtwDnfTwlxSoB5M2CFJl9T { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#bJQ3NRxzBKNLchP6W4ADSKukIUwg5ohL { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#oVVXUTfZfdGUeT2Xb9ksGcV4NEl4OIA8 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#Oh59yIID8WFoUDB2AG3bcMKX6uNAiBIF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:527.0625rem;left:18.3125rem;overflow:hidden;display:block; }
#gvumfhDnso7cPpxQa7FJzUWHzG4OFgol { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#MDv3oXDr1ulpmvL2NobTqSnlGgUlLOaC { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4625rem;display:block; }
#H7JTdQBtw90MCTStLIoTT0xTtK1b8Brk { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:4.25rem;display:block; }
#gu5TsNSTNar2PV9dqMInXcdR2CquwQi6 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:49.28125rem;height:1.4625rem;font-style:normal;display:block; }
#D9e4GPDetfxmUgaZIzT8DSX83TcwmVeE { color:#00ac9a;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.625rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#TO82Niii1T4pLeJTTXJalhp17LeHDDcD { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#BdOsGqEG0PTyZaTAh0hIG2tSpXqMF7tH { background-color:#00ac9a;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.40625rem;left:21.75rem;display:block; }
#tUDtvX0sidm7AWADyCC7amKQ5oR08lhl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3RdB9TwcMNT79cy7cG0pLGHH3tvi7fK { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.3rem;font-style:normal;display:block; }
#Wvys7dz4xVHRbcnme4I28UHxcTKlwazz { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.6rem;font-style:normal;display:block; }
#S13HwOJOgAl3ZruwzHM3cixHpc0lxdXC { position:absolute;display:block;z-index:15041;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.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#sLdquuqEC60fClUIRyKk7OeNrWDonMXX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#pGATmLwbamS3AvrosvnPeOLkzJE3hdse { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#GSBkuFVIeZLMapbVxDmWh8q5uMU1rVRP { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#gi0mMGSwUqTHQwUVIFbAPTh1eScpsc0H { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#UJhvJxGQ7dGBHLTyTXzHnIC2Pip6cSTJ { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#z9sNT8ScPgmiWh4eO2QKy7vTCiwG0Xqc { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WGGZR186i7qUSf4tKmBqOLpdsT6xTIUC { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#Azw5xacbCGp7fTd2b5IOwtP70Mt2FhTO { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xu097uvRMw9rhG54QQWP21LR7Vm3gEey { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#TAFoWprFXZlbwVOc3MWH5DiD51fQRevs { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#OPeWVqMzTl9SJeZQpo0vsITJ3LQNH3ZW { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#EomJqzxoKLx4xx1SoFwSqJTnukxdB94T { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#emIVAnPBKDyJ3PyqL3K2oCWdlCBzFz7A { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#sVnDPEyU3CFFxqoz8IpDNzkx3nvVUn08 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#MvsmvaN2CBGVcgQWMW5ChMGBVEbm3mWU { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#sHBESryGXbfTvViVUn9NTZ6oNTHuFwG6 { position:absolute;display:block;z-index:15013;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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#BQQhuF6tmRvvPidHqJXXbxkgLwL8PdbG { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#vdCDVEttnymKThOvMIpVcLQurmDThiLi { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#tmQRvyXUo9AMCp4ySPBwTtZ64cC8GTBT { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#kd5B6bTzxo3huuGlPDQC0iTfxaUOXJPP { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#I7nCLTH4imAsTU9wriRIrUfCeXwNtwkt { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#nAWGT4i27PV26TpKbCsTw4qoAz74BL7N { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#aLcCnfiLFVEcNQ1ix5wvpq8tk5ZmonDU { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#q9KIP4NDfN7G0xkpvdCwgsXvIw0zM4xt { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#JLyG1evo6nFUmMXDNXIBQxVZ0NwN0Had { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#JkzcSTPo5GPTWI4RqeQu0lmRIcTIVsJp { position:absolute;display:block;z-index:15013;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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#M1CAlKTnsZUrL05TXILAlUCyDbLgX75R { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#mkuSLKNpn4it6RJavHGVbmWoWHrC0GnE { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#OawooeAr5kFLmMtTGXhhI9PNFaGhg1zS { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#LHZmpZQC27qQ5BscKKUXcm80ebOyWJbB { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#Oyw4D2niX0N4vhUHwKN5xHrXQwthfuk0 { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#grw8RTDp5bmPT2Op8RhTEqtasf6zAXpR { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#CLXfg5DHHslEXfUcIoCHmn6EuTeOIxxP { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#NcUDg2wx4yyPz3w2a1sluTlkdfTT9ftU { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#CwoFcBDu7HaQsaTQUuyb3WD59ntF2ZLe { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#rMFGETBlr7MVqJAonGqx3roQVOM0BTZV { position:absolute;display:block;z-index:15013;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:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#CNozSk7LxRmDyWwlyBeaCpe3ra6p5fH1 { position:absolute;display:block;z-index:15013;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:12.3125rem;width:7.875rem;top:485.34375rem;left:18.21875rem;overflow:hidden;display:block; }
#FMuHuCfILhS1qvqnmh1berstxnKvwdEu { position:relative;display:block; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu { background-color: transparent; background-image: none; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row .container > .video-iframe-container { display: none; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row > .video-iframe-container { display: none; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .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); }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu { border-width: 0; border-radius: 0; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .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; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7rem;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; }#FtwTTwTQtHGH7HpwrF7QWJRI6h50RDH4 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:2.88720703125rem;left:30.875rem;height:1.2246125rem;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) { #Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW { display:block; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwT0BGlp4m0XGlemvTUtS2sQ9WiIEe3T { top:1rem;left:12.375rem;width:23rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPamf7ptpQRafDqTZkt8ad0SqM16sLMR { top:1.1875rem;left:14.71875rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpkChz4iXHzbbTaL8rI8bOpB2yuvBRR { top:3.9375rem;left:0.65625rem;width:46.4375rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdsuA23NLWWgyZ4Iwz46WMi6bxxLHzmD { top:14.9375rem;left:2.5625rem;width:42.625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9azSfoFrrARqDZWeeDlNL66D0C7VrN5 { top:23.625rem;left:0rem;width:34.1875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWlWbMLvElZt9p51Jsg4NyCD4c4GeXM3 { top:25.0625rem;left:22.4375rem;width:24.9375rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKx9lxlMdzGGxJfVNDdxVH4SGhqszJUK { top:22.4375rem;left:22.4375rem;width:25.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW06N9A0WUH4HwSNI8DyK8qbvMKgriP3 { top:23.5625rem;left:29.8125rem;width:17.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crlWJrThCSbFKbWLDUNM4OQlhMrnEU73 { top:21.8125rem;left:27.9375rem;width:4.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkh3l3tdHACV2udiMohFhK1sFU6oLBQz { top:22.0625rem;left:28.4375rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyhZvzmUgHi59ubrUW1sWZ0L7TEe5nUu { top:26.75rem;left:26rem;width:21.75rem;height:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNfbJ0gKswFI2gEKXVTzvz5A1XBSbCp4 { top:55.75rem;left:31.4375rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7X7urlre6HctwcppqZ22x3MvosGmtc3 { top:55.5625rem;left:40.5625rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaMDZiCOmgrgx2yWcbA5e2NxGTUPPMa6 { width:13.75rem;height:2.625rem;top:57.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtpSOXmAKK6pcyGutBIIl651gJQybKhs { display:block; }
 }@media only screen and (max-width: 763px) { #UHwgw0TEWWqaW142CGxeOfmToSD1VXVL { top:63.875rem;left:36.375rem;width:8.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVflyT2SMcG4gyA4XOwzWTQputu5K12 { top:61.625rem;left:35.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwZwuZwc8rCdbKzQByMocBPXPaGBqaI { width:8.5rem;height:1.3125rem;top:61.625rem;left:37.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n { display:block; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOyLMJGXUMIkRiKTirldQcSzlZppTy07 { top:1.4375rem;left:0.6875rem;width:46.375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4JUiNE9nuONNiXLLbG4HVVqVtypcpn { top:10.4375rem;left:0.4375rem;width:46.875rem;height:48.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJHSsBoaG1i7PPkLGUTyizEmr8p3pKh { top:61.25rem;left:3.4375rem;width:40.875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPUU9r8OI0CyIvNwJ5JttX77rEBqQ1cM { top:89.5625rem;left:0.4375rem;width:46.875rem;height:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTED6xDwadgORwa2bzPLNBBdlZekrtfe { top:121.9375rem;left:9.5rem;width:28.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9RmM6T0zSTGK469Ne2zGwNBPe6EsGu { top:131.3125rem;left:0.40625rem;width:46.9375rem;height:68.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk { display:block; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8oIqgwtVWf0EHlN188h6WmKXVgUWITE { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU28yZ4UhGT8aXKm7aGdzOPkMPATVcbX { top:1.9375rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FphrG2O0UuWDLEifbpo49TwRKrLXu324 { top:19.875rem;left:1.15625rem;width:45.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEAtCvdiLzn3SwoCfKBbyHnPtEdE5KiW { top:37.0625rem;left:2rem;width:43.75rem;height:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc3LB0TBk4LLAaqQz8MOtwGbSVkgJAot { top:50.125rem;left:6.0625rem;width:35.625rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3KgErtCioSCznoQdh8UoUsREOeludgF { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Rc9z3nMPf49uNdmRTrWelzglQIs6dI { top:88.9375rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buq0C6Esx2W2XXTWvkcO7KGPdObgQvcJ { top:94.625rem;left:8.34375rem;width:31.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #htEltyW7lPH8gUlEkRV1a9rytZrANxEr { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqZGL4TyOpPIRRTUghtFf7enFDL8enbR { top:157.3125rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb7MNIvUZipdobPXnTJCOnuFJr1BUEIC { top:167rem;left:1.5625rem;width:44.625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkwuAVJBmlst5T4G3Ww0KvIF1d7NRH { top:199.125rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmIKTzmtroOxiDkXu3mNw56yMbFfbNv2 { top:243.875rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx4gDHEK9K1n9pmJhtGNUkVvQqR20oxH { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPa6QdqPy7RQoVUpi79HqQqb8yDLin8 { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7JdS7MwDDxiArR61XNokfENUy4gDyK { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6r8nKAAVTdJslg6STRSg0ZyLBfWdMH1 { top:289.625rem;left:4.65625rem;width:38.4375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LJpeSd4rczV2so3RF0wZ1kXIksJsKy { top:343.8125rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdI5n6AZ9HkqSqMPLeG5kEgudGnIX1H { top:349.75rem;left:0.5625rem;width:46.625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1qf6qKQnnTbOBrd50rEWBxNPNeQExH { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoBtsQhkczIdNKKJAhqDsBRGvcA4eSln { top:398.9375rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeDJy0u6T3byKqPkUxnr50wtdUdgAakm { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHslS6qRmcskl7bAOFrMoaN3G9A8OFWU { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaE5uVawDynZUDAqLPpUIeOQUPSrnEEM { top:421.75rem;left:4.59375rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM0uxM3i2rZV6ESAWmTi5TnG3rewuhGv { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgdImhDJeEiOx6w14LJ4VMs9XPibP6iX { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #der7ZGgGo6KO9gQDs9ylUDkNiatLLWhk { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h31T1MFxCGU2OwQlLft30ZzrvsaomiJl { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0w81KFIw84SuIhCU6JgtJqLEIXcQI7G { top:442.125rem;left:4.78125rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkv9LlxC3wcSyDeXtp8LfeeAP5MrGsw { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZmnsGCSCUnGmDChnsXlnxxxTLFlfzVV { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmoqcvoJDJkzPorwhM2Awokv4wIZ86k9 { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5arqcDM24TDxDQJsobhdVJ7A6FUFT0n { top:452.0625rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDP2oxrqvLqBPUCJL94xlZsN2pKDex09 { top:464.125rem;left:3.78125rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfuNNNXd7RTUdOnl0Bq0LXhOTJn4oKWJ { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reImrl8cF9F8fGDSP170ALQQJu1aazn7 { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJBxiduu0qC7RTqT0xXDimyFngByC6xI { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZOKUhGxdRcIe49AoZiM0BZpa7PRLtaG { top:473.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1knD4zH0t3HBZkf587JStZDremWq5Pv { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTV6I77rpmOyfNNu8ICV3FN0W2K97Dx { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuA79qBIdtBCWoWyJ00S8lzcgenAGlnK { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmNT48sVFnrtT62SeE4HkJ12ZIbkg1pi { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1kLTC1dJBDL5r6XTSxqqpxPFTTxrUpV { top:505.3125rem;left:4.0625rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taST54Arz5OzoXKBpThaIf4gcHTT7Je2 { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvd6OfC7l8O8cxA6U8AXUz28L08qlKqz { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVxgtgMNW0b9CdMDi5ZlemIh0BPA8lU { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBQqGze0Fq2c3cuJmo8Vt88wQkIiSdJd { top:516.1875rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWTzrL76IHVNOl9Kge6TzKOzEPAHxhC { top:527.0625rem;left:4.6875rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5EnrQzfKZ93UVhSiI8RB7qKgQciX2Ed { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0aak0vJ5gBWQ8sRqqpErlESbrakDIOa { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkyyzxDUnzPK8u36GoDlU9PWiVsmJwA3 { top:529.9375rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBb2p483GMiuWIHtVzTvLMKDFCklnI5 { top:537.875rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stTgITCGMTlV6vEyr3chzAD0FlBHXgrI { top:544.625rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvSN9MVEu0AZgJAzFcHcnRLWu3fTTqM { top:548rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGSzXIGVcTeVDtT7dGTbLaTwDO1aEHi { width:31.5rem;height:5.125rem;top:551.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsJw4Fy68F8uRVVtrCX8OVH4Q9FcU8B { display:block; }
 }@media only screen and (max-width: 763px) { #BkIx0fg4TsxEZoA2kUxa0swNMhrJTxPD { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviA4197EL2lgwbTv5c0AP69z5pFVL0O { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4y2yFXGPhuxuzdRqgZkDo0C0zZ77KKw { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQhCq4OPBgZTU6a6i4yn7fyzuGNw5dZ { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6bEzTNDiOJ0FAXERprkHlKbDubTeAPm { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vE26Z3pRKklUMWcUcBhUhNTDewg689oW { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrf1I73CzmvtzArk6iRwTeig1HROPV50 { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go3DBpkiB2FiZ0hD7aEDPoGKsg0ikCh5 { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoTamktfNsmug6DGN5lTRIbv34lpq6zr { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8N2b6GB5zahqpXdS8JlrX4w4eRDFeOG { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efbzk6tE6ekkWXzeExFodyWDSuHn8tfx { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUNt4kNXF3n2S4TIGPZ1IALDvGKoQMWi { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ou7vOItCcQazeVHs8D0IFglOs5HHAHT3 { top:369.125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUilTU07SNIJsLE53UpLZJ6IxOQyRKgu { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR0lzfIl3hIisKh5swDZsCSgfE4p1w9a { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ua2u8gR2tTK2ddMfFFuAr5VCeOHqUeZR { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuyFJ7QhwAUp8wxle4CJc48gh7w3OTNH { top:397.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPIhQCw97BolMVLyHnBb80IqURDVTBzT { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGw4M3f3uTWARhTy7bGK8MnmkGVmSMXD { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #icZUd2w9FMTNGIEuRJ4MBmNpmTE1W3o2 { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nw9CKSe1LLIDkTAyAqKLrrKBuKP2CWxM { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4XBZW1inHZTKsLbPCtk9n7cWzZLILl8 { top:426.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3TGKFZyQ0HUvtKTET1DxCxdMZTI3Ooh { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #leEL0mgRcWdiTfurvig5mO2p0TSyUJUE { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoPozygrds1umeAtNTGf315aI2GH6QWf { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BApkXyP2eTtoRg9BKCB4UgugANkmEOF1 { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsMPSwDwk1tHhTql26Et2ttmiAXpBQls { top:455.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD5lxDUPaRX6drM3WrlfTthUvC01e7yt { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxPmOhzIEaBAEw3JfeBSsWIU21rp73al { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD0Qr1WMK4uzmfw0fsslpCtbKb4q0A5P { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ci5PI5aznT7T1VfskefEhlcWerhQQ23u { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uG6bdPEQhhtHmAP6AHS8pQbL1URgHaCp { top:485.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdSUFXDvcdpw5DvVv4WQ7EizTBShwLL0 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsLxTl1XyBtLB5UTdVsPX3MAJUJalBrC { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2ZGmhXkFam8aUQxb9785w9MNX6TuLti { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wK0M76xQ0lzXacMTSDOcoeiUv8kUL4if { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZ04gmhP8C1vDesTaZosKV4sDgzHs1A1 { top:515.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJWhfMuA8nnqmQTAPSnBd29aftK0iSSw { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPTQxMkAeOeuP3mmayyPUpH8et7V984M { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJEzucKOITd7hgQwqdzPTBLmUSJU3DcJ { top:485.3125rem;left:4.59375rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 { display:block; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2T9SXhWZpXLvCcckd6tOcqpponGw8XB { top:2.8125rem;left:2.1875rem;width:43.375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9MT1ZlFM9wMKGDXfeoQV826yLfRWk6k { top:13.3125rem;left:2rem;width:43.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ZausXGCcAr73m9ccFCIZ7XN0XVJuFU { top:29.8125rem;left:6.6875rem;width:34.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3uhnMfzCrRy775cr8PpGnOXba7LcAVZ { top:54.875rem;left:2rem;width:43.75rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT358aSZ9RbCb9nxw49OBezcH77n2pTT { top:75.0625rem;left:6.78125rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHnS0g5xFdLxsaoyn7H8mwc98t9dwav { top:100.25rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDbvO27eF8QNfoCvDsxikWfTvH4f8cR { top:126.6875rem;left:4.8125rem;width:38.125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBp2ITBQ4fd1WlpVduuxeEwBbe5TDWOx { top:137.125rem;left:2rem;width:43.75rem;height:50.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuOIET1N4fTbTUWZlF3tlmeN51Eev7n { top:187.75rem;left:5.25rem;width:37.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2V9s7Fl4DOW6UqGEPnKqLLlIIsKIOCp { top:197.1875rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimpNmA8nHawT3gX65aMFR8tTAHfcSw5 { top:224.3125rem;left:1.59375rem;width:44.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Z4gVHapd5NAcRuKRDmpK87UIrczUQF { top:245.6875rem;left:2rem;width:43.75rem;height:37.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEJXJmo8o9IHub58SXBwVyZsnFvEBxST { top:234.25rem;left:19.59375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqOp781NGX73it90DNcHleQyyS9sECIz { top:286.25rem;left:0rem;width:47.375rem;height:125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSaDzgfItL37ZueUFf2SyDGehfaZDz18 { top:288.625rem;left:3.96875rem;width:39.8125rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hB1px1cgNmwKp8EIAWfay2ZFezJXLZ { top:302.1875rem;left:2.3125rem;width:43.75rem;height:106rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFWrBe2TOqUaqF5xln9eelbQsCRSPvwP { top:415.6875rem;left:5.5rem;width:36.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabLKrVNT1Hdd1uON9lI9pgWC3CwiiCh { top:218.5625rem;left:14.25rem;width:27.125rem;height:97.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgnAwR9Jscl07FKla7vEsQrMGp4Nqgyy { top:248.125rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9WQuxZNMh43wNdAHnGFQHELQLfeaX5J { top:252.125rem;left:0rem;width:18.6875rem;height:110.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 { display:flex;height:auto;width:27.8125rem;top:324rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #cwRD7K6G7awqpvD94BTkweI0FDKBg3R5 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #NAQmOzhEH7GrDTOThvkOmC0M3uTrTUN9 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #z65nMP5yuH1TuWEVZLaSDy51iJHaU4Vt {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #TOZm93wnFnqAFhzy1eXveAznhRnkdLRl {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #TauIBn82RfriqM3z9wz3GzBXFT14bEWh {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #uFoTxgoxgrnPBi3Turc5xZKIceCkeGT1 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #KJ9d6vONSIwifQyf2F9NZArzxeDJbFCb {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #Ny2THTpVPOFRZtVL4nNz9whMTR195thG {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #D6aLyeWzp8KDEkiSbIETUkwrhvZq6WMP {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #ZsTLNPcrJxvUKsDhvBSg88Bfe8b0iB8D {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #lAaDL0VntRGZLz46xXgZIBeIrw3RIiHA {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #l3Fsteoehh8aXRapLEugkdqb2SMG7ASw {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #vEDU8pnm8fTGA4sR8vG14r6COK03rpPg {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #oTCoBBFcBJlOEkntMoHMTeneZdemmap2 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #GVaxcSqEwEiBLBpTJafv16CzhfJU42in {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #zIsTnTtRdC6PSlE6CpuKnoGLDzGxFr4y {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #ykx7u0hWz7iqLSoFgq9y6ST9IPGr7knz {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #sDToGmUr3383nsNCSQB0x69D5TGUWLnA {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #egyMAisgTr8N6Agpx0cBWmGFRRAJCFux {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #EZbzO1uDMuc4CtVivmkXTQWp80elTiny {  }
 }@media only screen and (max-width: 763px) { #mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI { display:block; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgl8mKvd2GWwIN6m2gyBqWNknFDhbJSu { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0tnE0v8hb8pJxh3UQp8TEzOUmL0xDg { top:1.9375rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNywkp5LfhRdJ8xJLnZi3zM0l3nx2Eas { top:19.875rem;left:1.15625rem;width:45.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyJ2TFyLuDvdKDbnzF08GdCBEBnshff { top:37.0625rem;left:2rem;width:43.75rem;height:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoIltZJRIBPPWyC57BvgPCsF56D82NUO { top:50.125rem;left:6.0625rem;width:35.625rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryifI45nvzCewOv7QDCFFEUlJop1ZsOw { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSvZ9XzTy5U1iyHbaviG71ERR7hdimM4 { top:88.9375rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2J40rk2aupWPHTqSoXnt21VcU5ucgBH { top:94.625rem;left:8.34375rem;width:31.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxatmXzW56PVdFBzABFlDOT1379ZfQvi { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsV9wwxF0WKvn6sSqPMzAkCKzTELmZU0 { top:157.3125rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN4evnLqT2Cs9wuGBhuDUphh12kE4EfH { top:167rem;left:1.5625rem;width:44.625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSleVbAL7roZbQ0xN4I01paGFJ0DtVik { top:199.125rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3K5VGE3SxDhU3rJ5vcnde41sRW7vz0 { top:243.875rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juu8Uau89yoICJCd4PucSxUHQ4KQf6Hg { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuWTrWCN9Ie4U2qB4lSxu1x873FO01x { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTTkL7l2sFlpz1Jbw6pQ0kMuJlEl9bD { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNi2XEatO1odCr5GfLuFW7vBZOh8ewkG { top:289.625rem;left:4.65625rem;width:38.4375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3y9Zu1q6nd7dWN6swcJLmydhqGzM0zu { top:343.8125rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbVCMyR41sKCBe20uTb79fwHLzfaprLp { top:349.75rem;left:0.5625rem;width:46.625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiODNvP3FUx9KWORV88PVRl2ILG0FCTE { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmycswoG0cb8lqklZLXyBaAr16qsVo6 { top:398.9375rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MSq9docC17W6ugLofwHvMFJEr4BemJ { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3NKkt7O5ofPRVZcgXlQFF5cTMBJiKJv { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMRyviRIuLE3MId8Mnwxgi0qWyF3nt8B { top:421.75rem;left:4.59375rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grk4cNfkFKAbpwTcrMbQqu8K9yE9Z5xR { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKa9m0JJNxKUQ5k0EL0VRDphzfp5F6WR { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnTdxJWkCekQ0pKAvmXLDw60Te5omVf { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxO83Pi4agptGndhOt8DJygidbCUiU2E { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #helpu7Rg9IpbEI7VprGnknv7s0KiW2aW { top:442.125rem;left:4.78125rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xme8eD4tEIA5lVh1aiFvPdziWltvPDOr { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz8Iqg11fsUSwczRVhhoPDGTyLxhwyrJ { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwIGEqqc1fD25zyZSZSEW9VawLer8aBA { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpCFx4ySBLvarEV1J7X1WObKkTDqpTOX { top:452.0625rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWHaFogxgDxsUSa78DvrMaumvoDdqFL6 { top:464.125rem;left:3.78125rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfb4TEggSBbgTg3ZqONRcP3m1OT8B6H { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9p111xryMe2l0R8rhlnSqs6EI1ERMZ4 { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBC1O4ePnOMqFcUsDLWAqSJyyNesHeO7 { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHoC3i2LqU6HzSOZA0DQLJTzzDQ1RMzt { top:473.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHseVZ3F9CP9qkvKz3aaDuK0BiLdiv88 { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqPkr1ZXyT12et68oAtdEnXRhozHPJlb { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEC5FaF7cn3HO1rBGF606SgP3EbzpZGD { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f10heAyvkbGeqKZd8L5WJDeRtu4kL7Gr { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzzSxC3KTWUMXNIbPaVUUybBasqvF2hw { top:505.3125rem;left:4.0625rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGpW1mWd4Onsn5MUta6PiLSOM9Svddrw { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacsQ92tZPxtwDnfTwlxSoB5M2CFJl9T { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJQ3NRxzBKNLchP6W4ADSKukIUwg5ohL { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVVXUTfZfdGUeT2Xb9ksGcV4NEl4OIA8 { top:516.1875rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh59yIID8WFoUDB2AG3bcMKX6uNAiBIF { top:527.0625rem;left:4.6875rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvumfhDnso7cPpxQa7FJzUWHzG4OFgol { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDv3oXDr1ulpmvL2NobTqSnlGgUlLOaC { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7JTdQBtw90MCTStLIoTT0xTtK1b8Brk { top:529.9375rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu5TsNSTNar2PV9dqMInXcdR2CquwQi6 { top:537.875rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9e4GPDetfxmUgaZIzT8DSX83TcwmVeE { top:544.625rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO82Niii1T4pLeJTTXJalhp17LeHDDcD { top:548rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOsGqEG0PTyZaTAh0hIG2tSpXqMF7tH { width:31.5rem;height:5.125rem;top:551.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDtvX0sidm7AWADyCC7amKQ5oR08lhl { display:block; }
 }@media only screen and (max-width: 763px) { #s3RdB9TwcMNT79cy7cG0pLGHH3tvi7fK { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvys7dz4xVHRbcnme4I28UHxcTKlwazz { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S13HwOJOgAl3ZruwzHM3cixHpc0lxdXC { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLdquuqEC60fClUIRyKk7OeNrWDonMXX { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGATmLwbamS3AvrosvnPeOLkzJE3hdse { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSBkuFVIeZLMapbVxDmWh8q5uMU1rVRP { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi0mMGSwUqTHQwUVIFbAPTh1eScpsc0H { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJhvJxGQ7dGBHLTyTXzHnIC2Pip6cSTJ { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9sNT8ScPgmiWh4eO2QKy7vTCiwG0Xqc { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGGZR186i7qUSf4tKmBqOLpdsT6xTIUC { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Azw5xacbCGp7fTd2b5IOwtP70Mt2FhTO { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xu097uvRMw9rhG54QQWP21LR7Vm3gEey { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAFoWprFXZlbwVOc3MWH5DiD51fQRevs { top:369.125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPeWVqMzTl9SJeZQpo0vsITJ3LQNH3ZW { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EomJqzxoKLx4xx1SoFwSqJTnukxdB94T { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #emIVAnPBKDyJ3PyqL3K2oCWdlCBzFz7A { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVnDPEyU3CFFxqoz8IpDNzkx3nvVUn08 { top:397.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvsmvaN2CBGVcgQWMW5ChMGBVEbm3mWU { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHBESryGXbfTvViVUn9NTZ6oNTHuFwG6 { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQQhuF6tmRvvPidHqJXXbxkgLwL8PdbG { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdCDVEttnymKThOvMIpVcLQurmDThiLi { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmQRvyXUo9AMCp4ySPBwTtZ64cC8GTBT { top:426.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd5B6bTzxo3huuGlPDQC0iTfxaUOXJPP { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7nCLTH4imAsTU9wriRIrUfCeXwNtwkt { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAWGT4i27PV26TpKbCsTw4qoAz74BL7N { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLcCnfiLFVEcNQ1ix5wvpq8tk5ZmonDU { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9KIP4NDfN7G0xkpvdCwgsXvIw0zM4xt { top:455.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLyG1evo6nFUmMXDNXIBQxVZ0NwN0Had { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkzcSTPo5GPTWI4RqeQu0lmRIcTIVsJp { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1CAlKTnsZUrL05TXILAlUCyDbLgX75R { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkuSLKNpn4it6RJavHGVbmWoWHrC0GnE { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OawooeAr5kFLmMtTGXhhI9PNFaGhg1zS { top:485.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHZmpZQC27qQ5BscKKUXcm80ebOyWJbB { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyw4D2niX0N4vhUHwKN5xHrXQwthfuk0 { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #grw8RTDp5bmPT2Op8RhTEqtasf6zAXpR { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLXfg5DHHslEXfUcIoCHmn6EuTeOIxxP { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcUDg2wx4yyPz3w2a1sluTlkdfTT9ftU { top:515.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwoFcBDu7HaQsaTQUuyb3WD59ntF2ZLe { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMFGETBlr7MVqJAonGqx3roQVOM0BTZV { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNozSk7LxRmDyWwlyBeaCpe3ra6p5fH1 { top:485.3125rem;left:4.59375rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMuHuCfILhS1qvqnmh1berstxnKvwdEu { display:block; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtwTTwTQtHGH7HpwrF7QWJRI6h50RDH4 { top:2.875rem;left:17.25rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW { position:relative;z-index:auto;display:block; }#Zt8W4zNR9HUooW7DcJMCN7zTuvKuoCpW > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwT0BGlp4m0XGlemvTUtS2sQ9WiIEe3T { width:20rem;height:3.0625rem;top:1.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPamf7ptpQRafDqTZkt8ad0SqM16sLMR { width:19.125rem;height:1.13720625rem;top:2.537109375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwpkChz4iXHzbbTaL8rI8bOpB2yuvBRR { width:20rem;height:10.5615rem;top:6.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdsuA23NLWWgyZ4Iwz46WMi6bxxLHzmD { width:18.9375rem;height:8.9238125rem;top:19.23388671875rem;left:0.53125rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #h9azSfoFrrARqDZWeeDlNL66D0C7VrN5 { width:17.125rem;height:17.125rem;top:29.78173828125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWlWbMLvElZt9p51Jsg4NyCD4c4GeXM3 { width:19.625rem;height:38.3125rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKx9lxlMdzGGxJfVNDdxVH4SGhqszJUK { width:20rem;height:3.25rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW06N9A0WUH4HwSNI8DyK8qbvMKgriP3 { width:17.9375rem;height:1.3808625rem;top:50rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crlWJrThCSbFKbWLDUNM4OQlhMrnEU73 { width:4.5625rem;height:1.25rem;top:48.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkh3l3tdHACV2udiMohFhK1sFU6oLBQz { width:3.5625rem;height:0.9746125rem;top:48.4375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyhZvzmUgHi59ubrUW1sWZ0L7TEe5nUu { width:17.375rem;height:33.25rem;top:53.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNfbJ0gKswFI2gEKXVTzvz5A1XBSbCp4 { width:8.3125rem;height:1.05615rem;top:87rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7X7urlre6HctwcppqZ22x3MvosGmtc3 { width:5.5rem;height:1.13720625rem;top:86.9375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaMDZiCOmgrgx2yWcbA5e2NxGTUPPMa6 { width:13.75rem;height:2.625rem;top:88.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtpSOXmAKK6pcyGutBIIl651gJQybKhs { display:block; }
 }@media only screen and (max-width: 763px) { #UHwgw0TEWWqaW142CGxeOfmToSD1VXVL { width:8.9375rem;height:1.375rem;top:94.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVflyT2SMcG4gyA4XOwzWTQputu5K12 { display:flex;width:1.25rem;height:1.25rem;top:92.1875rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #XPwZwuZwc8rCdbKzQByMocBPXPaGBqaI { width:8.5rem;height:1.2246125rem;top:92.1875rem;left:6.9375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n { display:block; }#XTmkhVmKXonTZ8AS4wUqwzkCSntCMm9n > .row .container { width:20rem;height:176.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOyLMJGXUMIkRiKTirldQcSzlZppTy07 { width:20rem;height:4.2246125rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4JUiNE9nuONNiXLLbG4HVVqVtypcpn { width:20rem;height:44.78909375rem;top:8.8369375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XmJHSsBoaG1i7PPkLGUTyizEmr8p3pKh { width:20rem;height:12.875rem;top:55.5888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPUU9r8OI0CyIvNwJ5JttX77rEBqQ1cM { width:20rem;height:30.3925875rem;top:70.7138671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTED6xDwadgORwa2bzPLNBBdlZekrtfe { width:20rem;height:4.2246125rem;top:103.23095703125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9RmM6T0zSTGK469Ne2zGwNBPe6EsGu { width:20rem;height:65.58396875rem;top:109.14306640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk { display:block; }#THs6Kb0nThL6kB6RdwC4eLL2hgrg1Qgk > .row .container { width:20rem;height:559.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8oIqgwtVWf0EHlN188h6WmKXVgUWITE { width:19.375rem;height:557.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU28yZ4UhGT8aXKm7aGdzOPkMPATVcbX { width:14.6875rem;height:13.160125rem;top:1.3125rem;left:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FphrG2O0UuWDLEifbpo49TwRKrLXu324 { width:18.125rem;height:6.0625rem;top:16.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEAtCvdiLzn3SwoCfKBbyHnPtEdE5KiW { width:18.125rem;height:11.89794375rem;top:23.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nc3LB0TBk4LLAaqQz8MOtwGbSVkgJAot { width:17.3125rem;height:4.0625rem;top:37.1875rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3KgErtCioSCznoQdh8UoUsREOeludgF { width:17.875rem;height:33.994175rem;top:42.875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O2Rc9z3nMPf49uNdmRTrWelzglQIs6dI { width:20rem;height:2.03125rem;top:79.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buq0C6Esx2W2XXTWvkcO7KGPdObgQvcJ { width:14.75rem;height:10.9375rem;top:83.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htEltyW7lPH8gUlEkRV1a9rytZrANxEr { width:17.3125rem;height:44.19238125rem;top:96.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aqZGL4TyOpPIRRTUghtFf7enFDL8enbR { width:19.625rem;height:6.09375rem;top:142.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb7MNIvUZipdobPXnTJCOnuFJr1BUEIC { width:17.5625rem;height:11.3125rem;top:150.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkwuAVJBmlst5T4G3Ww0KvIF1d7NRH { width:18.0625rem;height:45.89204375rem;top:163.6875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HmIKTzmtroOxiDkXu3mNw56yMbFfbNv2 { width:20rem;height:2.03125rem;top:211.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx4gDHEK9K1n9pmJhtGNUkVvQqR20oxH { width:17.375rem;height:33.9941125rem;top:214.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTPa6QdqPy7RQoVUpi79HqQqb8yDLin8 { width:15.75rem;height:4.0625rem;top:250.625rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7JdS7MwDDxiArR61XNokfENUy4gDyK { width:18.125rem;height:23.7958875rem;top:269.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6r8nKAAVTdJslg6STRSg0ZyLBfWdMH1 { width:17rem;height:11.9375rem;top:255.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LJpeSd4rczV2so3RF0wZ1kXIksJsKy { width:20rem;height:4.0625rem;top:295.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdI5n6AZ9HkqSqMPLeG5kEgudGnIX1H { width:18.4375rem;height:10.3125rem;top:301.8125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1qf6qKQnnTbOBrd50rEWBxNPNeQExH { width:17.75rem;height:22.09615625rem;top:314.625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zoBtsQhkczIdNKKJAhqDsBRGvcA4eSln { width:18.125rem;height:6.3369375rem;top:260.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeDJy0u6T3byKqPkUxnr50wtdUdgAakm { width:18.5rem;height:3.5rem;top:311.25rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iHslS6qRmcskl7bAOFrMoaN3G9A8OFWU { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaE5uVawDynZUDAqLPpUIeOQUPSrnEEM { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM0uxM3i2rZV6ESAWmTi5TnG3rewuhGv { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgdImhDJeEiOx6w14LJ4VMs9XPibP6iX { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #der7ZGgGo6KO9gQDs9ylUDkNiatLLWhk { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h31T1MFxCGU2OwQlLft30ZzrvsaomiJl { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0w81KFIw84SuIhCU6JgtJqLEIXcQI7G { width:7.6875rem;height:12.3125rem;top:311.8994140625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmkv9LlxC3wcSyDeXtp8LfeeAP5MrGsw { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZmnsGCSCUnGmDChnsXlnxxxTLFlfzVV { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmoqcvoJDJkzPorwhM2Awokv4wIZ86k9 { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5arqcDM24TDxDQJsobhdVJ7A6FUFT0n { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDP2oxrqvLqBPUCJL94xlZsN2pKDex09 { width:8.6875rem;height:12.3125rem;top:340.736328125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfuNNNXd7RTUdOnl0Bq0LXhOTJn4oKWJ { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #reImrl8cF9F8fGDSP170ALQQJu1aazn7 { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJBxiduu0qC7RTqT0xXDimyFngByC6xI { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZOKUhGxdRcIe49AoZiM0BZpa7PRLtaG { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1knD4zH0t3HBZkf587JStZDremWq5Pv { width:10.9375rem;height:2.4375rem;top:365.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTV6I77rpmOyfNNu8ICV3FN0W2K97Dx { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuA79qBIdtBCWoWyJ00S8lzcgenAGlnK { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmNT48sVFnrtT62SeE4HkJ12ZIbkg1pi { width:8rem;height:1.29980625rem;top:375.75rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1kLTC1dJBDL5r6XTSxqqpxPFTTxrUpV { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #taST54Arz5OzoXKBpThaIf4gcHTT7Je2 { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvd6OfC7l8O8cxA6U8AXUz28L08qlKqz { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNVxgtgMNW0b9CdMDi5ZlemIh0BPA8lU { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBQqGze0Fq2c3cuJmo8Vt88wQkIiSdJd { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBWTzrL76IHVNOl9Kge6TzKOzEPAHxhC { width:7.875rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5EnrQzfKZ93UVhSiI8RB7qKgQciX2Ed { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0aak0vJ5gBWQ8sRqqpErlESbrakDIOa { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkyyzxDUnzPK8u36GoDlU9PWiVsmJwA3 { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRBb2p483GMiuWIHtVzTvLMKDFCklnI5 { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #stTgITCGMTlV6vEyr3chzAD0FlBHXgrI { width:11.5rem;height:2.4375rem;top:526.75rem;left:4.25rem;font-size:1.875rem;color:#00ac9a;display:block; }
 }@media only screen and (max-width: 763px) { #eXvSN9MVEu0AZgJAzFcHcnRLWu3fTTqM { width:18.625rem;height:1.29980625rem;top:530.3125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUGSzXIGVcTeVDtT7dGTbLaTwDO1aEHi { width:17.75rem;height:4.5rem;top:533.6875rem;left:1rem;background-color:#00ac9a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsJw4Fy68F8uRVVtrCX8OVH4Q9FcU8B { display:block; }
 }@media only screen and (max-width: 763px) { #BkIx0fg4TsxEZoA2kUxa0swNMhrJTxPD { width:18.5625rem;height:2.5996125rem;top:546.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nviA4197EL2lgwbTv5c0AP69z5pFVL0O { width:18.375rem;height:7.347625rem;top:549.6875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4y2yFXGPhuxuzdRqgZkDo0C0zZ77KKw { width:5.375rem;height:5.375rem;top:539.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQhCq4OPBgZTU6a6i4yn7fyzuGNw5dZ { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #H6bEzTNDiOJ0FAXERprkHlKbDubTeAPm { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vE26Z3pRKklUMWcUcBhUhNTDewg689oW { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #mrf1I73CzmvtzArk6iRwTeig1HROPV50 { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Go3DBpkiB2FiZ0hD7aEDPoGKsg0ikCh5 { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #MoTamktfNsmug6DGN5lTRIbv34lpq6zr { width:18.125rem;height:6.3369375rem;top:338.75rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #K8N2b6GB5zahqpXdS8JlrX4w4eRDFeOG { width:18.5rem;height:3.5rem;top:345.7373046875rem;left:0.75rem;background-color:#00ac9a;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #efbzk6tE6ekkWXzeExFodyWDSuHn8tfx { width:18.8125rem;height:2.11230625rem;top:346.43115234375rem;left:0.59375rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BUNt4kNXF3n2S4TIGPZ1IALDvGKoQMWi { width:7.8125rem;height:1.4624rem;top:365.6875rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ou7vOItCcQazeVHs8D0IFglOs5HHAHT3 { width:16.9375rem;height:5.41845625rem;top:369.125rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUilTU07SNIJsLE53UpLZJ6IxOQyRKgu { width:7.6875rem;height:12.3125rem;top:380.125rem;left:6.15625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KR0lzfIl3hIisKh5swDZsCSgfE4p1w9a { width:10.9375rem;height:2.4375rem;top:393.75rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2u8gR2tTK2ddMfFFuAr5VCeOHqUeZR { width:7.8125rem;height:1.4624rem;top:394.1875rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iuyFJ7QhwAUp8wxle4CJc48gh7w3OTNH { width:16.9375rem;height:5.41845625rem;top:397.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPIhQCw97BolMVLyHnBb80IqURDVTBzT { width:8rem;height:1.29980625rem;top:404.1875rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pGw4M3f3uTWARhTy7bGK8MnmkGVmSMXD { width:8.6875rem;height:12.3125rem;top:408.625rem;left:5.65625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #icZUd2w9FMTNGIEuRJ4MBmNpmTE1W3o2 { width:10.9375rem;height:2.4375rem;top:422.375rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Nw9CKSe1LLIDkTAyAqKLrrKBuKP2CWxM { width:7.8125rem;height:1.4624rem;top:422.875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #r4XBZW1inHZTKsLbPCtk9n7cWzZLILl8 { width:16.9375rem;height:5.41845625rem;top:426.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3TGKFZyQ0HUvtKTET1DxCxdMZTI3Ooh { width:8rem;height:1.29980625rem;top:432.8125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #leEL0mgRcWdiTfurvig5mO2p0TSyUJUE { width:7.875rem;height:12.3125rem;top:437.75rem;left:6.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MoPozygrds1umeAtNTGf315aI2GH6QWf { width:10.9375rem;height:2.4375rem;top:451.5rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BApkXyP2eTtoRg9BKCB4UgugANkmEOF1 { width:7.8125rem;height:1.4624rem;top:451.9375rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xsMPSwDwk1tHhTql26Et2ttmiAXpBQls { width:16.9375rem;height:5.41845625rem;top:455.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dD5lxDUPaRX6drM3WrlfTthUvC01e7yt { width:8rem;height:1.29980625rem;top:462.625rem;left:10.75rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xxPmOhzIEaBAEw3JfeBSsWIU21rp73al { width:8.6875rem;height:12.3125rem;top:467.1875rem;left:5.65625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DD0Qr1WMK4uzmfw0fsslpCtbKb4q0A5P { width:10.9375rem;height:2.4375rem;top:481.0625rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Ci5PI5aznT7T1VfskefEhlcWerhQQ23u { width:7.8125rem;height:1.4624rem;top:481.5625rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #uG6bdPEQhhtHmAP6AHS8pQbL1URgHaCp { width:16.9375rem;height:5.41845625rem;top:485.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tdSUFXDvcdpw5DvVv4WQ7EizTBShwLL0 { width:8rem;height:1.29980625rem;top:492.4375rem;left:10.75rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #IsLxTl1XyBtLB5UTdVsPX3MAJUJalBrC { width:7.875rem;height:12.3125rem;top:497.5rem;left:6.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z2ZGmhXkFam8aUQxb9785w9MNX6TuLti { width:10.9375rem;height:2.4375rem;top:511.4375rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wK0M76xQ0lzXacMTSDOcoeiUv8kUL4if { width:7.8125rem;height:1.4624rem;top:511.875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eZ04gmhP8C1vDesTaZosKV4sDgzHs1A1 { width:16.9375rem;height:5.41845625rem;top:515.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RJWhfMuA8nnqmQTAPSnBd29aftK0iSSw { width:8rem;height:1.29980625rem;top:522.6875rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rPTQxMkAeOeuP3mmayyPUpH8et7V984M { width:7.6875rem;height:12rem;top:351.5625rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJEzucKOITd7hgQwqdzPTBLmUSJU3DcJ { width:7.875rem;height:12.3125rem;top:485.3125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 { display:block; }#wW4T8LnJiXWG25ivXO5KBWt3lPc0s5d7 > .row .container { width:20rem;height:429.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2T9SXhWZpXLvCcckd6tOcqpponGw8XB { width:20rem;height:6.09375rem;top:0.8662109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9MT1ZlFM9wMKGDXfeoQV826yLfRWk6k { width:20rem;height:12.796875rem;top:8.70361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ZausXGCcAr73m9ccFCIZ7XN0XVJuFU { width:20rem;height:12.9565625rem;top:23.68798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3uhnMfzCrRy775cr8PpGnOXba7LcAVZ { width:20rem;height:19.1953rem;top:39.08203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT358aSZ9RbCb9nxw49OBezcH77n2pTT { width:20rem;height:13.347625rem;top:60.52685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHnS0g5xFdLxsaoyn7H8mwc98t9dwav { width:20rem;height:25.59375rem;top:76.25048828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDbvO27eF8QNfoCvDsxikWfTvH4f8cR { width:20rem;height:4.0625rem;top:103.96923828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBp2ITBQ4fd1WlpVduuxeEwBbe5TDWOx { width:20rem;height:47.9883rem;top:110.66845703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuOIET1N4fTbTUWZlF3tlmeN51Eev7n { width:20rem;height:4.2246125rem;top:158.65625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2V9s7Fl4DOW6UqGEPnKqLLlIIsKIOCp { width:20rem;height:23.9941625rem;top:165.60595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimpNmA8nHawT3gX65aMFR8tTAHfcSw5 { width:20rem;height:6.3369375rem;top:192.30126953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Z4gVHapd5NAcRuKRDmpK87UIrczUQF { width:20rem;height:30.3926rem;top:213.513671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEJXJmo8o9IHub58SXBwVyZsnFvEBxST { width:6.8125rem;height:6.8125rem;top:202.388671875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqOp781NGX73it90DNcHleQyyS9sECIz { width:19.625rem;height:97.8125rem;top:583.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSaDzgfItL37ZueUFf2SyDGehfaZDz18 { width:20rem;height:0;top:585.88084296875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9hB1px1cgNmwKp8EIAWfay2ZFezJXLZ { width:19rem;height:0;top:590.83984375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFWrBe2TOqUaqF5xln9eelbQsCRSPvwP { width:20rem;height:4.2246125rem;top:372.525390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabLKrVNT1Hdd1uON9lI9pgWC3CwiiCh { width:19.625rem;height:123.125rem;top:246.443359375rem;left:0rem;z-index:15002;border-top:0.1875rem dashed #00ac9a;border-left:0.1875rem dashed #00ac9a;border-right:0.1875rem dashed #00ac9a;border-bottom:0.1875rem dashed #00ac9a;background-color:rgba(0,172,154,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LgnAwR9Jscl07FKla7vEsQrMGp4Nqgyy { width:18.5rem;height:8.125rem;top:248.380859375rem;left:0.75rem;font-size:1.5625rem;z-index:15017;color:#00ac9a;display:block; }
 }@media only screen and (max-width: 763px) { #T9WQuxZNMh43wNdAHnGFQHELQLfeaX5J { width:18rem;height:110.373075rem;top:258.005859375rem;left:1rem;font-size:1rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GvGieFdomAGALnb3fll6H7xrd78epN10 { display:flex;height:auto;width:17.5rem;top:377.740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #cwRD7K6G7awqpvD94BTkweI0FDKBg3R5 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #NAQmOzhEH7GrDTOThvkOmC0M3uTrTUN9 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #z65nMP5yuH1TuWEVZLaSDy51iJHaU4Vt {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #TOZm93wnFnqAFhzy1eXveAznhRnkdLRl {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #TauIBn82RfriqM3z9wz3GzBXFT14bEWh {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #uFoTxgoxgrnPBi3Turc5xZKIceCkeGT1 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #KJ9d6vONSIwifQyf2F9NZArzxeDJbFCb {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #Ny2THTpVPOFRZtVL4nNz9whMTR195thG {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #D6aLyeWzp8KDEkiSbIETUkwrhvZq6WMP {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #ZsTLNPcrJxvUKsDhvBSg88Bfe8b0iB8D {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #lAaDL0VntRGZLz46xXgZIBeIrw3RIiHA {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #l3Fsteoehh8aXRapLEugkdqb2SMG7ASw {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #vEDU8pnm8fTGA4sR8vG14r6COK03rpPg {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #oTCoBBFcBJlOEkntMoHMTeneZdemmap2 {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #GVaxcSqEwEiBLBpTJafv16CzhfJU42in {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #zIsTnTtRdC6PSlE6CpuKnoGLDzGxFr4y {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #ykx7u0hWz7iqLSoFgq9y6ST9IPGr7knz {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #sDToGmUr3383nsNCSQB0x69D5TGUWLnA {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #egyMAisgTr8N6Agpx0cBWmGFRRAJCFux {  }
 }@media only screen and (max-width: 763px) { #GvGieFdomAGALnb3fll6H7xrd78epN10 #EZbzO1uDMuc4CtVivmkXTQWp80elTiny {  }
 }@media only screen and (max-width: 763px) { #mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI { display:block; }#mDsfoTgbTSg1Q849qw9rRyW97dB0mVJI > .row .container { width:20rem;height:559.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgl8mKvd2GWwIN6m2gyBqWNknFDhbJSu { width:19.375rem;height:557.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0tnE0v8hb8pJxh3UQp8TEzOUmL0xDg { width:14.6875rem;height:13.160125rem;top:1.3125rem;left:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNywkp5LfhRdJ8xJLnZi3zM0l3nx2Eas { width:18.125rem;height:6.0625rem;top:16.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyJ2TFyLuDvdKDbnzF08GdCBEBnshff { width:18.125rem;height:11.89794375rem;top:23.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoIltZJRIBPPWyC57BvgPCsF56D82NUO { width:17.3125rem;height:4.0625rem;top:37.1875rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryifI45nvzCewOv7QDCFFEUlJop1ZsOw { width:17.875rem;height:33.994175rem;top:42.875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSvZ9XzTy5U1iyHbaviG71ERR7hdimM4 { width:20rem;height:2.03125rem;top:79.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2J40rk2aupWPHTqSoXnt21VcU5ucgBH { width:14.75rem;height:10.9375rem;top:83.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxatmXzW56PVdFBzABFlDOT1379ZfQvi { width:17.3125rem;height:44.19238125rem;top:96.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsV9wwxF0WKvn6sSqPMzAkCKzTELmZU0 { width:19.625rem;height:6.09375rem;top:142.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN4evnLqT2Cs9wuGBhuDUphh12kE4EfH { width:17.5625rem;height:11.3125rem;top:150.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSleVbAL7roZbQ0xN4I01paGFJ0DtVik { width:18.0625rem;height:45.89204375rem;top:163.6875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3K5VGE3SxDhU3rJ5vcnde41sRW7vz0 { width:20rem;height:2.03125rem;top:211.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juu8Uau89yoICJCd4PucSxUHQ4KQf6Hg { width:17.375rem;height:33.9941125rem;top:214.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHuWTrWCN9Ie4U2qB4lSxu1x873FO01x { width:15.75rem;height:4.0625rem;top:250.625rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTTkL7l2sFlpz1Jbw6pQ0kMuJlEl9bD { width:18.125rem;height:23.7958875rem;top:269.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNi2XEatO1odCr5GfLuFW7vBZOh8ewkG { width:17rem;height:11.9375rem;top:255.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3y9Zu1q6nd7dWN6swcJLmydhqGzM0zu { width:20rem;height:4.0625rem;top:295.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbVCMyR41sKCBe20uTb79fwHLzfaprLp { width:18.4375rem;height:10.3125rem;top:301.8125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiODNvP3FUx9KWORV88PVRl2ILG0FCTE { width:17.75rem;height:22.09615625rem;top:314.625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MFmycswoG0cb8lqklZLXyBaAr16qsVo6 { width:18.125rem;height:6.3369375rem;top:260.5rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MSq9docC17W6ugLofwHvMFJEr4BemJ { width:18.5rem;height:3.5rem;top:311.25rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #m3NKkt7O5ofPRVZcgXlQFF5cTMBJiKJv { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMRyviRIuLE3MId8Mnwxgi0qWyF3nt8B { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Grk4cNfkFKAbpwTcrMbQqu8K9yE9Z5xR { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKa9m0JJNxKUQ5k0EL0VRDphzfp5F6WR { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVnTdxJWkCekQ0pKAvmXLDw60Te5omVf { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxO83Pi4agptGndhOt8DJygidbCUiU2E { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #helpu7Rg9IpbEI7VprGnknv7s0KiW2aW { width:7.6875rem;height:12.3125rem;top:311.8994140625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xme8eD4tEIA5lVh1aiFvPdziWltvPDOr { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz8Iqg11fsUSwczRVhhoPDGTyLxhwyrJ { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwIGEqqc1fD25zyZSZSEW9VawLer8aBA { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpCFx4ySBLvarEV1J7X1WObKkTDqpTOX { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWHaFogxgDxsUSa78DvrMaumvoDdqFL6 { width:8.6875rem;height:12.3125rem;top:340.736328125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTfb4TEggSBbgTg3ZqONRcP3m1OT8B6H { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9p111xryMe2l0R8rhlnSqs6EI1ERMZ4 { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBC1O4ePnOMqFcUsDLWAqSJyyNesHeO7 { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHoC3i2LqU6HzSOZA0DQLJTzzDQ1RMzt { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHseVZ3F9CP9qkvKz3aaDuK0BiLdiv88 { width:10.9375rem;height:2.4375rem;top:365.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqPkr1ZXyT12et68oAtdEnXRhozHPJlb { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEC5FaF7cn3HO1rBGF606SgP3EbzpZGD { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f10heAyvkbGeqKZd8L5WJDeRtu4kL7Gr { width:8rem;height:1.29980625rem;top:375.75rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzzSxC3KTWUMXNIbPaVUUybBasqvF2hw { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGpW1mWd4Onsn5MUta6PiLSOM9Svddrw { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hacsQ92tZPxtwDnfTwlxSoB5M2CFJl9T { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJQ3NRxzBKNLchP6W4ADSKukIUwg5ohL { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVVXUTfZfdGUeT2Xb9ksGcV4NEl4OIA8 { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh59yIID8WFoUDB2AG3bcMKX6uNAiBIF { width:7.875rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvumfhDnso7cPpxQa7FJzUWHzG4OFgol { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDv3oXDr1ulpmvL2NobTqSnlGgUlLOaC { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7JTdQBtw90MCTStLIoTT0xTtK1b8Brk { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu5TsNSTNar2PV9dqMInXcdR2CquwQi6 { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9e4GPDetfxmUgaZIzT8DSX83TcwmVeE { width:11.5rem;height:2.4375rem;top:526.75rem;left:4.25rem;font-size:1.875rem;color:#00ac9a;display:block; }
 }@media only screen and (max-width: 763px) { #TO82Niii1T4pLeJTTXJalhp17LeHDDcD { width:18.625rem;height:1.29980625rem;top:530.3125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdOsGqEG0PTyZaTAh0hIG2tSpXqMF7tH { width:17.75rem;height:4.5rem;top:533.6875rem;left:1rem;background-color:#00ac9a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDtvX0sidm7AWADyCC7amKQ5oR08lhl { display:block; }
 }@media only screen and (max-width: 763px) { #s3RdB9TwcMNT79cy7cG0pLGHH3tvi7fK { width:18.5625rem;height:2.5996125rem;top:546.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wvys7dz4xVHRbcnme4I28UHxcTKlwazz { width:18.375rem;height:7.347625rem;top:549.6875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S13HwOJOgAl3ZruwzHM3cixHpc0lxdXC { width:5.375rem;height:5.375rem;top:539.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLdquuqEC60fClUIRyKk7OeNrWDonMXX { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #pGATmLwbamS3AvrosvnPeOLkzJE3hdse { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GSBkuFVIeZLMapbVxDmWh8q5uMU1rVRP { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #gi0mMGSwUqTHQwUVIFbAPTh1eScpsc0H { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #UJhvJxGQ7dGBHLTyTXzHnIC2Pip6cSTJ { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #z9sNT8ScPgmiWh4eO2QKy7vTCiwG0Xqc { width:18.125rem;height:6.3369375rem;top:338.75rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WGGZR186i7qUSf4tKmBqOLpdsT6xTIUC { width:18.5rem;height:3.5rem;top:345.7373046875rem;left:0.75rem;background-color:#00ac9a;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Azw5xacbCGp7fTd2b5IOwtP70Mt2FhTO { width:18.8125rem;height:2.11230625rem;top:346.43115234375rem;left:0.59375rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xu097uvRMw9rhG54QQWP21LR7Vm3gEey { width:7.8125rem;height:1.4624rem;top:365.6875rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TAFoWprFXZlbwVOc3MWH5DiD51fQRevs { width:16.9375rem;height:5.41845625rem;top:369.125rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPeWVqMzTl9SJeZQpo0vsITJ3LQNH3ZW { width:7.6875rem;height:12.3125rem;top:380.125rem;left:6.15625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EomJqzxoKLx4xx1SoFwSqJTnukxdB94T { width:10.9375rem;height:2.4375rem;top:393.75rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #emIVAnPBKDyJ3PyqL3K2oCWdlCBzFz7A { width:7.8125rem;height:1.4624rem;top:394.1875rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sVnDPEyU3CFFxqoz8IpDNzkx3nvVUn08 { width:16.9375rem;height:5.41845625rem;top:397.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MvsmvaN2CBGVcgQWMW5ChMGBVEbm3mWU { width:8rem;height:1.29980625rem;top:404.1875rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sHBESryGXbfTvViVUn9NTZ6oNTHuFwG6 { width:8.6875rem;height:12.3125rem;top:408.625rem;left:5.65625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BQQhuF6tmRvvPidHqJXXbxkgLwL8PdbG { width:10.9375rem;height:2.4375rem;top:422.375rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vdCDVEttnymKThOvMIpVcLQurmDThiLi { width:7.8125rem;height:1.4624rem;top:422.875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #tmQRvyXUo9AMCp4ySPBwTtZ64cC8GTBT { width:16.9375rem;height:5.41845625rem;top:426.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kd5B6bTzxo3huuGlPDQC0iTfxaUOXJPP { width:8rem;height:1.29980625rem;top:432.8125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #I7nCLTH4imAsTU9wriRIrUfCeXwNtwkt { width:7.875rem;height:12.3125rem;top:437.6875rem;left:5.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nAWGT4i27PV26TpKbCsTw4qoAz74BL7N { width:10.9375rem;height:2.4375rem;top:451.5rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aLcCnfiLFVEcNQ1ix5wvpq8tk5ZmonDU { width:7.8125rem;height:1.4624rem;top:451.9375rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #q9KIP4NDfN7G0xkpvdCwgsXvIw0zM4xt { width:16.9375rem;height:5.41845625rem;top:455.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JLyG1evo6nFUmMXDNXIBQxVZ0NwN0Had { width:8rem;height:1.29980625rem;top:462.625rem;left:10.75rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JkzcSTPo5GPTWI4RqeQu0lmRIcTIVsJp { width:8.6875rem;height:12.3125rem;top:467.1875rem;left:5.65625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1CAlKTnsZUrL05TXILAlUCyDbLgX75R { width:10.9375rem;height:2.4375rem;top:481.0625rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #mkuSLKNpn4it6RJavHGVbmWoWHrC0GnE { width:7.8125rem;height:1.4624rem;top:481.5625rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OawooeAr5kFLmMtTGXhhI9PNFaGhg1zS { width:16.9375rem;height:5.41845625rem;top:485.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmpZQC27qQ5BscKKUXcm80ebOyWJbB { width:8rem;height:1.29980625rem;top:492.4375rem;left:10.75rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Oyw4D2niX0N4vhUHwKN5xHrXQwthfuk0 { width:7.875rem;height:12.3125rem;top:497.5rem;left:6.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #grw8RTDp5bmPT2Op8RhTEqtasf6zAXpR { width:10.9375rem;height:2.4375rem;top:511.4375rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CLXfg5DHHslEXfUcIoCHmn6EuTeOIxxP { width:7.8125rem;height:1.4624rem;top:511.875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NcUDg2wx4yyPz3w2a1sluTlkdfTT9ftU { width:16.9375rem;height:5.41845625rem;top:515.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwoFcBDu7HaQsaTQUuyb3WD59ntF2ZLe { width:8rem;height:1.29980625rem;top:522.6875rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rMFGETBlr7MVqJAonGqx3roQVOM0BTZV { width:7.6875rem;height:12rem;top:351.5625rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CNozSk7LxRmDyWwlyBeaCpe3ra6p5fH1 { width:7.875rem;height:12.3125rem;top:485.3125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMuHuCfILhS1qvqnmh1berstxnKvwdEu { display:block; }#FMuHuCfILhS1qvqnmh1berstxnKvwdEu > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtwTTwTQtHGH7HpwrF7QWJRI6h50RDH4 { width:13.25rem;height:1.2246125rem;top:2.88720703125rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }