.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0352df1-92b2-416f-b5f3-6d6c24cd4119/CopyofClusterCCGCCBDling_c22_200806edit.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.adaptive-delivery-prevent-bg, #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.lazyload, #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.lazyloading { background-image: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { background-color: transparent; background-image: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container > .video-iframe-container { display: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container { display: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .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); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { border-width: 0; border-radius: 0; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#fkFK11hOXNq8dcoeM5ukxdrtKnmGlieM { 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:8.183625rem;width:19.5589375rem;top:6.2491860389709rem;left:11.468913078308rem;overflow:hidden;display:block; }
#ZuIQacns1PW9IR3raqacCc3NGfohy1mc { position:absolute;display:block;z-index:15002;background-color:#510c76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.249375rem;width:27.1875rem;top:15.934244632721rem;left:7.6546220779419rem;display:block; }
#fyg1dHZis2xKexZN1DTMWE6IIlGrONkw { color:#f1f6f3;display:block;width:26.4998125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.268717288971rem;left:7.9980459213256rem;height:6.578125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZOLTNpuATqJv65oHKwgT3LdPZkhPIyJo { color:#f3f1ee;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:24.1875rem;left:10.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgmaqQEkXPp47TUPevx1111b5dUyZPGN { color:#f0b84a;display:block;width:5.625rem;position:absolute;font-family:neuton;font-size:12.5rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:25.716145038605rem;left:18.675129890442rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTZugCJUbmgQXKHCNX7KKh1Fc2h6aePA { color:#f6f5f1;display:block;width:5.24658125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:33.216145515442rem;left:23.372393608093rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OAxCxqJ02TlaVzOWAAV7EQAWI20CMWGP { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:23.8125rem;top:15.9375rem;left:46.3125rem;display:block; }
#HbZX4NdTD5mgniEWdunnqwkoZXoJi0TF { color:#510c76;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:16.690105438233rem;left:48.343753814698rem;height:5.734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGTdVOyHhFu8i6IUJOW7ZBZJuNWDuFaI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:36.875rem;left:31.0625rem; }
#l4DThND9O1BuFDaBLrPmxipHerTPnsSt { color:#ffffff;display:block;width:8.562rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:38.1875rem;left:27.5625rem;height:2.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIchx5nDaOq3VmnUnLOMpxgX5TaVFod7 { position:absolute;display:block;z-index:15010;background-color:#006068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.4375rem;width:29.3125rem;top:36.5625rem;left:6.8125rem;display:block; }
#fzGqvsH9pAvqhr5pRiIE96MaszGNgoI9 { color:#ffffff;display:block;width:7.0621875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.1875rem;left:7.875rem;height:2.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvP7hMZc7XXGATd3CdhUdUlniUhl1erp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36.75rem;left:20.875rem; }
#Cv7OmgPDc9KkPthJSA0BgDZD5rDeGqMQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:36.75rem;left:10.375rem; }
#xk43nswDx6c8CXTTDtqu61bbNycsmQhw { color:#ffffff;display:block;width:7.9361875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:38.25rem;left:17.5rem;height:2.59928125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Znxmwvo9m61DCsW4iqXac93s0PLwA8w7 { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:0.0625rem;top:37.125rem;left:15.6875rem;display:block; }
#fRSQZmsAXZO4lo0ZcwEpaEMM30BhbrLe { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:0.0618489375rem;top:37.125rem;left:27rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#006068;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:19.9375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:18.75rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(81,12,118,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.000003814698rem;top:24.833332061767rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(81,12,118,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.000003814698rem;top:24.833332061767rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container { background-color: transparent; background-image: none; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container > .video-iframe-container { display: none; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row > .video-iframe-container { display: none; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .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); }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container { border-width: 0; border-radius: 0; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#tEs1cqLZVsx87MwmU3R6c1Nx94zidgTH { color:#090909;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:5.361975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHW8yz22oVbDraMzxRyc9IDgZX1hfvOH { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.125rem;height:13.16015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i1xcEaMLvROl0S9kKaMW3CsDSDkeUPFt { background-color:#006068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.747375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.013021945953rem;left:38.562503814698rem;display:block; }
#V5owzoeDGHkbtixw3q8vsfULvGSQT8Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMTCuuIU6tSacp7E7MazPsNTPMVxrrRx { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35.3125rem;width:35.3125rem;top:7.4296875rem;left:1.4361991882324rem;overflow:hidden;display:block; }
#xOlLSF9TyZJhesd3xgDvpyTc9GW1Adnb { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:21.375rem;left:39.125rem;height:7.99478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OchsN1Kv1shfJ9buW3LnvuS4DUlbO9yR { position:absolute;display:block;z-index:15058;background-color:#510c76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#XGEdH5b5gM35it575MaW5F6zzT0wRWkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container { background-color: transparent; background-image: none; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container > .video-iframe-container { display: none; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row > .video-iframe-container { display: none; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .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); }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container { border-width: 0; border-radius: 0; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#T0LPZKJ10fufEFy1eniDyTtH2P1VqdrI { color:#090909;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.6809875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGzlhIxSMbPviugTo4nwKuRbD9AES72y { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.5621875rem;width:42.622875rem;top:6.5rem;left:1.8125rem;overflow:hidden;display:block; }
#oNJ1080XnQS13mux3qUi6Cl4DJWMW3MH { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:46.3125rem;height:7.31119375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xScA7dt97DO9AC7OU08TffNevnKIcPPh { color:#000000;display:block;width:25.374rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:14.4052734375rem;left:47.091796875rem;height:9.2448125rem;text-align:justify;text-align-last:initial;display:block; }#xScA7dt97DO9AC7OU08TffNevnKIcPPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xScA7dt97DO9AC7OU08TffNevnKIcPPh li:before{  }
#zoLHvFG9be6Z3lroQqENdcT65rfc0F32 { background-color:#006068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7480625rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.373046875rem;left:46.3125rem;display:block; }
#DBh6pyd9HQWVd5QDcRdvGTPJQbQGHS4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7VoGb3GW4v2FOKESIOtIB6s4h9L7mqE { position:absolute;display:block;z-index:15058;background-color:#510c76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { background-color: transparent; background-image: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container > .video-iframe-container { display: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container { display: none; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .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); }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { border-width: 0; border-radius: 0; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { color:#090909;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:2.6809875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.875rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { background-color:#006068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.125rem;left:1.9375rem;display:block; }
#G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.5rem;width:38.6875rem;top:5.5rem;left:35.0625rem;overflow:hidden;display:block; }
#maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { position:absolute;display:block;z-index:15058;background-color:#510c76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:75rem;top:34.375rem;left:0rem;display:none; }
#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container { background-color: transparent; background-image: none; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container > .video-iframe-container { display: none; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row > .video-iframe-container { display: none; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .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); }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container { border-width: 0; border-radius: 0; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#OD9HxCfUZe7BLyKRffCImTvnWd393Mrq { position:absolute;display:block;z-index:15086;background-color:#510c76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.0625rem;left:1.4375rem;display:block; }
#kL0ZsTs0l2Cb73begdWWNZ5m1WS1EsMH { position:absolute;display:block;z-index:15095;background-color:#510c76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.125rem;left:20.0625rem;display:block; }
#gwyPaeP7U2eT2hKghJ0um5raOXug4mwt { background-color:#006068;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:37.6875rem;left:28.34375rem;display:block; }
#qgNCcPz0OmWmslnltJuTbyEoGa9TQ8Fd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwd82tcyBvWF9tthLiivsce0AATwtMgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:32.4375rem;left:2rem; }
#NXGoSAyEeEHX2DCHwbFBIizQHZgrPF6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:32.5rem;left:8.5rem; }
#HryEhg1r0pEFo84rw132J0Wp0Iz7G8Id { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:32.4375rem;left:20.6875rem; }
#tZZcF6mLLfmfxtnwtRxCOeKbgIgsulw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:32.4375rem;left:14.4375rem; }
#x6fMAfohl99QMRcKIZkKFTXg71kyvZfh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:34.9375rem;left:3.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyK415PfyHFvSOOXB8WzNR8iwJqPT42t { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.6;letter-spacing:0;top:32.6875rem;left:4.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PnVZk8sZwFRvBlPnGgqHkuFl7uE7fxn0 { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.6;letter-spacing:0;top:32.6875rem;left:10.3125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fy9U0PvL67HZQC8rpBygle59tg4T8DwV { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;top:32.6875rem;left:23.25rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUoOCwTMz01BpRGccRapSDxFt892nZWq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:34.9375rem;left:21.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcv9E2UcCM77nq8SOSQDzovO7UGqA0I2 { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:32.6875rem;left:16.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nv9Apgh60FopSpls3oKleACQ8Cpz1MTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:32.5rem;left:27.375rem; }
#fa7LgL2ndcWDwcXFRiZLZrQi4Sm3eTzX { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.6;letter-spacing:0;top:32.6875rem;left:29.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5fx4ErqGoHdn3RxeVKTchDILrtXpHGb { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15113;line-height:1.6;letter-spacing:0;top:29rem;left:3.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KSa2OVWENSBex0Pgs8bEwoLtmG63ffc4 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15122;line-height:1.6;letter-spacing:0;top:29rem;left:22.5rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5HPH0Hxxt2cmQJ1WEKzXyOOpBuZHzpi { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:26.5rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whrIVbCblQQmgW3m97poF3rhVZC4ukRD { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:26.5rem;left:21.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIdZskSnhcv1nJG3ymBwP1y5k4AbK6vo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:32.4375rem;left:33.0625rem; }
#zVXMS8U5kiUKlwxm8gmeL1PxmeAPtmef { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15146;line-height:1.6;letter-spacing:0;top:32.6875rem;left:35.3125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5cTlrLVATbN7963l3l6P8A7k4DNpbZp { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:16.375rem;top:10.0625rem;left:20.0625rem;overflow:hidden;display:block; }
#PIA3fHvHIi52h6tOVgm8TfqK373VPGfd { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:16.375rem;top:10.0625rem;left:38.875rem;overflow:hidden;display:block; }
#rK5WEpRL4zUhMThc6RWFozVtXpQhbD57 { position:absolute;display:block;z-index:15104;background-color:#510c76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.0625rem;left:38.875rem;display:block; }
#uCAuzHwGn7kssMIyiACNIl0FlOb5mfx5 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:26.5rem;left:40.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0l75turSHsquZk8OfKZF9IKDzR5bBBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:32.4375rem;left:39.5rem; }
#ooHzra3LyzRUF0nxhpFTQethSQSFi2GI { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:33.6875rem;left:41.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Isa25sS0kkphmouih68lpBmf258qo9oX { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:29rem;left:41.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znL9Fphp4rZ0CpHvPoI3kCJKcUDdvz7b { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.6;letter-spacing:0;top:32.6875rem;left:41.75rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDpkHtmxmummHNQQO8wOpas834srHziU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:32.5rem;left:45.75rem; }
#ZdD8brFQkCpa2HqfXOFcyaQ2fiCMiBHI { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.6;letter-spacing:0;top:32.6875rem;left:47.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgDMi0HcJXHmz59TfN1LhDvIdmPTURTM { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:0.75rem;left:0rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnA5KGNF2bIe7ZGllqepARn4a96oi5wb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:32.4375rem;left:51.9375rem; }
#I4lr1f9JF7UplHah3J44CbJBkU6PRTXF { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15147;line-height:1.6;letter-spacing:0;top:32.6875rem;left:54.125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZVlk7u8GpMhDpaQzfcu1ONvgs9KBC11 { position:absolute;display:block;z-index:15115;background-color:#510c76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.6875rem;width:16rem;top:10.0625rem;left:57.25rem;display:block; }
#T8v4CgNl1ObT6tcEBp9n1H26lXHMhtVM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:32.4375rem;left:57.875rem; }
#tBJd6vIudvwbV8PDz0JiDKlpOmIMTT5q { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:33.6875rem;left:59.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcsO4qNudIEa17aKTbCASwACocAJfpSL { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15119;line-height:1.6;letter-spacing:0;top:32.6875rem;left:60.125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fKElBrITWEzNOJ62rOlvqTQT0OE874OO { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15142;line-height:1.6;letter-spacing:0;top:29rem;left:59.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDXxIT2x2ccWKKJArJWzIQKSMumnM9po { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:26.5rem;left:58.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUcXTHVRc0avPAHIq7oT8KsSzCJqttAO { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:16.375rem;top:10.0625rem;left:57.25rem;overflow:hidden;display:block; }
#Zu47n5NRDTFEAQF2GazqqAU9wJ0FPGyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80859375rem;width:1.80859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:32.5rem;left:64.125rem; }
#iUpbksiTwbwf03gbRVLhG6Va7nCfBquN { color:#ffffff;display:block;width:1.93456875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.6;letter-spacing:0;top:32.6875rem;left:65.9375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUByUy4TdEiaRrvMZfH3OUlrvKpgPEBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:32.4375rem;left:70.3125rem; }
#I17alvpNET2eEiIK04RXwzBsieKNV4TE { color:#ffffff;display:block;width:1.93359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15158;line-height:1.6;letter-spacing:0;top:32.6875rem;left:72.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qAQyI2smnbGhnDGnU5fSViTkk33mOyUw { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.4375rem;width:16.4375rem;top:10.0625rem;left:1.375rem;overflow:hidden;display:block; }
#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container { background-color: transparent; background-image: none; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container > .video-iframe-container { display: none; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row > .video-iframe-container { display: none; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .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); }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container { border-width: 0; border-radius: 0; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#xHJzEshJkvLy6WpNIC56ck9hK0HoDvdM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xe0p9LiUVVBWdA7sOqFGxzpokAvuKGAN { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:59.25rem;display:block; }
#fsTCHLL3M3thOZ124MxhgLu6Dus7hPHF { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.5rem;left:63.1875rem; }
#ZJs2fSacSTG2Hg7KA90C3x6FazTfPpaX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:59.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ptJ3p84qhrGRsyEnrhwh28eBXZfyhTgr { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.1875rem;left:58.125rem;height:7.957rem;text-align:justify;text-align-last:initial;display:block; }
#pLTa5Ad9xDmUEh7ggzV64dR8i7U9N6At { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:40.4375rem;display:block; }
#kBqKnhWIzgiy8Rv92trg55GH4Auu9fau { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.5rem;left:44.4375rem; }
#H4CvgSx3trktaz49RGlG1HSBPvMoCw9T { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5rem;left:39.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3JZBTfWDNVD0sAcneBhmiJeWWhNhdcE { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.1875rem;left:38.875rem;height:10.2305rem;text-align:justify;text-align-last:initial;display:block; }
#ClN078d7QFHAh5U5oA16vfmA0HXP4W6u { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:3.1875rem;display:block; }
#xUQGP1T1UiFUC7nSAKoTHsE1zu4p9i4o { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.5rem;left:7.1875rem; }
#s28KBlKW2sfpiwLf9eQXO4XPWg5CTmsN { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQMwpSyiAUQ2NVk9DRf4GaRtzm8TCuSp { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.03125rem;height:15.9140625rem;text-align:justify;text-align-last:initial;display:block; }
#CbUz7POERv7rBP0fKxh9955TLaR4a5yE { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.875rem;left:21.9375rem;display:block; }
#DJzhe8F1v5MimOkbDAS1wJzwar2ufNOM { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.5rem;left:25.9375rem; }
#vvZGdVW1RZfINhpKhzheSkV2CwE2F3P2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mymrMy5N7FRpQ9mvXWpmINzsV5wFzqq5 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.1875rem;left:19.875rem;height:9.09375rem;text-align:justify;text-align-last:initial;display:block; }
#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { position:relative;display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { background-color: transparent; background-image: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container > .video-iframe-container { display: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row > .video-iframe-container { display: none; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .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); }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { border-width: 0; border-radius: 0; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .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; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .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:46.75rem;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; }#DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.749rem;top:7.8125rem;left:1rem;overflow:hidden;display:block; }
#eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { 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:14.8125rem;width:22.25rem;top:7.6871744692325rem;left:26.249999046326rem;overflow:hidden;display:block; }
#F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { 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:14.375rem;width:23.25rem;top:8.2185865938663rem;left:50.812174797058rem;overflow:hidden;display:block; }
#ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { color:#ffffff;display:block;width:21.9995rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.436197996139rem;left:1.3728837966919rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { position:absolute;display:block;z-index:15003;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.7481875rem;top:19.614256620407rem;left:1rem;display:block; }
#qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { position:absolute;display:block;z-index:15004;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9375rem;width:22.3125rem;top:19.614256620407rem;left:26.249999046326rem;display:block; }
#CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { color:#ffffff;display:block;width:21.9986875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.436197996139rem;left:26.499835014343rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { color:#ffffff;display:block;width:21.997875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.435383439064rem;left:51.500651359558rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { position:absolute;display:block;z-index:15005;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9375rem;width:23.1875rem;top:19.614256501198rem;left:50.812174797058rem;display:block; }
#aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:22.6871875rem;top:25.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { color:#ffffff;display:block;width:21.997875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.4375rem;left:1.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { position:absolute;display:block;z-index:15003;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.7465625rem;top:36.75rem;left:0.8125rem;display:block; }
#IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { position:absolute;display:block;z-index:15004;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:22.749rem;top:36.75rem;left:26rem;display:block; }
#ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { 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:14.3125rem;width:22.6875rem;top:25.312498092651rem;left:26.062010765076rem;overflow:hidden;display:block; }
#TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { position:absolute;display:block;z-index:15005;background-color:rgba(81,12,118,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.9370125rem;width:23.186875rem;top:36.875rem;left:51.0625rem;display:block; }
#ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { 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:14.375rem;width:23.125rem;top:25.375rem;left:51.0625rem;overflow:hidden;display:block; }
#a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { color:#ffffff;display:block;width:21.99625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5625rem;left:51.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { background-color:#006068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.749673128128rem;left:30.124510765076rem;display:block; }
#idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { background-color: transparent; background-image: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container > .video-iframe-container { display: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container { display: none; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .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); }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { border-width: 0; border-radius: 0; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:-0.09375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { background-color: transparent; background-image: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container > .video-iframe-container { display: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container { display: none; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .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); }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { border-width: 0; border-radius: 0; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.1875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIMk8MkETTflbHrCWHBcLdWiko0ednSf { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:27.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymwW7bIriVVavJKXcRfTXav1chDRfrRe { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:54.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.1875rem;height:5.68359375rem;font-style:italic;display:block; }
#WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:0.24956625rem;top:6.0264759063721rem;left:3.2497844696045rem;display:block; }
#qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.75rem;height:4.546875rem;font-style:italic;display:block; }
#VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:5.5rem;left:29.75rem;display:block; }
#CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:57.4375rem;height:5.68359375rem;font-style:italic;display:block; }
#XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:5.4375rem;left:56.4375rem;display:block; }
#xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { position:absolute;display:block;z-index:15010;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#510c76;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container { background-color: transparent; background-image: none; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container > .video-iframe-container { display: none; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row > .video-iframe-container { display: none; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .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); }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container { border-width: 0; border-radius: 0; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#JAFiEQs05bUXeC4B0S54Js2B6DOAL52h { color:#ffffff;display:block;width:44.3120625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:10.125rem;left:15.3125rem;height:4.46094375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HeJDmdIy5Psm9v8e7R8TNi9TEXz3fHCG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dc3wRzzrz2ml5ifLImngVP6nrayQPZNg { 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:3.9375rem;width:9.625rem;top:1.25rem;left:32.6875rem;overflow:hidden;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006068;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.12890625rem;left:27.1875rem;height:0.975rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd { display:block; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkFK11hOXNq8dcoeM5ukxdrtKnmGlieM { top:6.1875rem;left:0rem;width:19.5rem;height:8.1589650511438rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIQacns1PW9IR3raqacCc3NGfohy1mc { top:15.875rem;left:0rem;width:27.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyg1dHZis2xKexZN1DTMWE6IIlGrONkw { top:16.25rem;left:0rem;width:26.4375rem;height:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLTNpuATqJv65oHKwgT3LdPZkhPIyJo { top:24.125rem;left:0rem;width:13.625rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmaqQEkXPp47TUPevx1111b5dUyZPGN { top:25.6875rem;left:5.0501298904419rem;width:5.625rem;height:7.5rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZugCJUbmgQXKHCNX7KKh1Fc2h6aePA { top:33.1875rem;left:9.7473936080931rem;width:5.1875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAxCxqJ02TlaVzOWAAV7EQAWI20CMWGP { top:15.9375rem;left:23.9375rem;width:23.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbZX4NdTD5mgniEWdunnqwkoZXoJi0TF { top:16.6875rem;left:28rem;width:19.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGTdVOyHhFu8i6IUJOW7ZBZJuNWDuFaI { top:36.875rem;left:17.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DThND9O1BuFDaBLrPmxipHerTPnsSt { top:38.1875rem;left:13.9375rem;width:8.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIchx5nDaOq3VmnUnLOMpxgX5TaVFod7 { top:36.5625rem;left:0rem;width:29.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzGqvsH9pAvqhr5pRiIE96MaszGNgoI9 { top:38.1875rem;left:0rem;width:7rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvP7hMZc7XXGATd3CdhUdUlniUhl1erp { top:36.75rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv7OmgPDc9KkPthJSA0BgDZD5rDeGqMQ { top:36.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk43nswDx6c8CXTTDtqu61bbNycsmQhw { top:38.1875rem;left:3.8749990463257rem;width:7.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znxmwvo9m61DCsW4iqXac93s0PLwA8w7 { top:37.125rem;left:2.0625rem;width:0;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRSQZmsAXZO4lo0ZcwEpaEMM30BhbrLe { top:37.125rem;left:13.375rem;width:0;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:19.9375rem;height:17.25rem;top:24.8125rem;left:25.3125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:19.9375rem;height:17.25rem;top:24.8125rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 { display:block; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEs1cqLZVsx87MwmU3R6c1Nx94zidgTH { top:0.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHW8yz22oVbDraMzxRyc9IDgZX1hfvOH { top:7.4375rem;left:3.8125rem;width:32rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xcEaMLvROl0S9kKaMW3CsDSDkeUPFt { width:14.6875rem;height:2.8125rem;top:40rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5owzoeDGHkbtixw3q8vsfULvGSQT8Lq { display:block; }
 }@media only screen and (max-width: 763px) { #TMTCuuIU6tSacp7E7MazPsNTPMVxrrRx { top:7.375rem;left:0rem;width:35.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOlLSF9TyZJhesd3xgDvpyTc9GW1Adnb { top:21.375rem;left:3.8125rem;width:32rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OchsN1Kv1shfJ9buW3LnvuS4DUlbO9yR { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGEdH5b5gM35it575MaW5F6zzT0wRWkK { display:block; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0LPZKJ10fufEFy1eniDyTtH2P1VqdrI { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGzlhIxSMbPviugTo4nwKuRbD9AES72y { top:6.5rem;left:0rem;width:42.5625rem;height:24.527395335691rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJ1080XnQS13mux3qUi6Cl4DJWMW3MH { top:6.5rem;left:7.5625rem;width:28.25rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xScA7dt97DO9AC7OU08TffNevnKIcPPh { top:14.375rem;left:10.5rem;width:25.3125rem;height:9.1875rem;font-size:1rem;display:block; }#xScA7dt97DO9AC7OU08TffNevnKIcPPh li:before{  }
 }@media only screen and (max-width: 763px) { #zoLHvFG9be6Z3lroQqENdcT65rfc0F32 { width:14.6875rem;height:2.8125rem;top:27.3125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBh6pyd9HQWVd5QDcRdvGTPJQbQGHS4F { display:block; }
 }@media only screen and (max-width: 763px) { #u7VoGb3GW4v2FOKESIOtIB6s4h9L7mqE { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { top:1.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { top:5.9375rem;left:0rem;width:32rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { width:14.6875rem;height:2.8125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block; }
 }@media only screen and (max-width: 763px) { #yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { top:5.5rem;left:0rem;width:38.6875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { top:34.375rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO { display:block; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD9HxCfUZe7BLyKRffCImTvnWd393Mrq { width:16rem;height:24.6875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0ZsTs0l2Cb73begdWWNZ5m1WS1EsMH { width:16rem;height:24.6875rem;top:10.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyPaeP7U2eT2hKghJ0um5raOXug4mwt { width:18.3125rem;height:3.4375rem;top:37.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNCcPz0OmWmslnltJuTbyEoGa9TQ8Fd { display:block; }
 }@media only screen and (max-width: 763px) { #mwd82tcyBvWF9tthLiivsce0AATwtMgo { top:32.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXGoSAyEeEHX2DCHwbFBIizQHZgrPF6X { top:32.5rem;left:5.09375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HryEhg1r0pEFo84rw132J0Wp0Iz7G8Id { top:32.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZZcF6mLLfmfxtnwtRxCOeKbgIgsulw7 { top:32.4375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fMAfohl99QMRcKIZkKFTXg71kyvZfh { width:13.125rem;height:0;top:34.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyK415PfyHFvSOOXB8WzNR8iwJqPT42t { width:1.9375rem;height:1.375rem;top:32.6875rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnVZk8sZwFRvBlPnGgqHkuFl7uE7fxn0 { width:1.875rem;height:1.375rem;top:32.6875rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9U0PvL67HZQC8rpBygle59tg4T8DwV { width:1.9375rem;height:1.375rem;top:32.6875rem;left:13.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUoOCwTMz01BpRGccRapSDxFt892nZWq { width:13.125rem;height:0;top:34.9375rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcv9E2UcCM77nq8SOSQDzovO7UGqA0I2 { width:1.875rem;height:1.375rem;top:32.6875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9Apgh60FopSpls3oKleACQ8Cpz1MTC { top:32.5rem;left:17.15625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa7LgL2ndcWDwcXFRiZLZrQi4Sm3eTzX { width:1.875rem;height:1.375rem;top:32.6875rem;left:18.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fx4ErqGoHdn3RxeVKTchDILrtXpHGb { width:11.625rem;height:1.5625rem;top:29rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSa2OVWENSBex0Pgs8bEwoLtmG63ffc4 { width:11.625rem;height:1.5625rem;top:29rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5HPH0Hxxt2cmQJ1WEKzXyOOpBuZHzpi { width:14.625rem;height:1.9375rem;top:26.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whrIVbCblQQmgW3m97poF3rhVZC4ukRD { width:13.125rem;height:1.9375rem;top:26.5rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdZskSnhcv1nJG3ymBwP1y5k4AbK6vo { top:32.4375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVXMS8U5kiUKlwxm8gmeL1PxmeAPtmef { width:1.875rem;height:1.375rem;top:32.6875rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5cTlrLVATbN7963l3l6P8A7k4DNpbZp { top:10.0625rem;left:7.5rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIA3fHvHIi52h6tOVgm8TfqK373VPGfd { top:10.0625rem;left:19.375rem;width:16.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5WEpRL4zUhMThc6RWFozVtXpQhbD57 { width:16rem;height:24.6875rem;top:10.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCAuzHwGn7kssMIyiACNIl0FlOb5mfx5 { width:13.125rem;height:1.9375rem;top:26.5rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0l75turSHsquZk8OfKZF9IKDzR5bBBG { top:32.4375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooHzra3LyzRUF0nxhpFTQethSQSFi2GI { width:13.125rem;height:0;top:33.6875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa25sS0kkphmouih68lpBmf258qo9oX { width:11.625rem;height:1.5625rem;top:29rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znL9Fphp4rZ0CpHvPoI3kCJKcUDdvz7b { width:1.9375rem;height:1.375rem;top:32.6875rem;left:24.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDpkHtmxmummHNQQO8wOpas834srHziU { top:32.5rem;left:28.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdD8brFQkCpa2HqfXOFcyaQ2fiCMiBHI { width:1.875rem;height:1.375rem;top:32.6875rem;left:30.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDMi0HcJXHmz59TfN1LhDvIdmPTURTM { width:47.75rem;height:7.875rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnA5KGNF2bIe7ZGllqepARn4a96oi5wb { top:32.4375rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lr1f9JF7UplHah3J44CbJBkU6PRTXF { width:1.875rem;height:1.375rem;top:32.6875rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZVlk7u8GpMhDpaQzfcu1ONvgs9KBC11 { width:16rem;height:24.6875rem;top:10.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8v4CgNl1ObT6tcEBp9n1H26lXHMhtVM { top:32.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBJd6vIudvwbV8PDz0JiDKlpOmIMTT5q { width:13.125rem;height:0;top:33.6875rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsO4qNudIEa17aKTbCASwACocAJfpSL { width:1.9375rem;height:1.375rem;top:32.6875rem;left:36.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKElBrITWEzNOJ62rOlvqTQT0OE874OO { width:11.625rem;height:1.5625rem;top:29rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDXxIT2x2ccWKKJArJWzIQKSMumnM9po { width:14.1875rem;height:1.9375rem;top:26.5rem;left:33.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcXTHVRc0avPAHIq7oT8KsSzCJqttAO { top:10.0625rem;left:31.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu47n5NRDTFEAQF2GazqqAU9wJ0FPGyr { top:32.5rem;left:40.28125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUpbksiTwbwf03gbRVLhG6Va7nCfBquN { width:1.875rem;height:1.375rem;top:32.6875rem;left:42.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUByUy4TdEiaRrvMZfH3OUlrvKpgPEBG { top:32.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I17alvpNET2eEiIK04RXwzBsieKNV4TE { width:1.875rem;height:1.375rem;top:32.6875rem;left:45.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAQyI2smnbGhnDGnU5fSViTkk33mOyUw { top:10.0625rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH { display:block; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHJzEshJkvLy6WpNIC56ck9hK0HoDvdM { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0p9LiUVVBWdA7sOqFGxzpokAvuKGAN { top:8.875rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTCHLL3M3thOZ124MxhgLu6Dus7hPHF { top:10.5rem;left:39.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJs2fSacSTG2Hg7KA90C3x6FazTfPpaX { top:17.5rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJ3p84qhrGRsyEnrhwh28eBXZfyhTgr { top:23.1875rem;left:32.375rem;width:15.375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTa5Ad9xDmUEh7ggzV64dR8i7U9N6At { top:8.875rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBqKnhWIzgiy8Rv92trg55GH4Auu9fau { top:10.5rem;left:27.40625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4CvgSx3trktaz49RGlG1HSBPvMoCw9T { top:17.5rem;left:21.6875rem;width:14.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JZBTfWDNVD0sAcneBhmiJeWWhNhdcE { top:23.1875rem;left:19.4375rem;width:16.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClN078d7QFHAh5U5oA16vfmA0HXP4W6u { top:8.875rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQGP1T1UiFUC7nSAKoTHsE1zu4p9i4o { top:10.5rem;left:3.78125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s28KBlKW2sfpiwLf9eQXO4XPWg5CTmsN { top:17.5rem;left:0rem;width:17.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMwpSyiAUQ2NVk9DRf4GaRtzm8TCuSp { top:23.1875rem;left:0rem;width:16.6875rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbUz7POERv7rBP0fKxh9955TLaR4a5yE { top:8.875rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJzhe8F1v5MimOkbDAS1wJzwar2ufNOM { top:10.5rem;left:15.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvZGdVW1RZfINhpKhzheSkV2CwE2F3P2 { top:17.5rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymrMy5N7FRpQ9mvXWpmINzsV5wFzqq5 { top:23.1875rem;left:7rem;width:16.875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { width:47.75rem;height:3.625rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { top:7.8125rem;left:0rem;width:22.6875rem;height:14.64811553509rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { top:7.625rem;left:15.875rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { top:8.1875rem;left:24.375rem;width:23.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { top:20.375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { top:19.625rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { top:19.5625rem;left:9.0625rem;width:22.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { top:20.375rem;left:9.8125rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { top:20.375rem;left:25.6875rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { top:19.5625rem;left:24.5625rem;width:23.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { top:25.3125rem;left:0rem;width:22.625rem;height:14.335596909048rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { top:37.4375rem;left:0rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { top:36.75rem;left:0rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { top:36.75rem;left:9.0625rem;width:22.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { top:37.3125rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { top:25.25rem;left:9.0625rem;width:22.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { top:36.875rem;left:24.5rem;width:23.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { top:25.375rem;left:24.5rem;width:23.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { top:37.5625rem;left:25.6875rem;width:21.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { width:14.6875rem;height:2.8125rem;top:41.6875rem;left:16.437010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block; }
 }@media only screen and (max-width: 763px) { #b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { top:1.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { top:2.875rem;left:0rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIMk8MkETTflbHrCWHBcLdWiko0ednSf { top:2.875rem;left:12.4375rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwW7bIriVVavJKXcRfTXav1chDRfrRe { top:2.875rem;left:28.3125rem;width:19.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { top:5.625rem;left:0rem;width:14.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { top:6rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { top:5.5625rem;left:17.0625rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { top:5.5rem;left:16.0625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { top:5.5625rem;left:33.125rem;width:14.4375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { top:5.4375rem;left:33.625rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 { display:block; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAFiEQs05bUXeC4B0S54Js2B6DOAL52h { top:10.125rem;left:1.6875rem;width:44.25rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJDmdIy5Psm9v8e7R8TNi9TEXz3fHCG { top:6.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc3wRzzrz2ml5ifLImngVP6nrayQPZNg { top:1.25rem;left:19.0625rem;width:9.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.125rem;left:13.5625rem;width:19.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e751a89a-e74e-4f4a-b957-75efc4caffa2/droneshotcbdcibubur.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.adaptive-delivery-prevent-bg, #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.lazyload, #bmdX6ElRTST97IswEJx3Vfc3nVt9iONd.lazyloading { background-image: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { background-color: transparent; background-image: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container > .video-iframe-container { display: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container { display: none; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .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); }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { border-width: 0; border-radius: 0; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmdX6ElRTST97IswEJx3Vfc3nVt9iONd > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkFK11hOXNq8dcoeM5ukxdrtKnmGlieM { width:12.0625rem;height:4.9375rem;top:1.8125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIQacns1PW9IR3raqacCc3NGfohy1mc { width:19.4375rem;height:5.3125rem;top:10.2880859375rem;left:0.28125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyg1dHZis2xKexZN1DTMWE6IIlGrONkw { width:20rem;height:4.62890625rem;top:10.7509765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLTNpuATqJv65oHKwgT3LdPZkhPIyJo { width:10.0625rem;height:1.5rem;top:17.0380859375rem;left:3.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FgmaqQEkXPp47TUPevx1111b5dUyZPGN { width:4.5625rem;height:6.5625rem;top:17.5625rem;left:7.25rem;font-size:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZugCJUbmgQXKHCNX7KKh1Fc2h6aePA { width:5.1875rem;height:2.03125rem;top:23.5rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAxCxqJ02TlaVzOWAAV7EQAWI20CMWGP { width:19.0625rem;height:26.875rem;top:35.6875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbZX4NdTD5mgniEWdunnqwkoZXoJi0TF { width:17.5625rem;height:4.796875rem;top:36rem;left:0.87500005960463rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGTdVOyHhFu8i6IUJOW7ZBZJuNWDuFaI { display:flex;width:1.25rem;height:1.25rem;top:28.0625rem;left:15.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #l4DThND9O1BuFDaBLrPmxipHerTPnsSt { width:5.499675rem;height:1.94791875rem;top:29.8125rem;left:13.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIchx5nDaOq3VmnUnLOMpxgX5TaVFod7 { width:20rem;height:4.875rem;top:27.375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzGqvsH9pAvqhr5pRiIE96MaszGNgoI9 { width:5.812175rem;height:1.94791875rem;top:29.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvP7hMZc7XXGATd3CdhUdUlniUhl1erp { display:flex;width:1.25rem;height:1.25rem;top:28.0625rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Cv7OmgPDc9KkPthJSA0BgDZD5rDeGqMQ { display:flex;width:1.375rem;height:1.375rem;top:28.0625rem;left:1.875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #xk43nswDx6c8CXTTDtqu61bbNycsmQhw { width:5.8748375rem;height:1.94791875rem;top:29.8125rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Znxmwvo9m61DCsW4iqXac93s0PLwA8w7 { width:0.061035125rem;height:3.8745125rem;top:27.9375rem;left:6rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #fRSQZmsAXZO4lo0ZcwEpaEMM30BhbrLe { width:0.0625rem;height:3.875rem;top:27.9375rem;left:13.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.375rem;height:auto;top:42.171875rem;left:1.5625000596046rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.375rem;height:auto;top:42.171875rem;left:1.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 { display:block; }#GPZ72bu90GkwQ64QPbM8g3KrU3AZDnr4 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEs1cqLZVsx87MwmU3R6c1Nx94zidgTH { width:20rem;height:10.15625rem;top:1.05078125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHW8yz22oVbDraMzxRyc9IDgZX1hfvOH { width:19.5615rem;height:13.40625rem;top:33.1875rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1xcEaMLvROl0S9kKaMW3CsDSDkeUPFt { width:14.746125rem;height:2.8125rem;top:58.187501907349rem;left:2.6263020634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5owzoeDGHkbtixw3q8vsfULvGSQT8Lq { display:block; }
 }@media only screen and (max-width: 763px) { #TMTCuuIU6tSacp7E7MazPsNTPMVxrrRx { width:20rem;height:20rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOlLSF9TyZJhesd3xgDvpyTc9GW1Adnb { width:20rem;height:9rem;top:47.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OchsN1Kv1shfJ9buW3LnvuS4DUlbO9yR { width:20rem;height:0.25rem;top:63.12500190735rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #XGEdH5b5gM35it575MaW5F6zzT0wRWkK { display:block; }#XGEdH5b5gM35it575MaW5F6zzT0wRWkK > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0LPZKJ10fufEFy1eniDyTtH2P1VqdrI { width:20rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGzlhIxSMbPviugTo4nwKuRbD9AES72y { width:20rem;height:11.5234375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJ1080XnQS13mux3qUi6Cl4DJWMW3MH { width:19.5615rem;height:7.3125rem;top:19.125rem;left:0.4384765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xScA7dt97DO9AC7OU08TffNevnKIcPPh { width:18.871125rem;height:7.246125rem;top:26.875rem;left:0.5634765625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#xScA7dt97DO9AC7OU08TffNevnKIcPPh li:before{  }
 }@media only screen and (max-width: 763px) { #zoLHvFG9be6Z3lroQqENdcT65rfc0F32 { width:14.7480625rem;height:2.8125rem;top:35.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBh6pyd9HQWVd5QDcRdvGTPJQbQGHS4F { display:block; }
 }@media only screen and (max-width: 763px) { #u7VoGb3GW4v2FOKESIOtIB6s4h9L7mqE { width:20rem;height:0.25rem;top:39.875rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD { display:block; }#Opa9otQvrW6MlZFrb2QTTEOBXNCzyQyD > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoOUZ8yTt6cFyklX5kxmBG60swBDArl { width:20rem;height:8.125rem;top:0.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONDG31g0sA3thnsHgWA8c8NoXwBpDLXL { width:19.5615rem;height:7.3125rem;top:23.6875rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMlW1uZ8EW9Vhlnb4EJJIp2isK01J8gE { width:14.7480625rem;height:2.8125rem;top:32.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tgIQAa831S9CKVUvqOdnGowb234R4B { display:block; }
 }@media only screen and (max-width: 763px) { #yNz9ykmvvFolEprgks4IDNLZtLCh00rZ { width:20rem;height:12.6875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maqfx7PdW7e39X9fRUmK9NFW98Ge41eR { width:20rem;height:0.25rem;top:36.625rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO { display:block; }#lRlqf101tw0PkKyPRFIAXIg7eyCVqBrO > .row .container { width:20rem;height:126.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD9HxCfUZe7BLyKRffCImTvnWd393Mrq { width:17.5rem;height:25.625rem;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0ZsTs0l2Cb73begdWWNZ5m1WS1EsMH { width:17.5rem;height:26.4375rem;top:37.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyPaeP7U2eT2hKghJ0um5raOXug4mwt { width:18.3125rem;height:3.4375rem;top:121.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNCcPz0OmWmslnltJuTbyEoGa9TQ8Fd { display:block; }
 }@media only screen and (max-width: 763px) { #mwd82tcyBvWF9tthLiivsce0AATwtMgo { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:1.8125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #NXGoSAyEeEHX2DCHwbFBIizQHZgrPF6X { display:flex;width:1.75rem;height:1.75rem;top:32.5rem;left:8.3125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #HryEhg1r0pEFo84rw132J0Wp0Iz7G8Id { display:flex;width:1.875rem;height:1.875rem;top:61.3125rem;left:1.8125rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #tZZcF6mLLfmfxtnwtRxCOeKbgIgsulw7 { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:14.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #x6fMAfohl99QMRcKIZkKFTXg71kyvZfh { width:13.125rem;height:0;top:34.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyK415PfyHFvSOOXB8WzNR8iwJqPT42t { width:1.9375rem;height:1.3999rem;top:32.6875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #PnVZk8sZwFRvBlPnGgqHkuFl7uE7fxn0 { width:1.875rem;height:1.3999rem;top:32.6875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9U0PvL67HZQC8rpBygle59tg4T8DwV { width:1.9375rem;height:1.3999rem;top:61.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #AUoOCwTMz01BpRGccRapSDxFt892nZWq { width:13.125rem;height:0;top:63.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcv9E2UcCM77nq8SOSQDzovO7UGqA0I2 { width:1.875rem;height:1.3999rem;top:32.6875rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9Apgh60FopSpls3oKleACQ8Cpz1MTC { display:flex;width:1.75rem;height:1.75rem;top:61.375rem;left:8.3125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #fa7LgL2ndcWDwcXFRiZLZrQi4Sm3eTzX { width:1.875rem;height:1.3999rem;top:61.5625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #T5fx4ErqGoHdn3RxeVKTchDILrtXpHGb { width:11.625rem;height:1.5996125rem;top:29.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #KSa2OVWENSBex0Pgs8bEwoLtmG63ffc4 { width:11.625rem;height:1.5996125rem;top:58.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #x5HPH0Hxxt2cmQJ1WEKzXyOOpBuZHzpi { width:14.625rem;height:1.94921875rem;top:26.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #whrIVbCblQQmgW3m97poF3rhVZC4ukRD { width:13.125rem;height:1.94921875rem;top:55.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DIdZskSnhcv1nJG3ymBwP1y5k4AbK6vo { display:flex;width:1.875rem;height:1.875rem;top:61.3125rem;left:14.25rem;z-index:15146; }
 }@media only screen and (max-width: 763px) { #zVXMS8U5kiUKlwxm8gmeL1PxmeAPtmef { width:1.875rem;height:1.3999rem;top:61.5625rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #t5cTlrLVATbN7963l3l6P8A7k4DNpbZp { width:17.875rem;height:17.875rem;top:37.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIA3fHvHIi52h6tOVgm8TfqK373VPGfd { width:17.875rem;height:17.8125rem;top:65.625rem;left:1.0625rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #rK5WEpRL4zUhMThc6RWFozVtXpQhbD57 { width:17.5rem;height:25.6875rem;top:65.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCAuzHwGn7kssMIyiACNIl0FlOb5mfx5 { width:13.125rem;height:1.94921875rem;top:83.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z0l75turSHsquZk8OfKZF9IKDzR5bBBG { display:flex;width:1.875rem;height:1.875rem;top:89.1875rem;left:1.8125rem;z-index:15149; }
 }@media only screen and (max-width: 763px) { #ooHzra3LyzRUF0nxhpFTQethSQSFi2GI { width:13.125rem;height:0;top:89.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa25sS0kkphmouih68lpBmf258qo9oX { width:11.625rem;height:1.5996125rem;top:86.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #znL9Fphp4rZ0CpHvPoI3kCJKcUDdvz7b { width:1.9375rem;height:1.3997375rem;top:89.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #GDpkHtmxmummHNQQO8wOpas834srHziU { display:flex;width:1.75rem;height:1.75rem;top:89.25rem;left:8.3125rem;z-index:15151; }
 }@media only screen and (max-width: 763px) { #ZdD8brFQkCpa2HqfXOFcyaQ2fiCMiBHI { width:1.875rem;height:1.3997375rem;top:89.4375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #TgDMi0HcJXHmz59TfN1LhDvIdmPTURTM { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnA5KGNF2bIe7ZGllqepARn4a96oi5wb { display:flex;width:1.875rem;height:1.875rem;top:89.1875rem;left:14.25rem;z-index:15153; }
 }@media only screen and (max-width: 763px) { #I4lr1f9JF7UplHah3J44CbJBkU6PRTXF { width:1.875rem;height:1.3997375rem;top:89.4375rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #sZVlk7u8GpMhDpaQzfcu1ONvgs9KBC11 { width:17.5rem;height:26rem;top:93.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8v4CgNl1ObT6tcEBp9n1H26lXHMhtVM { display:flex;width:1.875rem;height:1.875rem;top:117.1875rem;left:1.8125rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #tBJd6vIudvwbV8PDz0JiDKlpOmIMTT5q { width:13.125rem;height:0;top:119.75rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcsO4qNudIEa17aKTbCASwACocAJfpSL { width:1.9375rem;height:1.3997375rem;top:117.375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #fKElBrITWEzNOJ62rOlvqTQT0OE874OO { width:11.625rem;height:1.5996125rem;top:114.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #UDXxIT2x2ccWKKJArJWzIQKSMumnM9po { width:14.1875rem;height:1.94921875rem;top:111.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcXTHVRc0avPAHIq7oT8KsSzCJqttAO { width:17.875rem;height:17.9375rem;top:93.5625rem;left:1.0625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #Zu47n5NRDTFEAQF2GazqqAU9wJ0FPGyr { display:flex;width:1.75rem;height:1.75rem;top:117.25rem;left:8.3125rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #iUpbksiTwbwf03gbRVLhG6Va7nCfBquN { width:1.875rem;height:1.3997375rem;top:117.375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #dUByUy4TdEiaRrvMZfH3OUlrvKpgPEBG { display:flex;width:1.875rem;height:1.875rem;top:117.1875rem;left:14.25rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #I17alvpNET2eEiIK04RXwzBsieKNV4TE { width:1.875rem;height:1.3997375rem;top:117.375rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #qAQyI2smnbGhnDGnU5fSViTkk33mOyUw { width:17.875rem;height:17.1875rem;top:9rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH { display:block; }#fJwwCHczndTqNR2m6UlTGhiCgxXvFFsH > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHJzEshJkvLy6WpNIC56ck9hK0HoDvdM { width:20rem;height:7.3125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0p9LiUVVBWdA7sOqFGxzpokAvuKGAN { width:12.5rem;height:17.625rem;top:82.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsTCHLL3M3thOZ124MxhgLu6Dus7hPHF { display:flex;width:4.5rem;height:4.5rem;top:83.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #ZJs2fSacSTG2Hg7KA90C3x6FazTfPpaX { width:12.5rem;height:1.29980625rem;top:88.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJ3p84qhrGRsyEnrhwh28eBXZfyhTgr { width:14.6248125rem;height:7.957rem;top:91.5rem;left:2.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pLTa5Ad9xDmUEh7ggzV64dR8i7U9N6At { width:1.125rem;height:2.1875rem;top:57.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBqKnhWIzgiy8Rv92trg55GH4Auu9fau { display:flex;width:4.5rem;height:4.5rem;top:61.5625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #H4CvgSx3trktaz49RGlG1HSBPvMoCw9T { width:12.5rem;height:3.8994125rem;top:66.875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3JZBTfWDNVD0sAcneBhmiJeWWhNhdcE { width:16.9995rem;height:9.09375rem;top:71.75rem;left:1.8125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ClN078d7QFHAh5U5oA16vfmA0HXP4W6u { width:12.5rem;height:24.5rem;top:9.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQGP1T1UiFUC7nSAKoTHsE1zu4p9i4o { display:flex;width:4.5rem;height:4.5rem;top:10.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #s28KBlKW2sfpiwLf9eQXO4XPWg5CTmsN { width:14.25rem;height:5.19791875rem;top:15.8125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQMwpSyiAUQ2NVk9DRf4GaRtzm8TCuSp { width:15.5615rem;height:17.05075rem;top:22.1875rem;left:2.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CbUz7POERv7rBP0fKxh9955TLaR4a5yE { width:12.5rem;height:20.75rem;top:40.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJzhe8F1v5MimOkbDAS1wJzwar2ufNOM { display:flex;width:4.5rem;height:4.5rem;top:41.4375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #vvZGdVW1RZfINhpKhzheSkV2CwE2F3P2 { width:12.5rem;height:2.5996125rem;top:46.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymrMy5N7FRpQ9mvXWpmINzsV5wFzqq5 { width:15.9375rem;height:9.09375rem;top:50.4375rem;left:2.3125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec { display:block; }#vo2xULxO6ipRdeJV3crBhwtlNJ6HWEec > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhcomRpfD8NaZEzxGU5DoUwiSuvJPqf8 { width:20rem;height:4.875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfQsuL6HoE0FOm22NT8KKA7HGWfmc4k { width:9.375rem;height:6.25rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb5aw0xoGKr2TeBP89kh9K54nSI2pvR { width:9.375rem;height:6.25rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2h1kK6dJtBqLkqyC4WnqlMAg5fOlfQ2 { width:9.375rem;height:6.25rem;top:14.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImfwsU6XLZKEdXQNoJbJfdPRsluvpTvp { width:7.125rem;height:1.94791875rem;top:11.5rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTcepWwp3BTHM1avKcwwSUk5qPu5mefz { width:9.375rem;height:2.125rem;top:11.4375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv1O9Evf5nKNR76RVGTfpIWXWvombhgS { width:9.375rem;height:1.4375rem;top:12.125rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNVrSQKNTcLL7PU1lLBKOGzTP3ppg1EJ { width:7.7498125rem;height:0.9746125rem;top:12.375rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7tHbEo5M5QZMy1THLoBzaQBZ800lCvt { width:5.99935rem;height:0.9746125rem;top:19.9375rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMl91ANPP4lVzmEurFE8tkyuxCKT53J5 { width:9.375rem;height:1.4375rem;top:19.75rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aztz6b9i6qAZBHUp2gJxt0gLGRvgZzLV { width:9.375rem;height:6.25rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaIaJT1XvNet48iGrBDSCqPwpCu7ngl { width:6.687rem;height:0.9746125rem;top:19.875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWMpZTEM9wQpkndG7K9F4oGFvOQMLTJW { width:9.375rem;height:1.4375rem;top:19.6875rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHG4tTXDhSnBhpnKTqx5XRwrm8dQsJou { width:9.375rem;height:1.4375rem;top:27.25rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQkgSZT4vxPhBzZwoHQUd0SeBnKA8NC { width:5.9375rem;height:1.94791875rem;top:27.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cGSoOBuJSqnkWoocxZ1T1ZvdaWyRnW { width:9.375rem;height:5.25rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6ewNMmqgaTXCPIaK5EyceUKnTkcICb { width:9.375rem;height:1.4375rem;top:27.25rem;left:10.625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekdGMHpCbz4s4ZJUMWzDM0ctqXvug7Wp { width:9.375rem;height:6.25rem;top:22.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TDVsBtU9SaqU7Q4sBHXa5TmoPHKfmG { width:8.9998125rem;height:0.9746125rem;top:27.5rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppyTGGuE0Th2N5kXLCrwLWufRQcV0I1r { width:14.6875rem;height:2.8125rem;top:30.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOF4U6a7HbmSVSAln5FRUFfrc8LuSUN { display:block; }
 }@media only screen and (max-width: 763px) { #b1rWLTzULk3KO34kmpCABsi41LPgeKI6 { display:block; }#b1rWLTzULk3KO34kmpCABsi41LPgeKI6 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hR8fGAevKclgIWL5Pp26v8OisB6nTIlf { width:20rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxO5lQQNNmOLABkq7CoyF80lXlezAxVU { display:block; }#CxO5lQQNNmOLABkq7CoyF80lXlezAxVU > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgW9WOTxUJKPtV1ghckXtQ6XP4vvZEai { width:19.3125rem;height:1.13769375rem;top:1.75rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIMk8MkETTflbHrCWHBcLdWiko0ednSf { width:19.3125rem;height:1.13769375rem;top:13.625rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymwW7bIriVVavJKXcRfTXav1chDRfrRe { width:19.3125rem;height:1.13769375rem;top:25.1875rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKMSul4DvE53Oxa8EnQ0MQI8Oxl6bIla { width:14.5rem;height:5.68359375rem;top:4.5rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXcDSrhTcoFr2WUZtLzcs0KVkKM919NX { width:0.25rem;height:4.875rem;top:4.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2NbNMzuZwy95A9dhE4csGkBt9gKVWV { width:14.5rem;height:4.546875rem;top:16.3125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLFrxHuz4kd8qZTruecmIg60zSJa9hgS { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuMpkgZrwGQ6pASK1IUlfOrWkxbARaOw { width:14.5rem;height:5.68359375rem;top:27.875rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXwH8mnPiI1pCVpbaFpkxV7scdnVr9T5 { width:0.25rem;height:4.875rem;top:27.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbMoqdBBKUGfM4KpAULuo0xmabMe8ibc { width:0.25rem;height:4.875rem;top:16.312484741211rem;left:2.1875001192093rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbQI70ir5Gu6glURgfWRUJeFo2BoOFx { width:0.25rem;height:4.875rem;top:16.25rem;left:2.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 { display:block; }#lkmT23Rl3Ttg9ULr2UoknLD1POaon7O1 > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAFiEQs05bUXeC4B0S54Js2B6DOAL52h { width:19.124rem;height:5.09895625rem;top:10.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeJDmdIy5Psm9v8e7R8TNi9TEXz3fHCG { width:18.0625rem;height:3.4121125rem;top:6.3125rem;left:1rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dc3wRzzrz2ml5ifLImngVP6nrayQPZNg { width:9.625rem;height:3.9375rem;top:0.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:0.8125rem;top:0.90625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }