.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;background-image:url("https://images.assets-landingi.com/uc/93f7ed1f-2e68-49e7-803d-a3cd37867716/LPfota2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.adaptive-delivery-prevent-bg, #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.lazyload, #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.lazyloading { background-image: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { background-color: transparent; background-image: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container > .video-iframe-container { display: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row > .video-iframe-container { display: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .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); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { border-width: 0; border-radius: 0; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#Kmh6em5TfvXXiEvnAA7GoNMT4u3LPNTq { 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:2rem;width:11.4375rem;top:2.375rem;left:2.4375rem;overflow:hidden;display:block; }
#dNMHvaq9tw547oIwC9SHOXIqEmLw3A4a { color:#fafafa;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:13.5rem;left:2.4375rem;height:5rem;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; }
#S2fFJbHZkP0BUogDQBaB9QP4RA9y8n18 { color:#fafafa;display:block;width:45.5625rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:23.9375rem;left:2.4375rem;height:4.04980625rem;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; }
#tNdQQNJT39Ep6m58ve3JydMzqTWL7c77 { color:#59d2ff;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:18.9375rem;left:2.4375rem;height:5rem;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; }
#T1eCsf4Na7IXIILv3BuNmhi7A7lKzFuz { color:#071631;display:block;width:40.8125rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:29.3125rem;left:3.25rem;height:3.67480625rem;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; }
#PS1ESQvyLTtM4bqQT8QgtZJO2dwJLNHE { box-sizing:content-box;height:4.0625rem;width:42.125rem;position:absolute;display:block;z-index:15003;background-color:#59d2ff;background-image:none;top:28.99365234375rem;left:2.4375rem;display:block; }
#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 { position:relative;display:block; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 { background-color: transparent; background-image: none; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row .container > .video-iframe-container { display: none; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row > .video-iframe-container { display: none; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .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); }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 { border-width: 0; border-radius: 0; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .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; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .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:9.9375rem;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; }#ZtJ12zoQwTKuvmhmvEU44Ug5S6X4QMXX { box-sizing:content-box;height:5.3125rem;width:15.3125rem;position:absolute;display:block;z-index:15001;background-color:#030304;background-image:none;top:4.4375rem;left:2.75rem;display:block; }
#hBHKyrG1GiUEx1qZ9O7UovDhcFS0JItX { box-sizing:content-box;height:5.3125rem;width:15.3125rem;position:absolute;display:block;z-index:15005;background-color:#132f60;background-image:none;top:4.4375rem;left:20.75rem;display:block; }
#kqMqLRriZgZQ1xOM5pRIu7AGIONRKT0l { box-sizing:content-box;height:5.3125rem;width:15.3125rem;position:absolute;display:block;z-index:15006;background-color:#9bafcc;background-image:none;top:4.4375rem;left:39.1875rem;display:block; }
#a6ng9XmL3dQcUQgGsubyiooa5qzwuIZ5 { box-sizing:content-box;height:5.3125rem;width:15.3125rem;position:absolute;display:block;z-index:15007;background-color:#333333;background-image:none;top:4.4375rem;left:56.9375rem;display:block; }
#etTsqRNfKwE5PDpG1HeCg4QcTUtQReNx { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.9375rem;height:2.03125rem;font-style:normal;display:block; }
#NWzM7ahAoUvyUrLUZnzTyPIXZpkN94VP { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:23.5rem;height:2.03125rem;font-style:normal;display:block; }
#AU9QGgC4VZbWZ4140anVVRAM6EryMO3I { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0625rem;left:41.9375rem;height:2.03125rem;font-style:normal;display:block; }
#AwNNNmKomPSwTLs9gTNtlkz4nfGScOcw { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:60.6875rem;height:2.03125rem;font-style:normal;display:block; }
#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc { position:relative;display:block; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc { background-color: transparent; background-image: none; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row .container > .video-iframe-container { display: none; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row > .video-iframe-container { display: none; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .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); }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc { border-width: 0; border-radius: 0; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .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; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .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:19.875rem;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; }#W3npTGg8M4BWUVoxTzkO8HvFDoSZrAyq { color:#0e0e0e;display:block;width:60.8125rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.125rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZMkMMRTTLcZuobmuTh9poxkEQznpSIK { color:#0e0e0e;display:block;width:61.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.5625rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Vq6bf9gBJhaENGScR2ZunzR5gLaQszfg { position:absolute;display:block;z-index:15000;height:25rem;width:75rem;top:6.3125rem;left:0rem;display:block; }
#g75S6UkGNZpp6DxPSWnlXz9Jpal1Hml5 { position:absolute;display:block;z-index:15001;height:6.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6bcde30c-cd15-4e90-88de-d7916220415d/freepik__ahighlyrealisticnightsceneinspiredbytheref__25515.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB.adaptive-delivery-prevent-bg, #W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB.lazyload, #W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB.lazyloading { background-image: none; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container { background-color: transparent; background-image: none; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container > .video-iframe-container { display: none; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row > .video-iframe-container { display: none; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .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); }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container { border-width: 0; border-radius: 0; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#aFM1lazF1DXifegZB7pQGmdFoV9eadIx { color:#fafafa;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:5.625rem;left:41.0625rem;height:3.65625rem;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;text-align:left;text-align-last:left;display:block; }
#BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev { color:#fafafa;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:12.0625rem;left:41.0625rem;height:18.681625rem;font-style:normal;display:block; }#BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8998aa26aac40df7006179a602f7b09cf765d3b6.svg); }
#aBgsJIkKCZTvOrnR2WZacnQy6AIiwTMP { box-sizing:content-box;height:36.375rem;width:37.625rem;position:absolute;display:block;z-index:15019;background-color:#132f60;background-image:none;top:0rem;left:37.375rem;display:block; }
#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E { 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; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container { background-color: transparent; background-image: none; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container > .video-iframe-container { display: none; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row > .video-iframe-container { display: none; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .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); }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container { border-width: 0; border-radius: 0; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#PfOu64Pyn7CFrhepel6FCD1b6GLzXgOa { color:#fafafa;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:30.25rem;left:6.5625rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCnO1ypbOgx9FNyuUGH0sAwv9Gd2dbi9 { color:#030304;display:block;width:68.25rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.4375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#TnO6OddqBap8yUTocWUI6o1EgJUNpzFD { box-sizing:content-box;height:20rem;width:15.3125rem;position:absolute;display:block;z-index:15000;background-color:#030304;background-image:none;top:17.6875rem;left:4.4375rem;display:block; }
#lecMLI6DRsyV1ZeTcDLb5dXTHpaws9hh { box-sizing:content-box;height:20rem;width:15.3125rem;position:absolute;display:block;z-index:15004;background-color:#132f60;background-image:none;top:17.6875rem;left:29.6875rem;display:block; }
#crIazApTHgRQi5qSUz0hUFCpHSSMEveI { color:#fafafa;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:31.25rem;left:31.75rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HPcNypMAC5c3IeLQxbArreTdsdoTtTsn { box-sizing:content-box;height:20rem;width:15.3125rem;position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;top:17.6875rem;left:55.25rem;display:block; }
#tqq4FVyV1sEfIU1UvJT3ncLn9sqcIWA9 { color:#fafafa;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:29.9375rem;left:57.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sv7ywDO1Flsg72bXwFzyfkvUFaAKKPbB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:21.1875rem;left:34.21875rem;overflow:hidden;display:block; }
#LLeA0UyJNlQRfhBbMJxxuaWOO8F758iG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:21.84375rem;left:60.4375rem;overflow:hidden;display:block; }
#mzes4MTrTxavalLyX5rwJmhtkcxpZFJ8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:21.1875rem;left:9.0625rem;overflow:hidden;display:block; }
#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031430;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; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container { background-color: transparent; background-image: none; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container > .video-iframe-container { display: none; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row > .video-iframe-container { display: none; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .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); }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container { border-width: 0; border-radius: 0; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#A0wNtNS71TqiF0i7FvalgQkro6x6NF5h { 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:30.375rem;width:24.6875rem;top:0.3125rem;left:0.4375rem;overflow:hidden;display:block; }
#g17woDNWaeRNPrdEKmMMOQhF16PB396J { color:#fafafa;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:30.375rem;left:0.65625rem;height:6.9970625rem;text-align:center;text-align-last:center;display:block; }
#T2mVKp7n2vznRocKvzOgT9XTZcxcDpRa { color:#fafafa;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:30.6875rem;left:25.40625rem;height:5.59765625rem;text-align:center;text-align-last:center;display:block; }
#g0CzHEm818TsME3JT0EJEmBmULS1e0Ev { 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:29.5rem;width:24.6875rem;top:1rem;left:25.15625rem;overflow:hidden;display:block; }
#qb2zVap7qb4JEJ2BrBUxeH74cfTnMCtR { 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:27.6875rem;width:26.1875rem;top:1.59375rem;left:48.8125rem;overflow:hidden;display:block; }
#NwQiHuEFE2nr5Ip8ToDQ1Z6i0N8IDTw9 { color:#fafafa;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.6875rem;left:50rem;height:8.3965rem;text-align:center;text-align-last:center;display:block; }
#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f3f4;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; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container { background-color: transparent; background-image: none; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container > .video-iframe-container { display: none; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row > .video-iframe-container { display: none; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .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); }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container { border-width: 0; border-radius: 0; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#il4RDuWAJ4FeTeWtvettdkJKvU3U1UWx { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:10.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rb9bFomAUMmzSEb0TUoVu6s1GlhhFBsU { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0OkXf3rI3XUuM20p5LRcFmGeALaMkv7 { color:#030304;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.9375rem;left:6.9375rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#VoURdfsC1aX1WsbTKOxmHPWM4CCKG8Zk { color:#030304;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.4375rem;left:45.5rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd { position:relative;display:block; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd { background-color: transparent; background-image: none; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row .container > .video-iframe-container { display: none; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row > .video-iframe-container { display: none; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .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); }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd { border-width: 0; border-radius: 0; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .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; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .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:21.125rem;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; }#FBAeXHXk70JG89HD6EkvEZpXQR6ObDRP { color:#000000;display:block;width:67.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:3.96240234375rem;left:3.9375rem;height:13.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/b0bc8b1d-e04f-4694-af4d-3ef55fc44720/freepik__assistant__85212.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA.adaptive-delivery-prevent-bg, #zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA.lazyload, #zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA.lazyloading { background-image: none; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container { background-color: transparent; background-image: none; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container > .video-iframe-container { display: none; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row > .video-iframe-container { display: none; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .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); }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container { border-width: 0; border-radius: 0; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-form-header {  }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.8125rem;font-weight:bold;color:#000000;width:29.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-button { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#030304;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:29.125rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]:-moz-placeholder { color:#898080;font-family:poppins;font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]::-moz-placeholder { color:#898080;font-family:poppins;font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]:-ms-input-placeholder { color:#898080;font-family:poppins;font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]::-webkit-input-placeholder { color:#898080;font-family:poppins;font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .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:poppins;line-height:1.5;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.75rem;overflow:hidden;font-style:normal; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .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; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-container:first-of-type{padding-top:0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-container:last-of-type{padding-bottom:0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.8125rem;left:39.875rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC {display:block;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.8125rem;left:39.875rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #ewBXTXrxlX3qOsmuwu86IWW3BGSZRPUV { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sJm0QysuWlMyBCHVyidTWImVXf7CZ9Kd { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #EQyfDAZmQzcNqemvXvg1nFLDINMTvUo6 { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #LTxIwXQmuQHp2xTPp6h57SLpSlq3G2y8 { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #oTFS7Iabi9rQPeIq5VTwpyHb2iK7C0t7 { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #D9vvBnxT2wavDSSkTTQOkQFqp4guy4he { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dn4KxxiiyTaz2dNK7v9DREa11hlAwWIq { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kkCQ0phUvTDpzyTrbhVntZURTWeLTUuF { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sAJaqVWSOeLg5xJO24m5sVt7hkA7x3p9 { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #S3QZcm1S5CPATQLnhvMzLWMM3pAKwRWk { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #bmlOlBXN4SarvTUo8HskiTcx4qrAvFCI { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #HHxf5Qu7nBe70VIwatrQegJD4L7N6Tku { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #U5dNJ2AIGwCsX5V2TB9TQmJEelBTrGyD { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #SD4CxmdoF92voOef0PL2XmPmTTkccWWT { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #MKZGugRbIJEGFXgXcdtUdCXCi5KJ5o5T { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yZURsCgM6SZJiX88feV0coIitvNM99lT { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dycLqiyOa7ZPHI2IgXT1tGbNx8nwIUAb { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #RWcQ2FTvTTtDoermKIaFhsDe5BeRyAXC { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #DzZRs4UwUgyCn1f1bF7KuWVuIZ4V0vve { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #WeyNe4FiBq9rLhSeG3FTA6tHAzFmv5F5 { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #tKcSEPXwTlKCk31ga2LiH4SH9D7Nshnl { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #Jerhv4KGm9IIfTpbv2EAlrRhZHHF4ziJ { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #AvvnTWWELB6D1Swx5Fz3UvIeav3JnpqI { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rOcLyVQ4ZRt5SMOKbZVElsUQeaCKlrvr { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #M4Fpp5vdNzoLbPwfpc2XL54cOSRxeJ8g { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kgfMtaABCcib1Az74KSXxM0JWqFZDTdT { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rn3PJelFPVdQev9dtZ7mzxWK8USyQ9tI { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #FyhQiNAJ3nbkukUGWJevDs4RtxFcbTqm { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yMW0yvhzI6WnXMlPGtG6OG3rMu4FQVR3 { position:relative;display:block; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aJSWmnFODOB9ioZQ0L8IEDMuyorgiV3V { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #IHDKLA5owkyT1X7lL2y6Ik2Wo4XiIdz1 { position:relative;display:block;z-index:15000; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aPQts9GTnCbC9H1n0SMzLOqTWRoq9TLG { position:relative;display:block;z-index:15000; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #UTAlNMuMDW0n0LtokWzIBTCnJlR1dIsT { position:relative; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #b0JmiOkho18Tv1WUWGf1b4ZlA17TFusS { position:relative; }
#J5DR93XBmnB12JDcr7M1FR8nueQ5Movn { color:#fafafa;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:13.5rem;left:4.875rem;height:11.8945625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7L79maLsw9wm0l8zT2dqfT2Gcf6aDyJ { color:#fafafa;display:block;width:31rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.875rem;height:4.38720625rem;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;text-align:left;text-align-last:left;display:block; }
#ATcF9O6xgWDOolVFAfsCfFFEOTJWnlhW { color:#fafafa;display:block;width:30rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:31.5rem;left:5.375rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZWybWihi9IKorcFmVZNEI5OKT1GFmLmJ { box-sizing:content-box;height:27.125rem;width:32.3125rem;position:absolute;display:block;z-index:15002;background-color:#132f60;background-image:none;top:29.1875rem;left:4.25rem;display:block; }
#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 { background-color:#1d1d1b;background-image:none;z-index:;position:relative;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;display:block; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { background-color: transparent; background-image: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .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); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { border-width: 0; border-radius: 0; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#n6JfwEM1uRBU6y9TIWe3UX9t6dgB2xs3 { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:6.25rem;left:3.75rem;background-color:transparent;background-image:none;height:2.449225rem;text-align:left;text-align-last:left;color:#f0f3f4;font-style:normal;display:block; }
#TC68G72GbswFpbsSOQKozIHx5zbTxsUQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.1875rem;left:58.8125rem; }
#TC68G72GbswFpbsSOQKozIHx5zbTxsUQ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ef6hQ7fC710L74zMGOeWM97wuKCUXtGu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.1875rem;left:61.75rem; }
#ef6hQ7fC710L74zMGOeWM97wuKCUXtGu > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#bvShUqWPZShqTtEsSv01LhDApK5KvDTn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.1875rem;left:64.5625rem; }
#bvShUqWPZShqTtEsSv01LhDApK5KvDTn > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#izvJO2gupmNb5hMVws8VHShTzfRSHUGX { 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:1.5625rem;width:9.1875rem;top:3.1875rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB { display:block; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kmh6em5TfvXXiEvnAA7GoNMT4u3LPNTq { top:2.375rem;left:0rem;width:11.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMHvaq9tw547oIwC9SHOXIqEmLw3A4a { top:13.5rem;left:0rem;width:33.1875rem;height:5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2fFJbHZkP0BUogDQBaB9QP4RA9y8n18 { top:23.9375rem;left:0rem;width:45.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdQQNJT39Ep6m58ve3JydMzqTWL7c77 { top:18.9375rem;left:0rem;width:33.1875rem;height:5rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1eCsf4Na7IXIILv3BuNmhi7A7lKzFuz { top:29.3125rem;left:0rem;width:40.8125rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1ESQvyLTtM4bqQT8QgtZJO2dwJLNHE { top:28.9375rem;left:0rem;width:42.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nub9ZvywOlqu72dfIir3JORCRAOeu0 { display:block; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtJ12zoQwTKuvmhmvEU44Ug5S6X4QMXX { top:4.4375rem;left:0rem;width:15.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHKyrG1GiUEx1qZ9O7UovDhcFS0JItX { top:4.4375rem;left:7.125rem;width:15.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqMqLRriZgZQ1xOM5pRIu7AGIONRKT0l { top:4.4375rem;left:25.5625rem;width:15.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ng9XmL3dQcUQgGsubyiooa5qzwuIZ5 { top:4.4375rem;left:32.4375rem;width:15.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTsqRNfKwE5PDpG1HeCg4QcTUtQReNx { top:6.0625rem;left:0rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzM7ahAoUvyUrLUZnzTyPIXZpkN94VP { top:6.0625rem;left:9.875rem;width:9.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9QGgC4VZbWZ4140anVVRAM6EryMO3I { top:6.0625rem;left:28.3125rem;width:9.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNNNmKomPSwTLs9gTNtlkz4nfGScOcw { top:6.0625rem;left:39.9375rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc { display:block; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3npTGg8M4BWUVoxTzkO8HvFDoSZrAyq { top:7.1875rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMkMMRTTLcZuobmuTh9poxkEQznpSIK { top:3.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq6bf9gBJhaENGScR2ZunzR5gLaQszfg { top:6.3125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g75S6UkGNZpp6DxPSWnlXz9Jpal1Hml5 { top:0rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB { display:block; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFM1lazF1DXifegZB7pQGmdFoV9eadIx { top:5.625rem;left:20.875rem;width:26.875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev { top:12.0625rem;left:17.375rem;width:30.375rem;height:18.625rem;font-size:0.875rem;display:block; }#BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8998aa26aac40df7006179a602f7b09cf765d3b6.svg); }
 }@media only screen and (max-width: 763px) { #aBgsJIkKCZTvOrnR2WZacnQy6AIiwTMP { top:0rem;left:10.125rem;width:37.625rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E { display:block; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfOu64Pyn7CFrhepel6FCD1b6GLzXgOa { width:11.25rem;height:4rem;top:30.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnO1ypbOgx9FNyuUGH0sAwv9Gd2dbi9 { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnO6OddqBap8yUTocWUI6o1EgJUNpzFD { top:17.6875rem;left:0rem;width:15.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #lecMLI6DRsyV1ZeTcDLb5dXTHpaws9hh { top:17.6875rem;left:8.5625rem;width:15.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #crIazApTHgRQi5qSUz0hUFCpHSSMEveI { width:11.25rem;height:2rem;top:31.25rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcNypMAC5c3IeLQxbArreTdsdoTtTsn { top:17.6875rem;left:20.5rem;width:15.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqq4FVyV1sEfIU1UvJT3ncLn9sqcIWA9 { width:11.25rem;height:6rem;top:29.9375rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7ywDO1Flsg72bXwFzyfkvUFaAKKPbB { top:21.1875rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLeA0UyJNlQRfhBbMJxxuaWOO8F758iG { top:21.8125rem;left:36.59375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzes4MTrTxavalLyX5rwJmhtkcxpZFJ8 { top:21.1875rem;left:5.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh { display:block; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0wNtNS71TqiF0i7FvalgQkro6x6NF5h { top:0.3125rem;left:0rem;width:24.6875rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g17woDNWaeRNPrdEKmMMOQhF16PB396J { top:30.375rem;left:0rem;width:23.6875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2mVKp7n2vznRocKvzOgT9XTZcxcDpRa { top:30.6875rem;left:8.3125rem;width:23.4375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0CzHEm818TsME3JT0EJEmBmULS1e0Ev { top:1rem;left:7.0625rem;width:24.6875rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2zVap7qb4JEJ2BrBUxeH74cfTnMCtR { top:1.5625rem;left:5.5625rem;width:26.1875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQiHuEFE2nr5Ip8ToDQ1Z6i0N8IDTw9 { top:30.6875rem;left:23.6875rem;width:23.9375rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK { display:block; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il4RDuWAJ4FeTeWtvettdkJKvU3U1UWx { top:3.75rem;left:3.375rem;width:17.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9bFomAUMmzSEb0TUoVu6s1GlhhFBsU { top:3.25rem;left:26.5rem;width:18.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0OkXf3rI3XUuM20p5LRcFmGeALaMkv7 { top:8.9375rem;left:0.125rem;width:23.6875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoURdfsC1aX1WsbTKOxmHPWM4CCKG8Zk { top:8.4375rem;left:25.0625rem;width:21.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSM34wLqSdkf22TlmnHQ7El45IgdMPd { display:block; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAeXHXk70JG89HD6EkvEZpXQR6ObDRP { top:3.9375rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA { display:block; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-regular-label { width:29.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text { width:29.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-textarea { width:29.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select { width:29.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-button { width:29.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-checkbox-label { width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC  { width:29.125rem;height:auto;top:4.8125rem;left:16.125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .radio-container { width:29.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC {display:block;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC { width:29.125rem;height:auto;top:4.8125rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #ewBXTXrxlX3qOsmuwu86IWW3BGSZRPUV {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sJm0QysuWlMyBCHVyidTWImVXf7CZ9Kd {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #EQyfDAZmQzcNqemvXvg1nFLDINMTvUo6 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #LTxIwXQmuQHp2xTPp6h57SLpSlq3G2y8 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #oTFS7Iabi9rQPeIq5VTwpyHb2iK7C0t7 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #D9vvBnxT2wavDSSkTTQOkQFqp4guy4he {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dn4KxxiiyTaz2dNK7v9DREa11hlAwWIq {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kkCQ0phUvTDpzyTrbhVntZURTWeLTUuF {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sAJaqVWSOeLg5xJO24m5sVt7hkA7x3p9 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #S3QZcm1S5CPATQLnhvMzLWMM3pAKwRWk {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #bmlOlBXN4SarvTUo8HskiTcx4qrAvFCI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #HHxf5Qu7nBe70VIwatrQegJD4L7N6Tku {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #U5dNJ2AIGwCsX5V2TB9TQmJEelBTrGyD {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #SD4CxmdoF92voOef0PL2XmPmTTkccWWT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #MKZGugRbIJEGFXgXcdtUdCXCi5KJ5o5T {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yZURsCgM6SZJiX88feV0coIitvNM99lT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dycLqiyOa7ZPHI2IgXT1tGbNx8nwIUAb {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #RWcQ2FTvTTtDoermKIaFhsDe5BeRyAXC {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #DzZRs4UwUgyCn1f1bF7KuWVuIZ4V0vve {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #WeyNe4FiBq9rLhSeG3FTA6tHAzFmv5F5 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #tKcSEPXwTlKCk31ga2LiH4SH9D7Nshnl {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #Jerhv4KGm9IIfTpbv2EAlrRhZHHF4ziJ {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #AvvnTWWELB6D1Swx5Fz3UvIeav3JnpqI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rOcLyVQ4ZRt5SMOKbZVElsUQeaCKlrvr {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #M4Fpp5vdNzoLbPwfpc2XL54cOSRxeJ8g {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kgfMtaABCcib1Az74KSXxM0JWqFZDTdT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rn3PJelFPVdQev9dtZ7mzxWK8USyQ9tI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #FyhQiNAJ3nbkukUGWJevDs4RtxFcbTqm {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yMW0yvhzI6WnXMlPGtG6OG3rMu4FQVR3 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aJSWmnFODOB9ioZQ0L8IEDMuyorgiV3V {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #IHDKLA5owkyT1X7lL2y6Ik2Wo4XiIdz1 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aPQts9GTnCbC9H1n0SMzLOqTWRoq9TLG {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #UTAlNMuMDW0n0LtokWzIBTCnJlR1dIsT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #b0JmiOkho18Tv1WUWGf1b4ZlA17TFusS {  }
 }@media only screen and (max-width: 763px) { #J5DR93XBmnB12JDcr7M1FR8nueQ5Movn { width:30rem;height:11.875rem;top:13.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7L79maLsw9wm0l8zT2dqfT2Gcf6aDyJ { top:4.8125rem;left:0rem;width:31rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcF9O6xgWDOolVFAfsCfFFEOTJWnlhW { width:30rem;height:22.5rem;top:31.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWybWihi9IKorcFmVZNEI5OKT1GFmLmJ { top:29.1875rem;left:0rem;width:32.3125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 { display:block; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 { background-color: transparent; background-image: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .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); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6JfwEM1uRBU6y9TIWe3UX9t6dgB2xs3 { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC68G72GbswFpbsSOQKozIHx5zbTxsUQ { top:5.1875rem;left:45.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#TC68G72GbswFpbsSOQKozIHx5zbTxsUQ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ef6hQ7fC710L74zMGOeWM97wuKCUXtGu { top:5.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#ef6hQ7fC710L74zMGOeWM97wuKCUXtGu > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #bvShUqWPZShqTtEsSv01LhDApK5KvDTn { top:5.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#bvShUqWPZShqTtEsSv01LhDApK5KvDTn > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #izvJO2gupmNb5hMVws8VHShTzfRSHUGX { top:3.1875rem;left:0rem;width:9.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB { background-color:#0e0e0e;background-image:url("https://images.assets-landingi.com/uc/93f7ed1f-2e68-49e7-803d-a3cd37867716/LPfota2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.adaptive-delivery-prevent-bg, #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.lazyload, #eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB.lazyloading { background-image: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { background-color: transparent; background-image: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container > .video-iframe-container { display: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row > .video-iframe-container { display: none; }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .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); }#eTIKJwWXtMLFPIIsNMI6N68DtANP7gBB > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kmh6em5TfvXXiEvnAA7GoNMT4u3LPNTq { width:11.4375rem;height:2rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dNMHvaq9tw547oIwC9SHOXIqEmLw3A4a { width:20rem;height:4.25rem;top:16.625rem;left:0rem;font-size:4.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2fFJbHZkP0BUogDQBaB9QP4RA9y8n18 { width:20rem;height:1.79980625rem;top:24.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNdQQNJT39Ep6m58ve3JydMzqTWL7c77 { width:20rem;height:3.6875rem;top:21.125rem;left:0rem;font-size:3.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1eCsf4Na7IXIILv3BuNmhi7A7lKzFuz { width:19.75rem;height:1.79980625rem;top:27.875rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PS1ESQvyLTtM4bqQT8QgtZJO2dwJLNHE { width:20rem;height:2.4375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nub9ZvywOlqu72dfIir3JORCRAOeu0 { display:block; }#g0nub9ZvywOlqu72dfIir3JORCRAOeu0 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtJ12zoQwTKuvmhmvEU44Ug5S6X4QMXX { width:15.3125rem;height:5.3125rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBHKyrG1GiUEx1qZ9O7UovDhcFS0JItX { width:15.3125rem;height:5.3125rem;top:7.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqMqLRriZgZQ1xOM5pRIu7AGIONRKT0l { width:15.3125rem;height:5.3125rem;top:14.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ng9XmL3dQcUQgGsubyiooa5qzwuIZ5 { width:15.3125rem;height:5.3125rem;top:20.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTsqRNfKwE5PDpG1HeCg4QcTUtQReNx { width:12.9375rem;height:2.03125rem;top:2.890625rem;left:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzM7ahAoUvyUrLUZnzTyPIXZpkN94VP { width:9.875rem;height:2.03125rem;top:9.453125rem;left:5.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9QGgC4VZbWZ4140anVVRAM6EryMO3I { width:9.875rem;height:2.03125rem;top:16.015625rem;left:5.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNNNmKomPSwTLs9gTNtlkz4nfGScOcw { width:7.8125rem;height:2.03125rem;top:22.578125rem;left:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc { display:block; }#aTJ3CcKZGPHFtfQA3ZB8nI0NwBJUX4kc > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3npTGg8M4BWUVoxTzkO8HvFDoSZrAyq { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMkMMRTTLcZuobmuTh9poxkEQznpSIK { width:20rem;height:2.92480625rem;top:7.123046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq6bf9gBJhaENGScR2ZunzR5gLaQszfg { width:20rem;height:25rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g75S6UkGNZpp6DxPSWnlXz9Jpal1Hml5 { width:20rem;height:6.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB { display:block; }#W0f8uWOENTFTs5XbDPCVfOqTPw8nyToB > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFM1lazF1DXifegZB7pQGmdFoV9eadIx { width:19rem;height:2.5996125rem;top:3.875rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev { width:17.3125rem;height:21.44725rem;top:8.3125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#BuqSlpQECm4T4LHiv3zcoDCf0bTH6Xev li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8998aa26aac40df7006179a602f7b09cf765d3b6.svg); }
 }@media only screen and (max-width: 763px) { #aBgsJIkKCZTvOrnR2WZacnQy6AIiwTMP { width:20rem;height:31.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E { display:block; }#rRsOCbF5XtTbyEPzd2rMgDB1C6LoIE1E > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfOu64Pyn7CFrhepel6FCD1b6GLzXgOa { width:11.625rem;height:1.5996125rem;top:21.0625rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnO1ypbOgx9FNyuUGH0sAwv9Gd2dbi9 { width:20rem;height:5.84911875rem;top:2.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnO6OddqBap8yUTocWUI6o1EgJUNpzFD { width:15.3125rem;height:14.125rem;top:11.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lecMLI6DRsyV1ZeTcDLb5dXTHpaws9hh { width:15.3125rem;height:13.125rem;top:26.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crIazApTHgRQi5qSUz0hUFCpHSSMEveI { width:8.3125rem;height:1.5996125rem;top:36.5625rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcNypMAC5c3IeLQxbArreTdsdoTtTsn { width:15.3125rem;height:13.125rem;top:40.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqq4FVyV1sEfIU1UvJT3ncLn9sqcIWA9 { width:12.375rem;height:3.19921875rem;top:49.5rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7ywDO1Flsg72bXwFzyfkvUFaAKKPbB { width:6.25rem;height:6.25rem;top:28.912109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLeA0UyJNlQRfhBbMJxxuaWOO8F758iG { width:4.9375rem;height:4.9375rem;top:43.125rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzes4MTrTxavalLyX5rwJmhtkcxpZFJ8 { width:6.25rem;height:6.25rem;top:13.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh { display:block; }#BTc5EJXWSlFnC4BLkblkQl54FXJcaXmh > .row .container { width:20rem;height:113.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0wNtNS71TqiF0i7FvalgQkro6x6NF5h { width:20rem;height:24.607594936709rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g17woDNWaeRNPrdEKmMMOQhF16PB396J { width:20rem;height:8.3994375rem;top:27.857421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2mVKp7n2vznRocKvzOgT9XTZcxcDpRa { width:20rem;height:8.3994375rem;top:65.1552734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0CzHEm818TsME3JT0EJEmBmULS1e0Ev { width:20rem;height:23.898734177215rem;top:39.1943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb2zVap7qb4JEJ2BrBUxeH74cfTnMCtR { width:20rem;height:21.25rem;top:75.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQiHuEFE2nr5Ip8ToDQ1Z6i0N8IDTw9 { width:18.625rem;height:9.7993125rem;top:98.9296875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK { display:block; }#Id7hyDmBc1IdU2s3zfZZMX8AqSWDmgRK > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il4RDuWAJ4FeTeWtvettdkJKvU3U1UWx { width:17.125rem;height:3.8994125rem;top:3.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9bFomAUMmzSEb0TUoVu6s1GlhhFBsU { width:18.6875rem;height:3.8994125rem;top:16.43603515625rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0OkXf3rI3XUuM20p5LRcFmGeALaMkv7 { width:19.25rem;height:5.5996125rem;top:8.3125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoURdfsC1aX1WsbTKOxmHPWM4CCKG8Zk { width:20rem;height:5.5996125rem;top:21.4599609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSM34wLqSdkf22TlmnHQ7El45IgdMPd { display:block; }#UnSM34wLqSdkf22TlmnHQ7El45IgdMPd > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAeXHXk70JG89HD6EkvEZpXQR6ObDRP { width:20rem;height:34.7988125rem;top:3.19384765625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA { display:block; }#zyvzLAGqA7VGuHzFidp9omoX4s8RJEcA > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-text {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#898080;font-size:0.8125rem;overflow:hidden; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-select {padding-top: 0; padding-bottom: 0;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC  { width:17.5rem;height:auto;top:21.224609375rem;left:0rem; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC {display:block;}#a1sephAWltTuqcf3I4xUU2TtIkhuIVgC { width:17.5rem;height:auto;top:21.224609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #ewBXTXrxlX3qOsmuwu86IWW3BGSZRPUV {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sJm0QysuWlMyBCHVyidTWImVXf7CZ9Kd {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #EQyfDAZmQzcNqemvXvg1nFLDINMTvUo6 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #LTxIwXQmuQHp2xTPp6h57SLpSlq3G2y8 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #oTFS7Iabi9rQPeIq5VTwpyHb2iK7C0t7 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #D9vvBnxT2wavDSSkTTQOkQFqp4guy4he {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dn4KxxiiyTaz2dNK7v9DREa11hlAwWIq {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kkCQ0phUvTDpzyTrbhVntZURTWeLTUuF {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #sAJaqVWSOeLg5xJO24m5sVt7hkA7x3p9 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #S3QZcm1S5CPATQLnhvMzLWMM3pAKwRWk {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #bmlOlBXN4SarvTUo8HskiTcx4qrAvFCI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #HHxf5Qu7nBe70VIwatrQegJD4L7N6Tku {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #U5dNJ2AIGwCsX5V2TB9TQmJEelBTrGyD {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #SD4CxmdoF92voOef0PL2XmPmTTkccWWT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #MKZGugRbIJEGFXgXcdtUdCXCi5KJ5o5T {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yZURsCgM6SZJiX88feV0coIitvNM99lT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #dycLqiyOa7ZPHI2IgXT1tGbNx8nwIUAb {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #RWcQ2FTvTTtDoermKIaFhsDe5BeRyAXC {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #DzZRs4UwUgyCn1f1bF7KuWVuIZ4V0vve {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #WeyNe4FiBq9rLhSeG3FTA6tHAzFmv5F5 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #tKcSEPXwTlKCk31ga2LiH4SH9D7Nshnl {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #Jerhv4KGm9IIfTpbv2EAlrRhZHHF4ziJ {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #AvvnTWWELB6D1Swx5Fz3UvIeav3JnpqI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rOcLyVQ4ZRt5SMOKbZVElsUQeaCKlrvr {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #M4Fpp5vdNzoLbPwfpc2XL54cOSRxeJ8g {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #kgfMtaABCcib1Az74KSXxM0JWqFZDTdT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #rn3PJelFPVdQev9dtZ7mzxWK8USyQ9tI {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #FyhQiNAJ3nbkukUGWJevDs4RtxFcbTqm {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #yMW0yvhzI6WnXMlPGtG6OG3rMu4FQVR3 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aJSWmnFODOB9ioZQ0L8IEDMuyorgiV3V {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #IHDKLA5owkyT1X7lL2y6Ik2Wo4XiIdz1 {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #aPQts9GTnCbC9H1n0SMzLOqTWRoq9TLG {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #UTAlNMuMDW0n0LtokWzIBTCnJlR1dIsT {  }
 }@media only screen and (max-width: 763px) { #a1sephAWltTuqcf3I4xUU2TtIkhuIVgC #b0JmiOkho18Tv1WUWGf1b4ZlA17TFusS {  }
 }@media only screen and (max-width: 763px) { #J5DR93XBmnB12JDcr7M1FR8nueQ5Movn { width:18.6875rem;height:9.7993rem;top:8.349609375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7L79maLsw9wm0l8zT2dqfT2Gcf6aDyJ { width:20rem;height:2.5996125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATcF9O6xgWDOolVFAfsCfFFEOTJWnlhW { width:20rem;height:0;top:77.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWybWihi9IKorcFmVZNEI5OKT1GFmLmJ { width:20rem;height:27.125rem;top:75.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { background-color: transparent; background-image: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container { display: none; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .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); }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { border-width: 0; border-radius: 0; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZcPbIBOzGdb5kvRscrCnuTlPWNZqlU5 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6JfwEM1uRBU6y9TIWe3UX9t6dgB2xs3 { left:0rem;background-color:transparent;background-image:none;top:8.0625rem;width:19.8125rem;height:2.2744125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC68G72GbswFpbsSOQKozIHx5zbTxsUQ { display:flex;width:1.875rem;height:1.875rem;top:11.5625rem;left:3.5625rem; }
#TC68G72GbswFpbsSOQKozIHx5zbTxsUQ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ef6hQ7fC710L74zMGOeWM97wuKCUXtGu { display:flex;width:1.875rem;height:1.875rem;top:11.5625rem;left:9.0625rem; }
#ef6hQ7fC710L74zMGOeWM97wuKCUXtGu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bvShUqWPZShqTtEsSv01LhDApK5KvDTn { display:flex;width:1.875rem;height:1.875rem;top:11.5625rem;left:14.5625rem; }
#bvShUqWPZShqTtEsSv01LhDApK5KvDTn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #izvJO2gupmNb5hMVws8VHShTzfRSHUGX { width:9.1875rem;height:1.5625rem;top:3.5625rem;left:5.40625rem;display:block; }
 }