.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;
}
html,
body {
  font-size: 16px;
}
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;
}
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); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO { 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; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { background-color: transparent; background-image: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container > .video-iframe-container { display: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container { display: none; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .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); }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { border-width: 0; border-radius: 0; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#Et2HArfsr7beMQSVtiNnySFQq8dSDPwX { position:absolute;display:block;z-index:100003;height:1.3125rem;width:19.25rem;top:3.03125rem;left:20.375rem;display:block; }
#cFpBUINJH8ydyACqwbptiGk4kuT3uMa8 { color:#000003;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:3.03125rem;left:40.125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#w8CZDapcgx65fNHxHZscu5yCrKyUVlEh { position:absolute;display:block;z-index:100004;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:5.125rem;width:16.75rem;top:1.125rem;left:1.625rem;overflow:hidden;display:block; }
#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#475aa7;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; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container { background-color: transparent; background-image: none; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container > .video-iframe-container { display: none; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row > .video-iframe-container { display: none; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .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); }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container { border-width: 0; border-radius: 0; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#SAJrAIqLif7Ue5b2C6eBtAxzG4ZkE6Lu { color:#f4f4f4;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.21875rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#FPEieAsr7RgoUR4GSyOAbZ26KbpqcAsg { z-index:100001;top:0rem;left:45rem;background-color:#d92026;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.3125rem rgba(49,51,60,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BfG9FxRi6uJuDppD2ctUDsd55CA5x62z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#teL7XxuVnVNs2DQ9JHLQFbiif9ZP3KqE { color:#f4f4f4;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:1.21875rem;left:15rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#d4FenPMvXhu6VsuGu19WLeg1tFhD0WM0 { color:#f4f4f4;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.21875rem;left:30rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/gtrpgTcp/header_bg_1920x586.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;overflow:visible;position:relative;display:block; }#ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { z-index:100000;top:22.375rem;left:2.0625rem;background-color:#d92026;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.3125rem rgba(49,51,60,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n7c8WyVfk7wVMea4g0W0WvTF7VvdFmoE { color:#023c71;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:15.9375rem;left:2.0625rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Byh7cT2JVoraWtyXmoNHOJJnEiyTUGVW { color:#023c71;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:5.125rem;left:2.0625rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iJUm33C1tQ0mfqOey6wr2V8EnT16NQ8o { position:absolute;display:block;z-index:100004;height:1.3125rem;width:18.0625rem;top:28.5rem;left:2.0625rem;display:block; }
#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container { background-color: transparent; background-image: none; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container > .video-iframe-container { display: none; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row > .video-iframe-container { display: none; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .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); }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container { border-width: 0; border-radius: 0; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#v93CVTo0ckZ5BwTK4AlxSF09nTnABAto { position:absolute;display:block;z-index:100029;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:5.625rem;width:5.625rem;top:1.03125rem;left:4.6875rem;overflow:hidden;display:block; }
#RxN2RexVDVIVvMyEsILPMWNBx5LB4V1K { position:absolute;display:block;z-index:100030;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:5.625rem;width:8.9375rem;top:1.03125rem;left:18.03125rem;overflow:hidden;display:block; }
#Mdzts0RCQvkASQrLd7HTFoCoZe26xq7p { position:absolute;display:block;z-index:100031;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:5.625rem;width:7.5rem;top:1.03125rem;left:48.75rem;overflow:hidden;display:block; }
#f57fetZeoF0eiTa0NbPPFTeeeH9Kvxs3 { position:absolute;display:block;z-index:100032;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:5.625rem;width:8.6875rem;top:1.03125rem;left:33.15625rem;overflow:hidden;display:block; }
#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { 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; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { background-color: transparent; background-image: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container > .video-iframe-container { display: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container { display: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .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); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { border-width: 0; border-radius: 0; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { color:#475aa7;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { color:#383636;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:9.8125rem;left:1.5rem;height:15.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qJz8NpCHfMVAfTg4Ubz0fmNwrVLtNsKk { position:absolute;display:block;z-index:100006;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:8.1875rem;left:1.5rem;display:block; }
#q48uBGDRN18rom6ftu9PoLWQ2rbKaLEJ { color:#475aa7;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6abzrLQS/bg2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN.adaptive-delivery-prevent-bg, #GLvbtIT87FlhJHxet73TtuUFJnUnFGaN.lazyload, #GLvbtIT87FlhJHxet73TtuUFJnUnFGaN.lazyloading { background-image: none; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container { background-color: transparent; background-image: none; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,90,167,0.5); }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container > .video-iframe-container { display: none; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,90,167,0.5); }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row > .video-iframe-container { display: none; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .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); }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container { border-width: 0; border-radius: 0; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN::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; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#b4wsTt3wsUfuQ5kTsO1GumonxpaFm6O4 { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:4.4375rem;left:2.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tT4oy07uXXwmooyv5L07RfmAucE7Tapb { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:29.375rem;width:17.5rem;top:3.125rem;left:1.25rem;display:block; }
#SokQ1QCfeH6fss9x3lUAiHbcnTXDCZlP { color:#383636;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:19.875rem;left:2.5rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECTKF14uEhghT8t1h8OJAhRcXHCmckZB { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:29.375rem;width:17.5rem;top:3.125rem;left:21.25rem;display:block; }
#gaNNn8ZqvSeeyLaay8NxOTemX5tx9gGD { color:#383636;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:19.875rem;left:22.5rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdAOWZFo3R7H21R6pRTka9oyDgE2bLlr { color:#475aa7;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:4.4375rem;left:24.34375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlgoNwsFgIE2fQBrQIAmvfvHuUtapEFi { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:29.375rem;width:17.5rem;top:3.125rem;left:41.25rem;display:block; }
#PDW9vueFP60nVPBln8aNKh2g7FTsSleD { color:#383636;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;top:19.875rem;left:42.5rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAKlT3iZo4Fl8yrdfm5Pv5o76sBbcluv { color:#475aa7;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:4.4375rem;left:43.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgimWkBsweZ6Gtpfc8oLaPdfccJqPx8T { position:absolute;display:block;z-index:100018;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:9.8125rem;width:17.5rem;top:8.5625rem;left:1.25rem;overflow:hidden;display:block; }
#HKnLz1lR1fBMOvqpw60FUlyAUFgbEzys { position:absolute;display:block;z-index:100019;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:9.8125rem;width:17.5rem;top:8.5625rem;left:21.25rem;overflow:hidden;display:block; }
#UmiLX9HvGJHDFXQq84sQnNecf9fVODRC { position:absolute;display:block;z-index:100020;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:9.8125rem;width:17.5rem;top:8.5625rem;left:41.25rem;overflow:hidden;display:block; }
#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { 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; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { background-color: transparent; background-image: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .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); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { border-width: 0; border-radius: 0; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { color:#475aa7;display:block;width:56.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qy5OME36JTES9FvA24aSRlVfSliIUH8c { color:#383636;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:7.15625rem;left:1.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stnCHWLLlT0VRFhzeWDIv13pgxXpHc7Z { position:absolute;display:block;z-index:100008;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:5.6875rem;left:1.5rem;display:block; }
#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW { 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; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container { background-color: transparent; background-image: none; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container > .video-iframe-container { display: none; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row > .video-iframe-container { display: none; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .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); }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container { border-width: 0; border-radius: 0; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#maIyrpTth7Xi3fTfBRRKHJb0MumyTWTV { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:1.4375rem;left:2.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#we0dp1rV5vCqNUGUf0OVN0i7aTrNDMUi { position:absolute;display:block;z-index:100029;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:5.625rem;width:5.625rem;top:5.875rem;left:7.1875rem;overflow:hidden;display:block; }
#xwmTfwOf2UHTz6ktuGDT8foD0v1EEuFD { position:absolute;display:block;z-index:100031;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:5.625rem;width:5.625rem;top:5.875rem;left:27.1875rem;overflow:hidden;display:block; }
#JONU3OJleRlwzXoHvgH0M9Akto0Ia67C { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:1.4375rem;left:22.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hldgTbMDMMysnaByeTcb5elrTp1lxSzc { position:absolute;display:block;z-index:100033;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:5.625rem;width:5.625rem;top:5.875rem;left:47.1875rem;overflow:hidden;display:block; }
#oWbh0TAgPqIzmpwZA5F045C2WwZiDg8Q { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:1.4375rem;left:42.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl { 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; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container { background-color: transparent; background-image: none; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container > .video-iframe-container { display: none; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row > .video-iframe-container { display: none; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .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); }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container { border-width: 0; border-radius: 0; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#QBgzywmWm2JFaHvexVvZsh3RheHCZHEh { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:1.4375rem;left:2.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTk8FNexPgiLT0FNFpOmUkwCSLzxqyMf { position:absolute;display:block;z-index:100029;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:5.625rem;width:5.625rem;top:5.875rem;left:7.1875rem;overflow:hidden;display:block; }
#TdNT6zUeJ6ceARfDTMkGQmuJPrMeSZx2 { position:absolute;display:block;z-index:100031;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:5.625rem;width:5.625rem;top:5.875rem;left:27.1875rem;overflow:hidden;display:block; }
#Urc7ZzwiS7StH5Tg2T414qKH8nkLyJts { color:#475aa7;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:1.4375rem;left:22.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZcz9O0dO4DCkcqDaFTAAAiTrVkR58XF { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.6875rem;left:46.875rem;overflow:hidden;display:block; }
#FTJliOuEeMzbvJzeDt1LqQCcPTrn3ox7 { color:#475aa7;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:1.4375rem;left:43.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U75A0PmButwKPSABvV8pDaOcvw7TUxwC { 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; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container { background-color: transparent; background-image: none; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container > .video-iframe-container { display: none; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row > .video-iframe-container { display: none; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .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); }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container { border-width: 0; border-radius: 0; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV { color:#383636;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:1.21875rem;left:0.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV li:before{  }
#VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk { color:#383636;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:1.21875rem;left:20.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk li:before{  }
#lobpukQSK7kiqCK37TFlEVgyRMWfqw0L { color:#383636;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:1.21875rem;left:40.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#lobpukQSK7kiqCK37TFlEVgyRMWfqw0L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lobpukQSK7kiqCK37TFlEVgyRMWfqw0L li:before{  }
#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov { 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; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { background-color: transparent; background-image: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container > .video-iframe-container { display: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row > .video-iframe-container { display: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .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); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { border-width: 0; border-radius: 0; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#UvTNChDNdrTtEtVWym11sZsndcU4PtXE { color:#475aa7;display:block;width:56.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ALFIXxODw1d2EJ8m1ARekHlMZseBdv44 { color:#383636;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:7.15625rem;left:1.5rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTkhHOJZIFvW0EyqFwibTWspMql7peAX { position:absolute;display:block;z-index:100008;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:5.6875rem;left:1.5rem;display:block; }
#UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 { color:#383636;display:block;width:51.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:12.1875rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 li:before{  }
#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6abzrLQS/bg2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !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; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.adaptive-delivery-prevent-bg, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyload, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyloading { background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { border-width: 0; border-radius: 0; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:60rem;position:relative;display:block; }#eSTKV7aeJ21utaESuX0GybJRstkwsCSN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7Jotwc6ti9CPuALZvkQnTPR0OSJAPn3 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:6.6875rem;left:1.3125rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfOkDTrcyBrKvn0MyQXG3SzSCkKnKhDO { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:6.6875rem;left:32.5rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGSOdZMnmCyNvbzSzzkwCNusURMobAii { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:27.5625rem;left:32.96875rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbNJFfwCFZzkV7orgF3P7bZk70nTJE3G { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:27.5625rem;left:1.3125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn { 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:none; }#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn > .row .container { border-width: 0; border-radius: 0; }#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:none; }#Rrb2du393ESn7dqo922TS5dWBbJ5GbQ4 { position:absolute;display:block;z-index:100000;height:2.75rem;width:20rem;top:0rem;left:0rem;display:block; }
#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU { 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:none; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU > .row .container { border-width: 0; border-radius: 0; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:none; }#JM1fE261TXWxLOTuBtdl8gHQLAJPKxUV { color:#475aa7;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JWORFUlovI7nPh8LIFgs1CmwOdAAwocT { position:absolute;display:block;z-index:100009;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:5.625rem;left:28.25rem;display:block; }
#QQcObsIllka2IbzVzdx7wVqfMJqeWaaX { position:absolute;display:block;z-index:100010;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:22rem;width:21.875rem;top:1.75rem;left:2.4375rem;overflow:hidden;display:block; }
#k7t7cbMBWXxHPyp7TU3Jg0kz6hAFdCoc { color:#383636;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:7.5rem;left:28.25rem;height:12.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x { 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; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { background-color: transparent; background-image: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container > .video-iframe-container { display: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row > .video-iframe-container { display: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .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); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { border-width: 0; border-radius: 0; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#ZnRTNDowmsuCq6DGaDnLcGKfuLLoU81P { color:#475aa7;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3y6cKITdniIA5xZfRB55HQRc8oHT9yJ { color:#383636;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:7.78125rem;left:1.5rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tf8R0MWaVZbbT9w4ZfPDATutAu2TMnqd { position:absolute;display:block;z-index:100008;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:6.3125rem;left:1.5rem;display:block; }
#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs { 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; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container { background-color: transparent; background-image: none; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container > .video-iframe-container { display: none; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row > .video-iframe-container { display: none; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .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); }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container { border-width: 0; border-radius: 0; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#lMNVal822eFgHEayDJq32vPL4TATA3kF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:9.375rem;top:1.03125rem;left:2.8125rem;overflow:hidden;display:block; }
#kGuH14nO9S6VTo7r87nvJne2EF7z0cFK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.8125rem;top:1.375rem;left:16.09375rem;overflow:hidden;display:block; }
#LBv20hxPPQTdhhxdnQaK4GuKZbzurrLn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.8125rem;top:1.375rem;left:31.09375rem;overflow:hidden;display:block; }
#c9VrC4dTUPIT13npuWLUUNMJfG0b1Tsr { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:1.375rem;left:49.46875rem;overflow:hidden;display:block; }
#vlIpve3MlaOwd5zugK090eu73RUVbN7E { 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; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container { background-color: transparent; background-image: none; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container > .video-iframe-container { display: none; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row > .video-iframe-container { display: none; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .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); }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container { border-width: 0; border-radius: 0; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#lQC9JAFiNVLkOhbSgwc2af9pTeUJyAzB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.9375rem;top:1.375rem;left:1.03125rem;overflow:hidden;display:block; }
#CAuPCb82PydSs2eCRceOrn4FVC6pv0oR { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:13.75rem;top:0.96875rem;left:15.625rem;overflow:hidden;display:block; }
#pF2kWdkN3A3kq5lU9KeT5vsnpWRsF6qI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:12.9375rem;top:1.34375rem;left:31.03125rem;overflow:hidden;display:block; }
#TQH4LGc2cRWv2d0Q15kesvJ73aagHbOX { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:12.9375rem;top:1.34375rem;left:46.03125rem;overflow:hidden;display:block; }
#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI { 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; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { background-color: transparent; background-image: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container > .video-iframe-container { display: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row > .video-iframe-container { display: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .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); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { border-width: 0; border-radius: 0; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#fmipEJrtGlOzWAFGLddP4TcsJdvwe6gA { color:#475aa7;display:block;width:58.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeXT7rk7EUlM2rAl25RWUgxoKmf5e2lm { color:#383636;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:7.78125rem;left:1.5rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kcs0h0t8M3fz6cOaGqMS7RSD71JH7g7l { position:absolute;display:block;z-index:100008;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:6.3125rem;left:1.5rem;display:block; }
#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap { 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; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container { background-color: transparent; background-image: none; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container > .video-iframe-container { display: none; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row > .video-iframe-container { display: none; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .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); }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container { border-width: 0; border-radius: 0; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#MmIlaCUsJCSEy6ovUdUw4Z5fBTZqAap6 { position:absolute;display:block;z-index:100000;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.0625rem;width:19.3125rem;top:0.625rem;left:0.34375rem;overflow:hidden;display:block; }
#J4AO4rU2CC8iBWisUq5VUzTzKSNaHClr { position:absolute;display:block;z-index:100001;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:5.5625rem;width:12.5rem;top:2.875rem;left:23.75rem;overflow:hidden;display:block; }
#M8htC6UBceEVBHZh31wQ4ndtWUTOpTS7 { position:absolute;display:block;z-index:100002;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:7.1875rem;width:19.3125rem;top:2.0625rem;left:40.34375rem;overflow:hidden;display:block; }
#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB { 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; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { background-color: transparent; background-image: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container > .video-iframe-container { display: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row > .video-iframe-container { display: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .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); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { border-width: 0; border-radius: 0; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#zCDUyt7VKA6F6vTRGJ51xmoEZACkcmS8 { color:#475aa7;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#leP6POF21rMHRcqfSC8EUWgzXR6ZR2e8 { color:#383636;display:block;width:56.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:10.03125rem;left:1.5rem;height:11.8125rem;text-align:left;text-align-last:left;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; }
#upsTAN8Md1sNfzpN0gh2luSZTrl3zHBL { position:absolute;display:block;z-index:100009;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:8.5rem;left:1.5rem;display:block; }
#ReKVTQnmTaAHIEzzzrvxzWJszTEyzGOT { color:#475aa7;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en { color:#383636;display:block;width:51.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:23.8125rem;left:1.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en li:before{  }
#dkr83HduEbiDXSauPiOtuOeb052JMpeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6abzrLQS/bg2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !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; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH.adaptive-delivery-prevent-bg, #dkr83HduEbiDXSauPiOtuOeb052JMpeH.lazyload, #dkr83HduEbiDXSauPiOtuOeb052JMpeH.lazyloading { background-image: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { background-color: transparent; background-image: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container > .video-iframe-container { display: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row > .video-iframe-container { display: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .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); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { border-width: 0; border-radius: 0; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { font-size:0.875rem;font-family:arial;height:121rem;width:60rem;position:relative;display:block; }#px6XbmvprPK2MtzoAoweGBTUPWRvOafm { color:#ed1c24;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.84375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-form-header {  }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:bold;color:#ffffff;width:23.6875rem;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;overflow:hidden; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:23.6875rem;box-sizing:border-box;height:2.875rem;color:#7e818b;font-size:1.0625rem;overflow:hidden;font-family:"open sans"; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:23.6875rem;box-sizing:border-box;height:4.375rem;color:#7e818b;font-size:1.0625rem;overflow:hidden;font-family:"open sans"; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .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:23.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-checkbox { width:1rem;height:1rem;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; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000003;background-image:none;background-position:center !important;background-repeat:no-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-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.6875rem;height:3.4375rem;font-family:"roboto condensed";overflow:hidden; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g [class*="-text"]:-moz-placeholder { color:#5b606f;font-family:"open sans";font-size:1.0625rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g [class*="-text"]::-moz-placeholder { color:#5b606f;font-family:"open sans";font-size:1.0625rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g [class*="-text"]:-ms-input-placeholder { color:#5b606f;font-family:"open sans";font-size:1.0625rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g [class*="-text"]::-webkit-input-placeholder { color:#5b606f;font-family:"open sans";font-size:1.0625rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.3125rem;overflow:hidden;font-style:normal; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .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; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .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; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container:first-of-type{padding-top:0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container:last-of-type{padding-bottom:0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g  { background-color:#ed1c24;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:30.875rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.6875rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-info-text { display:block;height:auto;font-family:lato;font-size:1.125rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g {display:block;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g { background-color:#ed1c24;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:30.875rem;display:none; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #AfUK4emlAvlWDnn3omzhBV3Zg4dGc4NT { position:relative;display:block;z-index:100000; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #erVPb4XumSfaTlkoQ1DLgV5feHL2GQL8 { position:relative;display:block;z-index:100000; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #r5gRN3MBxNo4tBwCcPrJba2eAcJBkyvg { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ea62GwSVmwDN5zAFLQiZBx2yhAv8zxbE { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Wy1LRW8sDy3CBkFG7HQPxnzDp4tSDLRS { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DtQtpAcOSQ3g6EQmXE72dXfmo8ZZghss { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #JHc96KAobO7DQwF9pqDqW6ST3RHz2gIG { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #D1KMRUqMAXbRbAxDbXvF73P9MS8mslOx { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #I2FvL6MxBKKya12FmiN7zpqdmHVErhMR { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #MLXddJfIgg8fN1twkGvUat3x0Bf5tT0G { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #z6ZCEDWuzssSALe1xwevQd6D208MpJ6X { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #c4e6I6fI4p21kWtDXM3OFWqkCTwoKEg1 { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #HPaTKCPKlV9iy7sQ6fAKSoZ22gFntip4 { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #qF9iXNSqN5R6gK0I9Qh6wS9TneqtWkGw { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #tRuVKZXWr8TdyTEa5ipT9RMrPru3JN41 { position:relative;display:block;z-index:100000; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #XwI3PNQbpUaNeKMQUFcdsbFbGMoDn3Ue { position:relative;display:block;z-index:100000; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #aN0VIdbl3TaaAxTP5y517PJNcgh9I3WG { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #oP3tqJsDQTMkpJ1dDVnq8yV3cNGIfUGe { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #SRbrN8ckTFrfNgZfailFGU6CUo26S15W { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CZ21GMSpTC9kuW5ZX6xsanmdGF7wzpMf { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #N08sxWxATcNOACQnmZXSHuxv2naCTov5 { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #C2PBftNibM4MpgaEJBTbUwHhbx6Ig3XG { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #GaW5IXiQfBf7gZcFNgBgyq4E5Rpszi21 { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CNTeeFVzMslaTFC3cdn5zeiT4N0IvOan { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #wcpGsc5DU9w7AcWFP0xdUdvSIEFCMRJV { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #lVOsBH21JCXwzIRQwlPAGohGAHVAGMTg { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Jr5mvGUWZxO7abez47sQ9zeqtbVKhQKZ { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ZUCSNTlSZchKFu7hV0xyAV6PyrBKOqAv { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #sdLmNrk83QWz9U6RMpQx2dobKLL1TFD4 { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #OE0Qx9yKuk6NTvESJkt4VRTgI3wLe9EQ { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DFnRFLmvJX2NSN9AIg8AHLf55yibdBZh { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #T5wQqPT3GURvOskcTDASCHiDKKRyJeqm { position:relative; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g #iDUmBgxXf8fzoHqdWnKo3wI3VIJU9B1a { position:relative; }
#MSTCs4lmgThvgrSuf7uExqTJyi78VQgt { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:18.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fnDqkHTNbmkH2w9ozGnal8cEo0k9rsec { position:absolute;display:block;z-index:100007;height:63rem;width:53.875rem;top:8.8125rem;left:3.0625rem;display:block; }
#GiKKcboRdI09RK1VG7T2TSHGbTfc1G2d { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.90625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0c08;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; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container { background-color: transparent; background-image: none; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container > .video-iframe-container { display: none; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row > .video-iframe-container { display: none; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .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); }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container { border-width: 0; border-radius: 0; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#iOZymT7PWqahft0r2C5C8Ay6waVbnLFn { color:#a7a1a1;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:1.9375rem;left:21.09375rem;height:13.125rem;text-align:center;text-align-last:center;display:block; }
#WXQi1fLtHfGTASAamupiMduQf4L91Cy9 { color:#a7a1a1;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:1.9375rem;left:41.09375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000003;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; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { background-color: transparent; background-image: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container > .video-iframe-container { display: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container { display: none; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .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); }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { border-width: 0; border-radius: 0; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#q3lkSP5xZcuuHwEEZ01T6TAPBxTK8CxE { color:#a7a1a1;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:1.1875rem;left:21.09375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #auhu38nmiT4w5svaFZpaB9v7czt8IQZO { display:block; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Et2HArfsr7beMQSVtiNnySFQq8dSDPwX { width:15.75rem;height:1.3125rem;top:3.03125rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cFpBUINJH8ydyACqwbptiGk4kuT3uMa8 { width:15.75rem;height:1.3125rem;top:3.03125rem;left:31.916015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #w8CZDapcgx65fNHxHZscu5yCrKyUVlEh { width:15.625rem;height:4.6875rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV { display:block; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SAJrAIqLif7Ue5b2C6eBtAxzG4ZkE6Lu { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FPEieAsr7RgoUR4GSyOAbZ26KbpqcAsg { top:0rem;left:35.9375rem;width:11.6875rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #BfG9FxRi6uJuDppD2ctUDsd55CA5x62z { display:block; }
 }@media only screen and (max-width: 959px) { #teL7XxuVnVNs2DQ9JHLQFbiif9ZP3KqE { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d4FenPMvXhu6VsuGu19WLeg1tFhD0WM0 { width:11.6875rem;height:1.3125rem;top:1.21875rem;left:24rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/F7QaFdr5/header_bg_764x426.png");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(0,0,0,0); }#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(0,0,0,0); }#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:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { top:14.625rem;left:14.5rem;width:18.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block; }
 }@media only screen and (max-width: 959px) { #n7c8WyVfk7wVMea4g0W0WvTF7VvdFmoE { width:37rem;height:0;top:11rem;left:5.375rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 959px) { #Byh7cT2JVoraWtyXmoNHOJJnEiyTUGVW { width:37rem;height:7.875rem;top:4.5rem;left:5.375rem;font-size:2.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #iJUm33C1tQ0mfqOey6wr2V8EnT16NQ8o { width:15.75rem;height:1.3125rem;top:20.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 959px) { #mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt { display:block; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v93CVTo0ckZ5BwTK4AlxSF09nTnABAto { width:5.625rem;height:5.625rem;top:1.03125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RxN2RexVDVIVvMyEsILPMWNBx5LB4V1K { width:8.875rem;height:5.625rem;top:1.03125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mdzts0RCQvkASQrLd7HTFoCoZe26xq7p { width:7.5625rem;height:5.625rem;top:1.03125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 959px) { #f57fetZeoF0eiTa0NbPPFTeeeH9Kvxs3 { width:8.75rem;height:5.625rem;top:1.03125rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { display:block; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { width:47.75rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:45.5rem;height:2.25rem;top:2.125rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:44.875rem;height:15rem;top:8.875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;z-index:99996;display:block; }
 }@media only screen and (max-width: 959px) { #qJz8NpCHfMVAfTg4Ubz0fmNwrVLtNsKk { width:25rem;height:0.25rem;top:7.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q48uBGDRN18rom6ftu9PoLWQ2rbKaLEJ { width:45.0625rem;height:1.4375rem;top:4.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GLvbtIT87FlhJHxet73TtuUFJnUnFGaN { display:block; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #b4wsTt3wsUfuQ5kTsO1GumonxpaFm6O4 { width:12.5rem;height:4.125rem;top:5.5625rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tT4oy07uXXwmooyv5L07RfmAucE7Tapb { width:15.625rem;height:31.25rem;top:4.0625rem;left:0.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #SokQ1QCfeH6fss9x3lUAiHbcnTXDCZlP { width:13.9375rem;height:10.9375rem;top:21.25rem;left:1.25rem;font-size:1rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 959px) { #ECTKF14uEhghT8t1h8OJAhRcXHCmckZB { width:15.625rem;height:31.25rem;top:4.0625rem;left:16.1875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #gaNNn8ZqvSeeyLaay8NxOTemX5tx9gGD { width:13.9375rem;height:7.8125rem;top:21.125rem;left:17.1875rem;font-size:1rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 959px) { #sdAOWZFo3R7H21R6pRTka9oyDgE2bLlr { width:11.125rem;height:2.75rem;top:6.25rem;left:18.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zlgoNwsFgIE2fQBrQIAmvfvHuUtapEFi { width:15.625rem;height:31.25rem;top:4.0625rem;left:32.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #PDW9vueFP60nVPBln8aNKh2g7FTsSleD { width:13.9375rem;height:9.375rem;top:21.125rem;left:33.0625rem;font-size:1rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 959px) { #LAKlT3iZo4Fl8yrdfm5Pv5o76sBbcluv { width:10.875rem;height:2.75rem;top:6.25rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bgimWkBsweZ6Gtpfc8oLaPdfccJqPx8T { width:15.625rem;height:8.75rem;top:11.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HKnLz1lR1fBMOvqpw60FUlyAUFgbEzys { width:15.625rem;height:8.75rem;top:11.0625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #UmiLX9HvGJHDFXQq84sQnNecf9fVODRC { width:15.625rem;height:8.75rem;top:11.0625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { display:block; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { width:45.875rem;height:2.4375rem;top:1.9375rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qy5OME36JTES9FvA24aSRlVfSliIUH8c { width:44.6875rem;height:3.125rem;top:7rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #stnCHWLLlT0VRFhzeWDIv13pgxXpHc7Z { width:25rem;height:0.25rem;top:5.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEXCdX1peW5xbHS6H3Wuh0leWp495DwW { display:block; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #maIyrpTth7Xi3fTfBRRKHJb0MumyTWTV { width:14.5625rem;height:3.25rem;top:1.125rem;left:32.509765625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #we0dp1rV5vCqNUGUf0OVN0i7aTrNDMUi { width:6.25rem;height:6.25rem;top:5.3125rem;left:36.666015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xwmTfwOf2UHTz6ktuGDT8foD0v1EEuFD { width:6.25rem;height:6.25rem;top:5.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #JONU3OJleRlwzXoHvgH0M9Akto0Ia67C { width:11.4375rem;height:3.25rem;top:1.125rem;left:18.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hldgTbMDMMysnaByeTcb5elrTp1lxSzc { width:6.25rem;height:6.25rem;top:5.3125rem;left:4.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oWbh0TAgPqIzmpwZA5F045C2WwZiDg8Q { width:11.4375rem;height:3.25rem;top:1.125rem;left:2.2392578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl { display:block; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QBgzywmWm2JFaHvexVvZsh3RheHCZHEh { width:14.5625rem;height:3.25rem;top:1.125rem;left:32.509765625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cTk8FNexPgiLT0FNFpOmUkwCSLzxqyMf { width:6.25rem;height:6.25rem;top:5.3125rem;left:36.666015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdNT6zUeJ6ceARfDTMkGQmuJPrMeSZx2 { width:6.25rem;height:6.25rem;top:5.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Urc7ZzwiS7StH5Tg2T414qKH8nkLyJts { width:11.4375rem;height:3.25rem;top:1.125rem;left:18.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bZcz9O0dO4DCkcqDaFTAAAiTrVkR58XF { width:6.25rem;height:6.25rem;top:5.3125rem;left:4.8330078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FTJliOuEeMzbvJzeDt1LqQCcPTrn3ox7 { width:11.4375rem;height:3.25rem;top:1.125rem;left:2.2392578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #U75A0PmButwKPSABvV8pDaOcvw7TUxwC { display:block; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container { width:47.75rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV { width:12.5rem;height:8.75rem;top:1.46875rem;left:1.7080078125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV li:before{  }
 }@media only screen and (max-width: 959px) { #VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk { width:12.5rem;height:8.75rem;top:1.46875rem;left:17.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk li:before{  }
 }@media only screen and (max-width: 959px) { #lobpukQSK7kiqCK37TFlEVgyRMWfqw0L { width:12.5rem;height:8.75rem;top:1.46875rem;left:33.541015625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#lobpukQSK7kiqCK37TFlEVgyRMWfqw0L li:before{  }
 }@media only screen and (max-width: 959px) { #hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov { display:block; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UvTNChDNdrTtEtVWym11sZsndcU4PtXE { width:45.875rem;height:2.4375rem;top:1.9375rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ALFIXxODw1d2EJ8m1ARekHlMZseBdv44 { width:44.6875rem;height:3.125rem;top:7rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #rTkhHOJZIFvW0EyqFwibTWspMql7peAX { width:25rem;height:0.25rem;top:5.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 { width:41.3125rem;height:14.1875rem;top:11.1875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 li:before{  }
 }@media only screen and (max-width: 959px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:47.75rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eSTKV7aeJ21utaESuX0GybJRstkwsCSN { width:47.75rem;height:2.4375rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d7Jotwc6ti9CPuALZvkQnTPR0OSJAPn3 { width:22.25rem;height:18.75rem;top:7.25rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfOkDTrcyBrKvn0MyQXG3SzSCkKnKhDO { width:22.25rem;height:10.9375rem;top:7.125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cGSOdZMnmCyNvbzSzzkwCNusURMobAii { width:22.25rem;height:12.5rem;top:28.5625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MbNJFfwCFZzkV7orgF3P7bZk70nTJE3G { width:22.25rem;height:7.8125rem;top:28.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn { display:none; }#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Rrb2du393ESn7dqo922TS5dWBbJ5GbQ4 { width:20rem;height:2.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU { display:none; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #JM1fE261TXWxLOTuBtdl8gHQLAJPKxUV { width:21.875rem;height:2.4375rem;top:1.875rem;left:23.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JWORFUlovI7nPh8LIFgs1CmwOdAAwocT { width:18.75rem;height:0.25rem;top:5.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QQcObsIllka2IbzVzdx7wVqfMJqeWaaX { width:17.5rem;height:17.5625rem;top:1.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k7t7cbMBWXxHPyp7TU3Jg0kz6hAFdCoc { width:21.875rem;height:20.625rem;top:7.5625rem;left:23.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x { display:block; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZnRTNDowmsuCq6DGaDnLcGKfuLLoU81P { width:46.125rem;height:2.4375rem;top:1.875rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d3y6cKITdniIA5xZfRB55HQRc8oHT9yJ { width:45.9375rem;height:3.125rem;top:6.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Tf8R0MWaVZbbT9w4ZfPDATutAu2TMnqd { width:25rem;height:0.25rem;top:5.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs { display:block; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lMNVal822eFgHEayDJq32vPL4TATA3kF { width:9.375rem;height:6.75rem;top:1rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kGuH14nO9S6VTo7r87nvJne2EF7z0cFK { width:12.8125rem;height:6.0625rem;top:1.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LBv20hxPPQTdhhxdnQaK4GuKZbzurrLn { width:12.8125rem;height:6.0625rem;top:1.375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 959px) { #c9VrC4dTUPIT13npuWLUUNMJfG0b1Tsr { width:6.0625rem;height:6.0625rem;top:1.375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #vlIpve3MlaOwd5zugK090eu73RUVbN7E { display:block; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lQC9JAFiNVLkOhbSgwc2af9pTeUJyAzB { width:12.9375rem;height:6.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CAuPCb82PydSs2eCRceOrn4FVC6pv0oR { width:13.75rem;height:6.875rem;top:0.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pF2kWdkN3A3kq5lU9KeT5vsnpWRsF6qI { width:12.9375rem;height:6.125rem;top:1.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQH4LGc2cRWv2d0Q15kesvJ73aagHbOX { width:12.9375rem;height:6.125rem;top:1.3125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI { display:block; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fmipEJrtGlOzWAFGLddP4TcsJdvwe6gA { width:46.125rem;height:2.4375rem;top:1.875rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZeXT7rk7EUlM2rAl25RWUgxoKmf5e2lm { width:45.9375rem;height:4.6875rem;top:6.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Kcs0h0t8M3fz6cOaGqMS7RSD71JH7g7l { width:25rem;height:0.25rem;top:5.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VyGiIDhANCpLyqPL9X65y7E96hTkv3ap { display:block; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MmIlaCUsJCSEy6ovUdUw4Z5fBTZqAap6 { width:12.5rem;height:6.5rem;top:0rem;left:1.7080078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #J4AO4rU2CC8iBWisUq5VUzTzKSNaHClr { width:10.5rem;height:4.6875rem;top:0.90625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #M8htC6UBceEVBHZh31wQ4ndtWUTOpTS7 { width:12.5rem;height:4.625rem;top:0.9375rem;left:33.541015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB { display:block; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { width:47.75rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zCDUyt7VKA6F6vTRGJ51xmoEZACkcmS8 { width:44rem;height:2.4375rem;top:2.4375rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #leP6POF21rMHRcqfSC8EUWgzXR6ZR2e8 { width:45.25rem;height:10.5rem;top:10rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #upsTAN8Md1sNfzpN0gh2luSZTrl3zHBL { width:25rem;height:0.25rem;top:8.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ReKVTQnmTaAHIEzzzrvxzWJszTEyzGOT { width:45.0625rem;height:1.4375rem;top:5.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en { width:41.3125rem;height:17.8125rem;top:22.0625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en li:before{  }
 }@media only screen and (max-width: 959px) { #dkr83HduEbiDXSauPiOtuOeb052JMpeH { display:block; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { width:47.75rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #px6XbmvprPK2MtzoAoweGBTUPWRvOafm { width:20.9375rem;height:4.875rem;top:2.375rem;left:1.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g  { width:21.875rem;height:auto;top:2.375rem;left:22.5rem; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g {display:block;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g { width:21.875rem;height:auto;top:2.375rem;left:22.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #AfUK4emlAvlWDnn3omzhBV3Zg4dGc4NT {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #erVPb4XumSfaTlkoQ1DLgV5feHL2GQL8 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #r5gRN3MBxNo4tBwCcPrJba2eAcJBkyvg {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ea62GwSVmwDN5zAFLQiZBx2yhAv8zxbE {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Wy1LRW8sDy3CBkFG7HQPxnzDp4tSDLRS {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DtQtpAcOSQ3g6EQmXE72dXfmo8ZZghss {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #JHc96KAobO7DQwF9pqDqW6ST3RHz2gIG {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #D1KMRUqMAXbRbAxDbXvF73P9MS8mslOx {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #I2FvL6MxBKKya12FmiN7zpqdmHVErhMR {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #MLXddJfIgg8fN1twkGvUat3x0Bf5tT0G {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #z6ZCEDWuzssSALe1xwevQd6D208MpJ6X {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #c4e6I6fI4p21kWtDXM3OFWqkCTwoKEg1 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #HPaTKCPKlV9iy7sQ6fAKSoZ22gFntip4 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #qF9iXNSqN5R6gK0I9Qh6wS9TneqtWkGw {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #tRuVKZXWr8TdyTEa5ipT9RMrPru3JN41 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #XwI3PNQbpUaNeKMQUFcdsbFbGMoDn3Ue {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #aN0VIdbl3TaaAxTP5y517PJNcgh9I3WG {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #oP3tqJsDQTMkpJ1dDVnq8yV3cNGIfUGe {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #SRbrN8ckTFrfNgZfailFGU6CUo26S15W {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CZ21GMSpTC9kuW5ZX6xsanmdGF7wzpMf {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #N08sxWxATcNOACQnmZXSHuxv2naCTov5 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #C2PBftNibM4MpgaEJBTbUwHhbx6Ig3XG {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #GaW5IXiQfBf7gZcFNgBgyq4E5Rpszi21 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CNTeeFVzMslaTFC3cdn5zeiT4N0IvOan {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #wcpGsc5DU9w7AcWFP0xdUdvSIEFCMRJV {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #lVOsBH21JCXwzIRQwlPAGohGAHVAGMTg {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Jr5mvGUWZxO7abez47sQ9zeqtbVKhQKZ {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ZUCSNTlSZchKFu7hV0xyAV6PyrBKOqAv {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #sdLmNrk83QWz9U6RMpQx2dobKLL1TFD4 {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #OE0Qx9yKuk6NTvESJkt4VRTgI3wLe9EQ {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DFnRFLmvJX2NSN9AIg8AHLf55yibdBZh {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #T5wQqPT3GURvOskcTDASCHiDKKRyJeqm {  }
 }@media only screen and (max-width: 959px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #iDUmBgxXf8fzoHqdWnKo3wI3VIJU9B1a {  }
 }@media only screen and (max-width: 959px) { #MSTCs4lmgThvgrSuf7uExqTJyi78VQgt { width:44rem;height:2.4375rem;top:2.125rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #fnDqkHTNbmkH2w9ozGnal8cEo0k9rsec { width:47.75rem;height:63rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GiKKcboRdI09RK1VG7T2TSHGbTfc1G2d { width:45.0625rem;height:1.4375rem;top:5.3125rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 { display:block; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iOZymT7PWqahft0r2C5C8Ay6waVbnLFn { width:15rem;height:13.125rem;top:1.9375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WXQi1fLtHfGTASAamupiMduQf4L91Cy9 { width:15rem;height:1.3125rem;top:1.9375rem;left:32.291015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { display:block; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q3lkSP5xZcuuHwEEZ01T6TAPBxTK8CxE { width:15rem;height:1.3125rem;top:1.1875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auhu38nmiT4w5svaFZpaB9v7czt8IQZO { display:block; }#auhu38nmiT4w5svaFZpaB9v7czt8IQZO > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et2HArfsr7beMQSVtiNnySFQq8dSDPwX { width:20rem;height:1.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFpBUINJH8ydyACqwbptiGk4kuT3uMa8 { width:11.125rem;height:2.75rem;top:9.0625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8CZDapcgx65fNHxHZscu5yCrKyUVlEh { width:12.4375rem;height:3.875rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV { display:none; }#SpkOwQTebVzt2m0HM5LTSSDRJIw33HNV > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SAJrAIqLif7Ue5b2C6eBtAxzG4ZkE6Lu { width:15rem;height:auto;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPEieAsr7RgoUR4GSyOAbZ26KbpqcAsg { top:1.25rem;left:2.5rem;width:15rem;height:3.75rem;background-color:#ed1c24;background-image:none;color:#ffffff;border-top:0.25rem solid #ed1c24;border-left:0.25rem solid #ed1c24;border-right:0.25rem solid #ed1c24;border-bottom:0.25rem solid #ed1c24;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfG9FxRi6uJuDppD2ctUDsd55CA5x62z { display:block; }
 }@media only screen and (max-width: 763px) { #teL7XxuVnVNs2DQ9JHLQFbiif9ZP3KqE { width:15rem;height:auto;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4FenPMvXhu6VsuGu19WLeg1tFhD0WM0 { width:15rem;height:auto;top:1.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/F7QaFdr5/header_bg_764x426.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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(0,0,0,0); }#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(0,0,0,0); }#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:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { top:20.3125rem;left:1.5rem;width:16.9375rem;height:3.4375rem;background-color:#ed1c24;background-image:none;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block; }
 }@media only screen and (max-width: 763px) { #n7c8WyVfk7wVMea4g0W0WvTF7VvdFmoE { width:18.125rem;height:0;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Byh7cT2JVoraWtyXmoNHOJJnEiyTUGVW { width:18.125rem;height:15.75rem;top:2.875rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJUm33C1tQ0mfqOey6wr2V8EnT16NQ8o { width:19.25rem;height:1.3125rem;top:25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt { display:block; }#mxbFCRxW3mpZQ9EJnsJB8Ia1T0wc0GCt > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v93CVTo0ckZ5BwTK4AlxSF09nTnABAto { width:5rem;height:5rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxN2RexVDVIVvMyEsILPMWNBx5LB4V1K { width:;height:5rem;top:1.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdzts0RCQvkASQrLd7HTFoCoZe26xq7p { width:6.6875rem;height:5rem;top:8.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57fetZeoF0eiTa0NbPPFTeeeH9Kvxs3 { width:7.6875rem;height:5rem;top:8.0625rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { display:block; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:18.25rem;height:3.5rem;top:1.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:18.75rem;height:30rem;top:12.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #qJz8NpCHfMVAfTg4Ubz0fmNwrVLtNsKk { width:15.625rem;height:0.25rem;top:10.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48uBGDRN18rom6ftu9PoLWQ2rbKaLEJ { width:20rem;height:2.875rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#425377;display:block; }
 }@media only screen and (max-width: 763px) { #GLvbtIT87FlhJHxet73TtuUFJnUnFGaN { display:block; }#GLvbtIT87FlhJHxet73TtuUFJnUnFGaN > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4wsTt3wsUfuQ5kTsO1GumonxpaFm6O4 { width:16.6875rem;height:3rem;top:2.6875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tT4oy07uXXwmooyv5L07RfmAucE7Tapb { width:17.5rem;height:28.1875rem;top:1.25rem;left:1.25rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #SokQ1QCfeH6fss9x3lUAiHbcnTXDCZlP { width:15rem;height:9.375rem;top:18.1875rem;left:2.5rem;text-align:center;text-align-last:center;z-index:100018;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ECTKF14uEhghT8t1h8OJAhRcXHCmckZB { width:17.5rem;height:25.3125rem;top:32.1875rem;left:1.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #gaNNn8ZqvSeeyLaay8NxOTemX5tx9gGD { width:15rem;height:7.8125rem;top:47.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #sdAOWZFo3R7H21R6pRTka9oyDgE2bLlr { width:12.5rem;height:1.5rem;top:33.625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zlgoNwsFgIE2fQBrQIAmvfvHuUtapEFi { width:17.5rem;height:28.5625rem;top:60.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDW9vueFP60nVPBln8aNKh2g7FTsSleD { width:15rem;height:9.375rem;top:77.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #LAKlT3iZo4Fl8yrdfm5Pv5o76sBbcluv { width:13.8125rem;height:3rem;top:62rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bgimWkBsweZ6Gtpfc8oLaPdfccJqPx8T { width:17.5rem;height:9.8125rem;top:6.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKnLz1lR1fBMOvqpw60FUlyAUFgbEzys { width:17.5rem;height:9.8125rem;top:36.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmiLX9HvGJHDFXQq84sQnNecf9fVODRC { width:17.5rem;height:9.8125rem;top:66.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { background-color:#ffffff;background-image:none;display:block; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { background-color: transparent; background-image: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .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); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { width:19.375rem;height:1.9375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5OME36JTES9FvA24aSRlVfSliIUH8c { width:19.375rem;height:4.6875rem;top:5.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stnCHWLLlT0VRFhzeWDIv13pgxXpHc7Z { width:12.5rem;height:0.25rem;top:4.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEXCdX1peW5xbHS6H3Wuh0leWp495DwW { display:block; }#yEXCdX1peW5xbHS6H3Wuh0leWp495DwW > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maIyrpTth7Xi3fTfBRRKHJb0MumyTWTV { width:16.8125rem;height:3.5rem;top:30.1875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #we0dp1rV5vCqNUGUf0OVN0i7aTrNDMUi { width:6.25rem;height:6.25rem;top:34.375rem;left:6.25rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #xwmTfwOf2UHTz6ktuGDT8foD0v1EEuFD { width:6.25rem;height:6.25rem;top:19.9375rem;left:6.25rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #JONU3OJleRlwzXoHvgH0M9Akto0Ia67C { width:15.375rem;height:3.5rem;top:15.4375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hldgTbMDMMysnaByeTcb5elrTp1lxSzc { width:6.25rem;height:6.25rem;top:5.375rem;left:6.25rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #oWbh0TAgPqIzmpwZA5F045C2WwZiDg8Q { width:15.375rem;height:3.5rem;top:1.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl { display:block; }#TDdwrxGtaHR73Ch2IdbMRDHsiW1Z2dyl > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBgzywmWm2JFaHvexVvZsh3RheHCZHEh { width:16.8125rem;height:3.5rem;top:26.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cTk8FNexPgiLT0FNFpOmUkwCSLzxqyMf { width:6.25rem;height:6.25rem;top:30.1875rem;left:6.875rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #TdNT6zUeJ6ceARfDTMkGQmuJPrMeSZx2 { width:6.25rem;height:6.25rem;top:16.875rem;left:6.875rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #Urc7ZzwiS7StH5Tg2T414qKH8nkLyJts { width:15.375rem;height:3.5rem;top:12.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bZcz9O0dO4DCkcqDaFTAAAiTrVkR58XF { width:6.875rem;height:6.875rem;top:3rem;left:6.5625rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #FTJliOuEeMzbvJzeDt1LqQCcPTrn3ox7 { width:15.375rem;height:1.75rem;top:1.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U75A0PmButwKPSABvV8pDaOcvw7TUxwC { display:block; }#U75A0PmButwKPSABvV8pDaOcvw7TUxwC > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV { width:18.75rem;height:7.1875rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Vc9TaR0TRWd3ZWgqrfre3TIwGcW0zlnV li:before{  }
 }@media only screen and (max-width: 763px) { #VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk { width:18.75rem;height:7.1875rem;top:10.125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VACbei9Cqx1m4Uy5o2Um3mGW6H4zvgPk li:before{  }
 }@media only screen and (max-width: 763px) { #lobpukQSK7kiqCK37TFlEVgyRMWfqw0L { width:18.75rem;height:7.1875rem;top:19.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lobpukQSK7kiqCK37TFlEVgyRMWfqw0L li:before{  }
 }@media only screen and (max-width: 763px) { #hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov { background-color:#ffffff;background-image:none;display:block; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { background-color: transparent; background-image: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container > .video-iframe-container { display: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row > .video-iframe-container { display: none; }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .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); }#hIteK0uQbtpsKaIPF6bxgx6E42A5M2ov > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvTNChDNdrTtEtVWym11sZsndcU4PtXE { width:19.375rem;height:1.9375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALFIXxODw1d2EJ8m1ARekHlMZseBdv44 { width:19.375rem;height:6.25rem;top:5.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTkhHOJZIFvW0EyqFwibTWspMql7peAX { width:12.5rem;height:0.25rem;top:4.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 { width:18rem;height:17.1875rem;top:13.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UX99rV3Cc9MJTS8vmOtQ3aSMIhupnsq4 li:before{  }
 }@media only screen and (max-width: 763px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6abzrLQS/bg2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.adaptive-delivery-prevent-bg, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyload, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyloading { background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSTKV7aeJ21utaESuX0GybJRstkwsCSN { width:18.75rem;height:3.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Jotwc6ti9CPuALZvkQnTPR0OSJAPn3 { width:18.75rem;height:21.875rem;top:6.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfOkDTrcyBrKvn0MyQXG3SzSCkKnKhDO { width:18.75rem;height:14.0625rem;top:30.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGSOdZMnmCyNvbzSzzkwCNusURMobAii { width:18.75rem;height:12.5rem;top:59.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNJFfwCFZzkV7orgF3P7bZk70nTJE3G { width:18.75rem;height:9.375rem;top:46.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn { display:none; }#mRQnDZFVf5kSBIDb1W06m8Z8N8a4yyOn > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rrb2du393ESn7dqo922TS5dWBbJ5GbQ4 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FJUjsfpY/reviews_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU.adaptive-delivery-prevent-bg, #LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU.lazyload, #LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU.lazyloading { background-image: none; }#LZnHFhr8PZ65ibxvlGPGD1aBNdgMgRlU > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JM1fE261TXWxLOTuBtdl8gHQLAJPKxUV { width:18.75rem;height:1.9375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWORFUlovI7nPh8LIFgs1CmwOdAAwocT { width:20rem;height:0.25rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQcObsIllka2IbzVzdx7wVqfMJqeWaaX { width:16rem;height:16.0625rem;top:4.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7t7cbMBWXxHPyp7TU3Jg0kz6hAFdCoc { width:18.125rem;height:23.375rem;top:26.375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x { background-color:#ffffff;background-image:none;display:block; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { background-color: transparent; background-image: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container > .video-iframe-container { display: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row > .video-iframe-container { display: none; }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .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); }#FXItkG9vCfJq4V4g5XQXbgGgRvp3Tn6x > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnRTNDowmsuCq6DGaDnLcGKfuLLoU81P { width:16.5rem;height:3.875rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3y6cKITdniIA5xZfRB55HQRc8oHT9yJ { width:18.125rem;height:6.25rem;top:8.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8R0MWaVZbbT9w4ZfPDATutAu2TMnqd { width:12.5rem;height:0.25rem;top:6.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs { display:block; }#m5Tugs2GErSW9CnRgqkGu4RJik4ynKVs > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMNVal822eFgHEayDJq32vPL4TATA3kF { width:8.0625rem;height:5.8125rem;top:1rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGuH14nO9S6VTo7r87nvJne2EF7z0cFK { width:12.8125rem;height:6.0625rem;top:8.1875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBv20hxPPQTdhhxdnQaK4GuKZbzurrLn { width:12.8125rem;height:6.0625rem;top:14.1875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9VrC4dTUPIT13npuWLUUNMJfG0b1Tsr { width:6.0625rem;height:6.0625rem;top:21.9375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlIpve3MlaOwd5zugK090eu73RUVbN7E { display:block; }#vlIpve3MlaOwd5zugK090eu73RUVbN7E > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQC9JAFiNVLkOhbSgwc2af9pTeUJyAzB { width:12.8125rem;height:6rem;top:1.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAuPCb82PydSs2eCRceOrn4FVC6pv0oR { width:17.5rem;height:8.125rem;top:7.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2kWdkN3A3kq5lU9KeT5vsnpWRsF6qI { width:12.8125rem;height:6.0625rem;top:15.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQH4LGc2cRWv2d0Q15kesvJ73aagHbOX { width:12.8125rem;height:6.0625rem;top:23.25rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI { background-color:#ffffff;background-image:none;display:block; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { background-color: transparent; background-image: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container > .video-iframe-container { display: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row > .video-iframe-container { display: none; }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .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); }#HZJMbBfyWZtJvftZm3y9O7LxWz6lR3DI > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmipEJrtGlOzWAFGLddP4TcsJdvwe6gA { width:16.5rem;height:3.875rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeXT7rk7EUlM2rAl25RWUgxoKmf5e2lm { width:18.125rem;height:10.9375rem;top:8.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcs0h0t8M3fz6cOaGqMS7RSD71JH7g7l { width:12.5rem;height:0.25rem;top:6.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyGiIDhANCpLyqPL9X65y7E96hTkv3ap { display:block; }#VyGiIDhANCpLyqPL9X65y7E96hTkv3ap > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmIlaCUsJCSEy6ovUdUw4Z5fBTZqAap6 { width:19.3125rem;height:10.0425rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AO4rU2CC8iBWisUq5VUzTzKSNaHClr { width:12.5rem;height:5.5803571428571rem;top:12.542rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8htC6UBceEVBHZh31wQ4ndtWUTOpTS7 { width:19.3125rem;height:7.145625rem;top:19.372075rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB { background-color:#ffffff;background-image:none;display:block; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { background-color: transparent; background-image: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container > .video-iframe-container { display: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row > .video-iframe-container { display: none; }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .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); }#C4iwSv4BFAtxOxqyn5eWVXcnMEgToLSB > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCDUyt7VKA6F6vTRGJ51xmoEZACkcmS8 { width:19.375rem;height:3.875rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leP6POF21rMHRcqfSC8EUWgzXR6ZR2e8 { width:18.75rem;height:24rem;top:12.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upsTAN8Md1sNfzpN0gh2luSZTrl3zHBL { width:12.5rem;height:0.25rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReKVTQnmTaAHIEzzzrvxzWJszTEyzGOT { width:19.375rem;height:2.875rem;top:6.0625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#425377;display:block; }
 }@media only screen and (max-width: 763px) { #wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en { width:20rem;height:23.8125rem;top:38.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wX6J3TLZm6JnPFwTzE8ZQORXBLkhh7en li:before{  }
 }@media only screen and (max-width: 763px) { #dkr83HduEbiDXSauPiOtuOeb052JMpeH { background-color:transparent;background-image:url("https://images.assets-landingi.com/6abzrLQS/bg2.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH.adaptive-delivery-prevent-bg, #dkr83HduEbiDXSauPiOtuOeb052JMpeH.lazyload, #dkr83HduEbiDXSauPiOtuOeb052JMpeH.lazyloading { background-image: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { background-color: transparent; background-image: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container > .video-iframe-container { display: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row > .video-iframe-container { display: none; }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .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); }#dkr83HduEbiDXSauPiOtuOeb052JMpeH > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #px6XbmvprPK2MtzoAoweGBTUPWRvOafm { width:20rem;height:0;top:54.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container:first-of-type{padding-top:0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .widget-container:last-of-type{padding-bottom:0;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g  { width:17.5rem;height:auto;top:8.875rem;left:0rem;z-index:100000; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2KNz9596TqmxHo3Pwqr19nzd5D7496g {display:block;}#f2KNz9596TqmxHo3Pwqr19nzd5D7496g { width:17.5rem;height:auto;top:8.875rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #AfUK4emlAvlWDnn3omzhBV3Zg4dGc4NT {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #erVPb4XumSfaTlkoQ1DLgV5feHL2GQL8 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #r5gRN3MBxNo4tBwCcPrJba2eAcJBkyvg {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ea62GwSVmwDN5zAFLQiZBx2yhAv8zxbE {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Wy1LRW8sDy3CBkFG7HQPxnzDp4tSDLRS {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DtQtpAcOSQ3g6EQmXE72dXfmo8ZZghss {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #JHc96KAobO7DQwF9pqDqW6ST3RHz2gIG {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #D1KMRUqMAXbRbAxDbXvF73P9MS8mslOx {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #I2FvL6MxBKKya12FmiN7zpqdmHVErhMR {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #MLXddJfIgg8fN1twkGvUat3x0Bf5tT0G {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #z6ZCEDWuzssSALe1xwevQd6D208MpJ6X {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #c4e6I6fI4p21kWtDXM3OFWqkCTwoKEg1 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #HPaTKCPKlV9iy7sQ6fAKSoZ22gFntip4 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #qF9iXNSqN5R6gK0I9Qh6wS9TneqtWkGw {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #tRuVKZXWr8TdyTEa5ipT9RMrPru3JN41 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #XwI3PNQbpUaNeKMQUFcdsbFbGMoDn3Ue {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #aN0VIdbl3TaaAxTP5y517PJNcgh9I3WG {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #oP3tqJsDQTMkpJ1dDVnq8yV3cNGIfUGe {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #SRbrN8ckTFrfNgZfailFGU6CUo26S15W {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CZ21GMSpTC9kuW5ZX6xsanmdGF7wzpMf {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #N08sxWxATcNOACQnmZXSHuxv2naCTov5 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #C2PBftNibM4MpgaEJBTbUwHhbx6Ig3XG {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #GaW5IXiQfBf7gZcFNgBgyq4E5Rpszi21 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #CNTeeFVzMslaTFC3cdn5zeiT4N0IvOan {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #wcpGsc5DU9w7AcWFP0xdUdvSIEFCMRJV {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #lVOsBH21JCXwzIRQwlPAGohGAHVAGMTg {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #Jr5mvGUWZxO7abez47sQ9zeqtbVKhQKZ {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #ZUCSNTlSZchKFu7hV0xyAV6PyrBKOqAv {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #sdLmNrk83QWz9U6RMpQx2dobKLL1TFD4 {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #OE0Qx9yKuk6NTvESJkt4VRTgI3wLe9EQ {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #DFnRFLmvJX2NSN9AIg8AHLf55yibdBZh {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #T5wQqPT3GURvOskcTDASCHiDKKRyJeqm {  }
 }@media only screen and (max-width: 763px) { #f2KNz9596TqmxHo3Pwqr19nzd5D7496g #iDUmBgxXf8fzoHqdWnKo3wI3VIJU9B1a {  }
 }@media only screen and (max-width: 763px) { #MSTCs4lmgThvgrSuf7uExqTJyi78VQgt { width:18.75rem;height:1.9375rem;top:1.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDqkHTNbmkH2w9ozGnal8cEo0k9rsec { width:20rem;height:52.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKKcboRdI09RK1VG7T2TSHGbTfc1G2d { width:20rem;height:2.875rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 { display:block; }#FX5b6eO3qdNfIBu5STLNUXTwlzUXd784 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOZymT7PWqahft0r2C5C8Ay6waVbnLFn { width:17.8125rem;height:13.75rem;top:1.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQi1fLtHfGTASAamupiMduQf4L91Cy9 { width:17.8125rem;height:1.375rem;top:12.5rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi { display:block; }#cLZLZB3qu7UNMdiNxQeBdaFJ8nnPONNi > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3lkSP5xZcuuHwEEZ01T6TAPBxTK8CxE { width:17.8125rem;height:1.375rem;top:1.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }