.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(239,239,239,0.5);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); }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e2c8;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; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container { background-color: transparent; background-image: none; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container > .video-iframe-container { display: none; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row > .video-iframe-container { display: none; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .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); }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container { border-width: 0; border-radius: 0; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#Tdoh3gQJyu5dy2odayVpBBq68Xg5yyp0 { display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:0.80078125rem;left:0rem;height:1.57421875rem;color:#38545d;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#042643;background-image:url("https://images.assets-landingi.com/uc/bf59d300-c2df-4255-97e2-03df5c88930a/BANNERLandingi3.png");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; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.adaptive-delivery-prevent-bg, #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.lazyload, #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.lazyloading { background-image: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { background-color: transparent; background-image: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container > .video-iframe-container { display: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row > .video-iframe-container { display: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .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); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { border-width: 0; border-radius: 0; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#MF1AZHoDMsmEglfmLhwP1MMgnW9k9e6v { display:block;width:14.25rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.125rem;left:9.375rem;height:11.5rem;color:#ffffff;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VEmqxezcZvIqpF2AWIbOeFFtTGCxMsmT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(56,84,93,0.86);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15000;top:8.0625rem;left:34.375rem;display:block; }
#NObTqMvWELHTUW6BAQwug0yB0z7hCRTc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e8e2c8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15001;top:6.6875rem;left:34.375rem;display:block; }
#yD2UFQ8hnwck5tZoadlvixsGWIEePr6c { display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:36.0625rem;height:4.33008125rem;color:#38545d;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-form-header {  }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:300;color:rgba(255,255,255,0.5);width:17.4375rem;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;overflow:hidden;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #d6d4d4;border-left:0.125rem solid #d6d4d4;border-right:0.125rem solid #d6d4d4;border-bottom:0.125rem solid #d6d4d4;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:17.4375rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #d6d4d4;border-left:0.125rem solid #d6d4d4;border-right:0.125rem solid #d6d4d4;border-bottom:0.125rem solid #d6d4d4;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:17.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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:17.4375rem;box-sizing:border-box;height:2.625rem;color:#666666;font-family:lato;font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e8e2c8;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:1rem;font-weight:700;color:#38545d;width:17.4375rem;height:3.0625rem;font-family:lato;overflow:hidden;font-style:normal;box-shadow: none;line-height:1.8; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u [class*="-text"]:-moz-placeholder { color:#666666;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u [class*="-text"]::-moz-placeholder { color:#666666;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .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:lato;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .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; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-container:first-of-type{padding-top:0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-container:last-of-type{padding-bottom:0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:13.625rem;left:35.4375rem; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem;display:block;vertical-align:top; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.625rem;line-height:1.6;font-weight:300;color:#dadada;vertical-align:top;overflow:hidden;font-style:normal; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u {display:block;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:13.625rem;left:35.4375rem; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #umTcRyr0ItxwSoHZ2dRcfmmBG8xB7X0T { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #aKyzlB5CoXpQE0FZivPgAVkytGle5q2G { position:relative;display:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nL4tlT7yWiwPJuRWNLDetpVfXuINOPQg { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #dMgna6Rt7LiqNZ3g0PyLskLqyXvJkN9U { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #N2uvfTopWJXnTJs8xIv8OZzVCBHrxJ3W { position:relative;display:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BrUcbXVsPmGHa3XCRAUd6txlktCu8l9y { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #JLO7SEA3dU7Qt9gm0tT0RULe6bqmqilH { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Cf5QpKTaLOZeMBIRgi3i32B9fKps6tEn { position:relative;display:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Ti2tp87TUIaKLLNUqCVaTyFgbV1gNakJ { position:relative; }
#T09vKUprlZEQi1m630gsaAdnBJpS0l87 { position:relative;display:block; }
#bniS3VxKPbQltB8XcPTlraveU95f2Sy9 { position:relative;display:block; }
#J3HMZcvkC4kNVtbD3zdrwk2oTETLA6Vs { position:relative;display:block; }
#mG1i42FRetJ1ezEoN21Iv9MtzqVmBtyF { position:relative;display:block; }
#gAC79x51PoAcoJ5qHeGo2qTUS0amp4EV { position:relative;display:block; }
#vtEV12ctvBSJUgikSUSwRF0LBXnx8lGq { position:relative;display:block; }
#syQl7X5ZeHGpzswQxfQ37d7PTOEbOWui { position:relative;display:block; }
#egEQ1Okq3FccKOrX7oV6LlAiTOkxevvf { position:relative;display:block; }
#aQoCpMBlKUZebQkEE0TPEP6KyDKJ3kSi { position:relative;display:block; }
#VBw1GcZtv7ctpKklb2425u3RT6Je4pQX { position:relative;display:block; }
#dltLskTd78uZXbVGqJ3qpb2MgnfTSNRL { position:relative;display:block; }
#EogoX4oTCCT4uxPoxMoU4EsZpzrm3JHl { position:relative;display:block; }
#yLINeUgKW92doNG8CaTILZOBqeLmfiFG { position:relative;display:block; }
#fkTX7dAbVXxgRXbQTKvlF9efn7OBxGET { position:relative;display:block; }
#s7uFl7aXvndZf9M6NPwNOgkncxVswASJ { position:relative;display:block; }
#GEi7KbpvBpETaVwZobN961r7bEkezPht { position:relative;display:block; }
#qKDGTUm59DousmvmMChWk6fXCEBCVdt2 { position:relative;display:block; }
#WZANTlMyeHN1M4F8WFsehFqTlwzgsO9E { position:relative;display:block; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nZsRJ9pSupPtwvz00poGk21ftX0gJkaV { position:relative;display:block;z-index:15000; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #OqrKZz6W65VEWea5rxoefOfpZ13pPFOo { position:relative;display:block;z-index:15000; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BBvQSK5lhTgk0L2Q7LNfwPTWv5n7l6Mz { position:relative; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #xhHL0SnQefgRRgQ9rGSqrobTbTItbf0O { position:relative; }
#NvLkTsHD4TFBzhc8xxyh2AyNtPCqcTwk { display:block;width:24.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:14.9375rem;left:1.875rem;height:6rem;color:#efefef;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBn9QzXwewL2IQkvCnIeH4w67nQvJxJa { display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.25rem;left:1.875rem;height:12.34375rem;color:#efefef;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRbDiLKXlGKJBZ629e4uSmPkT62a0JOQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.5625rem;top:5.1875rem;left:1.875rem;overflow:hidden;display:block; }
#BJkgRfmlPCM782EAXPPR4QWDzXdBtNUw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:13.625rem;top:36rem;left:0rem;overflow:hidden;display:block; }
#fb46DfzxokTPv266JbLFRJL99F6Twptg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.25rem;top:37.25rem;left:13.9375rem;overflow:hidden;display:block; }
#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf5;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; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container { background-color: transparent; background-image: none; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container > .video-iframe-container { display: none; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row > .video-iframe-container { display: none; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .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); }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container { border-width: 0; border-radius: 0; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#QwrT3ThD4dvSQ1UIRIAGpVJ5nJrqfuTT { display:block;width:30.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:1.474609375rem;left:14.53125rem;height:4.798825rem;color:#38545d;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf5;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; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { background-color: transparent; background-image: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container > .video-iframe-container { display: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row > .video-iframe-container { display: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .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); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { border-width: 0; border-radius: 0; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#czw4zH07tZEzX5wQS1EZZTOIa7NTxowb { display:block;width:14.25rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.125rem;left:9.375rem;height:11.5rem;color:#ffffff;font-style:normal;text-align:right;text-align-last:right;display:none; }
#S7s7JSKT9tGWOx5k7XpxDtNxNqmAVOlT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:40rem;top:6.875rem;left:9.65625rem;overflow:hidden;display:block; }
#zD8CDc16r5wseBHmcsC86D6WP1lnTPsQ { box-sizing:content-box;color:#e67563;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.1875rem;left:18.8125rem;display:block; }
#dgEMhVtq9RlsSJvuFRCfMyXkbOvsVGNK { color:#38545d;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:21.0625rem;height:1.29980625rem;display:block; }
#AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01 { box-sizing:content-box;height:14.0625rem;width:53.1875rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e329f69c-333f-4adb-adcf-a7cc59af41a3/BANNERLandingi.crop_960x586_0,0.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.375rem;left:3.0625rem;display:block; }#AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01.adaptive-delivery-prevent-bg, #AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01.lazyload, #AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01.lazyloading { background-image: none; }
#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR { position:relative;display:none; }#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR { border-width: 0; border-radius: 0; }#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR > .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; }#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR > .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:44.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VDurpvyQHis2Oe0oFQnUTJac9lRfVBP3 { 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:4.1875rem;width:6.3125rem;top:2.1875rem;left:5.3125rem;overflow:hidden;display:block; }
#Q5wf1riWomcuGxkkJELr3FyMGJrxlR1c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:2.1875rem;left:14.1875rem;overflow:hidden;display:block; }
#Tru2dMTiiNcckKLFmPyDidTBTopFgkL5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:2.1875rem;left:23rem;overflow:hidden;display:block; }
#ihGQxqHtfv9r4oUa2ZksWbBbSs0FprXe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:2.1875rem;left:32.0625rem;overflow:hidden;display:block; }
#XIwTxAStbLD5qXzp6M4WrdSzzNS7o61o { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.3125rem;top:2.1875rem;left:40.75rem;overflow:hidden;display:block; }
#iITSltMiBlVKHosgsbh4RNmc1NvoBcvh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.3125rem;top:2.1875rem;left:49.375rem;overflow:hidden;display:block; }
#zHL9ddqoI09Sbe6a1uu8Zz8wzXy6AboP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.25rem;top:9.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#UkACsArJFyDbBofVOdku8bfg4hqtyF9H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.3125rem;top:9.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#UD5b33Cx6Tx8mEXWlZiXtAQpbt4WdIgG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:9.0625rem;left:23rem;overflow:hidden;display:block; }
#A8SUxqqFF5oTrKBu3rkZIioo2VZQ6zkQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:9.0625rem;left:32.0625rem;overflow:hidden;display:block; }
#sUKcsR2rTIr4lpZtl3my0FTiC29W8NO0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.3125rem;top:9.0625rem;left:40.75rem;overflow:hidden;display:block; }
#XMEvtRUEHfD10wJwspTB5T3T9a8DISEv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.3125rem;top:9.0625rem;left:49.375rem;overflow:hidden;display:block; }
#QavtU9RvLezTAyN9QzTXfWi6t9LbmSK2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:15.1875rem;left:32.0625rem;overflow:hidden;display:block; }
#LJXMiXDOFst3CcvPUnt7wQtExg52s9ut { 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:4.1875rem;width:6.3125rem;top:15.1875rem;left:40.75rem;overflow:hidden;display:block; }
#QMeyq7HfRvKwExswA6rm4vmVuyi2DrT4 { 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:3.5625rem;width:5.3125rem;top:15.1875rem;left:49.375rem;overflow:hidden;display:block; }
#DxBFTJgTD6GEl2LfBd0PVAJP73C4oH6m { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.25rem;top:15.1875rem;left:23rem;overflow:hidden;display:block; }
#wMeTrCDQZkqn0496uVkOfv0hdPyfht5C { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.3125rem;top:15.1875rem;left:14.1875rem;overflow:hidden;display:block; }
#e7qWRqSEMcCXrdeKcZAuG0sHuf9PRzhq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.25rem;top:15.1875rem;left:5.3125rem;overflow:hidden;display:block; }
#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf5;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; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { background-color: transparent; background-image: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container > .video-iframe-container { display: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row > .video-iframe-container { display: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .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); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { border-width: 0; border-radius: 0; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#gVNTdPmAFTVgXyhVlIILNdN0r8Ni0o6x { color:#50152a;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.42578125rem;left:3.53125rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#38545d;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; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { background-color: transparent; background-image: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container > .video-iframe-container { display: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row > .video-iframe-container { display: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .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); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { border-width: 0; border-radius: 0; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#LKTsLSnSg4pNR6MUELn8IfHuz6BAwTzS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.8125rem;top:1.974609375rem;left:3.6875rem;overflow:hidden;display:block; }
#vxu2c5pMVz0kFqqVy5myfvSMf4F2x5aA { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:"azo sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.955078125rem;left:13.0625rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192c31;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; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container { background-color: transparent; background-image: none; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container > .video-iframe-container { display: none; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row > .video-iframe-container { display: none; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .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); }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container { border-width: 0; border-radius: 0; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#accOfc8vdiwpCdnsd2LnD2fXiutFvlXy { color:rgba(255,255,255,0.86);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.490234375rem;left:0rem;height:0.89375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD { display:block; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdoh3gQJyu5dy2odayVpBBq68Xg5yyp0 { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu { display:block; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF1AZHoDMsmEglfmLhwP1MMgnW9k9e6v { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEmqxezcZvIqpF2AWIbOeFFtTGCxMsmT { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NObTqMvWELHTUW6BAQwug0yB0z7hCRTc { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD2UFQ8hnwck5tZoadlvixsGWIEePr6c { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u {display:block;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #umTcRyr0ItxwSoHZ2dRcfmmBG8xB7X0T {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #aKyzlB5CoXpQE0FZivPgAVkytGle5q2G { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nL4tlT7yWiwPJuRWNLDetpVfXuINOPQg {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #dMgna6Rt7LiqNZ3g0PyLskLqyXvJkN9U {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #N2uvfTopWJXnTJs8xIv8OZzVCBHrxJ3W { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BrUcbXVsPmGHa3XCRAUd6txlktCu8l9y {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #JLO7SEA3dU7Qt9gm0tT0RULe6bqmqilH {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Cf5QpKTaLOZeMBIRgi3i32B9fKps6tEn { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Ti2tp87TUIaKLLNUqCVaTyFgbV1gNakJ {  }
 }@media only screen and (max-width: 763px) { #T09vKUprlZEQi1m630gsaAdnBJpS0l87 { display:block; }
 }@media only screen and (max-width: 763px) { #bniS3VxKPbQltB8XcPTlraveU95f2Sy9 { display:block; }
 }@media only screen and (max-width: 763px) { #J3HMZcvkC4kNVtbD3zdrwk2oTETLA6Vs { display:block; }
 }@media only screen and (max-width: 763px) { #mG1i42FRetJ1ezEoN21Iv9MtzqVmBtyF { display:block; }
 }@media only screen and (max-width: 763px) { #gAC79x51PoAcoJ5qHeGo2qTUS0amp4EV { display:block; }
 }@media only screen and (max-width: 763px) { #vtEV12ctvBSJUgikSUSwRF0LBXnx8lGq { display:block; }
 }@media only screen and (max-width: 763px) { #syQl7X5ZeHGpzswQxfQ37d7PTOEbOWui { display:block; }
 }@media only screen and (max-width: 763px) { #egEQ1Okq3FccKOrX7oV6LlAiTOkxevvf { display:block; }
 }@media only screen and (max-width: 763px) { #aQoCpMBlKUZebQkEE0TPEP6KyDKJ3kSi { display:block; }
 }@media only screen and (max-width: 763px) { #VBw1GcZtv7ctpKklb2425u3RT6Je4pQX { display:block; }
 }@media only screen and (max-width: 763px) { #dltLskTd78uZXbVGqJ3qpb2MgnfTSNRL { display:block; }
 }@media only screen and (max-width: 763px) { #EogoX4oTCCT4uxPoxMoU4EsZpzrm3JHl { display:block; }
 }@media only screen and (max-width: 763px) { #yLINeUgKW92doNG8CaTILZOBqeLmfiFG { display:block; }
 }@media only screen and (max-width: 763px) { #fkTX7dAbVXxgRXbQTKvlF9efn7OBxGET { display:block; }
 }@media only screen and (max-width: 763px) { #s7uFl7aXvndZf9M6NPwNOgkncxVswASJ { display:block; }
 }@media only screen and (max-width: 763px) { #GEi7KbpvBpETaVwZobN961r7bEkezPht { display:block; }
 }@media only screen and (max-width: 763px) { #qKDGTUm59DousmvmMChWk6fXCEBCVdt2 { display:block; }
 }@media only screen and (max-width: 763px) { #WZANTlMyeHN1M4F8WFsehFqTlwzgsO9E { display:block; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nZsRJ9pSupPtwvz00poGk21ftX0gJkaV {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #OqrKZz6W65VEWea5rxoefOfpZ13pPFOo {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BBvQSK5lhTgk0L2Q7LNfwPTWv5n7l6Mz {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #xhHL0SnQefgRRgQ9rGSqrobTbTItbf0O {  }
 }@media only screen and (max-width: 763px) { #NvLkTsHD4TFBzhc8xxyh2AyNtPCqcTwk { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBn9QzXwewL2IQkvCnIeH4w67nQvJxJa { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbDiLKXlGKJBZ629e4uSmPkT62a0JOQ { top:5.1875rem;left:0rem;width:18.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkgRfmlPCM782EAXPPR4QWDzXdBtNUw { top:36rem;left:0rem;width:13.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb46DfzxokTPv266JbLFRJL99F6Twptg { top:37.25rem;left:7.8125rem;width:7.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEk7U9biiKX5IhmLH8obBV1oNdTc37aX { display:block; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwrT3ThD4dvSQ1UIRIAGpVJ5nJrqfuTT { width:22.8125rem;height:10.8rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 { display:block; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czw4zH07tZEzX5wQS1EZZTOIa7NTxowb { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7s7JSKT9tGWOx5k7XpxDtNxNqmAVOlT { width:40rem;height:26.875rem;top:6.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD8CDc16r5wseBHmcsC86D6WP1lnTPsQ { width:2.25rem;height:2.25rem;top:2.1875rem;left:12.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEMhVtq9RlsSJvuFRCfMyXkbOvsVGNK { width:20.125rem;height:1.25rem;top:2.6875rem;left:14.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01 { top:21.375rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR { display:block; }#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDurpvyQHis2Oe0oFQnUTJac9lRfVBP3 { width:6.3125rem;height:4.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5wf1riWomcuGxkkJELr3FyMGJrxlR1c { width:7.25rem;height:4.875rem;top:2.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tru2dMTiiNcckKLFmPyDidTBTopFgkL5 { width:7.25rem;height:4.875rem;top:2.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQxqHtfv9r4oUa2ZksWbBbSs0FprXe { width:7.25rem;height:4.875rem;top:2.1875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwTxAStbLD5qXzp6M4WrdSzzNS7o61o { width:6.3125rem;height:4.1875rem;top:2.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITSltMiBlVKHosgsbh4RNmc1NvoBcvh { width:5.3125rem;height:4.125rem;top:2.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHL9ddqoI09Sbe6a1uu8Zz8wzXy6AboP { width:5.25rem;height:3.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkACsArJFyDbBofVOdku8bfg4hqtyF9H { width:6.3125rem;height:4.1875rem;top:9.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5b33Cx6Tx8mEXWlZiXtAQpbt4WdIgG { width:7.25rem;height:4.875rem;top:9.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8SUxqqFF5oTrKBu3rkZIioo2VZQ6zkQ { width:7.25rem;height:4.875rem;top:9.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUKcsR2rTIr4lpZtl3my0FTiC29W8NO0 { width:6.3125rem;height:4.1875rem;top:9.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMEvtRUEHfD10wJwspTB5T3T9a8DISEv { width:5.3125rem;height:3.5625rem;top:9.0625rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavtU9RvLezTAyN9QzTXfWi6t9LbmSK2 { width:7.25rem;height:4.875rem;top:15.1875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXMiXDOFst3CcvPUnt7wQtExg52s9ut { width:6.3125rem;height:4.1875rem;top:15.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMeyq7HfRvKwExswA6rm4vmVuyi2DrT4 { width:5.3125rem;height:3.5625rem;top:15.1875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBFTJgTD6GEl2LfBd0PVAJP73C4oH6m { width:7.25rem;height:4.875rem;top:15.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeTrCDQZkqn0496uVkOfv0hdPyfht5C { width:6.3125rem;height:4.1875rem;top:15.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7qWRqSEMcCXrdeKcZAuG0sHuf9PRzhq { width:5.25rem;height:3.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs { display:block; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVNTdPmAFTVgXyhVlIILNdN0r8Ni0o6x { width:47.75rem;height:0.9375rem;top:2.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vINpvedvQTECUrIBHMNz1raTZqbTEEv2 { display:block; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKTsLSnSg4pNR6MUELn8IfHuz6BAwTzS { width:7.8125rem;height:2.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxu2c5pMVz0kFqqVy5myfvSMf4F2x5aA { width:41.8125rem;height:0.9375rem;top:2.9375rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu { display:block; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #accOfc8vdiwpCdnsd2LnD2fXiutFvlXy { top:0.4375rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD { display:block; }#HXTdkmTssA6CSqQ1ZTCGFQaffe7TPXJD > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdoh3gQJyu5dy2odayVpBBq68Xg5yyp0 { width:20rem;height:1.42480625rem;top:2.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92e3bfa6-d217-4158-abd9-a186b8907cfc/BANNERLandingicrop_960x586_00.preview.rotate_270.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.adaptive-delivery-prevent-bg, #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.lazyload, #JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu.lazyloading { background-image: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { background-color: transparent; background-image: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,63,71,0.56); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container > .video-iframe-container { display: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,63,71,0.56); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row > .video-iframe-container { display: none; }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .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); }#JqXM8OruUiMm6dJxpAmFGFqXWn3W50Tu > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF1AZHoDMsmEglfmLhwP1MMgnW9k9e6v { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #VEmqxezcZvIqpF2AWIbOeFFtTGCxMsmT { width:20rem;height:17.9375rem;top:38.625rem;left:0rem;background-color:#50152a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NObTqMvWELHTUW6BAQwug0yB0z7hCRTc { width:20rem;height:5.9375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD2UFQ8hnwck5tZoadlvixsGWIEePr6c { width:14.625rem;height:3.71191875rem;top:34.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u  { width:17.5rem;height:auto;top:39.6875rem;left:0rem;background-color:#115678;background-image:none; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u {display:block;}#BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u { width:17.5rem;height:auto;top:39.6875rem;left:0rem;background-color:#115678;background-image:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #umTcRyr0ItxwSoHZ2dRcfmmBG8xB7X0T {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #aKyzlB5CoXpQE0FZivPgAVkytGle5q2G { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nL4tlT7yWiwPJuRWNLDetpVfXuINOPQg {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #dMgna6Rt7LiqNZ3g0PyLskLqyXvJkN9U {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #N2uvfTopWJXnTJs8xIv8OZzVCBHrxJ3W { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BrUcbXVsPmGHa3XCRAUd6txlktCu8l9y {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #JLO7SEA3dU7Qt9gm0tT0RULe6bqmqilH {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Cf5QpKTaLOZeMBIRgi3i32B9fKps6tEn { display:none; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #Ti2tp87TUIaKLLNUqCVaTyFgbV1gNakJ {  }
 }@media only screen and (max-width: 763px) { #T09vKUprlZEQi1m630gsaAdnBJpS0l87 { display:block; }
 }@media only screen and (max-width: 763px) { #bniS3VxKPbQltB8XcPTlraveU95f2Sy9 { display:block; }
 }@media only screen and (max-width: 763px) { #J3HMZcvkC4kNVtbD3zdrwk2oTETLA6Vs { display:block; }
 }@media only screen and (max-width: 763px) { #mG1i42FRetJ1ezEoN21Iv9MtzqVmBtyF { display:block; }
 }@media only screen and (max-width: 763px) { #gAC79x51PoAcoJ5qHeGo2qTUS0amp4EV { display:block; }
 }@media only screen and (max-width: 763px) { #vtEV12ctvBSJUgikSUSwRF0LBXnx8lGq { display:block; }
 }@media only screen and (max-width: 763px) { #syQl7X5ZeHGpzswQxfQ37d7PTOEbOWui { display:block; }
 }@media only screen and (max-width: 763px) { #egEQ1Okq3FccKOrX7oV6LlAiTOkxevvf { display:block; }
 }@media only screen and (max-width: 763px) { #aQoCpMBlKUZebQkEE0TPEP6KyDKJ3kSi { display:block; }
 }@media only screen and (max-width: 763px) { #VBw1GcZtv7ctpKklb2425u3RT6Je4pQX { display:block; }
 }@media only screen and (max-width: 763px) { #dltLskTd78uZXbVGqJ3qpb2MgnfTSNRL { display:block; }
 }@media only screen and (max-width: 763px) { #EogoX4oTCCT4uxPoxMoU4EsZpzrm3JHl { display:block; }
 }@media only screen and (max-width: 763px) { #yLINeUgKW92doNG8CaTILZOBqeLmfiFG { display:block; }
 }@media only screen and (max-width: 763px) { #fkTX7dAbVXxgRXbQTKvlF9efn7OBxGET { display:block; }
 }@media only screen and (max-width: 763px) { #s7uFl7aXvndZf9M6NPwNOgkncxVswASJ { display:block; }
 }@media only screen and (max-width: 763px) { #GEi7KbpvBpETaVwZobN961r7bEkezPht { display:block; }
 }@media only screen and (max-width: 763px) { #qKDGTUm59DousmvmMChWk6fXCEBCVdt2 { display:block; }
 }@media only screen and (max-width: 763px) { #WZANTlMyeHN1M4F8WFsehFqTlwzgsO9E { display:block; }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #nZsRJ9pSupPtwvz00poGk21ftX0gJkaV {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #OqrKZz6W65VEWea5rxoefOfpZ13pPFOo {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #BBvQSK5lhTgk0L2Q7LNfwPTWv5n7l6Mz {  }
 }@media only screen and (max-width: 763px) { #BQ2LE9E8Sp3TASHCUZMHbhe0koDGsF0u #xhHL0SnQefgRRgQ9rGSqrobTbTItbf0O {  }
 }@media only screen and (max-width: 763px) { #NvLkTsHD4TFBzhc8xxyh2AyNtPCqcTwk { width:20rem;height:4.798825rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBn9QzXwewL2IQkvCnIeH4w67nQvJxJa { width:20rem;height:12.34375rem;top:18.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRbDiLKXlGKJBZ629e4uSmPkT62a0JOQ { width:18.5625rem;height:10.5rem;top:2.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkgRfmlPCM782EAXPPR4QWDzXdBtNUw { width:11.8125rem;height:3.5625rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb46DfzxokTPv266JbLFRJL99F6Twptg { width:7.25rem;height:2.0625rem;top:66.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEk7U9biiKX5IhmLH8obBV1oNdTc37aX { display:block; }#wEk7U9biiKX5IhmLH8obBV1oNdTc37aX > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwrT3ThD4dvSQ1UIRIAGpVJ5nJrqfuTT { width:17.375rem;height:2.8496125rem;top:1.65625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 { background-color:#fbfaf5;background-image:none;display:block; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { background-color: transparent; background-image: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container > .video-iframe-container { display: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row > .video-iframe-container { display: none; }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .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); }#tlFhTGdlz3AmJ5tDkfZVtDuZCrawfCA4 > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czw4zH07tZEzX5wQS1EZZTOIa7NTxowb { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #S7s7JSKT9tGWOx5k7XpxDtNxNqmAVOlT { width:18.5625rem;height:12.4375rem;top:7.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD8CDc16r5wseBHmcsC86D6WP1lnTPsQ { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEMhVtq9RlsSJvuFRCfMyXkbOvsVGNK { width:9.8125rem;height:1.94921875rem;top:4.125rem;left:5.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AC8oG7VyEb4y7WUAyNZdpOS3FVenCE01 { width:20rem;height:12.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR { display:none; }#hxbaIDAEghxQvEUc1mXRCQoANuVX4ChR > .row .container { width:20rem;height:189.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VDurpvyQHis2Oe0oFQnUTJac9lRfVBP3 { width:6.3125rem;height:4.1875rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5wf1riWomcuGxkkJELr3FyMGJrxlR1c { width:7.25rem;height:4.875rem;top:7.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tru2dMTiiNcckKLFmPyDidTBTopFgkL5 { width:7.25rem;height:4.875rem;top:13.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQxqHtfv9r4oUa2ZksWbBbSs0FprXe { width:7.25rem;height:4.875rem;top:19.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwTxAStbLD5qXzp6M4WrdSzzNS7o61o { width:6.3125rem;height:4.1875rem;top:25.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITSltMiBlVKHosgsbh4RNmc1NvoBcvh { width:5.3125rem;height:4.125rem;top:31.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHL9ddqoI09Sbe6a1uu8Zz8wzXy6AboP { width:5.25rem;height:3.5rem;top:38rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkACsArJFyDbBofVOdku8bfg4hqtyF9H { width:6.3125rem;height:4.1875rem;top:44.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5b33Cx6Tx8mEXWlZiXtAQpbt4WdIgG { width:7.25rem;height:4.875rem;top:49.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8SUxqqFF5oTrKBu3rkZIioo2VZQ6zkQ { width:7.25rem;height:4.875rem;top:55.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUKcsR2rTIr4lpZtl3my0FTiC29W8NO0 { width:6.3125rem;height:4.1875rem;top:61.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMEvtRUEHfD10wJwspTB5T3T9a8DISEv { width:5.3125rem;height:3.5625rem;top:67.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavtU9RvLezTAyN9QzTXfWi6t9LbmSK2 { width:7.25rem;height:4.875rem;top:88.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXMiXDOFst3CcvPUnt7wQtExg52s9ut { width:6.3125rem;height:4.1875rem;top:94.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMeyq7HfRvKwExswA6rm4vmVuyi2DrT4 { width:5.3125rem;height:3.5625rem;top:99.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBFTJgTD6GEl2LfBd0PVAJP73C4oH6m { width:7.25rem;height:4.875rem;top:82.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeTrCDQZkqn0496uVkOfv0hdPyfht5C { width:6.3125rem;height:4.1875rem;top:76.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7qWRqSEMcCXrdeKcZAuG0sHuf9PRzhq { width:5.25rem;height:3.5rem;top:72.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs { background-color:#fbfaf5;background-image:none;display:block; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { background-color: transparent; background-image: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container > .video-iframe-container { display: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row > .video-iframe-container { display: none; }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .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); }#WS4CIaw3kQ1D8G3NbpQZSZ1koxrf2rOs > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVNTdPmAFTVgXyhVlIILNdN0r8Ni0o6x { width:20rem;height:2.6806625rem;top:1.759765625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vINpvedvQTECUrIBHMNz1raTZqbTEEv2 { background-color:#283f47;background-image:none;display:block; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { background-color: transparent; background-image: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container > .video-iframe-container { display: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row > .video-iframe-container { display: none; }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .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); }#vINpvedvQTECUrIBHMNz1raTZqbTEEv2 > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKTsLSnSg4pNR6MUELn8IfHuz6BAwTzS { width:9.4375rem;height:3.1875rem;top:1.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxu2c5pMVz0kFqqVy5myfvSMf4F2x5aA { width:20rem;height:1.7871125rem;top:6.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu { display:block; }#MWNQvtTlUT7HvxDpzGyiz5hMVKrN8bMu > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #accOfc8vdiwpCdnsd2LnD2fXiutFvlXy { width:20rem;height:0.8125rem;top:0.75rem;left:0rem;font-size:0.625rem;display:block; }
 }