.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:75rem;height:6.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:15.5rem;top:1.1822509765625rem;left:0rem;overflow:hidden;display:block; }
#zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { z-index:15003;top:1.8391927480698rem;left:59.6875rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZTAWkPaZUcb8RJ8WGnQZz624Ja1BQO6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.337890625rem;left:44.74609375rem; }
#TKxQipFXXFvMT3F8oBq9XRUDIBvnmbGK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.291015625rem;left:46.68359375rem;height:2.03125rem;display:block; }
#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63d80068-5c3b-40fb-8dfe-6ca384bd4009/homepage.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.adaptive-delivery-prevent-bg, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyload, #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs.lazyloading { background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,52,76,0.66); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,52,76,0.66); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { border-width: 0; border-radius: 0; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::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; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { color:#e3e3e3;display:block;width:38.9365rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.57421875rem;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; }
#WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:7.474625rem;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; }
#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { box-sizing:content-box;height:26.1875rem;width:25.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:16.5625rem;left:0.5615234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.5) ;display:block; }
#XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"libre baskerville";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5625rem;left:1.8740234375rem;height:1.94970625rem;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;text-align:center;text-align-last:center;display:block; }
#wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#epR2H5QOHUpWInTK75OVhqLvOUrs32qW { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-form-header {  }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:23rem;height:3rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV [class*="-text"]:-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV [class*="-text"]::-moz-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:montserrat;font-size:0.875rem; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal;float:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .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; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-container:first-of-type{padding-top:0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-container:last-of-type{padding-bottom:0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.5927734375rem;top:21.25rem;z-index:15004;position:absolute; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV {display:block;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.5927734375rem;top:21.25rem;z-index:15004;position:absolute; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #KCAaI1G2ofabheVvS0Ck1sP2my42yg9y { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #MWOTuZEGRDRrsqvG6MV7kLxEVf8uc4Ox { position:relative;display:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #zkaMFlt4hyEUsywxRSNvQoTQKxPHQABL { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #EtQpgKlX94cU8ytI1RReLdIR9UDsBIgQ { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Vn2NuzcC3UgkDq42bCuLahz2eulW5WI6 { position:relative;display:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #davte7IQyvT3NVyWUZ1q4TS7ngknPect { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #oO7CRN7FmLm4uvQ5m3XucEDgakHQ9XXw { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #gg2peVpOMmhrpRBTqLw07Gz7aXUUDuFI { position:relative;display:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AGXvNlELKF9ldQWlCKPMG2KBsgnFLCtS { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AEJtq1QTQTdih1egwaFeEdgwVBgoRk5T { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #OvEvFpKLmbTwHoL6y8OaTulfTVdbA5uw { position:relative;display:none; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #VC3gs3MUhhuSMGPAOFOHfWCGmVa5fB65 { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #kVvlPZmzr5CgpxT4JTDLxJcGPidoOE3b { position:relative; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Ma3BDKuBnNpMAsqWHkqx5UfegJ2gWhbg { position:relative; }
#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { 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; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { background-color: transparent; background-image: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .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); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { border-width: 0; border-radius: 0; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.35) ;height:30.4375rem;width:29.8125rem;top:3.6533203125rem;left:0.3291015625rem;overflow:hidden;display:block; }
#Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { color:#000000;display:block;width:38.9355625rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5283203125rem;left:32.6875rem;height:3.73730625rem;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; }
#Gz7mZynBnsMTAa00NE6mS942m09al9AT { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.498046875rem;left:32.6875rem;height:13.8086rem;display:block; }
#PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { z-index:15003;top:30.4033203125rem;left:41.2177734375rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TonTHbth3I8NEQZDDa2lvThbhQeO55af { color:#2f5572;display:block;width:39.624rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.2392578125rem;left:32.6875rem;height:2.625rem;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; }
#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { position:relative;display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { background-color: transparent; background-image: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .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); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { border-width: 0; border-radius: 0; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:15.78125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { position:relative;display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { background-color: transparent; background-image: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container > .video-iframe-container { display: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row > .video-iframe-container { display: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .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); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { border-width: 0; border-radius: 0; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:36.125rem;top:1.9345703125rem;left:0.75rem;overflow:hidden;display:block; }
#wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:34.3125rem;top:1.9375rem;left:38.25rem;overflow:hidden;display:block; }
#usdHx4GN5aN7rXClF6J478uAV2T1UH8W { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0.71875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { box-sizing:content-box;height:3.8125rem;width:20.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(32,52,76,0.79);background-image:none;top:21rem;left:8.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#ZbGvSRCedct9cl7eZSahrvm23nToNSTq { box-sizing:content-box;height:3.8125rem;width:20.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(32,52,76,0.79);background-image:none;top:21rem;left:46.03125rem;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:38.28125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { position:relative;display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { background-color: transparent; background-image: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container > .video-iframe-container { display: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row > .video-iframe-container { display: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .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); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { border-width: 0; border-radius: 0; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dk8EU3tNIUXr3O1XA811u73IfOoSFxie { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36rem;top:1.4970703125rem;left:0.7490234375rem;overflow:hidden;display:block; }
#Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:34.9375rem;top:1.4951171875rem;left:38.2490234375rem;overflow:hidden;display:block; }
#TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8720703125rem;left:0.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { box-sizing:content-box;height:3.8125rem;width:20.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(32,52,76,0.79);background-image:none;top:20.9345703125rem;left:8.53125rem;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { box-sizing:content-box;height:3.8115234375rem;width:20.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(32,52,76,0.79);background-image:none;top:20.935546875rem;left:46.03125rem;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { color:#ffffff;display:block;width:35.810546875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8720703125rem;left:38.3447265625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E { position:relative;display:block; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E { background-color: transparent; background-image: none; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container > .video-iframe-container { display: none; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row > .video-iframe-container { display: none; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .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); }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E { border-width: 0; border-radius: 0; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EmFhRNk3PMsvHOQILuDpH9nkGA0uvJHV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:32.5625rem;top:0.84375rem;left:0.75rem;overflow:hidden;display:block; }
#c28I6htyyTENNSsFBRifedpSg4fqfrFg { box-sizing:content-box;height:3.8125rem;width:20.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(32,52,76,0.79);background-image:none;top:20.40625rem;left:8.53125rem;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#WpD289mQmAZHo9laeaDZB15ABduNQDHW { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.306640625rem;left:0.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NSaXTQp5o7uS8hJR7lflgmzfEm7Wo08q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:34.9375rem;top:0.84375rem;left:38.78125rem;overflow:hidden;display:block; }
#lH9DSC9rOM1yDI7zt1fOF98Zud1il4hA { box-sizing:content-box;height:3.811525rem;width:20.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(32,52,76,0.79);background-image:none;top:20.3125rem;left:46.125rem;border-top-right-radius:2rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2rem;border-top-left-radius:0rem;display:block; }
#GrVsmeqLGFOfKQRHgrq378Tt38Z4NxIM { color:#ffffff;display:block;width:35.8105625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.25rem;left:38.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { position:relative;display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { background-color: transparent; background-image: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container > .video-iframe-container { display: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row > .video-iframe-container { display: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .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); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { border-width: 0; border-radius: 0; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;position:relative;display:block; }#aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { z-index:15004;top:7rem;left:26.5625rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvZCVO196FKb5IAk32kRPlRneBAzeq65 { color:#000000;display:block;width:67.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { 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; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { background-color: transparent; background-image: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .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); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { border-width: 0; border-radius: 0; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.1955361366275rem;left:1.8022994995118rem;height:22.3125rem;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; }
#CT0lcZJmdd1TV86fDADTNudNOBNaHord { position:absolute;display:block;z-index:15006;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 0rem 0.9375rem rgba(51,59,76,0.35) ;height:30.9375rem;width:30.3125rem;top:4.435546875rem;left:41.419921875rem;overflow:hidden;display:block; }
#HT1EV8USO5Lo1P2u1OrTObzAzxplduop { color:#8c0e0f;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:36.2578125rem;left:48.451171875rem;height:;text-align:center;text-align-last:center;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; }
#l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { z-index:15005;top:32.5703125rem;left:6.1455078125rem;background-color:#20344c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4228515625rem;left:1.8017578125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { 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; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { background-color: transparent; background-image: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .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); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { border-width: 0; border-radius: 0; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { color:#000000;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;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; }
#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { 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; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { background-color: transparent; background-image: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .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); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { border-width: 0; border-radius: 0; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.875rem;width:22.3125rem;top:3.6552734375rem;left:1.341796875rem;display:block; }
#gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.9375rem;width:22.5rem;top:3.6533203125rem;left:26.25rem;display:block; }
#qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:21rem;width:22.375rem;top:3.779296875rem;left:51.3115234375rem;display:block; }
#TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { color:#4e778d;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.265625rem;left:6.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.140625rem;left:2.9375rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { color:#4e778d;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.265625rem;left:58.96875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { color:#4e778d;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.265625rem;left:32.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:10.3125rem;overflow:hidden;display:block; }
#FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:60.3125rem;overflow:hidden;display:block; }
#FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:35.4375rem;overflow:hidden;display:block; }
#KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.140625rem;left:27.9375rem;height:10.233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVpNnS1lc0kppMK64oMQaarznIcD6F8s { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.140625rem;left:53.0615234375rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC { 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; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container { background-color: transparent; background-image: none; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container > .video-iframe-container { display: none; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row > .video-iframe-container { display: none; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .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); }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container { border-width: 0; border-radius: 0; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#H8zFmRP6gwcIVxkLDSt803OTSBWGc4pC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:21.5625rem;width:22.3125rem;top:3.6552734375rem;left:1.341796875rem;display:block; }
#q3u40U45I5RDA4T68euKb0tbAWHiLvk1 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:21.625rem;width:22.5rem;top:3.6533203125rem;left:26.25rem;display:block; }
#T7DTUGrRN3uzkmZM90GwDxa01cPo5T1B { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:21.5625rem;width:22.375rem;top:3.779296875rem;left:51.3115234375rem;display:block; }
#m3M0y4HBRXpTguOETbRIiBAGoHVazfzu { color:#4e778d;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.265625rem;left:7.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVT3ulomgppSoqlTaBhXnSm59BK3T4Tq { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.203125rem;left:2.9375rem;height:10.233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfIPokrs0MH5hJFArPtnNsxvg62cuxSF { color:#4e778d;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.265625rem;left:55.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkzbE9dRCnd6uMzDxUFUxTvaSbSxJ1DP { color:#4e778d;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.265625rem;left:32.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoxJRCahnaRwkX6c4tduhJZAusb15W6D { z-index:15005;top:68.998413085938rem;left:26.124877929688rem;background-color:#f6753f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TJ40WWxzUI0dEXwmMCt1ZaHsXgKyQBEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3vaXnn0FDUPEnOzTAfk5JyqwFShpAOb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:10.3125rem;overflow:hidden;display:block; }
#OUDIlMTiRTABG42y9SGI2nobp9dSFxA2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:60.3125rem;overflow:hidden;display:block; }
#kvJBvxmoubt3EQOyJ0QQ36p76vBwIeDD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.375rem;top:4.578125rem;left:35.3125rem;overflow:hidden;display:block; }
#hlxeI3U4WMz7JTQPbUX56H1bogI8pKsx { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.203125rem;left:27.9375rem;height:11.6953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSQnm3wyooU8bKH0EPb3F3ukuJJb8tki { color:#000000;display:block;width:19.1240234375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.203125rem;left:52.9375rem;height:10.233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwXadGFoXJHITQp5mGm7XBEwBZFesghh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(32,52,76,0.25);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; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { background-color: transparent; background-image: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container > .video-iframe-container { display: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container { display: none; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .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); }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { border-width: 0; border-radius: 0; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"libre baskerville";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:27.65625rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(32,52,76,0.25);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; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { background-color: transparent; background-image: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container > .video-iframe-container { display: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container { display: none; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .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); }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { border-width: 0; border-radius: 0; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.3125rem;top:3.6552734375rem;left:1.341796875rem;display:block; }
#bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { color:#000000;display:block;width:18.8096875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:3.0935325622559rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.5rem;top:3.6534271240234rem;left:26.25rem;display:block; }
#TiWX4cDqTDdDueJz965bBJqT1VraG37T { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0a3c5d;border-left:0.125rem solid #0a3c5d;border-right:0.125rem solid #0a3c5d;border-bottom:0.125rem solid #0a3c5d;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;height:20.3125rem;width:22.375rem;top:3.779296875rem;left:51.311851501465rem;display:block; }
#rvXEA0QD2BlIvydTvyOI012VVboTV1Up { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.015625rem;left:3.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { color:#000000;display:block;width:19.124375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.1673178672788rem;left:52.937286376953rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.015625rem;left:53.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { color:#000000;display:block;width:19.4998125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:27.748481750488rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.015625rem;left:27.748046875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5ofyO9ngxebExtTQWatPOKg5tFORkXh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:5.5625rem;left:3.0927734375rem;overflow:hidden;display:block; }
#ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:5.5625rem;left:52.9365234375rem;overflow:hidden;display:block; }
#b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:5.5625rem;left:27.748046875rem;overflow:hidden;display:block; }
#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { 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; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { background-color: transparent; background-image: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container > .video-iframe-container { display: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container { display: none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .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); }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { border-width: 0; border-radius: 0; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { border-width: 0; border-radius: 0; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a98352-087e-48e0-a9a2-f90964405be4/bgrdnewsletter.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; }#v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"libre baskerville";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.640625rem;left:8.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { z-index:15005;top:12.616102218628rem;left:26.125217437744rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0a3c5d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.7495625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { 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; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { background-color: transparent; background-image: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .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); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { border-width: 0; border-radius: 0; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e778d;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; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { background-color: transparent; background-image: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .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); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { border-width: 0; border-radius: 0; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:27.0625rem;top:2.7802734375rem;left:0rem;overflow:hidden;display:block; }
#KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { color:#ffffff;display:block;width:15.4365rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.4895839691162rem;left:54.997833251953rem;height:5.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.21875rem;left:51.3798828125rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.124025rem; }#Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { color:#ffffff;display:block;width:36.374rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:15.9375rem;left:0rem;height:1.5rem;display:block; }
#fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:52.8125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.625rem;left:51.380210876465rem; }
#muXwQurLICezpuQpMlTSBX8IqhngoaBM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.265625rem;left:54.9970703125rem;height:2.03125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:15.5rem;height:4.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { top:1.8125rem;left:32.4375rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block; }
 }@media only screen and (max-width: 763px) { #GZTAWkPaZUcb8RJ8WGnQZz624Ja1BQO6 { top:2.3125rem;left:31.12109375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxQipFXXFvMT3F8oBq9XRUDIBvnmbGK { top:2.25rem;left:33.05859375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:38.875rem;height:3.5rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:47.75rem;height:7.375rem;top:6.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { top:16.5625rem;left:0rem;width:25.5625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:22.9375rem;height:1.9375rem;top:18.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-regular-label { display:block;width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV  { width:23rem;height:18.3125rem;top:21.25rem;left:0rem; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV {display:block;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV { width:23rem;height:18.3125rem;top:21.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #KCAaI1G2ofabheVvS0Ck1sP2my42yg9y {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #MWOTuZEGRDRrsqvG6MV7kLxEVf8uc4Ox { display:block; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #zkaMFlt4hyEUsywxRSNvQoTQKxPHQABL {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #EtQpgKlX94cU8ytI1RReLdIR9UDsBIgQ {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Vn2NuzcC3UgkDq42bCuLahz2eulW5WI6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #davte7IQyvT3NVyWUZ1q4TS7ngknPect {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #oO7CRN7FmLm4uvQ5m3XucEDgakHQ9XXw {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #gg2peVpOMmhrpRBTqLw07Gz7aXUUDuFI { display:block; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AGXvNlELKF9ldQWlCKPMG2KBsgnFLCtS {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AEJtq1QTQTdih1egwaFeEdgwVBgoRk5T {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #OvEvFpKLmbTwHoL6y8OaTulfTVdbA5uw { display:block; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #VC3gs3MUhhuSMGPAOFOHfWCGmVa5fB65 {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #kVvlPZmzr5CgpxT4JTDLxJcGPidoOE3b {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Ma3BDKuBnNpMAsqWHkqx5UfegJ2gWhbg {  }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { top:3.625rem;left:0rem;width:29.8125rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { top:4.5rem;left:0rem;width:38.875rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7mZynBnsMTAa00NE6mS942m09al9AT { top:13.4375rem;left:0rem;width:42.3125rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:30.375rem;left:23.875rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #TonTHbth3I8NEQZDDa2lvThbhQeO55af { top:9.1875rem;left:0rem;width:39.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { top:1.4375rem;left:2.15625rem;width:43.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { top:1.875rem;left:0rem;width:36.125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { top:1.9375rem;left:11rem;width:34.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdHx4GN5aN7rXClF6J478uAV2T1UH8W { top:21.9375rem;left:0rem;width:36.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { top:21rem;left:1.71875rem;width:20.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGvSRCedct9cl7eZSahrvm23nToNSTq { top:21rem;left:25.59375rem;width:20.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { top:21.9375rem;left:11.8125rem;width:35.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk8EU3tNIUXr3O1XA811u73IfOoSFxie { top:1.4375rem;left:0rem;width:36rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { top:1.4375rem;left:11.75rem;width:34.9375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { top:21.8125rem;left:0rem;width:36.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { top:20.875rem;left:1.71875rem;width:20.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { top:20.875rem;left:25.59375rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { top:21.8125rem;left:12rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E { display:block; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFhRNk3PMsvHOQILuDpH9nkGA0uvJHV { top:0.8125rem;left:0rem;width:32.5625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28I6htyyTENNSsFBRifedpSg4fqfrFg { top:20.375rem;left:1.71875rem;width:20.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpD289mQmAZHo9laeaDZB15ABduNQDHW { top:21.25rem;left:0rem;width:36.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSaXTQp5o7uS8hJR7lflgmzfEm7Wo08q { top:0.8125rem;left:12.8125rem;width:34.9375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH9DSC9rOM1yDI7zt1fOF98Zud1il4hA { top:20.3125rem;left:25.6875rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVsmeqLGFOfKQRHgrq378Tt38Z4NxIM { top:21.25rem;left:12rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { top:7rem;left:12.9375rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block; }
 }@media only screen and (max-width: 763px) { #RvZCVO196FKb5IAk32kRPlRneBAzeq65 { top:3.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:31.25rem;height:22.3125rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { top:4.375rem;left:16.8125rem;width:30.3125rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:16.875rem;height:;top:36.25rem;left:30.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:32.5625rem;left:0rem;width:21.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { top:3.375rem;left:0rem;width:43.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { top:2.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:22.3125rem;height:20.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:22.5rem;height:20.9375rem;top:3.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:22.375rem;height:21rem;top:3.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { width:11.625rem;height:1.625rem;top:10.25rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:19.0625rem;height:8.625rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { width:7.0625rem;height:1.625rem;top:10.25rem;left:36.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { width:10rem;height:1.625rem;top:10.25rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { top:4.5625rem;left:5.75rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { top:4.5625rem;left:37.5rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { top:4.5625rem;left:21.75rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { width:19.0625rem;height:10.0625rem;top:13.125rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpNnS1lc0kppMK64oMQaarznIcD6F8s { width:19.0625rem;height:8.625rem;top:13.125rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC { display:block; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8zFmRP6gwcIVxkLDSt803OTSBWGc4pC { width:22.3125rem;height:21.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u40U45I5RDA4T68euKb0tbAWHiLvk1 { width:22.5rem;height:21.625rem;top:3.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DTUGrRN3uzkmZM90GwDxa01cPo5T1B { width:22.375rem;height:21.5625rem;top:3.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3M0y4HBRXpTguOETbRIiBAGoHVazfzu { width:9.5rem;height:1.625rem;top:10.25rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVT3ulomgppSoqlTaBhXnSm59BK3T4Tq { width:19.0625rem;height:10.0625rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfIPokrs0MH5hJFArPtnNsxvg62cuxSF { width:13.25rem;height:1.625rem;top:10.25rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkzbE9dRCnd6uMzDxUFUxTvaSbSxJ1DP { width:9.4375rem;height:1.625rem;top:10.25rem;left:19.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoxJRCahnaRwkX6c4tduhJZAusb15W6D { top:68.9375rem;left:12.499877929688rem;width:22.6875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ40WWxzUI0dEXwmMCt1ZaHsXgKyQBEb { display:block; }
 }@media only screen and (max-width: 763px) { #e3vaXnn0FDUPEnOzTAfk5JyqwFShpAOb { top:4.5625rem;left:5.75rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUDIlMTiRTABG42y9SGI2nobp9dSFxA2 { top:4.5625rem;left:37.5rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvJBvxmoubt3EQOyJ0QQ36p76vBwIeDD { top:4.5625rem;left:21.625rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlxeI3U4WMz7JTQPbUX56H1bogI8pKsx { width:19.0625rem;height:11.5rem;top:13.1875rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQnm3wyooU8bKH0EPb3F3ukuJJb8tki { width:19.0625rem;height:10.0625rem;top:13.1875rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXadGFoXJHITQp5mGm7XBEwBZFesghh { display:block; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { top:0.9375rem;left:14.03125rem;width:19.6875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { display:block; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { width:22.3125rem;height:20.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { width:18.75rem;height:6.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { width:22.5rem;height:20.3125rem;top:3.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWX4cDqTDdDueJz965bBJqT1VraG37T { width:22.375rem;height:20.3125rem;top:3.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXEA0QD2BlIvydTvyOI012VVboTV1Up { width:18.75rem;height:1.4375rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { width:19.0625rem;height:12.5rem;top:8.125rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { width:18.75rem;height:1.4375rem;top:21rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { width:19.4375rem;height:12.5rem;top:8.125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { width:18.75rem;height:1.4375rem;top:21rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ofyO9ngxebExtTQWatPOKg5tFORkXh { top:5.5625rem;left:0rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { top:5.5625rem;left:31.75rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { top:5.5625rem;left:15.875rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { display:none; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { top:5.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:12.5625rem;left:12.500217437744rem;width:22.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { top:2.75rem;left:0rem;width:27.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { top:3.4375rem;left:32.375rem;width:15.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { top:9.1875rem;left:37.7548828125rem;width:2.0625rem;height:2.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { top:15.9375rem;left:0rem;width:36.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { top:15.9375rem;left:25.5625rem;width:22.1875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { top:3.625rem;left:37.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { top:9.25rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:13rem;height:3.5625rem;top:0.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { top:3.0620727539062rem;left:2.3125rem;width:15.3125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block; }
 }@media only screen and (max-width: 763px) { #GZTAWkPaZUcb8RJ8WGnQZz624Ja1BQO6 { display:flex;width:1.6875rem;height:1.6875rem;top:4.625rem;left:3rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #TKxQipFXXFvMT3F8oBq9XRUDIBvnmbGK { width:12.5rem;height:2.03125rem;top:4.453125rem;left:4.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { background-color:rgba(32,52,76,0.91);background-image:none;display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:18.0625rem;height:4.875rem;top:0.9990234375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:20rem;height:4.7119125rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { width:20rem;height:24.5625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:20rem;height:3.8994125rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { width:8.75rem;height:0;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV  { width:17.5rem;height:auto;top:18.9375rem;left:0rem;z-index:15009; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV {display:block;}#ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV { width:17.5rem;height:auto;top:18.9375rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #KCAaI1G2ofabheVvS0Ck1sP2my42yg9y {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #MWOTuZEGRDRrsqvG6MV7kLxEVf8uc4Ox { display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #zkaMFlt4hyEUsywxRSNvQoTQKxPHQABL {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #EtQpgKlX94cU8ytI1RReLdIR9UDsBIgQ {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Vn2NuzcC3UgkDq42bCuLahz2eulW5WI6 { display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #davte7IQyvT3NVyWUZ1q4TS7ngknPect {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #oO7CRN7FmLm4uvQ5m3XucEDgakHQ9XXw {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #gg2peVpOMmhrpRBTqLw07Gz7aXUUDuFI { display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AGXvNlELKF9ldQWlCKPMG2KBsgnFLCtS {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #AEJtq1QTQTdih1egwaFeEdgwVBgoRk5T {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #OvEvFpKLmbTwHoL6y8OaTulfTVdbA5uw { display:none; }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #VC3gs3MUhhuSMGPAOFOHfWCGmVa5fB65 {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #kVvlPZmzr5CgpxT4JTDLxJcGPidoOE3b {  }
 }@media only screen and (max-width: 763px) { #ycaCTaHgxn5V9EmJGT8KJLkSUlU5hXWV #Ma3BDKuBnNpMAsqWHkqx5UfegJ2gWhbg {  }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { width:17.25rem;height:17.625rem;top:10.3916015625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { width:20rem;height:1.94970625rem;top:2.2041015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7mZynBnsMTAa00NE6mS942m09al9AT { width:20rem;height:23.47455625rem;top:29.4990234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:53.9365234375rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #TonTHbth3I8NEQZDDa2lvThbhQeO55af { width:20rem;height:3.25rem;top:5.0908203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { width:19.375rem;height:12.875rem;top:1.505859375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { width:19.5625rem;height:13.0625rem;top:15.1875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdHx4GN5aN7rXClF6J478uAV2T1UH8W { width:20rem;height:1.625rem;top:11.943359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { width:16.5625rem;height:3.125rem;top:11.193359375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGvSRCedct9cl7eZSahrvm23nToNSTq { width:16.5625rem;height:3.125rem;top:25.125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { width:20rem;height:1.625rem;top:25.779296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk8EU3tNIUXr3O1XA811u73IfOoSFxie { width:19.5rem;height:13rem;top:1.1240234375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { width:19.3125rem;height:12.9375rem;top:15.267578125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { width:20rem;height:1.625rem;top:11.568359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { width:16.5625rem;height:3.125rem;top:10.9423828125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { width:16.5625rem;height:3.125rem;top:25.0869140625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { width:20rem;height:1.625rem;top:25.8369140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E { display:block; }#mmSPcwS2TVGTHnL8ONzR2Jrv7rfQKX5E > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFhRNk3PMsvHOQILuDpH9nkGA0uvJHV { width:20rem;height:14.318618042226rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28I6htyyTENNSsFBRifedpSg4fqfrFg { width:14.0625rem;height:3.8125rem;top:10.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpD289mQmAZHo9laeaDZB15ABduNQDHW { width:20rem;height:1.625rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSaXTQp5o7uS8hJR7lflgmzfEm7Wo08q { width:20rem;height:13.309481216458rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH9DSC9rOM1yDI7zt1fOF98Zud1il4hA { width:16.125rem;height:3.75rem;top:25.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVsmeqLGFOfKQRHgrq378Tt38Z4NxIM { width:20rem;height:1.625rem;top:26.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { top:7.546875rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block; }
 }@media only screen and (max-width: 763px) { #RvZCVO196FKb5IAk32kRPlRneBAzeq65 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:20rem;height:28.2588rem;top:29.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { width:19.625rem;height:20rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:15.6875rem;height:1.51220625rem;top:26.5625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:60rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { width:20rem;height:2.4375rem;top:0.92578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { width:20rem;height:5.19921875rem;top:1.28125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:18.75rem;height:21.875rem;top:2.3798828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:18.75rem;height:21.875rem;top:26rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:18.75rem;height:20.0625rem;top:49.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { width:10.25rem;height:1.4624rem;top:9.0244140625rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:17.1875rem;height:8.285125rem;top:11.9619140625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { width:6.4375rem;height:1.4624rem;top:56.125rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { width:8.875rem;height:1.4624rem;top:32.875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { width:4.0625rem;height:4.1875rem;top:27.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWoSz83RSFKb9wIIy09BQzDhpEVWoge { width:4.0625rem;height:4.1875rem;top:50.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxIUVNf21cOTUGp78OuKLLp2KA7RThT { width:4.0625rem;height:4.1875rem;top:3.5869140625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8MuAy93vJPnixp9h6WFOeKKbbKtP0c { width:17.625rem;height:9.666rem;top:35.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpNnS1lc0kppMK64oMQaarznIcD6F8s { width:17.5625rem;height:8.285125rem;top:59.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC { display:block; }#ZPZIFduTeSQH28xArT1KpuNmXuWGqLsC > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8zFmRP6gwcIVxkLDSt803OTSBWGc4pC { width:18.75rem;height:21.1875rem;top:1.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u40U45I5RDA4T68euKb0tbAWHiLvk1 { width:18.75rem;height:21.875rem;top:24.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DTUGrRN3uzkmZM90GwDxa01cPo5T1B { width:18.75rem;height:21.875rem;top:48.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3M0y4HBRXpTguOETbRIiBAGoHVazfzu { width:8.5625rem;height:1.4624rem;top:7.6875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #xVT3ulomgppSoqlTaBhXnSm59BK3T4Tq { width:17.1875rem;height:9.666rem;top:10.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfIPokrs0MH5hJFArPtnNsxvg62cuxSF { width:11.875rem;height:1.4624rem;top:31.125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #bkzbE9dRCnd6uMzDxUFUxTvaSbSxJ1DP { width:8.25rem;height:1.4624rem;top:54.5625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#4e778d;display:block; }
 }@media only screen and (max-width: 763px) { #CoxJRCahnaRwkX6c4tduhJZAusb15W6D { top:73.3798828125rem;left:1.09375rem;width:17.8125rem;height:3.125rem;font-size:1rem;z-index:15006;background-color:#20344c;background-image:none;font-family:montserrat;border-top-left-radius:0rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ40WWxzUI0dEXwmMCt1ZaHsXgKyQBEb { display:block; }
 }@media only screen and (max-width: 763px) { #e3vaXnn0FDUPEnOzTAfk5JyqwFShpAOb { width:4.0625rem;height:4.25rem;top:25.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUDIlMTiRTABG42y9SGI2nobp9dSFxA2 { width:4.0625rem;height:4.1875rem;top:49rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvJBvxmoubt3EQOyJ0QQ36p76vBwIeDD { width:4.0625rem;height:4.1875rem;top:2.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlxeI3U4WMz7JTQPbUX56H1bogI8pKsx { width:17.9375rem;height:11.046875rem;top:34.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQnm3wyooU8bKH0EPb3F3ukuJJb8tki { width:17.375rem;height:9.666rem;top:57.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXadGFoXJHITQp5mGm7XBEwBZFesghh { display:block; }#gwXadGFoXJHITQp5mGm7XBEwBZFesghh > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uswQMWJq1333NJKBPz5SOxNh8mycZAa9 { width:19.6875rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk { display:block; }#iKRukpKV2yQ5w21VK00IhSR5XxbeiWSk > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6M1e4H6t5cJ6aTWQHMF9nsCZPAxPM85 { width:18.75rem;height:14.5rem;top:2.3798828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdgbCbfx70mHKgqigPxUwKfeoOacWlXb { width:16.749rem;height:6.9043125rem;top:6.6259765625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhaCVHo8TCMEeMcBtqC7A7nruuTV7Aq { width:18.75rem;height:20.4375rem;top:18.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiWX4cDqTDdDueJz965bBJqT1VraG37T { width:18.75rem;height:20.4375rem;top:40rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXEA0QD2BlIvydTvyOI012VVboTV1Up { width:4.875rem;height:1.4624rem;top:14.1494140625rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmIT8t4pPyv70uVKJigolsk5UQ42C2qU { width:17.1875rem;height:13.40625rem;top:22.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97PSXxoQpN5bzEuuQ69A3zviuKtS63P { width:7.8125rem;height:1.4624rem;top:36rem;left:6rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQvWrXhbrTPLSgLZPlodwJJKibIUiSZ { width:16.8125rem;height:13.40625rem;top:43.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5McO2EM5CZBCO70VFx5R0ucykmTmt6 { width:4.9375rem;height:1.4624rem;top:57.75rem;left:7.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ofyO9ngxebExtTQWatPOKg5tFORkXh { width:9.375rem;height:1.25rem;top:19.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWUMlnIuAk3o4Um1yR1MJgKRcr96iRn { width:9.375rem;height:1.25rem;top:4.1103515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4IFzfHNyW1CpdBUaHn5dxh0MkvCGUKB { width:9.375rem;height:1.25rem;top:41.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl { display:block; }#TZcQKM5ZmDTzT1JcQVhr6Hrv9PeTfkrl > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:20rem;height:17.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58a98352-087e-48e0-a9a2-f90964405be4/bgrdnewsletter.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { width:18rem;height:3.57421875rem;top:4rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:11.7353515625rem;left:1.09375rem;width:17.8125rem;height:3.125rem;font-size:1rem;color:#20344c;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { width:15.5rem;height:4.125rem;top:1.4208984375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { width:15.3730625rem;height:5.0625rem;top:10.375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { display:flex;width:1.75rem;height:1.75rem;top:7.5rem;left:1.25rem;font-size:1.1875rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { width:20rem;height:2.798825rem;top:17.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { width:20rem;height:1.29980625rem;top:22.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { display:flex;width:1.75rem;height:1.75rem;top:10.375rem;left:1.25rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { width:10.75rem;height:1.7871125rem;top:7.5625rem;left:4.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }