.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b61ae300-772e-46ce-96aa-8121cf09da0f/07.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;overflow:visible;position:relative;display:block; }#hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { color:#ffd700;display:block;width:20.625rem;position:absolute;font-family:"trebuchet ms";font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:11.9375rem;height:4.46875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.125rem;height:3.25rem;font-style:normal;display:block; }
#RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { color:#ffd700;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.1875rem;left:2.125rem;height:2.7625rem;font-style:normal;display:block; }
#PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.1875rem;left:19.6875rem;height:2.7625rem;font-style:normal;display:block; }
#wUfkGqTm5GcoZGQCUHeUWMlHKAHnUlQS { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.25rem;height:2.19375rem;font-style:normal;display:block; }
#rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { color:#ffd700;display:block;width:17.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:38.25rem;height:4.875rem;font-style:normal;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-form-header {  }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.21) ; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.21) ; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffd700;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#051e50;width:17.5rem;height:2.9375rem;font-family:raleway;overflow:hidden; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-moz-placeholder { color:#505050;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-moz-placeholder { color:#505050;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-ms-input-placeholder { color:#505050;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-webkit-input-placeholder { color:#505050;font-family:lato;font-size:0.8125rem;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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:raleway;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;line-height:1.4; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:first-of-type{padding-top:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:last-of-type{padding-bottom:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:11.71875rem;left:37.125rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:11.71875rem;left:37.125rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { position:relative;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gptONpsBNN5ROE5fcUM1wJNTm51hbzaF { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #UcJZ5gA2IdvNTCCbT072B8fHPkVB7qcZ { position:relative;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZGVZm8pSuaJODodWZH1ypyfd7kXJNgyC { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #K8nPG9crnneFz6NTneSU29cTb9wTwVPH { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #i3r6Bz0VZm7pu7ua3WSgg5kETSUQpAFe { position:relative;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #qnCM2ePhHUosvMPZbaMv3SpcdunNGPDJ { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { position:relative;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #eI3xhf16kku5Faif6sRe09eyqPqXfVqy { position:relative;display:block;z-index:15000; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #IVIaayUNDVR4wmG8Q9CTQkfxTAAftecf { position:relative;display:block;z-index:15000; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm { position:relative;z-index:2; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #iXyFmcg0Gp7Hm2bmk2e9u4sH5M222wlz { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #hGoRilCSeqd5HGVDufPFqgKwpV8SPMiT { position:relative;z-index:2; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mIV1TfH9rsKx4gqOaIfq7ANFnUgFAuWV { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF { position:relative; }
#DkAoH2mzaxqsbDu7cS3IMJyAvHHhQ4PP { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"trebuchet ms";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.84375rem;left:2.125rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd700;background-image:none;color:#051e50;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"trebuchet ms";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-label { background-color:;background-image:none;color:#ffd700;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:32.875rem;left:19.1875rem;z-index:15000; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #FsbunZZJcMzxvuqdm3opqUQxRhX7kioz { display:flex;position:relative;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #tlFKNJV0aBCh6GkeTFWCi3G0dZfNS769 { width:auto; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #qUqmHadHRcGHlwu3NUTpUaRBQUV3hShi {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #Rodh1FwIMTbGVwFcGUOH3kQbO8V6L42D { display:flex;position:relative;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #kEGwrXFDlETJs1yFoafwBB0TV0APp6ri {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #ebKPPDXXAELTUPhwU0oXdK1n7ORTvLhO {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #P9TqXCRsSpgySMFhydbua1QX9TNTBJ7m { display:flex;position:relative;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #J1yQFBbXd9IXuLBB5T4h4TTPMd5Z90If {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #buquBVVCV8TW2ypmoLTJrWlNfRsOo4xG {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #yulT44giyqWReTwgi7pTdgUC40TzvxCa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #RZspKh3QZIME2PKmNABDrHBMzQTkiObG {  }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #XZ9nNQlVIa7JsM3cV3UQ1Xvd46nEVXWL {  }
#rMDwFBDadyXUJuU9sowhQ9bCGCNmWt4A { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34rem;left:2.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UKdMAAAgbudbbZrBiw5hZ8sFSgE52nlL { box-sizing:content-box;height:45rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffd700;background-image:none;top:0rem;left:35.509376525879rem;display:block; }
#pgTmvAK1SkVVcVQF7JlfcQiiC7wu1coI { 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:2.375rem;width:9.625rem;top:3.046875rem;left:1.5625rem;overflow:hidden;display:block; }
#Bco6JxePLOPhXdrdQ9Q9oz7EIk19idq9 { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.9375rem;height:3.25rem;font-style:normal;display:block; }
#zp5WeyyEmuTTrBplxkarUSSUS0W5J38d { box-sizing:content-box;height:45rem;width:24.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.21);background-image:none;top:0rem;left:35.509376525879rem;display:block; }
#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { 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; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { background-color: transparent; background-image: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .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); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { border-width: 0; border-radius: 0; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#ufaHhN1B7cBmXRzdAz2OFrshTfwHVMew { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrWkC8ysMxWol77svLv8PDrC3Mo3fGQC { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { 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:17rem;width:12.8125rem;top:12.8125rem;left:23.625rem;overflow:hidden;display:block; }
#LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { color:#051e50;display:block;width:18.375rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:8.125rem;height:1.625rem;font-style:normal;display:block; }
#zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { color:#051e50;display:block;width:15.375rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:8.125rem;height:4.875rem;font-style:normal;display:block; }
#O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { color:#051e50;display:block;width:18.375rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.9375rem;left:8.125rem;height:1.625rem;font-style:normal;display:block; }
#HAVnAcQh0N63ioCJLTiiTToybez0tfDv { color:#051e50;display:block;width:21.1875rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.625rem;left:8.125rem;height:1.21875rem;font-style:normal;display:block; }
#GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { color:#051e50;display:block;width:15.125rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.9375rem;left:43.3125rem;height:1.625rem;font-style:normal;display:block; }
#Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { color:#051e50;display:block;width:11.5625rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.625rem;left:43.3125rem;height:2.4375rem;font-style:normal;display:block; }
#LSImLWRsTk2ut08aBImeb85garwTfn67 { color:#051e50;display:block;width:16.6875rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.625rem;left:43.3125rem;height:1.21875rem;font-style:normal;display:block; }
#miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { color:#051e50;display:block;width:16.375rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:43.3125rem;height:1.625rem;font-style:normal;display:block; }
#DZWctgfMnT2Wk9OgVJfAsrUTPAPLtUEV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:14.5625rem;left:4.4375rem; }
#puNEnp3ROeZ92cT3UCLimTxfMD4ODrF5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:24.5625rem;left:4.4375rem; }
#oCFr3pBnVFskDBhAtMRu0J9G9R4QcakB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:24.5625rem;left:39.625rem; }
#fp6Np7ObcGdSKOTshpMuAOXaFr5bd8uJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:14.5625rem;left:39.625rem; }
#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b61ae300-772e-46ce-96aa-8121cf09da0f/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq.adaptive-delivery-prevent-bg, #ymMvEV34FOqdkEMqPNcEserXHvqNHbHq.lazyload, #ymMvEV34FOqdkEMqPNcEserXHvqNHbHq.lazyloading { background-image: none; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container { background-color: transparent; background-image: none; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container > .video-iframe-container { display: none; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row > .video-iframe-container { display: none; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .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); }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container { border-width: 0; border-radius: 0; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq::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; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#eRraWxSQrwAWz69iZq0tw1pySIwG5EdX { color:#ffd700;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bK1ZbZvqaEHclPAQUnfH7Txt2vllRdvk { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.4375rem;left:6rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1rzW5Jd3c2gNfeaVEvIP0TKD0pOP2ma { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:7.8125rem;left:2.9375rem; }
#CyA8gTBqPhvPNgMXaZIDzUTp9cbyD8e8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.9375rem;left:20.8125rem; }
#FCe0DnOUKLSvq4xTchZrKzf7J5pZx6BT { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.3125rem;left:23.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7VJ6s30T6WDbdvsN4CuTJ1EAEIap8TV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:7.6875rem;left:36.5625rem; }
#HCkMnOPdJMW5D1kFfIfLQu6I2Ep31iSZ { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.9375rem;left:39.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu { 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; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container { background-color: transparent; background-image: none; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container > .video-iframe-container { display: none; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row > .video-iframe-container { display: none; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .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); }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container { border-width: 0; border-radius: 0; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#ynmBMZuWQA8l9vwM00pTXg5tyh51iity { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CThlkD7TVCbRB7fbBsXruLmvH9r6cTqs { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b14ehffCqS8MM6CgzHaA49UXGOreyWIW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6.125rem;left:4.25rem; }
#m7WCcMAJiX8R98Jqt31DsDm4KGTpGLDn { 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:30.9375rem;width:51.25rem;top:10.4375rem;left:4.375rem;overflow:hidden;display:block; }
#Pl1OtDJyl78hORUKIkZVtQeqlQsHbZsZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:6.125rem;left:7.3125rem; }
#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd700;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; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container { background-color: transparent; background-image: none; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container > .video-iframe-container { display: none; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row > .video-iframe-container { display: none; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .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); }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container { border-width: 0; border-radius: 0; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#T38Ns8L6hxVgR1HCtLrXgfVrPTQccmtn { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBuUZtf7bhTwCSgiGV9UC45MXWVTxAth { color:#051e50;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcZGtAJvn53pXWmzUTTHqAbTvfCRbJT1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:5.625rem;left:4.125rem; }
#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 { 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; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container { background-color: transparent; background-image: none; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container > .video-iframe-container { display: none; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row > .video-iframe-container { display: none; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .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); }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container { border-width: 0; border-radius: 0; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container { font-size:0.875rem;font-family:arial;height:74.5rem;width:60rem;position:relative;display:block; }#gT1Ccka4Cfs3wsbg7LKMLU9SRyq7Bg2W { color:#051e50;display:block;width:36.5rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoZHO7ErrFq5nHkt36FqhZVuEezZB2BT { color:#051e50;display:block;width:49.6875rem;position:absolute;font-family:"trebuchet ms";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:6.75rem;height:1.625rem;font-style:normal;display:block; }
#GWGACzST5dvTQWrFBTDPo8TzKx6zaV1y { 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:2.5625rem;width:1.1875rem;top:1.8125rem;left:4.625rem;overflow:hidden;display:block; }
#I6xISF9s9W46ht2kiWq4AfXJB0ypDDTK { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:12.3125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3xTd6KIOxNhBoUZBR3bM6M2okmb3ro5 { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.5625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9SHMMfKUthDgiFB2v3zM3QwKJTyShDJ { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:29.3125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0BBUlI1O68p2TcwzJuEIBN38kKW5kL6 { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:25.0625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3fgKTwEJbJJ3xgT81eCStzdlDWIw4L7 { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:20.8125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgoBJUu9zayOcZV7uRVSLF4FEHEkCaIi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.6875rem;top:8.1875rem;left:12.5rem;overflow:hidden;display:block; }
#JBh49yB0ncGX8vnJDiT3MmZ2MSCfwW5r { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.625rem;top:12.1875rem;left:11.625rem;overflow:hidden;display:block; }
#iGkQLnW8miTtKTo28JSCxz7oDZM79W2H { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:10.4375rem;top:16.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#NEJnrWslpiMLlim9glio9DDLaR4ZAJbf { position:absolute;display:block;z-index:15023;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:3rem;width:5.3125rem;top:20.0625rem;left:12rem;overflow:hidden;display:block; }
#kPRvPyvIGoMF7QfeRufiyboBX7EvrJTe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.25rem;top:25.1875rem;left:11rem;overflow:hidden;display:block; }
#rvoeRxBOACAuNm2g6irkNpNAtKSrOGig { position:absolute;display:block;z-index:15023;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.25rem;width:9.5625rem;top:29.3125rem;left:8.875rem;overflow:hidden;display:block; }
#BbXMwSsu4HtGAOUOIusxF3ITP8eQyodw { box-sizing:content-box;height:62.5rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#ffd700;background-image:none;top:7.875rem;left:19.3125rem;display:block; }
#g0p3d7yVXXefH3BOZVnE26J73cMqaAXC { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:50.5625rem;left:21.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZuPRkD8ua3JzCwtsVxl9OI31uHCchik { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:46.3125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEt5QM7o5HB0B7Iyq9iwZIteTA24JdNV { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:42.0625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nbo6fyoXQihHEPogtclRiTmT0SoqqpON { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:37.8125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPV67TvCTQV7FuuqXTFm52GNilGvfNea { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.5625rem;left:21.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TN0RJLPZyUsOvWxEkX7oaa21WI1KMWnq { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:67.5625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqK7lDr4hZsQ8BL5gtM7ufdTq0bJ8E7p { color:#051e50;display:block;width:35rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:63.3125rem;left:21.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ez0zJqDUzAfLZqmERUMeipP1zTVaVa4m { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:59.0625rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5wCEyT9y64GJtyqmdz2Z4gePkJ2eFyv { color:#051e50;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:54.8125rem;left:21.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wog3imEQCrt7u4wfZkySzZDt2T1sIW4A { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.5625rem;top:34.1875rem;left:12.5rem;overflow:hidden;display:block; }
#FxbR9Ct5qLl2eER3Rub9Inu2EZmDklq7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.875rem;top:37.625rem;left:10.375rem;overflow:hidden;display:block; }
#mC49TB1zK7ku4m4Pzi1UoQXL9x4v9wWC { position:absolute;display:block;z-index:15025;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:2rem;width:7.25rem;top:41.8125rem;left:10.125rem;overflow:hidden;display:block; }
#OwDUpFADgrmROHtDqBLsHkHhorwV3CRu { position:absolute;display:block;z-index:15026;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:1rem;width:8.25rem;top:46.5625rem;left:9.25rem;overflow:hidden;display:block; }
#clUAavq0EeoGyZV0C3dtIBfvcCrLWwZ4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.4375rem;top:51.0625rem;left:8.8525219298244rem;overflow:hidden;display:block; }
#QtVyTNZD1MVCJlTWMz74cwNVcEhoTsZ2 { position:absolute;display:block;z-index:15028;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.25rem;width:5.4375rem;top:54.15625rem;left:11.530768525312rem;overflow:hidden;display:block; }
#w3cnwdL0uo2CJFPgzLpzgBByLnv5Tf2R { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.0625rem;top:58.3125rem;left:12.030048076923rem;overflow:hidden;display:block; }
#zScIL6AH7gmsrwZ4WMRzlbn4tEPnlqC2 { position:absolute;display:block;z-index:15030;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.25rem;width:2.5625rem;top:62.5625rem;left:14.25rem;overflow:hidden;display:block; }
#JFUrV00DgZP9T3OKIWugHc52qLpNoeI7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.4375rem;top:67.125rem;left:11.8125rem;overflow:hidden;display:block; }
#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b61ae300-772e-46ce-96aa-8121cf09da0f/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv.adaptive-delivery-prevent-bg, #QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv.lazyload, #QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv.lazyloading { background-image: none; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container { background-color: transparent; background-image: none; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container > .video-iframe-container { display: none; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.85); }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row > .video-iframe-container { display: none; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .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); }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container { border-width: 0; border-radius: 0; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv::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; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#gPhH7u7cR5CdS25iAIANAI14TwLSInKv { color:#ffd700;display:block;width:60rem;position:absolute;font-family:"trebuchet ms";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJ1p8pyUzL3PIO2w5HJRdT2XfgKbw9No { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"trebuchet ms";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.5625rem;left:24.0625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyvwLoU8gtrHuPzaVXRBrPTGGV6FpmgN { 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:10.3125rem;width:4.875rem;top:8.8125rem;left:15.3125rem;overflow:hidden;display:block; }
#WTJid1m5rST8p73TpZDX7niSieRO8tOg { 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.125rem;width:7.125rem;top:8.875rem;left:3.8125rem;overflow:hidden;display:block; }
#yuTLhZMSNCWFJ8GKXJ7kReC3T9V1M8c6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:3.078125rem;left:3.8125rem; }
#KMqruhe7Il0znyutkHqdGy7MaolSNbaZ { 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.4375rem;width:7.3125rem;top:14.6875rem;left:3.6209885817307rem;overflow:hidden;display:block; }
#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051e50;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;z-index:auto;display:block; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container { background-color: transparent; background-image: none; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container > .video-iframe-container { display: none; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row > .video-iframe-container { display: none; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .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); }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container { border-width: 0; border-radius: 0; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#NkKMQnRo5VrIFpSaUsbMGFwx5RoGqrbo { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:;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;font-style:normal;display:block; }
#whLFweVCron9NL2IrTvxQ3fUWNVL1wuy { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.1875rem;left:52.3125rem;height:1.125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { width:20.625rem;height:4.5rem;top:2rem;left:5.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { width:30.6875rem;height:3.25rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { width:14.625rem;height:2.75rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:13.6875rem;height:2.75rem;top:40.1875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfkGqTm5GcoZGQCUHeUWMlHKAHnUlQS { width:13.4375rem;height:0.125rem;top:3.125rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:17.75rem;height:4.875rem;top:6.125rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:17.5rem;height:auto;top:11.6875rem;left:27.75rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:17.5rem;height:auto;top:11.6875rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gptONpsBNN5ROE5fcUM1wJNTm51hbzaF {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #UcJZ5gA2IdvNTCCbT072B8fHPkVB7qcZ {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZGVZm8pSuaJODodWZH1ypyfd7kXJNgyC {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #K8nPG9crnneFz6NTneSU29cTb9wTwVPH {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #i3r6Bz0VZm7pu7ua3WSgg5kETSUQpAFe {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #qnCM2ePhHUosvMPZbaMv3SpcdunNGPDJ {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #eI3xhf16kku5Faif6sRe09eyqPqXfVqy {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #IVIaayUNDVR4wmG8Q9CTQkfxTAAftecf {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #iXyFmcg0Gp7Hm2bmk2e9u4sH5M222wlz {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #hGoRilCSeqd5HGVDufPFqgKwpV8SPMiT {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mIV1TfH9rsKx4gqOaIfq7ANFnUgFAuWV {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #DkAoH2mzaxqsbDu7cS3IMJyAvHHhQ4PP { width:28rem;height:5.6875rem;top:8.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta { width:13.5rem;height:5.0625rem;display:flex;top:20.5625rem;left:7.2999992370606rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #FsbunZZJcMzxvuqdm3opqUQxRhX7kioz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #tlFKNJV0aBCh6GkeTFWCi3G0dZfNS769 {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #qUqmHadHRcGHlwu3NUTpUaRBQUV3hShi {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #Rodh1FwIMTbGVwFcGUOH3kQbO8V6L42D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #kEGwrXFDlETJs1yFoafwBB0TV0APp6ri {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #ebKPPDXXAELTUPhwU0oXdK1n7ORTvLhO {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #P9TqXCRsSpgySMFhydbua1QX9TNTBJ7m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #J1yQFBbXd9IXuLBB5T4h4TTPMd5Z90If {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #buquBVVCV8TW2ypmoLTJrWlNfRsOo4xG {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #yulT44giyqWReTwgi7pTdgUC40TzvxCa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #RZspKh3QZIME2PKmNABDrHBMzQTkiObG {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #XZ9nNQlVIa7JsM3cV3UQ1Xvd46nEVXWL {  }
 }@media only screen and (max-width: 763px) { #rMDwFBDadyXUJuU9sowhQ9bCGCNmWt4A { width:15.375rem;height:1.625rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdMAAAgbudbbZrBiw5hZ8sFSgE52nlL { top:0rem;left:29.384376525879rem;width:0.0625rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTmvAK1SkVVcVQF7JlfcQiiC7wu1coI { top:3rem;left:0rem;width:9.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bco6JxePLOPhXdrdQ9Q9oz7EIk19idq9 { width:30.6875rem;height:3.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp5WeyyEmuTTrBplxkarUSSUS0W5J38d { top:0rem;left:23.125rem;width:24.625rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufaHhN1B7cBmXRzdAz2OFrshTfwHVMew { width:47.75rem;height:2rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrWkC8ysMxWol77svLv8PDrC3Mo3fGQC { width:47.75rem;height:3.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { width:12.8125rem;height:17rem;top:12.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { width:18.375rem;height:1.625rem;top:14.9375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { width:15.375rem;height:4.875rem;top:17.625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { width:18.375rem;height:1.625rem;top:24.9375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVnAcQh0N63ioCJLTiiTToybez0tfDv { width:21.1875rem;height:1.1875rem;top:27.625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { width:15.125rem;height:1.625rem;top:24.9375rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { width:11.5625rem;height:2.4375rem;top:27.625rem;left:36.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSImLWRsTk2ut08aBImeb85garwTfn67 { width:16.6875rem;height:1.1875rem;top:17.625rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { width:16.375rem;height:1.625rem;top:14.9375rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWctgfMnT2Wk9OgVJfAsrUTPAPLtUEV { width:2.5rem;height:2.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNEnp3ROeZ92cT3UCLimTxfMD4ODrF5 { width:2.5rem;height:2.5rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFr3pBnVFskDBhAtMRu0J9G9R4QcakB { width:2.5rem;height:2.5rem;top:24.5625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp6Np7ObcGdSKOTshpMuAOXaFr5bd8uJ { width:2.5rem;height:2.5rem;top:14.5625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMvEV34FOqdkEMqPNcEserXHvqNHbHq { display:block; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRraWxSQrwAWz69iZq0tw1pySIwG5EdX { width:47.75rem;height:2rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK1ZbZvqaEHclPAQUnfH7Txt2vllRdvk { width:9.5rem;height:0;top:8.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rzW5Jd3c2gNfeaVEvIP0TKD0pOP2ma { width:2.5rem;height:2.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyA8gTBqPhvPNgMXaZIDzUTp9cbyD8e8 { width:2.3125rem;height:2.3125rem;top:7.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCe0DnOUKLSvq4xTchZrKzf7J5pZx6BT { width:9.5rem;height:1.5rem;top:8.3125rem;left:17.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VJ6s30T6WDbdvsN4CuTJ1EAEIap8TV { width:3.125rem;height:3.125rem;top:7.6875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCkMnOPdJMW5D1kFfIfLQu6I2Ep31iSZ { width:20.1875rem;height:4.5rem;top:6.9375rem;left:27.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu { display:block; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynmBMZuWQA8l9vwM00pTXg5tyh51iity { width:47.75rem;height:2rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThlkD7TVCbRB7fbBsXruLmvH9r6cTqs { width:47.75rem;height:3.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14ehffCqS8MM6CgzHaA49UXGOreyWIW { width:2.5rem;height:2.5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WCcMAJiX8R98Jqt31DsDm4KGTpGLDn { top:10.4375rem;left:0rem;width:47.75rem;height:28.824695121951rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl1OtDJyl78hORUKIkZVtQeqlQsHbZsZ { width:2.5rem;height:2.5rem;top:6.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgRAXULDdtDL0kLe2fkleZEwgTEATeTn { display:block; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T38Ns8L6hxVgR1HCtLrXgfVrPTQccmtn { width:47.75rem;height:2rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBuUZtf7bhTwCSgiGV9UC45MXWVTxAth { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZGtAJvn53pXWmzUTTHqAbTvfCRbJT1 { width:2.5rem;height:2.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 { display:block; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT1Ccka4Cfs3wsbg7LKMLU9SRyq7Bg2W { width:36.5rem;height:1.5rem;top:8.0625rem;left:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoZHO7ErrFq5nHkt36FqhZVuEezZB2BT { width:47.75rem;height:1.625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWGACzST5dvTQWrFBTDPo8TzKx6zaV1y { top:1.8125rem;left:0rem;width:1.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6xISF9s9W46ht2kiWq4AfXJB0ypDDTK { width:33.75rem;height:1.5rem;top:12.3125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3xTd6KIOxNhBoUZBR3bM6M2okmb3ro5 { width:33.75rem;height:1.5rem;top:16.5625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9SHMMfKUthDgiFB2v3zM3QwKJTyShDJ { width:33.75rem;height:1.5rem;top:29.3125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0BBUlI1O68p2TcwzJuEIBN38kKW5kL6 { width:33.75rem;height:1.5rem;top:25.0625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3fgKTwEJbJJ3xgT81eCStzdlDWIw4L7 { width:33.75rem;height:1.5rem;top:20.8125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgoBJUu9zayOcZV7uRVSLF4FEHEkCaIi { top:8.1875rem;left:6.375rem;width:4.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBh49yB0ncGX8vnJDiT3MmZ2MSCfwW5r { top:12.1875rem;left:5.5rem;width:5.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGkQLnW8miTtKTo28JSCxz7oDZM79W2H { top:16.6875rem;left:1.3125rem;width:10.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJnrWslpiMLlim9glio9DDLaR4ZAJbf { top:20.0625rem;left:5.875rem;width:5.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPRvPyvIGoMF7QfeRufiyboBX7EvrJTe { top:25.1875rem;left:4.875rem;width:6.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvoeRxBOACAuNm2g6irkNpNAtKSrOGig { top:29.3125rem;left:2.75rem;width:9.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbXMwSsu4HtGAOUOIusxF3ITP8eQyodw { top:7.875rem;left:13.1875rem;width:0.125rem;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0p3d7yVXXefH3BOZVnE26J73cMqaAXC { width:33.75rem;height:3rem;top:50.5625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuPRkD8ua3JzCwtsVxl9OI31uHCchik { width:33.75rem;height:1.5rem;top:46.3125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEt5QM7o5HB0B7Iyq9iwZIteTA24JdNV { width:33.75rem;height:1.5rem;top:42.0625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbo6fyoXQihHEPogtclRiTmT0SoqqpON { width:33.75rem;height:1.5rem;top:37.8125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPV67TvCTQV7FuuqXTFm52GNilGvfNea { width:33.75rem;height:3rem;top:33.5625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0RJLPZyUsOvWxEkX7oaa21WI1KMWnq { width:33.75rem;height:1.5rem;top:67.5625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqK7lDr4hZsQ8BL5gtM7ufdTq0bJ8E7p { width:35rem;height:3rem;top:63.3125rem;left:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez0zJqDUzAfLZqmERUMeipP1zTVaVa4m { width:33.75rem;height:1.5rem;top:59.0625rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wCEyT9y64GJtyqmdz2Z4gePkJ2eFyv { width:33.75rem;height:1.5rem;top:54.8125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wog3imEQCrt7u4wfZkySzZDt2T1sIW4A { top:34.1875rem;left:6.375rem;width:3.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxbR9Ct5qLl2eER3Rub9Inu2EZmDklq7 { top:37.625rem;left:4.25rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC49TB1zK7ku4m4Pzi1UoQXL9x4v9wWC { top:41.8125rem;left:4rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwDUpFADgrmROHtDqBLsHkHhorwV3CRu { top:46.5625rem;left:3.125rem;width:8.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUAavq0EeoGyZV0C3dtIBfvcCrLWwZ4 { top:51.0625rem;left:2.7275219298246rem;width:9.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVyTNZD1MVCJlTWMz74cwNVcEhoTsZ2 { top:54.125rem;left:5.4057685253118rem;width:5.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3cnwdL0uo2CJFPgzLpzgBByLnv5Tf2R { top:58.3125rem;left:5.9050480769231rem;width:5.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScIL6AH7gmsrwZ4WMRzlbn4tEPnlqC2 { top:62.5625rem;left:8.125rem;width:2.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUrV00DgZP9T3OKIWugHc52qLpNoeI7 { top:67.125rem;left:5.6875rem;width:5.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv { display:block; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPhH7u7cR5CdS25iAIANAI14TwLSInKv { width:47.75rem;height:2rem;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1p8pyUzL3PIO2w5HJRdT2XfgKbw9No { width:33.75rem;height:10.5rem;top:8.5625rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyvwLoU8gtrHuPzaVXRBrPTGGV6FpmgN { top:8.8125rem;left:9.1875rem;width:4.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJid1m5rST8p73TpZDX7niSieRO8tOg { width:7.125rem;height:4.125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTLhZMSNCWFJ8GKXJ7kReC3T9V1M8c6 { width:2.5rem;height:2.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMqruhe7Il0znyutkHqdGy7MaolSNbaZ { width:7.3125rem;height:4.4375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL { display:block; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkKMQnRo5VrIFpSaUsbMGFwx5RoGqrbo { top:1.1875rem;left:0rem;width:22.0625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLFweVCron9NL2IrTvxQ3fUWNVL1wuy { top:1.1875rem;left:40.0625rem;width:7.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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b61ae300-772e-46ce-96aa-8121cf09da0f/07.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,30,80,0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { width:20rem;height:2.4375rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { width:20rem;height:2.6rem;top:17.6125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { width:20rem;height:2.6rem;top:35.6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:17.5625rem;height:2.6rem;top:39.45rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUfkGqTm5GcoZGQCUHeUWMlHKAHnUlQS { width:20rem;height:4.375rem;top:46.425rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:20rem;height:2.375rem;top:49.425rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;color:#3b3e3c; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:17.5rem;height:auto;top:45.9375rem;left:0rem; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:17.5rem;height:auto;top:45.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gptONpsBNN5ROE5fcUM1wJNTm51hbzaF {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #UcJZ5gA2IdvNTCCbT072B8fHPkVB7qcZ {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZGVZm8pSuaJODodWZH1ypyfd7kXJNgyC {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #K8nPG9crnneFz6NTneSU29cTb9wTwVPH {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #i3r6Bz0VZm7pu7ua3WSgg5kETSUQpAFe {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #qnCM2ePhHUosvMPZbaMv3SpcdunNGPDJ {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #eI3xhf16kku5Faif6sRe09eyqPqXfVqy {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #IVIaayUNDVR4wmG8Q9CTQkfxTAAftecf {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #iXyFmcg0Gp7Hm2bmk2e9u4sH5M222wlz {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #hGoRilCSeqd5HGVDufPFqgKwpV8SPMiT {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mIV1TfH9rsKx4gqOaIfq7ANFnUgFAuWV {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #DkAoH2mzaxqsbDu7cS3IMJyAvHHhQ4PP { width:20rem;height:7.8rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta { width:13.5rem;height:5.0625rem;display:flex;top:29.1625rem;left:3.1875rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #FsbunZZJcMzxvuqdm3opqUQxRhX7kioz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #tlFKNJV0aBCh6GkeTFWCi3G0dZfNS769 {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #qUqmHadHRcGHlwu3NUTpUaRBQUV3hShi {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #Rodh1FwIMTbGVwFcGUOH3kQbO8V6L42D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #kEGwrXFDlETJs1yFoafwBB0TV0APp6ri {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #ebKPPDXXAELTUPhwU0oXdK1n7ORTvLhO {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #P9TqXCRsSpgySMFhydbua1QX9TNTBJ7m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #J1yQFBbXd9IXuLBB5T4h4TTPMd5Z90If {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #buquBVVCV8TW2ypmoLTJrWlNfRsOo4xG {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #yulT44giyqWReTwgi7pTdgUC40TzvxCa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #RZspKh3QZIME2PKmNABDrHBMzQTkiObG {  }
 }@media only screen and (max-width: 763px) { #VpEEo6CtA8icyyKhGlcPflCTRi1t7Lta #XZ9nNQlVIa7JsM3cV3UQ1Xvd46nEVXWL {  }
 }@media only screen and (max-width: 763px) { #rMDwFBDadyXUJuU9sowhQ9bCGCNmWt4A { width:15.375rem;height:1.3rem;top:26.6125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdMAAAgbudbbZrBiw5hZ8sFSgE52nlL { width:0.0625rem;height:41.75rem;top:43.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgTmvAK1SkVVcVQF7JlfcQiiC7wu1coI { width:9.625rem;height:2.375rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bco6JxePLOPhXdrdQ9Q9oz7EIk19idq9 { width:20rem;height:3.9rem;top:21.4625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp5WeyyEmuTTrBplxkarUSSUS0W5J38d { width:20rem;height:32.6875rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufaHhN1B7cBmXRzdAz2OFrshTfwHVMew { width:20rem;height:1.4625rem;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) { #zrWkC8ysMxWol77svLv8PDrC3Mo3fGQC { width:20rem;height:1.70625rem;top:3.9625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { width:12.8125rem;height:17rem;top:26.918750762939rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { width:18.375rem;height:1.625rem;top:10.66875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { width:20rem;height:3.65625rem;top:12.856250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { width:18.375rem;height:1.625rem;top:21.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVnAcQh0N63ioCJLTiiTToybez0tfDv { width:20rem;height:1.21875rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { width:15.125rem;height:1.625rem;top:38.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { width:15.8125rem;height:2.4375rem;top:41.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSImLWRsTk2ut08aBImeb85garwTfn67 { width:16.6875rem;height:1.21875rem;top:31.9375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { width:16.375rem;height:1.625rem;top:29.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWctgfMnT2Wk9OgVJfAsrUTPAPLtUEV { width:2.5rem;height:2.5rem;top:8.2312507629394rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNEnp3ROeZ92cT3UCLimTxfMD4ODrF5 { width:2.5rem;height:2.5rem;top:18.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFr3pBnVFskDBhAtMRu0J9G9R4QcakB { width:2.5rem;height:2.5rem;top:35.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp6Np7ObcGdSKOTshpMuAOXaFr5bd8uJ { width:2.5rem;height:2.5rem;top:27.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMvEV34FOqdkEMqPNcEserXHvqNHbHq { display:block; }#ymMvEV34FOqdkEMqPNcEserXHvqNHbHq > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRraWxSQrwAWz69iZq0tw1pySIwG5EdX { width:20rem;height:1.4625rem;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) { #bK1ZbZvqaEHclPAQUnfH7Txt2vllRdvk { width:20rem;height:2.1rem;top:7.7125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rzW5Jd3c2gNfeaVEvIP0TKD0pOP2ma { width:2.5rem;height:2.5rem;top:4.7749996185303rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyA8gTBqPhvPNgMXaZIDzUTp9cbyD8e8 { width:2.3125rem;height:2.3125rem;top:11.8125rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCe0DnOUKLSvq4xTchZrKzf7J5pZx6BT { width:9.5rem;height:4.2rem;top:14.625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VJ6s30T6WDbdvsN4CuTJ1EAEIap8TV { width:3.125rem;height:3.125rem;top:21.200000762939rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCkMnOPdJMW5D1kFfIfLQu6I2Ep31iSZ { width:13.9375rem;height:6.3rem;top:24.262499809265rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu { display:block; }#BmTNLezQpLiE1TlRUJNJPck1oFhc5KVu > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynmBMZuWQA8l9vwM00pTXg5tyh51iity { width:20rem;height:1.4625rem;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) { #CThlkD7TVCbRB7fbBsXruLmvH9r6cTqs { width:20rem;height:1.70625rem;top:3.9625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14ehffCqS8MM6CgzHaA49UXGOreyWIW { width:2.5rem;height:2.5rem;top:6.2937507629394rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WCcMAJiX8R98Jqt31DsDm4KGTpGLDn { width:20rem;height:12.0729375rem;top:10.293749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl1OtDJyl78hORUKIkZVtQeqlQsHbZsZ { width:2.5rem;height:2.5rem;top:6.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgRAXULDdtDL0kLe2fkleZEwgTEATeTn { display:block; }#WgRAXULDdtDL0kLe2fkleZEwgTEATeTn > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T38Ns8L6hxVgR1HCtLrXgfVrPTQccmtn { width:20rem;height:1.4625rem;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) { #fBuUZtf7bhTwCSgiGV9UC45MXWVTxAth { width:20rem;height:1.70625rem;top:3.9625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZGtAJvn53pXWmzUTTHqAbTvfCRbJT1 { width:2.5rem;height:2.5rem;top:6.91875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 { display:block; }#IUe3eBLEkkQnf6W9eIeffOW3t2ePTo05 > .row .container { width:20rem;height:151.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT1Ccka4Cfs3wsbg7LKMLU9SRyq7Bg2W { width:20rem;height:5.1rem;top:11.475rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoZHO7ErrFq5nHkt36FqhZVuEezZB2BT { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GWGACzST5dvTQWrFBTDPo8TzKx6zaV1y { width:1.1875rem;height:2.5625rem;top:5.2249984741211rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6xISF9s9W46ht2kiWq4AfXJB0ypDDTK { width:20rem;height:3.4rem;top:21.9625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3xTd6KIOxNhBoUZBR3bM6M2okmb3ro5 { width:20rem;height:3.4rem;top:30.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9SHMMfKUthDgiFB2v3zM3QwKJTyShDJ { width:20rem;height:3.4rem;top:58.6125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0BBUlI1O68p2TcwzJuEIBN38kKW5kL6 { width:20rem;height:3.4rem;top:49.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3fgKTwEJbJJ3xgT81eCStzdlDWIw4L7 { width:20rem;height:3.4rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgoBJUu9zayOcZV7uRVSLF4FEHEkCaIi { width:4.6875rem;height:1.3125rem;top:9.9125061035156rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBh49yB0ncGX8vnJDiT3MmZ2MSCfwW5r { width:5.625rem;height:1.6875rem;top:20.024993896484rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGkQLnW8miTtKTo28JSCxz7oDZM79W2H { width:10.4375rem;height:1.25rem;top:29.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJnrWslpiMLlim9glio9DDLaR4ZAJbf { width:5.3125rem;height:3rem;top:37.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPRvPyvIGoMF7QfeRufiyboBX7EvrJTe { width:6.25rem;height:1.25rem;top:47.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvoeRxBOACAuNm2g6irkNpNAtKSrOGig { width:9.5625rem;height:2.25rem;top:56.362503051757rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbXMwSsu4HtGAOUOIusxF3ITP8eQyodw { width:0.125rem;height:62.5rem;top:133.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0p3d7yVXXefH3BOZVnE26J73cMqaAXC { width:20rem;height:5.1rem;top:98.0125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZuPRkD8ua3JzCwtsVxl9OI31uHCchik { width:20rem;height:3.4rem;top:89.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEt5QM7o5HB0B7Iyq9iwZIteTA24JdNV { width:20rem;height:1.7rem;top:84.212493896488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbo6fyoXQihHEPogtclRiTmT0SoqqpON { width:20rem;height:1.7rem;top:77.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPV67TvCTQV7FuuqXTFm52GNilGvfNea { width:20rem;height:5.1rem;top:67.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0RJLPZyUsOvWxEkX7oaa21WI1KMWnq { width:20rem;height:3.4rem;top:144.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqK7lDr4hZsQ8BL5gtM7ufdTq0bJ8E7p { width:20rem;height:5.1rem;top:131.87500286102rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez0zJqDUzAfLZqmERUMeipP1zTVaVa4m { width:20rem;height:1.7rem;top:121.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wCEyT9y64GJtyqmdz2Z4gePkJ2eFyv { width:20rem;height:3.4rem;top:110.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wog3imEQCrt7u4wfZkySzZDt2T1sIW4A { width:3.5625rem;height:1.75rem;top:65.0625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxbR9Ct5qLl2eER3Rub9Inu2EZmDklq7 { width:6.875rem;height:1.875rem;top:75.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC49TB1zK7ku4m4Pzi1UoQXL9x4v9wWC { width:7.25rem;height:2rem;top:82.274993896488rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwDUpFADgrmROHtDqBLsHkHhorwV3CRu { width:8.25rem;height:1rem;top:88.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUAavq0EeoGyZV0C3dtIBfvcCrLWwZ4 { width:9.4375rem;height:1.375rem;top:96.074996948244rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtVyTNZD1MVCJlTWMz74cwNVcEhoTsZ2 { width:5.4375rem;height:3.25rem;top:106.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3cnwdL0uo2CJFPgzLpzgBByLnv5Tf2R { width:5.0625rem;height:3.3125rem;top:117.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScIL6AH7gmsrwZ4WMRzlbn4tEPnlqC2 { width:2.5625rem;height:4.25rem;top:127.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUrV00DgZP9T3OKIWugHc52qLpNoeI7 { width:5.4375rem;height:3.625rem;top:140.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv { display:block; }#QqpUdaHK3J5rqbUBHAhMJcOJayMn0uTv > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPhH7u7cR5CdS25iAIANAI14TwLSInKv { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1p8pyUzL3PIO2w5HJRdT2XfgKbw9No { width:20rem;height:27rem;top:19.525001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyvwLoU8gtrHuPzaVXRBrPTGGV6FpmgN { width:2.6875rem;height:5.625rem;top:12.33749961853rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJid1m5rST8p73TpZDX7niSieRO8tOg { width:7.125rem;height:4.125rem;top:5.2749996185303rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTLhZMSNCWFJ8GKXJ7kReC3T9V1M8c6 { width:2.5rem;height:2.5rem;top:3.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMqruhe7Il0znyutkHqdGy7MaolSNbaZ { width:7.3125rem;height:4.4375rem;top:5.1187505722046rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL { position:relative;z-index:auto;display:block; }#rvQi6r29vTW9TJoKzU0VQxx6DEOPb4JL > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkKMQnRo5VrIFpSaUsbMGFwx5RoGqrbo { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whLFweVCron9NL2IrTvxQ3fUWNVL1wuy { width:7.6875rem;height:1.125rem;top:3.625rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }