.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); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.adaptive-delivery-prevent-bg, #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.lazyload, #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.lazyloading { background-image: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { background-color: transparent; background-image: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container > .video-iframe-container { display: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container { display: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .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); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { border-width: 0; border-radius: 0; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7::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; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#Eey3S2keIRkZbTbX4GwkzvfQZCh5V6Ne { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,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.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:25.375rem;width:21.6875rem;top:13.375rem;left:47.4375rem;display:block; }
#haEiM7RBnWfnomMJQoi2VsXtrPHTBQzU { color:#000000;display:block;width:17.999125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.673395156861rem;left:49.27952003479rem;height:4.27083125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-form-header {  }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:16.1875rem;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; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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:16.1875rem;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) ; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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:16.1875rem;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) ; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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:16.1875rem;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) ; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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:#006e6d;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.125rem;font-weight:bold;color:#eaedf3;width:16.1875rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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:15rem;overflow:hidden;font-style:normal;float:none; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-container:first-of-type{padding-top:0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-container:last-of-type{padding-bottom:0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT  { background-color:rgba(255,255,255,0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.625rem;top:21.8125rem;z-index:15009;position:absolute; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.1875rem;display:block;vertical-align:top; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .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; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT {display:block;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT { background-color:rgba(255,255,255,0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.9375rem;top:18.875rem;z-index:15009;position:absolute; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Te6HsnINT0aT244BWZXozkbSCPzW0OtV { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #hWR7Oap8ymtbWkTBNMnGC90fhZXusTcU { position:relative;display:none; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #IBJOpG6StAapaJb9tJMtuMxiyCwNdF1v { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ZSIqf8fOKvZrDBwoMbR3gDthhq3pUGXI { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #WBRanZW46yOze4nQHEpRQhRttmepTB76 { position:relative;display:none; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #fBeeTT4FWe9PRriNMJZ4nsA4TyIq6aC5 { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #JWCTdZ2gMUv9s9flwsWAUFiC9y9XM71t { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #riItKIKvbmspGVEl0AiBrK6ONT9kU70r { position:relative;display:none; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #kHikDkX0cltREkROnosfmO70o6Jc4m0T { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #QVbfLpyxllvNVyDVLBwDSII8bQiZlqqe { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #bt23VwgwRDfACTnxRptzruJRr3xQGe92 { position:relative;display:none; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #KDMei9feZBSKsPmTBEpOtCFVWBCTQ0cQ { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Z00gMk5Zp2wKCr5uKscn606tnWJqcDuy { position:relative; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ScC936qpC21XNkf3Axa7PqPqkuXV9wKv { position:relative; }
#ATKTdUMSBTlGbTXgu9gEKdZGD34KOWmU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:16.8125rem;top:2.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#hgvxB4vpZG9NiIKOvpLfsKUNsESnVyw8 { color:#f8fdfb;display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:41.5625rem;left:18.3125rem;height:0.81163125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xllOOD0nWDTMiSEWCBKsLDli5yZQEbIa { color:#ffffff;display:block;width:34.8123125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:12.874349594116rem;left:5.8116321563721rem;height:5.19748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7cKN5x7TMebKmrshKdRKuswSnXEpkF7 { color:#f3f6f6;display:block;width:10.2480625rem;position:absolute;font-family:"open sans";font-size:11.1875rem;font-weight:700;z-index:15038;line-height:.5;letter-spacing:0;top:22.75rem;left:14.5625rem;height:5.59353125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOdKGtha0nmnwDtyifiTW5yieeg05dGZ { color:#faf7f1;display:block;width:9.749rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.75rem;left:6rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA39nbd001ugS99mqf98AGxJ3LanK1tP { color:#fbfaf8;display:block;width:11.374rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:20.1875rem;left:31.0625rem;height:6.66125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIGHHMqlgaPZXBI55QipQ9hVTBANTMJR { color:#f3fbf7;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15174;line-height:1;letter-spacing:0;top:34.625rem;left:18.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxqW32Ie2lgSTUNL4a3n0TRWgs3tCftM { color:#f3fbf7;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15175;line-height:1;letter-spacing:0;top:34.1875rem;left:29rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTLh3SACRkVH1kfa0wv6hBIJcPxL331b { color:#f3fbf7;display:block;width:10.2495625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15175;line-height:1;letter-spacing:0;top:34.625rem;left:6.6875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn { position:relative;display:block; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn { background-color: transparent; background-image: none; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row .container > .video-iframe-container { display: none; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row > .video-iframe-container { display: none; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .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); }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn { border-width: 0; border-radius: 0; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .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; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .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:36.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; }#w9ldzA1R7DrROWxFwliMTuFaklB9RBTw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.3120625rem;width:35.499125rem;top:4.6831607818604rem;left:0.99934959411619rem;overflow:hidden;display:block; }
#PPeSmwqk20Z46nDb4lQAhN5Db3nlF4Xv { color:#006e6d;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:2.4375rem;left:39.6875rem;height:3.849825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTftZ6wBzLHp0nXrVKgm5WJy3zFHHlHV { position:absolute;display:block;z-index:15023;background-color:#956f19;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:34.125rem;top:6.4375rem;left:39.75rem;display:block; }
#VWFh9bhBTs5oVpekE9TsWxNZq63ZfZ8f { position:absolute;display:block;z-index:15024;background-color:#ca900f;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:34.125rem;top:6.6875rem;left:39.75rem;display:block; }
#Pgkn53wiwta2xxRIMLaVn9N1C1rU3IFx { color:#040303;display:block;width:34.499375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.375rem;left:39.5625rem;height:4.38801875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FC3BEMdBTJdKCAw10E0Nws4y4P6q2yLf { color:#050505;display:block;width:34.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:12.4375rem;left:39.5625rem;height:3.20095625rem;text-align:justify;text-align-last:initial;display:block; }
#MWa9tLRSgzGA0uUsSHsVBSxhc5xy4nPL { color:#050505;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:16.625rem;left:39.625rem;height:10.20183125rem;text-align:justify;text-align-last:initial;display:block; }
#ARDeZ8EzgABG24ZcKPERxEEWBV0dD1e0 { color:#050505;display:block;width:33.872625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:.8;letter-spacing:0;top:27.811414718628rem;left:39.87522315979rem;height:2.39908125rem;text-align:justify;text-align-last:initial;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5XIL2WTrBkr30sqy1kPIFtdhogZ9Fv3 { position:absolute;display:block;z-index:15034;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:9.875rem;left:7.4375rem;display:block; }
#NwOgHGftaXfs9qU3TvmIox4xGQsomZNr { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.34375rem;height:10.3993125rem;text-align:center;text-align-last:center;display:block; }
#wrZ5LNFFda4fdQJ3y1Qk66Bh8TkczvBz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.54296875rem;left:3.71875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgwPtyXTnMNGlHmgQhTrEw0bThTeIuws { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.54296875rem;left:21.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRCNgdPFBWG5QwvvJnKMdzJDeLPAsA1A { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.5625rem;left:22.5rem;height:7.7995rem;text-align:center;text-align-last:center;display:block; }
#kCPTXWr4ltJzGfUAI2rCzQghAr2IQKX8 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:22.5625rem;left:39.40625rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#VwTMc7enwX8Qe7TGTKLtUHfT2bvM1AGe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.16796875rem;left:40.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmcbbdy5oEUHqwz9aCk7TTTKbEun2JTI { 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:15039;opacity:1;top:12.0625rem;left:25.875rem; }
#PKPk3k4y2PRKk9PZbiZ21Cf5vTmdAHde { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:22.5625rem;left:57.96875rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#HITHHkix0UulgyB9PMkieKDZeuXnIEa7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:16.3046875rem;left:59.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHBVKcX8fo3Tr7kQfu8MEeC7qkb15wAT { 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:15035;opacity:1;top:12.0625rem;left:7.125rem; }
#GLPAif90hAi99OAD4zksn1vcLNhODUCi { 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:15043;opacity:1;top:11.8671875rem;left:44.625rem; }
#VdZa64QfTsfoKvSxARXBOfHgdBMON0a5 { 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:15047;opacity:1;top:11.25rem;left:63.375rem; }
#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container { background-color: transparent; background-image: none; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container > .video-iframe-container { display: none; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row > .video-iframe-container { display: none; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .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); }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container { border-width: 0; border-radius: 0; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container { font-size:0.875rem;font-family:arial;height:106.875rem;width:75rem;position:relative;display:block; }#PdSsFRIRBrtSL4XZ5O9arQukMcvPNyK3 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.125rem;width:16.25rem;top:17.5625rem;left:1.0625rem;display:block; }
#EdTqJFIRix69PrFsktdoMb0kSgX4euvZ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.75rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARARTbctTt54AU2VHmWUf1m8EMwFfbCo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.625rem;top:17.5rem;left:1.0625rem;overflow:hidden;display:block; }
#TzfeFOvla42tsK10FiGSGwtfBC6BPCDo { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.25rem;width:16.25rem;top:17.5625rem;left:19.8125rem;display:block; }
#kz7V9bDfCFxnzrI4dRFAL7uasF7k4MS9 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.75rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9hivTnornH0lPZ089AnHvy6TwqUS7vw { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.25rem;width:16.25rem;top:17.5625rem;left:38.5625rem;display:block; }
#Wbie4kMpODaRH9V3TDlLV5RgvBArGgnp { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:62.625rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPV9nu4DTuUoD8JHDhdq93C9XzKcgK1q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:19.375rem;left:45.625rem;overflow:hidden;display:block; }
#HKwTzkehUQ9nTFZeFPApDqJeFwbHZ6UA { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.25rem;width:16.25rem;top:17.5rem;left:57.3125rem;display:block; }
#ma4eLfrPfxLoE6yN6A74trgTcQR2OWa0 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:62.625rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UamThfiB7RQqHKbvwN4FGClcQHQfG2hV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:19.375rem;left:64.625rem;overflow:hidden;display:block; }
#LUfZCnJRaLT4Xu2NvNdQkmgFlXvkt2xy { color:#14261c;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IlnRmbFqNmJUiDCstBUx0dylT0UTBpLa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:16.5rem;top:17.5625rem;left:19.8125rem;overflow:hidden;display:block; }
#bgidNuoZGAhlsrEJtLZbz8z5fFfcUcgm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.9375rem;width:16.8125rem;top:46.8125rem;left:19.71875rem;overflow:hidden;display:block; }
#renyVXOm5U0QP84XdvoEUp4FMBsqwKbt { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.8125rem;width:16.625rem;top:46.875rem;left:1.0625rem;overflow:hidden;display:block; }
#MB0UyVa0M3hOlag0TEBTiSp64PZefhiC { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.125rem;width:16.25rem;top:46.875rem;left:1.0625rem;display:block; }
#GqRhF48yoAy0zOrtLvL8ZgpLTwFpKVcA { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.1875rem;width:16.25rem;top:46.875rem;left:19.8125rem;display:block; }
#TbbB33huMDuqmPupTTZV2qnfDGW0wbHp { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.125rem;width:16.25rem;top:46.875rem;left:38.5625rem;display:block; }
#KZNDEFEm4z5Wx6WZzxiMIbgKNWvMsgc8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.125rem;width:16.125rem;top:17.5625rem;left:57.5625rem;overflow:hidden;display:block; }
#C9a3VCBkvFzsGCVbhEs0KdS1gJkTET1q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.1875rem;width:17rem;top:17.5625rem;left:38.375rem;overflow:hidden;display:block; }
#ODcz6RLPEEVToflQR2WVR91WXCMvVTeE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:16rem;top:46.9375rem;left:38.875rem;overflow:hidden;display:block; }
#p5LEbxTOQ2zSyZAmhfFZsHaW0eWRDT8k { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.75rem;left:59.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWV8Mm4TFbz1LcdebvrWeshvm0ck6h5l { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.75rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElVX7ZgcmAgXHO547JLg9IOJKpMJCZc4 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:62.625rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tg3xgDzXmo1SemmRrvgdbu6diecCNWv1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.375rem;width:54.5rem;top:71.5625rem;left:11.0625rem;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#14261c;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:24.94921875rem;left:31.8125rem;height:2.79980625rem;font-style:normal;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:54.875rem;top:5.625rem;left:10.0625rem;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#303030;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:2.755859375rem;left:12.90625rem;height:8.09895rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { color:#303030;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.32421875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.4375rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#qk48pmnlqpp90mF7MyDbkulFwekgidny { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.125rem;top:21.224609375rem;left:26.84375rem;overflow:hidden;display:block; }
#v5VSmGbpDAdim34RqSOokR0NHedTdRCC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19.111328125rem;left:27.125rem;overflow:hidden;display:block; }
#sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.875rem;top:16.787109375rem;left:26.96875rem;overflow:hidden;display:block; }
#giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:14.662109375rem;left:27.09375rem;overflow:hidden;display:block; }
#pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.130859375rem;left:25.59375rem; }
#A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.255859375rem;left:25.59375rem; }
#lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.580078125rem;left:25.59375rem; }
#HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.693359375rem;left:25.59375rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.6875rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#elpRZPpVZwUJBkrRvmRZasUESIleQ0Sq { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:55.458332061767rem;height:0.97439375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 { display:block; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eey3S2keIRkZbTbX4GwkzvfQZCh5V6Ne { top:13.375rem;left:26.0625rem;width:21.6875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEiM7RBnWfnomMJQoi2VsXtrPHTBQzU { top:14.625rem;left:29.8125rem;width:17.9375rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-regular-label { display:block;width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT  { width:16.1875rem;height:auto;top:21.8125rem;left:29.0625rem; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT {display:block;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT { width:16.125rem;height:17.1875rem;top:18.875rem;left:29.0625rem; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Te6HsnINT0aT244BWZXozkbSCPzW0OtV {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #hWR7Oap8ymtbWkTBNMnGC90fhZXusTcU { display:none; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #IBJOpG6StAapaJb9tJMtuMxiyCwNdF1v {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ZSIqf8fOKvZrDBwoMbR3gDthhq3pUGXI {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #WBRanZW46yOze4nQHEpRQhRttmepTB76 { display:none; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #fBeeTT4FWe9PRriNMJZ4nsA4TyIq6aC5 {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #JWCTdZ2gMUv9s9flwsWAUFiC9y9XM71t {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #riItKIKvbmspGVEl0AiBrK6ONT9kU70r {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #kHikDkX0cltREkROnosfmO70o6Jc4m0T {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #QVbfLpyxllvNVyDVLBwDSII8bQiZlqqe {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #bt23VwgwRDfACTnxRptzruJRr3xQGe92 {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #KDMei9feZBSKsPmTBEpOtCFVWBCTQ0cQ {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Z00gMk5Zp2wKCr5uKscn606tnWJqcDuy {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ScC936qpC21XNkf3Axa7PqPqkuXV9wKv {  }
 }@media only screen and (max-width: 763px) { #ATKTdUMSBTlGbTXgu9gEKdZGD34KOWmU { top:2.5625rem;left:1.1875rem;width:16.75rem;height:8.2809422550029rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvxB4vpZG9NiIKOvpLfsKUNsESnVyw8 { top:41.5625rem;left:4.6875rem;width:11.625rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xllOOD0nWDTMiSEWCBKsLDli5yZQEbIa { top:12.8125rem;left:0rem;width:34.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cKN5x7TMebKmrshKdRKuswSnXEpkF7 { top:22.75rem;left:0.9375rem;width:10.1875rem;height:5.5625rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOdKGtha0nmnwDtyifiTW5yieeg05dGZ { top:23.75rem;left:0rem;width:9.6875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA39nbd001ugS99mqf98AGxJ3LanK1tP { top:20.1875rem;left:17.4375rem;width:11.3125rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGHHMqlgaPZXBI55QipQ9hVTBANTMJR { top:34.625rem;left:4.5rem;width:10.1875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqW32Ie2lgSTUNL4a3n0TRWgs3tCftM { top:34.1875rem;left:15.375rem;width:13.4375rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLh3SACRkVH1kfa0wv6hBIJcPxL331b { top:34.625rem;left:0rem;width:10.1875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efmhUMNO7eovMKk4qb40nHL4uMmsHKnn { display:block; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9ldzA1R7DrROWxFwliMTuFaklB9RBTw { top:4.625rem;left:0rem;width:35.4375rem;height:24.269857773783rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPeSmwqk20Z46nDb4lQAhN5Db3nlF4Xv { top:2.4375rem;left:13.5625rem;width:34.1875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTftZ6wBzLHp0nXrVKgm5WJy3zFHHlHV { top:6.4375rem;left:13.6875rem;width:34.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWFh9bhBTs5oVpekE9TsWxNZq63ZfZ8f { top:6.6875rem;left:13.6875rem;width:34.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgkn53wiwta2xxRIMLaVn9N1C1rU3IFx { top:7.375rem;left:13.3125rem;width:34.4375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC3BEMdBTJdKCAw10E0Nws4y4P6q2yLf { top:12.4375rem;left:13.3125rem;width:34.4375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWa9tLRSgzGA0uUsSHsVBSxhc5xy4nPL { top:16.625rem;left:13.375rem;width:34.375rem;height:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDeZ8EzgABG24ZcKPERxEEWBV0dD1e0 { top:27.75rem;left:13.9375rem;width:33.8125rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XIL2WTrBkr30sqy1kPIFtdhogZ9Fv3 { top:9.875rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOgHGftaXfs9qU3TvmIox4xGQsomZNr { top:22.5625rem;left:0rem;width:14.0625rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZ5LNFFda4fdQJ3y1Qk66Bh8TkczvBz { top:17.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgwPtyXTnMNGlHmgQhTrEw0bThTeIuws { top:17.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCNgdPFBWG5QwvvJnKMdzJDeLPAsA1A { top:22.5625rem;left:10.4375rem;width:13.4375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCPTXWr4ltJzGfUAI2rCzQghAr2IQKX8 { top:22.5625rem;left:20.875rem;width:14.9375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTMc7enwX8Qe7TGTKLtUHfT2bvM1AGe { top:17.125rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmcbbdy5oEUHqwz9aCk7TTTKbEun2JTI { top:12.0625rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKPk3k4y2PRKk9PZbiZ21Cf5vTmdAHde { top:22.5625rem;left:32.4375rem;width:15.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITHHkix0UulgyB9PMkieKDZeuXnIEa7 { top:16.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBVKcX8fo3Tr7kQfu8MEeC7qkb15wAT { top:12.0625rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPAif90hAi99OAD4zksn1vcLNhODUCi { top:11.8125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZa64QfTsfoKvSxARXBOfHgdBMON0a5 { top:11.25rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk { display:block; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdSsFRIRBrtSL4XZ5O9arQukMcvPNyK3 { width:16.25rem;height:19.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTqJFIRix69PrFsktdoMb0kSgX4euvZ { width:13.125rem;height:1.625rem;top:34.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARARTbctTt54AU2VHmWUf1m8EMwFfbCo { width:16.625rem;height:16.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzfeFOvla42tsK10FiGSGwtfBC6BPCDo { width:16.25rem;height:19.25rem;top:17.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7V9bDfCFxnzrI4dRFAL7uasF7k4MS9 { width:13.125rem;height:1.625rem;top:34.75rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9hivTnornH0lPZ089AnHvy6TwqUS7vw { width:16.25rem;height:19.25rem;top:17.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbie4kMpODaRH9V3TDlLV5RgvBArGgnp { width:13.125rem;height:1.625rem;top:62.625rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV9nu4DTuUoD8JHDhdq93C9XzKcgK1q { width:3.125rem;height:3.125rem;top:19.375rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKwTzkehUQ9nTFZeFPApDqJeFwbHZ6UA { width:16.25rem;height:19.25rem;top:17.5rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma4eLfrPfxLoE6yN6A74trgTcQR2OWa0 { width:13.125rem;height:1.625rem;top:62.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamThfiB7RQqHKbvwN4FGClcQHQfG2hV { width:3.125rem;height:3.125rem;top:19.375rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUfZCnJRaLT4Xu2NvNdQkmgFlXvkt2xy { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlnRmbFqNmJUiDCstBUx0dylT0UTBpLa { width:16.5rem;height:16.5rem;top:17.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgidNuoZGAhlsrEJtLZbz8z5fFfcUcgm { width:16.8125rem;height:13.9375rem;top:46.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #renyVXOm5U0QP84XdvoEUp4FMBsqwKbt { width:16.625rem;height:13.8125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB0UyVa0M3hOlag0TEBTiSp64PZefhiC { width:16.25rem;height:18.125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqRhF48yoAy0zOrtLvL8ZgpLTwFpKVcA { width:16.25rem;height:18.1875rem;top:46.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbbB33huMDuqmPupTTZV2qnfDGW0wbHp { width:16.25rem;height:18.125rem;top:46.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNDEFEm4z5Wx6WZzxiMIbgKNWvMsgc8 { width:16.125rem;height:16.125rem;top:17.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9a3VCBkvFzsGCVbhEs0KdS1gJkTET1q { width:17rem;height:15.1875rem;top:17.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcz6RLPEEVToflQR2WVR91WXCMvVTeE { width:16rem;height:14.9375rem;top:46.9375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LEbxTOQ2zSyZAmhfFZsHaW0eWRDT8k { width:13.125rem;height:1.625rem;top:34.75rem;left:34.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWV8Mm4TFbz1LcdebvrWeshvm0ck6h5l { width:13.125rem;height:1.625rem;top:34.75rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElVX7ZgcmAgXHO547JLg9IOJKpMJCZc4 { width:13.125rem;height:1.625rem;top:62.625rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3xgDzXmo1SemmRrvgdbu6diecCNWv1 { top:71.5625rem;left:0rem;width:47.75rem;height:26.612958715596rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:24.9375rem;left:18.1875rem;width:11.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { top:5.625rem;left:0rem;width:47.75rem;height:15.880410022779rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:2.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:17rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { top:14.875rem;left:16.125rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { top:19.3125rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { top:21.4375rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { top:21.1875rem;left:13.21875rem;width:2.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { top:19.0625rem;left:13.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { top:16.75rem;left:13.34375rem;width:1.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { top:14.625rem;left:13.46875rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { top:15.125rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { top:17.25rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { top:19.5625rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { top:21.6875rem;left:11.96875rem;width:0.625rem;height:0.625rem;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) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { top:0rem;left:0rem;width:5.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elpRZPpVZwUJBkrRvmRZasUESIleQ0Sq { top:1.125rem;left:29.0625rem;width:18.6875rem;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) { #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat: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; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.adaptive-delivery-prevent-bg, #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.lazyload, #hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7.lazyloading { background-image: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { background-color: transparent; background-image: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container > .video-iframe-container { display: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container { display: none; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .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); }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { border-width: 0; border-radius: 0; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7::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; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvQKUo6SN5lkAqrEMX0LxBXgDuUn9So7 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eey3S2keIRkZbTbX4GwkzvfQZCh5V6Ne { width:17.25rem;height:23.125rem;top:32rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEiM7RBnWfnomMJQoi2VsXtrPHTBQzU { width:13.125rem;height:3.1477875rem;top:32.8125rem;left:3.5625rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-regular-label { display:block;width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-text { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-textarea { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-select { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .widget-checkbox-label { width:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT  { width:13.1875rem;height:auto;top:35.437286376953rem;left:2.1875000596046rem; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT .radio-container { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT {display:block;}#kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT { width:13.1875rem;height:auto;top:35.437286376953rem;left:2.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Te6HsnINT0aT244BWZXozkbSCPzW0OtV {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #hWR7Oap8ymtbWkTBNMnGC90fhZXusTcU { display:none; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #IBJOpG6StAapaJb9tJMtuMxiyCwNdF1v {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ZSIqf8fOKvZrDBwoMbR3gDthhq3pUGXI {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #WBRanZW46yOze4nQHEpRQhRttmepTB76 { display:none; }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #fBeeTT4FWe9PRriNMJZ4nsA4TyIq6aC5 {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #JWCTdZ2gMUv9s9flwsWAUFiC9y9XM71t {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #riItKIKvbmspGVEl0AiBrK6ONT9kU70r {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #kHikDkX0cltREkROnosfmO70o6Jc4m0T {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #QVbfLpyxllvNVyDVLBwDSII8bQiZlqqe {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #bt23VwgwRDfACTnxRptzruJRr3xQGe92 {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #KDMei9feZBSKsPmTBEpOtCFVWBCTQ0cQ {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #Z00gMk5Zp2wKCr5uKscn606tnWJqcDuy {  }
 }@media only screen and (max-width: 763px) { #kb6y3OFNgf0TRMvZuPxW5TnTcGTFE3TT #ScC936qpC21XNkf3Axa7PqPqkuXV9wKv {  }
 }@media only screen and (max-width: 763px) { #ATKTdUMSBTlGbTXgu9gEKdZGD34KOWmU { width:13.125rem;height:6.375rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvxB4vpZG9NiIKOvpLfsKUNsESnVyw8 { width:11.62325rem;height:0.73025rem;top:26.165365219116rem;left:4.1872833371163rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xllOOD0nWDTMiSEWCBKsLDli5yZQEbIa { width:17.686625rem;height:3.0859375rem;top:10.117187976837rem;left:1.1555990576744rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7cKN5x7TMebKmrshKdRKuswSnXEpkF7 { width:10.186625rem;height:2.90581875rem;top:15.891927719116rem;left:5.0314672589302rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOdKGtha0nmnwDtyifiTW5yieeg05dGZ { width:3.81185rem;height:1.64930625rem;top:16.405166625976rem;left:1.3747830986977rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PA39nbd001ugS99mqf98AGxJ3LanK1tP { width:4.56055rem;height:2.59874375rem;top:13.87478351593rem;left:14.131944954395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGHHMqlgaPZXBI55QipQ9hVTBANTMJR { width:5.49805rem;height:1.6862rem;top:21.513673782349rem;left:6.7480471730231rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqW32Ie2lgSTUNL4a3n0TRWgs3tCftM { width:6.875rem;height:2.5293rem;top:21.092665672302rem;left:12.936632454395rem;font-size:0.9375rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTLh3SACRkVH1kfa0wv6hBIJcPxL331b { width:6.0625rem;height:1.6862rem;top:21.513673782349rem;left:0rem;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #efmhUMNO7eovMKk4qb40nHL4uMmsHKnn { display:block; }#efmhUMNO7eovMKk4qb40nHL4uMmsHKnn > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9ldzA1R7DrROWxFwliMTuFaklB9RBTw { width:18.125rem;height:12.375rem;top:1.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPeSmwqk20Z46nDb4lQAhN5Db3nlF4Xv { width:20rem;height:2.47395625rem;top:14.748255249023rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fTftZ6wBzLHp0nXrVKgm5WJy3zFHHlHV { width:20rem;height:0.1875rem;top:18.471130249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWFh9bhBTs5oVpekE9TsWxNZq63ZfZ8f { width:20rem;height:0.1875rem;top:18.468978881836rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgkn53wiwta2xxRIMLaVn9N1C1rU3IFx { width:20rem;height:3.4082rem;top:19.720053672791rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC3BEMdBTJdKCAw10E0Nws4y4P6q2yLf { width:20rem;height:3.6556rem;top:23.79665851593rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MWa9tLRSgzGA0uUsSHsVBSxhc5xy4nPL { width:20rem;height:7.0117125rem;top:28.282338142395rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDeZ8EzgABG24ZcKPERxEEWBV0dD1e0 { width:20rem;height:3.57205rem;top:36.730687141419rem;left:0rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3111875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5XIL2WTrBkr30sqy1kPIFtdhogZ9Fv3 { width:12.5rem;height:17.1875rem;top:21.555675rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOgHGftaXfs9qU3TvmIox4xGQsomZNr { width:14.0625rem;height:7.9525rem;top:23.9736328125rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZ5LNFFda4fdQJ3y1Qk66Bh8TkczvBz { width:12.5rem;height:2.599825rem;top:19.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgwPtyXTnMNGlHmgQhTrEw0bThTeIuws { width:12.5rem;height:1.2999125rem;top:41.4306640625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCNgdPFBWG5QwvvJnKMdzJDeLPAsA1A { width:13.4375rem;height:5.6803375rem;top:43.85546875rem;left:3.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCPTXWr4ltJzGfUAI2rCzQghAr2IQKX8 { width:14.9375rem;height:6.816375rem;top:62.076171875rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTMc7enwX8Qe7TGTKLtUHfT2bvM1AGe { width:12.5rem;height:2.599825rem;top:58.6015625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmcbbdy5oEUHqwz9aCk7TTTKbEun2JTI { display:flex;width:4.5rem;height:4.5rem;top:35.1181640625rem;left:7.75rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #PKPk3k4y2PRKk9PZbiZ21Cf5vTmdAHde { width:15.3125rem;height:5.6803375rem;top:81.19630625rem;left:2.3125rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HITHHkix0UulgyB9PMkieKDZeuXnIEa7 { width:12.5rem;height:1.2999125rem;top:78.6465rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBVKcX8fo3Tr7kQfu8MEeC7qkb15wAT { display:flex;width:4.5rem;height:4.5rem;top:14.2431640625rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #GLPAif90hAi99OAD4zksn1vcLNhODUCi { display:flex;width:4.5rem;height:4.5rem;top:53.4140625rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #VdZa64QfTsfoKvSxARXBOfHgdBMON0a5 { display:flex;width:4.5rem;height:4.5rem;top:72.8965rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk { display:block; }#AhQRkLSSa2UENiliCBPDQLXyeP1BJSVk > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdSsFRIRBrtSL4XZ5O9arQukMcvPNyK3 { width:8.4375rem;height:9rem;top:14rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTqJFIRix69PrFsktdoMb0kSgX4euvZ { width:4.5625rem;height:0.9746125rem;top:21.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARARTbctTt54AU2VHmWUf1m8EMwFfbCo { width:6.5625rem;height:6.5625rem;top:14.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzfeFOvla42tsK10FiGSGwtfBC6BPCDo { width:8.4375rem;height:9rem;top:14.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7V9bDfCFxnzrI4dRFAL7uasF7k4MS9 { width:7.5625rem;height:0.9746125rem;top:21.875rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9hivTnornH0lPZ089AnHvy6TwqUS7vw { width:8.4375rem;height:9rem;top:24.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbie4kMpODaRH9V3TDlLV5RgvBArGgnp { width:5.375rem;height:0.9746125rem;top:31.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPV9nu4DTuUoD8JHDhdq93C9XzKcgK1q { width:3.125rem;height:3.125rem;top:48.09375rem;left:5.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #HKwTzkehUQ9nTFZeFPApDqJeFwbHZ6UA { width:8.4375rem;height:9rem;top:24.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma4eLfrPfxLoE6yN6A74trgTcQR2OWa0 { width:4.75rem;height:0.9746125rem;top:32.4375rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamThfiB7RQqHKbvwN4FGClcQHQfG2hV { width:3.125rem;height:3.125rem;top:68.4375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUfZCnJRaLT4Xu2NvNdQkmgFlXvkt2xy { width:20rem;height:2.43706875rem;top:4.9999809265137rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlnRmbFqNmJUiDCstBUx0dylT0UTBpLa { width:6.5625rem;height:6.5625rem;top:14.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgidNuoZGAhlsrEJtLZbz8z5fFfcUcgm { width:6.5625rem;height:5.5rem;top:25.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #renyVXOm5U0QP84XdvoEUp4FMBsqwKbt { width:6.5625rem;height:6.5625rem;top:25.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB0UyVa0M3hOlag0TEBTiSp64PZefhiC { width:8.4375rem;height:9rem;top:34.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqRhF48yoAy0zOrtLvL8ZgpLTwFpKVcA { width:8.4375rem;height:9rem;top:34.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbbB33huMDuqmPupTTZV2qnfDGW0wbHp { width:8.4375rem;height:9rem;top:46.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNDEFEm4z5Wx6WZzxiMIbgKNWvMsgc8 { width:6.5625rem;height:6.5625rem;top:35.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9a3VCBkvFzsGCVbhEs0KdS1gJkTET1q { width:7.3125rem;height:6.5625rem;top:35.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODcz6RLPEEVToflQR2WVR91WXCMvVTeE { width:7.0625rem;height:6.5625rem;top:47.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LEbxTOQ2zSyZAmhfFZsHaW0eWRDT8k { width:6.0625rem;height:0.9746125rem;top:42.5625rem;left:12.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWV8Mm4TFbz1LcdebvrWeshvm0ck6h5l { width:5.0625rem;height:0.9746125rem;top:42.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElVX7ZgcmAgXHO547JLg9IOJKpMJCZc4 { width:6.375rem;height:0.9746125rem;top:53.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3xgDzXmo1SemmRrvgdbu6diecCNWv1 { height:9.9375rem;width:18.0625rem;top:61.5625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:6.5rem;height:1.2246125rem;top:14.5625rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.59874375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { width:20rem;height:6.6514806378131rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:2.86783125rem;top:1.3125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:13.0625rem;height:1.0492625rem;top:7.75rem;left:5.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { width:11.625rem;height:1.0492625rem;top:6.25rem;left:5.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { width:11.5625rem;height:1.0492625rem;top:9.4375rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { width:9.3125rem;height:1.0492625rem;top:11.1875rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { width:1.625rem;height:1.25rem;top:11rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { width:1.25rem;height:1.25rem;top:9.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { width:1.5rem;height:1.25rem;top:7.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { width:1.25rem;height:1.25rem;top:6rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { display:flex;width:0.625rem;height:0.625rem;top:6.5625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { display:flex;width:0.625rem;height:0.625rem;top:8.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { display:flex;width:0.625rem;height:0.625rem;top:9.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { display:flex;width:0.625rem;height:0.625rem;top:11.5rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { width:3.5rem;height:1.6875rem;top:0.28125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elpRZPpVZwUJBkrRvmRZasUESIleQ0Sq { width:18.6870625rem;height:0.64995625rem;top:3.2183176269531rem;left:0.625rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }