.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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/c6bc3a7e-de39-474b-a2ac-b3f6233c8e42/BEV_C03_6000_250701_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,18,18,0.48); }#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(23,18,18,0.48); }#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:63.625rem;width:75rem;position:relative;display:block; }#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:16.5390625rem;left:48.78125rem;height:4.2744125rem;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#5f6e64;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.0625rem;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) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width: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:transparent;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-right:0;border-bottom:0;border-left:0;left:48.4375rem;top:20.1875rem;z-index:15009;position:absolute; }
#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:transparent;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-right:0;border-bottom:0;border-left:0;left:48.4375rem;top:20.1875rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(7,7,7,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95) ;height:26.124125rem;width:20.999375rem;top:15.4375rem;left:48.4375rem;display:block; }
#ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:40.5625rem;top:15.625rem;left:5.375rem;overflow:hidden;display:block; }
#FgJXsSwyKwrwTeOURbvIXdZddtqP41os { position:relative;display:block; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os { background-color: transparent; background-image: none; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row .container > .video-iframe-container { display: none; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row > .video-iframe-container { display: none; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .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); }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os { border-width: 0; border-radius: 0; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .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; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rdFXMUJDHlEQ2QwfgCOPhl5sXTeVyg57 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:34.8125rem;width:34.8125rem;top:0.36783856153488rem;left:1.3118486404419rem;overflow:hidden;display:block; }
#wwTWRxbVPN1msguXg1fqpMN9mOp5LSCL { color:#434f47;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4995651245118rem;left:38.687068939209rem;height:4.875rem;font-style:normal;display:block; }
#AUUAO1QI2Toz92nwnT02rE8ylao7RNzB { color:#163472;display:block;width:34.624rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5859375rem;left:38.6865234375rem;height:19.5rem;display:block; }
#fCy4BBTO3GgSoPSW3XC70MziXzTFTRbM { background-color:#5f6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.93555rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.4375rem;left:38.6875rem;display:block; }
#l2uKZlRDoLe9Uq8orVDG2w3aVdN8aTOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gV1L6FTR5vf8mPxhlNbIbUm87SClkIkP { position:absolute;display:block;z-index:15005;background-color:#434f47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:35rem;top:6.8125rem;left:38.6875rem;display:block; }
#SxxyIfZ8GOfXODVOaKochtfPcw98tnLB { color:#163472;display:block;width:33.499rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:28.6875rem;left:38.6875rem;height:1.29980625rem;display:block; }
#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f6e64;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; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container { background-color: transparent; background-image: none; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container > .video-iframe-container { display: none; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row > .video-iframe-container { display: none; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .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); }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container { border-width: 0; border-radius: 0; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#RSl2kOp427SEv98wuTICM2A46HoCuX3e { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3220491409302rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxBaXfP8XdvwcoZU2MU3XXoTa8CSvvN7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.625rem;left:6rem; }
#u1lW3RQmVhf106U2IMiybBKJsEXnRuyb { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#goNg0XtKQIMalRkDlqpZTArLqsvhyF4p { color:#ffffff;display:block;width:10.1865rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:3.125rem;height:4.22265625rem;text-align:center;text-align-last:center;display:block; }
#sWE7lIwJJwLuOntu6HW0EuohBNpWS7w6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.625rem;left:21.1875rem; }
#VknoAdVy1vlAhbC2CGd3Eh5bwA2meyNi { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:17.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o98u25z59d3OZyfpA3lregi42SKwzofJ { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.375rem;left:18.1875rem;height:2.11198125rem;text-align:center;text-align-last:center;display:block; }
#OJmTrdMse9MJlxBvsfg5SGCk2arB3SXr { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.749025rem;width:4.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.5rem;left:35.125rem; }
#TSOvXrWVeZQ9dlTnuVLDVV872Nn5iehy { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:31.25rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rK7t13siHBf3KPhfxCWOw8hziTkWSMNz { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.4375rem;left:62.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3IasTURxTB0TkNLR71Ncp6nihe8NStF { color:#ffffff;display:block;width:10.1865rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.5625rem;left:63.6875rem;height:3.16699375rem;text-align:center;text-align-last:center;display:block; }
#drKHgWz2OL4PQdJGIaGT64SZAKIzEWv8 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.8120125rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.625rem;left:66.1875rem; }
#coVSPKNQTspd7RKzifRqGGvD06bCfbSN { color:#ffffff;display:block;width:11.3745rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.375rem;left:31.8125rem;height:4.22265625rem;text-align:center;text-align-last:center;display:block; }
#zGLbkWnwoKGo0PJi200RDJX5EDPIaPcZ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.625rem;left:51.4375rem; }
#CMaazesCJxvMketrwdfvR75pBfG18Jf8 { color:#ffffff;display:block;width:12.4995rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:47.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iv3zdd6JrArtNIRJ7LETR7MWnokgVQDz { color:#ffffff;display:block;width:13.5615rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.25rem;left:46.9375rem;height:5.27831875rem;text-align:center;text-align-last:center;display:block; }
#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo { position:relative;display:block; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo { background-color: transparent; background-image: none; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container > .video-iframe-container { display: none; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row > .video-iframe-container { display: none; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .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); }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo { border-width: 0; border-radius: 0; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DR6OkhDNSDyeHKvP9OZ4dWm6pBRaATtm { color:#434f47;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oagzhHHQqa1PKGfyTxbP6hRWwL9WwGqU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:19.25rem;top:22.3125rem;left:51.75rem;overflow:hidden;display:block; }
#JtnWnRpVVxHM5eUMknNvmD32bJKg3IVZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.5rem;top:22.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#xUozZ8CqiBcMnUy3pGFstydbTulZQWRI { color:#434f47;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.062065124512rem;left:26.311848640442rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uGc3Ada4zGidMZLt0fBOkZ89w9TE9LxZ { color:#434f47;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PX52XdrPoNTxv4VZCgLgZAlMtmgSIZWW { color:#434f47;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M05Nl7NIniwmIig3WptItq1rs7FQNOsf { color:#434f47;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CK3w8o3vf77LGCCTCCCklVGe9ruQi76k { color:#434f47;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.060985565186rem;left:2.5282135009766rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThhwyBZaTz7wIOz77wi0WmiKGTrpGll1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.5rem;top:6.25rem;left:26.375rem;overflow:hidden;display:block; }
#K51fsKeyRTN1GTLWxKDUFR8RExQXmC23 { position:absolute;display:block;z-index:15016;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:10.8125rem;width:19.375rem;top:6.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#b37eQ2FB4X8RlSW2pgezRwzMqrddVR7S { position:absolute;display:block;z-index:15017;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:10.5rem;width:19.0625rem;top:6.5rem;left:2.875rem;overflow:hidden;display:block; }
#lumPOSKSyfOleHBlAUibiJ2hJG7iecdg { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;color:#434f47;display:block; }
#HdEiW0Ic3WKW48Cb7GnOT2elDCvEHWQH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.5rem;top:22.2802734375rem;left:2.5283203125rem;overflow:hidden;display:block; }
#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f6e64;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; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container { background-color: transparent; background-image: none; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container > .video-iframe-container { display: none; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row > .video-iframe-container { display: none; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .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); }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container { border-width: 0; border-radius: 0; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#Gi8dPlpk5BPBWJ8nn3EK6aCWeORIMeS7 { color:#ffffff;display:block;width:23.3745625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6781682968139rem;left:43.822269439698rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cuez5WSszuN7WKtaz2l6ObonWrN8oM7P { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.4995625rem;width:38.311625rem;top:1.2478294372559rem;left:3.671875rem;display:block; }
#m59QRPdgtuw9UoKxdlhssrOaiwxhXVn8 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8943138122556rem;left:44.072269439698rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf3fd;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; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container { background-color: transparent; background-image: none; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container > .video-iframe-container { display: none; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row > .video-iframe-container { display: none; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .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); }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container { border-width: 0; border-radius: 0; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#poWt1zxGuncOgBNrhcTz1Ju1T0BTfyTy { color:#163472;display:block;width:14.499rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:5.25rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoiClgixLfT4kRT3d855QICVRe3n5rIl { color:#163472;display:block;width:14.562rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.310546875rem;left:30.21826171875rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dvg8mDEW0irl3cO6W3ZeUf5VTBQTs1iE { color:#163472;display:block;width:15.312rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:54.84375rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHz97n1nfGkLNLgTclCR4Iegp5bnqidA { position:absolute;display:block;z-index:15013;background-color:#fffffd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:5.4990234375rem;left:4.06201171875rem;display:block; }
#MaehxJAaWktdgS9okXDZzLWZl7s1A8gn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.0634765625rem;left:10.9365234375rem; }
#GmuT6eEdFENf2QkRlb3b7748Wuxvg7RR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.1875rem;left:10.9365234375rem; }
#ZxiGMWHQTKkhCLtR0AeNGbFaXJG7HQIp { position:absolute;display:block;z-index:15014;background-color:#fffffd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:5.5927734375rem;left:29.0625rem;display:block; }
#P2WmvLA4xBFJZzHhqDocHa0HXwNp5hNG { position:absolute;display:block;z-index:15015;background-color:#fffffd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:5.4990234375rem;left:54.0615234375rem;display:block; }
#KT87MafwXHvvIJDtcTdKVzusRwy7ufHp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.27978515625rem;left:35.93701171875rem; }
#N0butyOTQwbRd6AxplhWdRqK8t9IDQcN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.0634765625rem;left:35.93701171875rem; }
#uI9mNlzcbT1ucWIC5XLu6NNkSFMOKJEa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.0634765625rem;left:60.9375rem; }
#QWmPc4I9Q8GOhZP4VXqPVCv2nXgigAXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.27978515625rem;left:60.9375rem; }
#oADUvSaSGtxrSiE5lzQzT3Z2iBDUFR7t { color:#434f47;display:block;width:23.3735rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5505619049073rem;left:25.812718391419rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container { background-color: transparent; background-image: none; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container > .video-iframe-container { display: none; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row > .video-iframe-container { display: none; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .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); }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container { border-width: 0; border-radius: 0; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#HDAo079CZZqBAS7wWFt0wKFCWnG2bTKf { color:#434f47;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.748046875rem;left:20.312503814698rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWBLuT2ihGXvu2ieMtTep0w4lFcBTkDb { background-color:#5f6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.186875rem;height:3.56228125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.9952278137206rem;left:28.406036376953rem;display:block; }
#JO1zMh0ePWIRTfHUQCQ1OyaTC4tnkQsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3i8sx9DnHzWlG6A6GWuqRHh9HCXmKR1 { color:#434f47;display:block;width:40.686875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9967460632324rem;left:17.156036376953rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f6e64;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; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container { background-color: transparent; background-image: none; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container > .video-iframe-container { display: none; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row > .video-iframe-container { display: none; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .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); }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container { border-width: 0; border-radius: 0; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#QZE7EsvmrTsSkMKQH7WSTbv5dnCTWppI { color:#ffffff;display:block;width:17.1235rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.1875rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V51Hb4qikEfeTpx0Wi6cWNta56xk5Vih { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:26.875rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TI0ihvJ6wrfClS5mx3lkcMJHbEqUTQdt { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.9375rem;left:1.25rem;height:4.8984375rem;font-style:normal;display:block; }
#dasXg6WnaZXsihQq07rGeEL5XNechWpX { position:absolute;display:block;z-index:15016;height:12.5rem;width:25.686875rem;top:1.3726119995118rem;left:47.149524688721rem;display:block; }
#uw66Ag2iGEUDkvGx9dZ49AMmWTLVKAAQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:13.5625rem;top:-0.0703125rem;left:1.2500019073486rem;overflow:hidden;display:block; }
#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39413b;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; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container { background-color: transparent; background-image: none; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container > .video-iframe-container { display: none; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row > .video-iframe-container { display: none; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .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); }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container { border-width: 0; border-radius: 0; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#GQGETkZvCllRrVsNaNV6LhXdMW6FSscG { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:20.875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:16.5rem;left:27.5625rem;width:20.1875rem;height:4.25rem;font-size:1.1875rem;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; }
#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:20.1875rem;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:20.1875rem;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:15.4375rem;left:26.8125rem;width:20.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { top:15.625rem;left:0rem;width:40.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgJXsSwyKwrwTeOURbvIXdZddtqP41os { display:block; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdFXMUJDHlEQ2QwfgCOPhl5sXTeVyg57 { top:0.3125rem;left:0rem;width:34.8125rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTWRxbVPN1msguXg1fqpMN9mOp5LSCL { top:1.4375rem;left:19.3125rem;width:28.4375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUUAO1QI2Toz92nwnT02rE8ylao7RNzB { top:7.5625rem;left:13.1875rem;width:34.5625rem;height:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCy4BBTO3GgSoPSW3XC70MziXzTFTRbM { width:15rem;height:2.875rem;top:30.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2uKZlRDoLe9Uq8orVDG2w3aVdN8aTOg { display:block; }
 }@media only screen and (max-width: 763px) { #gV1L6FTR5vf8mPxhlNbIbUm87SClkIkP { top:6.8125rem;left:12.75rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxxyIfZ8GOfXODVOaKochtfPcw98tnLB { top:28.6875rem;left:14.3125rem;width:33.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt { display:block; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSl2kOp427SEv98wuTICM2A46HoCuX3e { width:47.75rem;height:2.375rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBaXfP8XdvwcoZU2MU3XXoTa8CSvvN7 { top:7.625rem;left:2.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1lW3RQmVhf106U2IMiybBKJsEXnRuyb { top:13.25rem;left:0rem;width:12.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goNg0XtKQIMalRkDlqpZTArLqsvhyF4p { top:15.375rem;left:0rem;width:10.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWE7lIwJJwLuOntu6HW0EuohBNpWS7w6 { top:7.625rem;left:11.9375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknoAdVy1vlAhbC2CGd3Eh5bwA2meyNi { top:13.25rem;left:0rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98u25z59d3OZyfpA3lregi42SKwzofJ { top:15.375rem;left:1.4375rem;width:10.4375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmTrdMse9MJlxBvsfg5SGCk2arB3SXr { top:7.5rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOvXrWVeZQ9dlTnuVLDVV872Nn5iehy { top:13.25rem;left:11.4375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK7t13siHBf3KPhfxCWOw8hziTkWSMNz { top:13.4375rem;left:35.3125rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3IasTURxTB0TkNLR71Ncp6nihe8NStF { top:15.5625rem;left:37.625rem;width:10.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKHgWz2OL4PQdJGIaGT64SZAKIzEWv8 { top:7.625rem;left:42.34375rem;width:5.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coVSPKNQTspd7RKzifRqGGvD06bCfbSN { top:15.375rem;left:12.5625rem;width:11.3125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGLbkWnwoKGo0PJi200RDJX5EDPIaPcZ { top:7.625rem;left:31.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMaazesCJxvMketrwdfvR75pBfG18Jf8 { top:13.0625rem;left:23.375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv3zdd6JrArtNIRJ7LETR7MWnokgVQDz { top:15.25rem;left:22.3125rem;width:13.5rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heszynimoDs7k1d3ZEiRXJQ3rTELPmoo { display:block; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR6OkhDNSDyeHKvP9OZ4dWm6pBRaATtm { top:33.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagzhHHQqa1PKGfyTxbP6hRWwL9WwGqU { top:22.3125rem;left:28.375rem;width:19.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnWnRpVVxHM5eUMknNvmD32bJKg3IVZ { top:22.3125rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUozZ8CqiBcMnUy3pGFstydbTulZQWRI { top:33rem;left:12.375rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGc3Ada4zGidMZLt0fBOkZ89w9TE9LxZ { top:17.0625rem;left:12.625rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX52XdrPoNTxv4VZCgLgZAlMtmgSIZWW { top:17.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M05Nl7NIniwmIig3WptItq1rs7FQNOsf { top:17.0625rem;left:0rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3w8o3vf77LGCCTCCCklVGe9ruQi76k { top:33rem;left:0rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhwyBZaTz7wIOz77wi0WmiKGTrpGll1 { top:6.25rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51fsKeyRTN1GTLWxKDUFR8RExQXmC23 { top:6.3125rem;left:28.25rem;width:19.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b37eQ2FB4X8RlSW2pgezRwzMqrddVR7S { top:6.5rem;left:0rem;width:19.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lumPOSKSyfOleHBlAUibiJ2hJG7iecdg { width:47.75rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdEiW0Ic3WKW48Cb7GnOT2elDCvEHWQH { top:22.25rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO { display:block; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi8dPlpk5BPBWJ8nn3EK6aCWeORIMeS7 { width:23.3125rem;height:2.25rem;top:5.625rem;left:24.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuez5WSszuN7WKtaz2l6ObonWrN8oM7P { top:1.1875rem;left:0rem;width:38.25rem;height:21.464980032171rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59QRPdgtuw9UoKxdlhssrOaiwxhXVn8 { top:8.875rem;left:21.8125rem;width:25.9375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE { display:block; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poWt1zxGuncOgBNrhcTz1Ju1T0BTfyTy { top:12.25rem;left:0.6875rem;width:14.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoiClgixLfT4kRT3d855QICVRe3n5rIl { top:12.25rem;left:16.53076171875rem;width:14.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvg8mDEW0irl3cO6W3ZeUf5VTBQTs1iE { top:12.25rem;left:32.03125rem;width:15.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHz97n1nfGkLNLgTclCR4Iegp5bnqidA { top:5.4375rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaehxJAaWktdgS9okXDZzLWZl7s1A8gn { top:7.0625rem;left:6.3740234375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmuT6eEdFENf2QkRlb3b7748Wuxvg7RR { top:9.1875rem;left:6.3740234375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxiGMWHQTKkhCLtR0AeNGbFaXJG7HQIp { top:5.5625rem;left:14.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WmvLA4xBFJZzHhqDocHa0HXwNp5hNG { top:5.4375rem;left:30.75rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT87MafwXHvvIJDtcTdKVzusRwy7ufHp { top:9.25rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0butyOTQwbRd6AxplhWdRqK8t9IDQcN { top:7.0625rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI9mNlzcbT1ucWIC5XLu6NNkSFMOKJEa { top:7.0625rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmPc4I9Q8GOhZP4VXqPVCv2nXgigAXm { top:9.25rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oADUvSaSGtxrSiE5lzQzT3Z2iBDUFR7t { width:23.3125rem;height:2.25rem;top:1.5rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn { display:block; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDAo079CZZqBAS7wWFt0wKFCWnG2bTKf { width:34.375rem;height:2.375rem;top:1.6875rem;left:6.6875038146975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWBLuT2ihGXvu2ieMtTep0w4lFcBTkDb { width:18.125rem;height:3.5rem;top:8.9375rem;left:14.781036376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO1zMh0ePWIRTfHUQCQ1OyaTC4tnkQsv { display:block; }
 }@media only screen and (max-width: 763px) { #P3i8sx9DnHzWlG6A6GWuqRHh9HCXmKR1 { top:4.9375rem;left:3.5310363769531rem;width:40.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS0liTfTGPA3ixBG63KMvws6LQAcH9DT { display:block; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZE7EsvmrTsSkMKQH7WSTbv5dnCTWppI { top:5.6875rem;left:13.5625rem;width:17.0625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V51Hb4qikEfeTpx0Wi6cWNta56xk5Vih { top:3.5625rem;left:13.25rem;width:18.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI0ihvJ6wrfClS5mx3lkcMJHbEqUTQdt { top:5.9375rem;left:0rem;width:21.4375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dasXg6WnaZXsihQq07rGeEL5XNechWpX { top:1.3125rem;left:22.0625rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw66Ag2iGEUDkvGx9dZ49AMmWTLVKAAQ { top:-0.0625rem;left:0rem;width:13.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp { display:block; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQGETkZvCllRrVsNaNV6LhXdMW6FSscG { top:0.6875rem;left:7.25rem;width:28.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afd76d24-33fb-4d2d-ba05-f739adaa5a91/ThematicGardenMonterrey.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:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.4375rem;height:3.82324375rem;top:16.499130249024rem;left:1.3118490576744rem;font-size:1.0625rem;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; }
#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:0.875rem;overflow:hidden; }
#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:19.87451171875rem;left:1.3115234375rem; }
#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:19.87451171875rem;left:1.3115234375rem; }
 }@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:18.499375rem;height:23.2498125rem;top:15.936630249024rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { width:17.625rem;height:10.9375rem;top:3.6865234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgJXsSwyKwrwTeOURbvIXdZddtqP41os { display:block; }#FgJXsSwyKwrwTeOURbvIXdZddtqP41os > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdFXMUJDHlEQ2QwfgCOPhl5sXTeVyg57 { width:19.625rem;height:19.625rem;top:0.62434387207031rem;left:0.21809893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTWRxbVPN1msguXg1fqpMN9mOp5LSCL { width:18.375rem;height:3.25rem;top:20.6240234375rem;left:0.6865234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUUAO1QI2Toz92nwnT02rE8ylao7RNzB { width:18.81075rem;height:20.79683125rem;top:24.438362121582rem;left:0.59353297948838rem;font-size:0.8125rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #fCy4BBTO3GgSoPSW3XC70MziXzTFTRbM { width:11.25rem;height:2.4989125rem;top:47.5rem;left:0.6875rem;font-size:1.0625rem;background-color:#5f6e64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l2uKZlRDoLe9Uq8orVDG2w3aVdN8aTOg { display:block; }
 }@media only screen and (max-width: 763px) { #gV1L6FTR5vf8mPxhlNbIbUm87SClkIkP { width:12.5rem;height:0.24956625rem;top:23.6865234375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxxyIfZ8GOfXODVOaKochtfPcw98tnLB { width:11.8120625rem;height:1.0996125rem;top:46.125rem;left:0.75rem;font-size:0.6875rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt { display:block; }#iyEEI1tFDyhGyQvKXEhnGp2dXFZiUpRt > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSl2kOp427SEv98wuTICM2A46HoCuX3e { width:17rem;height:2.923825rem;top:1rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBaXfP8XdvwcoZU2MU3XXoTa8CSvvN7 { display:flex;width:4.25rem;height:4.25rem;top:5.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #u1lW3RQmVhf106U2IMiybBKJsEXnRuyb { width:12.5rem;height:1.05615rem;top:9.625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goNg0XtKQIMalRkDlqpZTArLqsvhyF4p { width:15.0625rem;height:3.16699375rem;top:11.2373046875rem;left:2.46875rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sWE7lIwJJwLuOntu6HW0EuohBNpWS7w6 { display:flex;width:4.4375rem;height:4.4375rem;top:15.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #VknoAdVy1vlAhbC2CGd3Eh5bwA2meyNi { width:12.5rem;height:1.05615rem;top:19.5625rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98u25z59d3OZyfpA3lregi42SKwzofJ { width:14.125rem;height:2.111325rem;top:21.125rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmTrdMse9MJlxBvsfg5SGCk2arB3SXr { display:flex;width:4.5rem;height:4.5rem;top:24.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #TSOvXrWVeZQ9dlTnuVLDVV872Nn5iehy { width:12.5rem;height:1.2999125rem;top:28.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK7t13siHBf3KPhfxCWOw8hziTkWSMNz { width:12.5rem;height:1.05615rem;top:40.1875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3IasTURxTB0TkNLR71Ncp6nihe8NStF { width:12.5rem;height:3.16699375rem;top:41.5rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKHgWz2OL4PQdJGIaGT64SZAKIzEWv8 { display:flex;width:5rem;height:4.5625rem;top:34.875rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #coVSPKNQTspd7RKzifRqGGvD06bCfbSN { width:17.25rem;height:3.16699375rem;top:30.5625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGLbkWnwoKGo0PJi200RDJX5EDPIaPcZ { display:flex;width:4.49978125rem;height:4.49978125rem;top:45.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #CMaazesCJxvMketrwdfvR75pBfG18Jf8 { width:12.4365rem;height:1.2999125rem;top:50.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv3zdd6JrArtNIRJ7LETR7MWnokgVQDz { width:13.499375rem;height:6.334rem;top:52.5625rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heszynimoDs7k1d3ZEiRXJQ3rTELPmoo { display:block; }#heszynimoDs7k1d3ZEiRXJQ3rTELPmoo > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR6OkhDNSDyeHKvP9OZ4dWm6pBRaATtm { width:19.125rem;height:1.2999125rem;top:79.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagzhHHQqa1PKGfyTxbP6hRWwL9WwGqU { width:19.25rem;height:10.75rem;top:68.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnWnRpVVxHM5eUMknNvmD32bJKg3IVZ { width:19.5rem;height:10.8125rem;top:43.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUozZ8CqiBcMnUy3pGFstydbTulZQWRI { width:19.125rem;height:1.2999125rem;top:54rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGc3Ada4zGidMZLt0fBOkZ89w9TE9LxZ { width:19.125rem;height:1.2999125rem;top:40.62451171875rem;left:0.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX52XdrPoNTxv4VZCgLgZAlMtmgSIZWW { width:19.125rem;height:1.29980625rem;top:66.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M05Nl7NIniwmIig3WptItq1rs7FQNOsf { width:19.3125rem;height:1.2999125rem;top:14.349609375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3w8o3vf77LGCCTCCCklVGe9ruQi76k { width:19.125rem;height:1.2999125rem;top:27.4375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhwyBZaTz7wIOz77wi0WmiKGTrpGll1 { width:19.5rem;height:10.8125rem;top:29.8125rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51fsKeyRTN1GTLWxKDUFR8RExQXmC23 { width:19.375rem;height:10.8125rem;top:56.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b37eQ2FB4X8RlSW2pgezRwzMqrddVR7S { width:19.0625rem;height:10.5rem;top:3.849609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lumPOSKSyfOleHBlAUibiJ2hJG7iecdg { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdEiW0Ic3WKW48Cb7GnOT2elDCvEHWQH { width:19.5rem;height:10.875rem;top:16.4052734375rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO { display:block; }#WoiARnbF9ZTNpySWF0fOiJ9uoLoJpipO > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi8dPlpk5BPBWJ8nn3EK6aCWeORIMeS7 { width:20rem;height:1.625rem;top:0.7685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuez5WSszuN7WKtaz2l6ObonWrN8oM7P { height:11.223275565322rem;width:20rem;top:5.8268222808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59QRPdgtuw9UoKxdlhssrOaiwxhXVn8 { width:19.4998125rem;height:2.2744125rem;top:2.9231777191162rem;left:0.24848091602326rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE { display:block; }#uUFqVbDu4iTXKOxQLn41sDCPdGmixnEE > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poWt1zxGuncOgBNrhcTz1Ju1T0BTfyTy { width:14.499rem;height:7.95703125rem;top:9.625rem;left:2.75rem;font-size:0.875rem;color:#434f47;display:block; }
 }@media only screen and (max-width: 763px) { #SoiClgixLfT4kRT3d855QICVRe3n5rIl { width:14.499rem;height:7.95703125rem;top:27.75rem;left:2.75rem;font-size:0.875rem;color:#434f47;display:block; }
 }@media only screen and (max-width: 763px) { #Dvg8mDEW0irl3cO6W3ZeUf5VTBQTs1iE { width:14.499rem;height:7.95703125rem;top:46rem;left:2.75rem;font-size:0.875rem;color:#434f47;display:block; }
 }@media only screen and (max-width: 763px) { #zHz97n1nfGkLNLgTclCR4Iegp5bnqidA { width:16.875rem;height:16.875rem;top:2.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaehxJAaWktdgS9okXDZzLWZl7s1A8gn { display:flex;width:3.0625rem;height:3.0625rem;top:4.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GmuT6eEdFENf2QkRlb3b7748Wuxvg7RR { display:flex;width:3.0625rem;height:3.0625rem;top:6.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZxiGMWHQTKkhCLtR0AeNGbFaXJG7HQIp { width:16.875rem;height:16.875rem;top:21rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WmvLA4xBFJZzHhqDocHa0HXwNp5hNG { width:16.875rem;height:16.875rem;top:39.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT87MafwXHvvIJDtcTdKVzusRwy7ufHp { display:flex;width:3.0625rem;height:3.0625rem;top:24.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #N0butyOTQwbRd6AxplhWdRqK8t9IDQcN { display:flex;width:3.0625rem;height:3.0625rem;top:22.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uI9mNlzcbT1ucWIC5XLu6NNkSFMOKJEa { display:flex;width:3.0625rem;height:3.0625rem;top:40.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QWmPc4I9Q8GOhZP4VXqPVCv2nXgigAXm { display:flex;width:3.0625rem;height:3.0625rem;top:42.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oADUvSaSGtxrSiE5lzQzT3Z2iBDUFR7t { width:20rem;height:1.625rem;top:0.56748294830322rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn { display:block; }#J46fcklyP6wmvHdyoWxAf4bJ6scCcuzn > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDAo079CZZqBAS7wWFt0wKFCWnG2bTKf { width:18.9995625rem;height:1.3808625rem;top:0.74869728088381rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWBLuT2ihGXvu2ieMtTep0w4lFcBTkDb { width:14.436875rem;height:2.74956875rem;top:6.8739166259762rem;left:2.7810330986977rem;font-size:0.875rem;background-color:#5f6e64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JO1zMh0ePWIRTfHUQCQ1OyaTC4tnkQsv { display:block; }
 }@media only screen and (max-width: 763px) { #P3i8sx9DnHzWlG6A6GWuqRHh9HCXmKR1 { width:18.061rem;height:3.41015625rem;top:2.7473945617676rem;left:0.96896702051162rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iS0liTfTGPA3ixBG63KMvws6LQAcH9DT { display:block; }#iS0liTfTGPA3ixBG63KMvws6LQAcH9DT > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZE7EsvmrTsSkMKQH7WSTbv5dnCTWppI { width:18.375rem;height:3.673825rem;top:15.749786376953rem;left:0.81163197755812rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V51Hb4qikEfeTpx0Wi6cWNta56xk5Vih { width:16.9998125rem;height:1.3125rem;top:14rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TI0ihvJ6wrfClS5mx3lkcMJHbEqUTQdt { width:18.75rem;height:7.347625rem;top:5.4416236877441rem;left:0.62500005960463rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dasXg6WnaZXsihQq07rGeEL5XNechWpX { width:20rem;height:12.5rem;top:20.061197996139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw66Ag2iGEUDkvGx9dZ49AMmWTLVKAAQ { width:13.5625rem;height:6.75rem;top:0rem;left:3.2183161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp { display:block; }#tuRGAWybc8KQmtRRZHxTRRpJDSIp2zxp > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQGETkZvCllRrVsNaNV6LhXdMW6FSscG { width:20rem;height:1.94921875rem;top:0.25868225097656rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }