.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:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcbfc886-36b7-443c-a29d-40c354756bee/3DDRRukoBaruV1.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.25rem;width:18.75rem;top:2.5563743114471rem;left:5.2494678497314rem;overflow:hidden;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#f96d00;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.0625rem;left:40.8125rem;height:5.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#f96d00;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.1875rem;font-weight:bold;color:#ffffff;width:18.375rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;line-height:1.3; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:41.687503814698rem;top:23.3125rem;z-index:15009;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:41.687503814698rem;top:23.3125rem;z-index:15009;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29rem;width:23.9375rem;top:15rem;left:40.1875rem;display:block; }
#wLamxXC58UZhVcPNyZJbvpWT4wiSZso5 { position:absolute;display:block;z-index:15011;background-color:#f96d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.125rem;width:29.6875rem;top:20.25rem;left:5.25rem;display:block; }
#KyHteXkmuitHzFtXBdITENyh7TOaJWtm { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.43701171875rem;left:5.4375rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EMVH9NvyXPUsZWLdZbOtBpzMDtbBtdkW { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:24.25rem;left:5.25rem;height:2.8750875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ufzSh5EvKNEWA2PTySOMZICknevrG33C { color:#f96d00;display:block;width:10.8749375rem;position:absolute;font-family:montserrat;font-size:9.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.068357944489rem;left:5.2494678497314rem;height:11.4749375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTmXoZ1MAXvfHIa28isCc37WN5Gb5lVC { color:#ffffff;display:block;width:5.06125625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.886095523834rem;left:22.375267028809rem;height:2.5999375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDGv9rALL8upfw40uPXOFMqQlOQEdOH8 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.312325rem;width:13.56225rem;top:41.486593723297rem;left:5.2494678497314rem;display:block; }
#s6I129pPKacCA1gXHyn2hxJrHR5MT1rm { color:#f96d00;display:block;width:22.7499375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:42.13156747818rem;left:5.6867904663086rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ezpThMiIA5TzlwToIxHDKzgysOzsWbVt { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:27.787642002106rem;left:5.2494678497314rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kf97wgwDiGAyMdE7l3watW0vlFu3ziX0 { color:#fffdfd;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:45.85715341568rem;left:5.2494678497314rem;height:1.29980625rem;display:block; }
#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 { position:relative;display:block; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 { background-color: transparent; background-image: none; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row .container > .video-iframe-container { display: none; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row > .video-iframe-container { display: none; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .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); }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 { border-width: 0; border-radius: 0; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .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; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R3FSvwEhoFqnTtO7G9ZpsCRrTA4wa2XJ { display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8434844017029rem;left:37.562145233154rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;color:#f96d00;display:block; }
#L8c5Wd66SWIsuJHTKmn9g4U8ohGwTpUb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:30.8125rem;top:0.74929332733156rem;left:3.9333267211914rem;overflow:hidden;display:block; }
#OTlz2HmesAknD7G1IIcrWznGiwig9HBL { color:#000000;display:block;width:32.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.297852039337rem;left:37.562145233154rem;height:14.625rem;display:block; }
#mG8bxIECcwgBOGZDEwsHBSGV2BFcAVPL { background-color:#f96d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.739583969116rem;left:37.562503814698rem;display:block; }
#KvAJc17BgeS5VM8r84wSLkxTOb6T2gg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJcuWOT5nSKAkZRp1vGd69DML1uzk81V { display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9366126060486rem;left:37.562145233154rem;height:3.736975rem;text-align:left;text-align-last:left;font-style:normal;color:#f96d00;display:block; }
#KwiFpZWW9D4hL0pW2VXWSlPdZpMNlGLw { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.4609375rem;left:37.562503814698rem;height:1.13769375rem;display:block; }
#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container { background-color: transparent; background-image: none; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container > .video-iframe-container { display: none; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row > .video-iframe-container { display: none; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .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); }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container { border-width: 0; border-radius: 0; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#CrazQrmHCavECrFpOXbZouLGyBOTSZPI { color:#f96d00;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1.8070850372314rem;left:35.273878097534rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PM8RH6ln9HbzvVRqFBNzK4pprEaWvBfU { color:#000000;display:block;width:33.9999375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.23703956604rem;left:35.273435592651rem;height:10.7988125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#x9gOoiJ05JS5bGnISuOkzcX2zhI6WGEw { 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:22.6873125rem;width:24.749625rem;top:1.2184848785401rem;left:4.4682159423828rem;overflow:hidden;display:block; }
#HrstwoaO99gu5Iqw42uH6mRzHfOEPxsV { color:#f96d00;display:block;width:33.6874375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:5.029296875rem;left:35.273435592651rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f96d00;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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#ukuX55Xo523BTt5iqA23k8H4LqBw2enk { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.6874961853027rem;left:10.375rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNAy3Ren5nIsVwKT0sd1MD8bwT2iHRtq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.0625rem;left:6.5625rem; }
#xNq6GIvAF4F6x2n8oU37zp4f1CLkqibC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.4348945617676rem;left:23.781253814698rem; }
#qzHVx2BWhSeAEkNturCk1T0cWmmFVtIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.03125rem;left:43.718753814698rem; }
#Pk1Ly92AL59Z7uGl9DWczuuq6pWzqk5Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1862rem;width:5.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.03125rem;left:61.343753814698rem; }
#sxmDWmabKzfb4JJMoTI9wW38EJuv6ns1 { color:#ffffff;display:block;width:17.249625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.247781582177rem;left:0.53000640869141rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWWNMDDngs51XQqJBgkA53DaNaAB5vJT { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.248224258423rem;left:17.1240234375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFKqeXVtN1WQQkvOqFQMlxCExGVA25J3 { color:#ffffff;display:block;width:17.2491875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.248224258423rem;left:37.686431884766rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPoJ1wWX2GcowOMvxHDQNo0B67FyIXu9 { color:#ffffff;display:block;width:17.249625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.247785396874rem;left:55.311168670654rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hB1U1cypva2sFk5TUk5UgnBFvSiCtxeD { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:13.625rem;left:1.9375rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nT7pbwEbagvxcatKAaPLb4NTsTlmaKRU { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:13.625rem;left:17.21875rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRxaZuCHGeTwUXdNUG7huo3cNTvWRGwm { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:13.5rem;left:37.250003814698rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txO2rbJKp1EFL6iQ7qMwzJy7rcWxOWBW { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:13.5rem;left:56.250003814698rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { background-color: transparent; background-image: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container > .video-iframe-container { display: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container { display: none; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .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); }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { border-width: 0; border-radius: 0; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.5rem;left:9.125rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:6.375rem;left:7.5rem;display:block; }
#ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { position:absolute;display:block;z-index:15004;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:15.375rem;display:block; }
#udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:22.125rem;left:8.5625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { position:absolute;display:block;z-index:15006;background-color:#f8d3a9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:6.375rem;left:28.125rem;display:block; }
#it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { color:#686868;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11rem;left:29.8125rem;height:10.1953125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:22.125rem;left:29.0625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { position:absolute;display:block;z-index:15011;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:35.875rem;display:block; }
#cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { position:absolute;display:block;z-index:15013;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:6.375rem;left:48.5rem;display:block; }
#h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:22.125rem;left:49.5625rem;height:1.70010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:11.5625rem;left:50.125rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { position:absolute;display:block;z-index:15018;background-color:#033141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:21.375rem;left:56.375rem;display:block; }
#vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { color:#f96d00;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { color:#f96d00;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.375rem;left:48.5rem;height:9.993625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { color:#f96d00;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125rem;height:9.993625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { color:#f96d00;display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.5rem;height:9.993625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LhOwarQ00GcnOah36kp6pMGU3tKz9nil { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container { background-color: transparent; background-image: none; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container > .video-iframe-container { display: none; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row > .video-iframe-container { display: none; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .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); }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container { border-width: 0; border-radius: 0; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#vxKi3lVcgOQvkmnB8zrDqFeJKNE5hLcM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:26.25rem;width:48.75rem;top:5.3125rem;left:13.9375rem;display:block; }
#uHpBfwcJs1ROmuEJrnarD3mrmi6RLVbP { position:absolute;display:block;z-index:15026;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.5rem;width:12.5rem;top:19.75rem;left:13.25rem;display:block; }
#y4fI4z5fAhu4Tu7GCZc225LDfnR9l4cJ { position:absolute;display:block;z-index:15025;background-color:#004673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.5rem;width:12.5rem;top:16.0625rem;left:13.375rem;display:block; }
#BQkt4saBxhftZEPEoL0PJFrCvsz2b9DV { color:#f96d00;display:block;width:53.8111875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2rem;left:10.625rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:21.5rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:20.75rem;width:31.3125rem;top:0.25rem;left:0.62369918823242rem;overflow:hidden;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#f96d00;display:block;width:26.5rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0623321533203rem;left:33.562232971191rem;height:5.8496125rem;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#f96d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.5625rem;left:33.562503814698rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#f96d00;display:block;width:32.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.960861206055rem;left:33.562232971191rem;height:3.25rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f96d00;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:15.6875rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.37971496582rem;left:1.2486686706543rem;height:5.94921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#ffffff;display:block;width:28rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.3125rem;left:45.875rem;height:4.72265625rem;font-style:normal;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.5234375rem;left:45.875003814698rem;height:1.75rem;font-style:normal;display:block; }
#lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.375rem;left:43.4375rem; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:20.5625rem;top:1.5859375rem;left:1.2486991882324rem;overflow:hidden;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8c00;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.96614837646487rem;left:13.342449188233rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:2.5rem;left:0rem;width:18.75rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:17.0625rem;left:25.125rem;width:22.625rem;height:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:auto;top:13.3125rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:15rem;left:23.8125rem;width:23.9375rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLamxXC58UZhVcPNyZJbvpWT4wiSZso5 { top:20.25rem;left:0rem;width:29.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHteXkmuitHzFtXBdITENyh7TOaJWtm { top:20.375rem;left:0rem;width:29.625rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVH9NvyXPUsZWLdZbOtBpzMDtbBtdkW { top:24.25rem;left:0rem;width:29.25rem;height:2.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufzSh5EvKNEWA2PTySOMZICknevrG33C { top:30.0625rem;left:0rem;width:10.8125rem;height:11.4375rem;font-size:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmXoZ1MAXvfHIa28isCc37WN5Gb5lVC { top:31.875rem;left:8.7502670288088rem;width:5rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDGv9rALL8upfw40uPXOFMqQlOQEdOH8 { top:41.4375rem;left:0rem;width:13.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6I129pPKacCA1gXHyn2hxJrHR5MT1rm { top:42.125rem;left:0rem;width:22.6875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpThMiIA5TzlwToIxHDKzgysOzsWbVt { top:27.75rem;left:0rem;width:27.1875rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf97wgwDiGAyMdE7l3watW0vlFu3ziX0 { top:45.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 { display:block; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3FSvwEhoFqnTtO7G9ZpsCRrTA4wa2XJ { width:33.75rem;height:2.875rem;top:1.8125rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8c5Wd66SWIsuJHTKmn9g4U8ohGwTpUb { top:0.6875rem;left:0rem;width:30.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTlz2HmesAknD7G1IIcrWznGiwig9HBL { top:10.25rem;left:15.5rem;width:32.25rem;height:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG8bxIECcwgBOGZDEwsHBSGV2BFcAVPL { width:17.5rem;height:3.4375rem;top:27.6875rem;left:23.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAJc17BgeS5VM8r84wSLkxTOb6T2gg1 { display:block; }
 }@media only screen and (max-width: 763px) { #uJcuWOT5nSKAkZRp1vGd69DML1uzk81V { width:32.8125rem;height:3.6875rem;top:5.875rem;left:14.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwiFpZWW9D4hL0pW2VXWSlPdZpMNlGLw { top:25.4375rem;left:23.937503814698rem;width:10.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe { display:block; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrazQrmHCavECrFpOXbZouLGyBOTSZPI { top:1.75rem;left:10.875rem;width:36.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM8RH6ln9HbzvVRqFBNzK4pprEaWvBfU { top:10.1875rem;left:13.8125rem;width:33.9375rem;height:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9gOoiJ05JS5bGnISuOkzcX2zhI6WGEw { top:1.1875rem;left:0rem;width:24.6875rem;height:22.630364191124rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrstwoaO99gu5Iqw42uH6mRzHfOEPxsV { top:5rem;left:14.125rem;width:33.625rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukuX55Xo523BTt5iqA23k8H4LqBw2enk { top:1.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNAy3Ren5nIsVwKT0sd1MD8bwT2iHRtq { top:6.0625rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNq6GIvAF4F6x2n8oU37zp4f1CLkqibC { top:5.375rem;left:16.968753814698rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHVx2BWhSeAEkNturCk1T0cWmmFVtIJ { top:6rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk1Ly92AL59Z7uGl9DWczuuq6pWzqk5Q { top:6rem;left:40.906253814698rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxmDWmabKzfb4JJMoTI9wW38EJuv6ns1 { top:11.1875rem;left:0rem;width:17.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWNMDDngs51XQqJBgkA53DaNaAB5vJT { top:11.1875rem;left:4.1875rem;width:19.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFKqeXVtN1WQQkvOqFQMlxCExGVA25J3 { top:11.1875rem;left:23.875rem;width:17.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPoJ1wWX2GcowOMvxHDQNo0B67FyIXu9 { top:11.1875rem;left:30.5rem;width:17.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1U1cypva2sFk5TUk5UgnBFvSiCtxeD { top:13.625rem;left:0rem;width:14.875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7pbwEbagvxcatKAaPLb4NTsTlmaKRU { top:13.625rem;left:4.375rem;width:19.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRxaZuCHGeTwUXdNUG7huo3cNTvWRGwm { top:13.5rem;left:5rem;width:18.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txO2rbJKp1EFL6iQ7qMwzJy7rcWxOWBW { top:13.5rem;left:31.25rem;width:16.5rem;height:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { display:block; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { width:15.75rem;height:6.75rem;top:12.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { width:19rem;height:19.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { width:3.25rem;height:0.0625rem;top:21.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { width:16.875rem;height:1.6875rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { width:19rem;height:19rem;top:6.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { width:15.625rem;height:10.1875rem;top:11rem;left:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { width:16.875rem;height:1.6875rem;top:22.125rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { width:3.25rem;height:0.0625rem;top:21.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { width:19rem;height:19.0625rem;top:6.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { width:16.875rem;height:1.6875rem;top:22.125rem;left:30.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { width:15.75rem;height:8.4375rem;top:11.5625rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { width:3.25rem;height:0.0625rem;top:21.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { width:3.9375rem;height:9.9375rem;top:6.375rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { width:3.9375rem;height:9.9375rem;top:6.375rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { width:3.9375rem;height:9.9375rem;top:6.375rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOwarQ00GcnOah36kp6pMGU3tKz9nil { display:block; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxKi3lVcgOQvkmnB8zrDqFeJKNE5hLcM { width:47.75rem;height:25.711538461539rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpBfwcJs1ROmuEJrnarD3mrmi6RLVbP { top:19.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4fI4z5fAhu4Tu7GCZc225LDfnR9l4cJ { top:16.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkt4saBxhftZEPEoL0PJFrCvsz2b9DV { top:2rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;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) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:0.25rem;left:0rem;width:31.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:2rem;left:19.937232971191rem;width:26.4375rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:17.875rem;height:3.125rem;top:13.5625rem;left:19.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:8.9375rem;left:7.4375rem;width:32.0625rem;height:3.25rem;font-size:1.25rem;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:7.375rem;left:0rem;width:39.0625rem;height:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:6.3125rem;left:19.75rem;width:28rem;height:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:4.5rem;left:32.250003814698rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { top:6.375rem;left:29.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:1.5625rem;left:0rem;width:20.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.9375rem;left:0rem;width:45.625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f93f9445-3849-4172-8cfb-42246c537b9b/423446a81920x9603.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:12.061875rem;height:25.74975rem;top:0rem;left:3.9683947563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.875rem;height:4.048825rem;top:30.8740234375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden;font-family:arial; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:35.99964427948rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:35.99964427948rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:19.3125rem;height:27.4375rem;top:29.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLamxXC58UZhVcPNyZJbvpWT4wiSZso5 { width:17.3125rem;height:2.4375rem;top:10.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHteXkmuitHzFtXBdITENyh7TOaJWtm { width:17.25rem;height:1.54296875rem;top:10.6875rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMVH9NvyXPUsZWLdZbOtBpzMDtbBtdkW { width:20rem;height:1.4375rem;top:13.3740234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufzSh5EvKNEWA2PTySOMZICknevrG33C { width:7.308625rem;height:9.82425rem;top:15.9853515625rem;left:2.875rem;font-size:8.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pTmXoZ1MAXvfHIa28isCc37WN5Gb5lVC { width:1.436525rem;height:2.90625rem;top:16.8662109375rem;left:17.375rem;font-size:1.9375rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vDGv9rALL8upfw40uPXOFMqQlOQEdOH8 { width:9.375rem;height:2.311525rem;top:25.748046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6I129pPKacCA1gXHyn2hxJrHR5MT1rm { width:14.3115rem;height:1.3056625rem;top:26.25rem;left:2.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezpThMiIA5TzlwToIxHDKzgysOzsWbVt { width:18.4375rem;height:1.58105625rem;top:14.749200373888rem;left:0.78125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kf97wgwDiGAyMdE7l3watW0vlFu3ziX0 { width:12.5rem;height:0.89355625rem;top:57.124911308289rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 { display:block; }#Xg5uwNfyTM79ZxvA3h4vzdbQHZAT2Fe6 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3FSvwEhoFqnTtO7G9ZpsCRrTA4wa2XJ { width:19.3111875rem;height:1.64994375rem;top:20.632813692093rem;left:0.34114581346512rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L8c5Wd66SWIsuJHTKmn9g4U8ohGwTpUb { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTlz2HmesAknD7G1IIcrWznGiwig9HBL { width:19rem;height:14.87305625rem;top:25.477864503861rem;left:0.50000005960464rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mG8bxIECcwgBOGZDEwsHBSGV2BFcAVPL { width:14.375rem;height:2.74739375rem;top:43.072919130326rem;left:2.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAJc17BgeS5VM8r84wSLkxTOb6T2gg1 { display:block; }
 }@media only screen and (max-width: 763px) { #uJcuWOT5nSKAkZRp1vGd69DML1uzk81V { width:18.3111875rem;height:2.699225rem;top:22.281251192093rem;left:0.84375005960463rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KwiFpZWW9D4hL0pW2VXWSlPdZpMNlGLw { width:10.4361875rem;height:0.97523125rem;top:40.998700380326rem;left:0.33984375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe { display:block; }#qdbrmzD84ekUR5IVigQ1ACfOfdCI1EWe > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrazQrmHCavECrFpOXbZouLGyBOTSZPI { width:18.5rem;height:1.5123375rem;top:17.997395753861rem;left:0.75000005960463rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PM8RH6ln9HbzvVRqFBNzK4pprEaWvBfU { width:17.999rem;height:15rem;top:21.8291015625rem;left:0.9990234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9gOoiJ05JS5bGnISuOkzcX2zhI6WGEw { width:17.6875rem;height:16.1875rem;top:0.43723297119141rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrstwoaO99gu5Iqw42uH6mRzHfOEPxsV { width:18.25rem;height:1.3056625rem;top:19.833333253861rem;left:0.87500005960463rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukuX55Xo523BTt5iqA23k8H4LqBw2enk { width:20rem;height:1.79980625rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNAy3Ren5nIsVwKT0sd1MD8bwT2iHRtq { display:flex;width:5.125rem;height:5.125rem;top:2.8125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #xNq6GIvAF4F6x2n8oU37zp4f1CLkqibC { display:flex;width:6.309875rem;height:6.309875rem;top:15.6875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #qzHVx2BWhSeAEkNturCk1T0cWmmFVtIJ { display:flex;width:5.125rem;height:5.125rem;top:31.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #Pk1Ly92AL59Z7uGl9DWczuuq6pWzqk5Q { display:flex;width:5.1237rem;height:5.1237rem;top:46.4375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #sxmDWmabKzfb4JJMoTI9wW38EJuv6ns1 { width:17.1875rem;height:1.625rem;top:7.9375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWNMDDngs51XQqJBgkA53DaNaAB5vJT { width:17.1875rem;height:1.625rem;top:21.125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFKqeXVtN1WQQkvOqFQMlxCExGVA25J3 { width:17.1875rem;height:1.5434125rem;top:36.5rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPoJ1wWX2GcowOMvxHDQNo0B67FyIXu9 { width:17.1875rem;height:1.625rem;top:51.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1U1cypva2sFk5TUk5UgnBFvSiCtxeD { width:14.875rem;height:6rem;top:9.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7pbwEbagvxcatKAaPLb4NTsTlmaKRU { width:15.6861875rem;height:7.5rem;top:22.75rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRxaZuCHGeTwUXdNUG7huo3cNTvWRGwm { width:16.6875rem;height:7.5rem;top:38.0625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txO2rbJKp1EFL6iQ7qMwzJy7rcWxOWBW { width:15.125rem;height:4.5rem;top:53.1875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS { display:block; }#xivqtwnTE1wQlQzt1Qp9dPPdhRE7gFAS > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynyOwA7DIGxDhgqc2iEwqwL6OVK74dIG { width:15.75rem;height:6.796875rem;top:8.25rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddJHDxfuQeW7A3Eufboa8Ay9lp0A5RXJ { width:19rem;height:18.6875rem;top:2.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpXVoDn8H5AAU1i9i1KOBTULcOeq9rV { width:3.25rem;height:0.0625rem;top:15.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udX8O4cAfvKQSkVmtyHGtTWoTrE9T6ez { width:16.875rem;height:1.70010625rem;top:17.375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsA3wJEJ46tB8nPAxyqTQI0MmoKKL220 { width:19rem;height:18.8125rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6Mz4LiFB5Q7lLRP63OTve04MFfZA5p { width:15.8125rem;height:10.1953125rem;top:25.1875rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9b5xNMy3MJZBRflHEaT1TuJwV9umt6Q { width:16.875rem;height:1.70010625rem;top:37.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idPoLgV5lNixBGfmeOmM1C2zv0CTbPzm { width:3.25rem;height:0.0625rem;top:36.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSyVl3y1IrHXlxDZ4PENEOSpmaPeTodl { width:19rem;height:18.375rem;top:41.375002384186rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kL3s9iJ9cA5ySVmVCM2XUO3PrMeKGD { width:16.875rem;height:1.70010625rem;top:56.187502384186rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vky4JLHAz2IkWeva2JpXJu5TDUr1T7p9 { width:15.75rem;height:8.496125rem;top:45.937502384186rem;left:2.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7cyWNlnySBnEfWqRtSIfJek1b4FZJpP { width:3.25rem;height:0.0625rem;top:55.000002384186rem;left:8.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMIlBNt0oIZt7yo0iW2eHVBr3wkdRHWO { width:20rem;height:1.949575rem;top:0.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTF9XRrO7no1PdpTzHgaT2JpAgEPlWTo { width:3.9375rem;height:8.125rem;top:41.375002384186rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8EbzKN02T1C4R8crtTvJySt3dRhUVyT { width:3.9375rem;height:8.125rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qCsgpO6IreDwhvN1ctWOhf5GviP9ZA { width:3.9375rem;height:8.125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOwarQ00GcnOah36kp6pMGU3tKz9nil { display:block; }#LhOwarQ00GcnOah36kp6pMGU3tKz9nil > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxKi3lVcgOQvkmnB8zrDqFeJKNE5hLcM { width:20rem;height:10.759162303665rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpBfwcJs1ROmuEJrnarD3mrmi6RLVbP { width:12.5rem;height:12.5rem;top:2.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4fI4z5fAhu4Tu7GCZc225LDfnR9l4cJ { width:12.5rem;height:12.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQkt4saBxhftZEPEoL0PJFrCvsz2b9DV { width:17.9375rem;height:1.79980625rem;top:0.62109375rem;left:1.0312500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:19.25rem;height:12.75rem;top:0.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:17.62475rem;height:3.41264375rem;top:13.42320728302rem;left:1.1869671344757rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.87475rem;height:2.56214375rem;top:21.326882362366rem;left:3.0619673728943rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:18rem;height:3.8994125rem;top:17.053161621094rem;left:0.62499988079071rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:19.18725rem;height:6.8203125rem;top:5.0621223449707rem;left:0.405717253685rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:20rem;height:3.41015625rem;top:15.163349151611rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:14.9374375rem;height:1.5744875rem;top:12.843128204346rem;left:2.8053975105286rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { width:1.93714375rem;height:1.93714375rem;top:12.66068649292rem;left:5.2183947563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:15.375rem;height:3.75rem;top:0.4375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.1120375rem;top:0.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }