.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;
}
:root { --color-primary-0:242,253,218;--color-primary-1:215,248,145;--color-primary-2:189,243,71;--color-primary-3:102,255,55;--color-primary-4:43,184,0;--color-secondary-0:217,219,223;--color-secondary-1:128,136,148;--color-secondary-2:0,16,40;--color-secondary-3:0,8,20;--color-secondary-4:0,2,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:41,41,41;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0c0c0c;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#OKxURtExbWV1MkoxnniGf4MTfII2c6PP { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:60rem;display:block; }
#vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.874025rem;width:6.875rem;top:1.5rem;left:2.5rem;overflow:hidden;display:block; }
#fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.75rem;top:0rem;left:13.125rem;overflow:hidden;display:none; }
#TvyDAvFybUEFs236InrXmnuDa6pEEdHM { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:29.749375rem;height:3.81185rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.6239147186279rem;left:22.5625rem;display:none; }
#TTpxczQy0Q7l8WNM69d0mBTzFk6rU6X0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yH7MovGScxSaLHZDeKhPxNszQ48tMi5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.75rem;left:56.75rem; }
#yH7MovGScxSaLHZDeKhPxNszQ48tMi5I > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:rgba(8,8,8,0.26);background-image:url("https://images.assets-landingi.com/uc/0d0b1368-3ac0-4f12-b698-4ad0e3c089ff/noroot.preview.mirror");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s.adaptive-delivery-prevent-bg, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyload, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyloading { background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { border-width: 0; border-radius: 0; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;overflow:visible;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:10.25rem;left:3.1875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.0625rem;left:3.1875rem;display:block; }
#atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT63y734bnLc1HTlLUdIIyOmB56KrrwS { position:absolute;display:block;z-index:14998;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:17.625rem;width:21.5rem;top:10.25rem;left:-29rem;overflow:hidden;display:block; }
#iZS5WqHItzNwnhwZs0ptW7iexG4C7FQL { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:21.4375rem;left:3.1875rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gnN4Lg5yDnXQWx1EeGTHqEOuwhimK2UU { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.75rem;top:20.3125rem;left:3.1875rem;display:block; }
#Bt6KB24limuVnbMicHrlizUiudxyTSEa { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:28.25rem;left:3.875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Bt6KB24limuVnbMicHrlizUiudxyTSEa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bt6KB24limuVnbMicHrlizUiudxyTSEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b51208644746ad259973e93f5b3ef73e7b3e732.svg); }
#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { background-color: transparent; background-image: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { display: none; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .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); }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { border-width: 0; border-radius: 0; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.048828125rem;left:22.3125rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container { background-color: transparent; background-image: none; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container > .video-iframe-container { display: none; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row > .video-iframe-container { display: none; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .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); }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container { border-width: 0; border-radius: 0; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#OKU1GA63n6uFwTTTTqdXmiIctN97du9X { color:#303030;display:block;width:12.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:8.375rem;left:12.5rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UyBTOi1EmcSMJALva3MpCvN2rVGhbi7I { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.936525rem;width:4.6875rem;top:2.8125rem;left:16.3740234375rem;overflow:hidden;display:block; }
#PPqLeKT7QQDcMWfgH6OFhgDQZcqwzGV3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87478125rem;width:3.06206875rem;top:2.1875rem;left:35.9375rem;overflow:hidden;display:block; }
#A5F2meIGShS9l7aAwTiVL8GCXVrxIir4 { position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:17.8125rem;width:16.3748125rem;top:0.6875rem;left:10.5625rem;display:block; }
#TwwfgXFSzkpoi4qFyWRVeReE9nSDQTD9 { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:17.8125rem;width:16.436625rem;top:0.6875rem;left:29.3125rem;display:block; }
#MRQ5fpS4KS2tTOlqL7kKZR6038u0yF4k { position:absolute;display:block;z-index:15009;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:17.8125rem;width:16.5rem;top:0.6875rem;left:48rem;display:block; }
#dp80E8MNsZpFwE0oNipfK00ytDoF3zWZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87478125rem;width:3.81185rem;top:2.1875rem;left:54.3125rem;overflow:hidden;display:block; }
#mHlGriHdRLRdvIAQ6uhK3vJ1Mh61hrwC { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:16.5625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.2421875rem;left:29.1865234375rem;display:block; }
#izPyE0CQtIxuVCZpSfCOPqL9yc22guST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz { color:#303030;display:block;width:12.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:9.5625rem;left:12.5rem;height:7.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz li:before{  }
#C3xs7HO71Ul5QrV4AvP0m6GGQaBS6mRP { color:#303030;display:block;width:12.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:8.375rem;left:31.25rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM { color:#303030;display:block;width:12.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:10.76171875rem;left:31.25rem;height:5.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM li:before{  }
#APOTdQRWJcDuP5qZVLPD6ce08Gnvruly { color:#303030;display:block;width:12.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:8.375rem;left:50.6875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk { color:#303030;display:block;width:12.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:10.82421875rem;left:50.6875rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk li:before{  }
#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { background-color: transparent; background-image: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { display: none; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .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); }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { border-width: 0; border-radius: 0; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { color:#303030;display:block;width:21.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:6.25rem;left:45.1875rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:52.5rem;overflow:hidden;display:none; }
#WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { color:#303030;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:16.625rem;left:45.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#sZ1Nqwa5giR957zXybT1wT88riEzKkfh { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:14.4375rem;left:43.9375rem;display:block; }
#e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.1875rem;left:43.625rem;display:block; }
#Nm63eGnIrT5aMdyeoQScLT4WTqsD2u6C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.1865rem;width:18.75rem;top:1.0927734375rem;left:9.375rem;overflow:hidden;display:block; }
#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { background-color: transparent; background-image: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { display: none; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .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); }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { border-width: 0; border-radius: 0; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:52.5rem;overflow:hidden;display:none; }
#DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { color:#303030;display:block;width:11.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.625rem;left:39rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.875rem;left:39rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.250000953674rem;left:21.184896469116rem; }
#GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.875rem;left:20.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHQTectq8le7afutVctJlxfB5INP41dT { color:#303030;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:15.625rem;left:20.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.25rem;left:59.375rem; }
#MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { color:#303030;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:15.625rem;left:1.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:3.75rem;top:5.7476100921631rem;left:35.686849594116rem;display:block; }
#La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.5612rem;width:3.5612rem;top:10.61740398407rem;left:1.4973964691162rem;display:block; }
#QsXNGO74c4BewlAk3PWizfr6oLNWarPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.375rem;left:39.9375rem; }
#pH1n2kTSGCpfpmeEmxvtvvsgcedIcvkM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:19.875rem;left:58.9365234375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSnHUfA14icNFpvF4HFHhiTedMzNP3lw { color:#303030;display:block;width:10.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:15.49783039093rem;left:58.936632156372rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RiH9PeLix7R41ltHeEPO1MEdF7Lpr2Bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.37478351593rem;left:2.2526035308838rem; }
#rTbJS3JEIMyi1Lu2yz7rFGMKmr1Gr1IP { color:#303030;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.7431640625rem;left:19.5927734375rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#vTJm0kHhQgCoyDJCRqSJgJgDAQWwTsCw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:17.625rem;width:16.875rem;top:9rem;left:0rem;display:block; }
#GiALSbd9BX9I15VszRpdzuTamBwzGTkG { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.5612rem;width:3.5612rem;top:10.5625rem;left:39rem;display:block; }
#bDM2JTaNCTRF3T4s6zFdwAmMlHVl7t3b { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.5612rem;width:3.5612rem;top:10.55447101593rem;left:20.554471969604rem;display:block; }
#TnaFmJ5k9tQ9XrhUFfwumQTuObPHWFmr { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.5612rem;width:3.5612rem;top:10.61740398407rem;left:58.804254531861rem;display:block; }
#TIcUk1FlsK1iUne1ICPkdtafBQrHzaFZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:17.625rem;width:17rem;top:9rem;left:18.8125rem;display:block; }
#VzOdF9vbyfTkRHWZMSgTsDgzLnDHu9iN { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:17.625rem;width:17.6875rem;top:8.75rem;left:37.5rem;display:block; }
#DRcLIKaFNhItRVaaG556QvwSVXUqhpm2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.19) ;height:17.625rem;width:17.5rem;top:8.5625rem;left:57.5rem;display:block; }
#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efcf61f4-971b-45ff-96eb-ec49fae6c6a6/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6.adaptive-delivery-prevent-bg, #ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6.lazyload, #ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6.lazyloading { background-image: none; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container { background-color: transparent; background-image: none; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container > .video-iframe-container { display: none; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row > .video-iframe-container { display: none; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .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); }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container { border-width: 0; border-radius: 0; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#TBuI8BuGnXaexDDdAwuUGyOadtKKFOUf { color:#303030;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:1.5614147186279rem;left:13.75rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtbF5iswGQZvcBi9SCuF5MehKk86egMU { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:19.9375rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.87353515625rem;left:27.53125rem;display:block; }
#ylctwx5lxN9MJMmwOPDTQktPhXFlyoLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt { border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container { background-color: transparent; background-image: none; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container > .video-iframe-container { display: none; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row > .video-iframe-container { display: none; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .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); }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container { border-width: 0; border-radius: 0; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#GtvEsST8TS0BQhkIZ4MAQDqgSbx9XyTk { color:#303030;display:block;width:35.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:3.2486915588379rem;left:19.4375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJDHgS3VO35yFb6zpg21aGiTDnx34ccs { 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:8rem;width:31.75rem;top:9.3125rem;left:21.625rem;overflow:hidden;display:block; }
#AgH0NDBr4zEOnpKPPGeFlZyVlT6Tocta { 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:6.6875rem;width:14.8125rem;display:none; }
#JBNkQr3gB0dslTstDqKU7qE7maVgN601 { 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:6.6875rem;width:14.8125rem;display:none; }
#xfwwTdEoUBdKcFTas1X7KaQ0TRtJBXqb { 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:6.1875rem;width:14.8125rem;display:none; }
#BciKZS5InbMLbCm6GBvkDzihT56l2VK0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:31.75rem;top:19.25rem;left:20.9375rem;overflow:hidden;display:block; }
#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container { background-color: transparent; background-image: none; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container > .video-iframe-container { display: none; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row > .video-iframe-container { display: none; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .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); }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container { border-width: 0; border-radius: 0; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container { background-color: transparent; background-image: none; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container > .video-iframe-container { display: none; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row > .video-iframe-container { display: none; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .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); }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container { border-width: 0; border-radius: 0; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#wNCW9GOCrtdvUMCIh1HQTEAV2WcK58Dh { color:#3cff00;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:1.34375rem;left:17.53125rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container { background-color: transparent; background-image: none; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container > .video-iframe-container { display: none; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row > .video-iframe-container { display: none; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .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); }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container { border-width: 0; border-radius: 0; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#ubwqomShefTcQLOkCdWf4cC7DbIE12Jr { color:#3cff00;display:block;width:11.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.0625rem;left:8.125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgvzokHvSJ2NHcZgWBr4yAswTTXG2raG { color:#3cff00;display:block;width:7.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.3125rem;left:9.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9JyJ6PC51BTXlkhlSUbiebBVl4UxOJV { color:#3cff00;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.1875rem;left:21.5rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFZCrd8X6BKId4koRgd3xT2wfdzyrQXs { color:#3cff00;display:block;width:6.8105625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:24.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nciqhVRysCv5W0PV6zgbwR6M6rqhpmpw { color:#3cff00;display:block;width:13.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6rem;left:36.125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRCu3S5zEB2PHhIsr02zUrdHhPK0FSMo { color:#3cff00;display:block;width:11.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:2.3125rem;left:36.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfE767xyzNa71020Nmdc8kAN7aCb3RNo { color:#3cff00;display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:2.375rem;left:51.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container { background-color: transparent; background-image: none; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container > .video-iframe-container { display: none; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row > .video-iframe-container { display: none; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .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); }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container { border-width: 0; border-radius: 0; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#GyNCNIzHJo8R5Fro9FpkWscZCqE6cISX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8rem;width:19.9375rem;top:2.8125rem;left:13.9375rem;display:block; }
#HKSoNgpbuGXypLZ6MFcnEbHckgKLfRZ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:4.8125rem;left:15.1875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrfR6rBpTTa8J8vby30QnCC9e4NZRZK0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8rem;width:19.9375rem;top:2.8125rem;left:36.8125rem;display:block; }
#gQenBEhJfU3nPgaq5qLwtLpB7luIv76I { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:4.8125rem;left:38.03125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container { background-color: transparent; background-image: none; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container > .video-iframe-container { display: none; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row > .video-iframe-container { display: none; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .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); }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container { border-width: 0; border-radius: 0; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#Q7ou7ETm5pJ6e0fMIKUkNLt3CMcguvHy { color:#3cff00;display:block;width:32.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:2.4375rem;left:21.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCCesZd26bmoLLtRCvnTPA96BTGismO0 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.3125rem;left:31.25rem;display:block; }
#pyT7QlPqFTJl1AiOUr0PvHdMcg3tJt24 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#303030;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.1875rem;left:28.6875rem;display:block; }
#ThTDtluN1tElq9GeERfRTALfvn3bXJIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcR25ycr9FhXsAACVPMromVcEWLZlaIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { background-color: transparent; background-image: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { display: none; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .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); }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { border-width: 0; border-radius: 0; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:5rem;height:0;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:none; }
#VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { color:#303030;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.125rem;left:9.0625rem;height:8.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { color:#303030;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:15.5rem;left:9.1875rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znWnlLi1hsNTtv0EuS064Lou3EfbGyeC { position:absolute;display:block;z-index:15011;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);box-shadow: none;height:14.25rem;width:25.6875rem;top:5.8125rem;left:35.25rem;display:block; }
#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container { background-color: transparent; background-image: none; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container > .video-iframe-container { display: none; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row > .video-iframe-container { display: none; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .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); }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container { border-width: 0; border-radius: 0; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#bRmQJaUOJxh6DHNTz3bLdTQv62ANMWv6 { color:#303030;display:block;width:21.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:5.75rem;left:45.1875rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UVZeHczMkgKPTO0u9izeqXT3idUHkJ3K { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:52.5rem;overflow:hidden;display:none; }
#S1INwb5nPDPerLf4cmqlD54xr2N73fTi { color:#303030;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:16.625rem;left:45.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fHvlJ5VdL93JMtp0TtA1EnK2QdWt1hku { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:14.4375rem;left:43.9375rem;display:block; }
#rb6trTJdNcvyZto4kITlB4xW4qpQZTHB { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.1875rem;left:43.625rem;display:block; }
#odhSVFqXrIqfccaH74G61HPwCv9rgIUa { color:#303030;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:22.875rem;left:45.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#odhSVFqXrIqfccaH74G61HPwCv9rgIUa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#odhSVFqXrIqfccaH74G61HPwCv9rgIUa li:before{  }
#VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq { box-sizing:content-box;height:29.75rem;width:23.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0ef648ed-dfe1-4516-b253-f82f5fcc66e2/happymanwithlaptopyoungteacherholdingcomputerisolatedgreenbackgroundwithcopyspace.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.748046875rem;left:8.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq.adaptive-delivery-prevent-bg, #VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq.lazyload, #VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq.lazyloading { background-image: none; }
#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a7776ae-1422-4c43-9274-2425dc61c52f/cybersecurityconceptdigitalart.jpg");background-position:center left !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; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq.adaptive-delivery-prevent-bg, #TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq.lazyload, #TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq.lazyloading { background-image: none; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container { background-color: transparent; background-image: none; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container > .video-iframe-container { display: none; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row > .video-iframe-container { display: none; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .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); }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container { border-width: 0; border-radius: 0; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#oF7PvKtwTugNPdIrkTEqX9Q2DyTJrR72 { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:5rem;height:0;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:none; }
#xBmENyWWCLwdcaoWzxNJ0M7bmQvLD08h { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-4),0.66);border-left:0.1875rem solid rgba(var(--color-primary-4),0.66);border-right:0.1875rem solid rgba(var(--color-primary-4),0.66);border-bottom:0.1875rem solid rgba(var(--color-primary-4),0.66);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.125rem;width:23.4375rem;top:2.875rem;left:44.5625rem;display:block; }
#WHMOJ10I2HOs09Va5QeZ39LqytcNf2NZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.6875rem;left:47.28125rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tmb226cht1gcwnkvUaVps6BxZACQTQ79 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:10.0625rem;left:8.375rem;height:7.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScaHUxpgmqQ1iThVwEWFvUnKTiXXyZvp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.125rem;left:8.375rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-form-header { font-size:0.875rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);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;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#000000;width:17.125rem;height:3.125rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.5;font-style:normal; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .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; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-container:first-of-type{padding-top:0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-container:last-of-type{padding-bottom:0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.312500953674rem;top:5.5rem;z-index:15005;position:absolute;font-size:0.875rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 {display:block;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.312500953674rem;top:5.5rem;z-index:15005;position:absolute;font-size:0.875rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #XrnyzfkWk1Ds6ftBU5wfN7T9etqrZPQb { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #RIf6MN5w4SXHqByn8iv7IQMepRBSruEu { position:relative;display:none; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #MGSD2WzVVSyFMS3JFX0DHE0bd4pLLxFU { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #CsUmlTyRObl0n6WRhmpueiI0XZFORRz4 { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #Kf52NcHIR8CqSTGeL4rzlcdNLys6nxCa { position:relative;display:none; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #M5LQ2MeMwOQdqSSitqTBuBzJUb5rOIvw { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #ETSSMsvywNgt15NTUNcaMdmRKwyCSZyu { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #vmsJzdtXky05173CywZ9QGJaEK1opDa0 { position:relative;display:none; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #UDXPM3zlW3m8s1Ld7qdvLCCZrDsZ3zaN { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #VeIsvLCvnUGUL6wBZd0yf3BLNvBmKKSu { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #tEQiVkAh0UXFbd8fMM1gmSrTsyFhXFf3 { position:relative;display:none; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #sdP2OoX1Ag4kCDNGSNepTxaWszSSKX1z { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #nbO2EEBEFzhnnHSQpiqgxTpQqxQICKoh { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #A9WfEEfkzXMLhd10NU1KOvdSFk1D1QUK { position:relative;display:block; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #fkVdbGUT1rlVrZFfIVD2iN3wcGqrg3kd { position:relative; }
#S104iex9pk7M9t8upgcCwURBw1C29U6s { position:relative;display:block; }
#q54AdkabilQdREyVk06PANEBUC74XTa5 { position:relative;display:block; }
#Nxnzi2hppUzGXe7rF3LEcNtJIap1IPSg { position:relative;display:block; }
#TWLGwGErVfsOHFs3sTwJ0a6UPCNAqq0Z { position:relative;display:block; }
#hnJnBTqkS4pXuBhg4Cl2RVyxspRrFsDN { position:relative;display:block; }
#zuxubULTz2Dbm9dsMEoAEmLhhlRFRk6q { position:relative;display:block; }
#gaEsBHyI9GKmhxACuTnFoC7C3uieFNNf { position:relative;display:block; }
#Axc7LGnREbqXwWP08WhhDIu2OyTp77Zh { position:relative;display:block; }
#UZINGfdMoQSEAuNTwguF3tVDF1O82ibV { position:relative;display:block; }
#q273kemd5rq1ZEVTk1nrRsH6mxn5KPCf { position:relative;display:block; }
#PqTQ1TlqbRRiGqhuxuFNXpmMciqEPmsk { position:relative;display:block; }
#rIkTT0th8A2K4X6Fogzhtd640gDG1ZQ3 { position:relative;display:block; }
#olbf4CUU0thWbSQ60l7RnA8v0DOhpDyX { position:relative;display:block; }
#C0OtCF7k39RP6ksBNG2B8WOnXXDexG9q { position:relative;display:block; }
#IH7xLOmbq3GJT9Cbw1yrO95F3tzzRHtZ { position:relative;display:block; }
#AZnNBR76M5cAKxXmcV51mdv3sRPK1sii { position:relative;display:block; }
#d5JV5nq6kgKZG661aliAAFJaweqKdgJw { position:relative;display:block;z-index:100000;display:block; }
#NqVBuWUTTt6ZQb7Q3zZ4fxZI48D4bROl { position:relative;display:block;z-index:100000;display:block; }
#iMuIKEsy10kMVDDuGZrPzrHmqdRmgzwG { position:relative;display:block; }
#EeEu0LaTuRTliUnZIfXD5CUE0Ew65zRR { position:relative;display:block; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #WrSJxPh9PWMoXQ3pAbqeDRohEqQLZvNI { position:relative; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #wH4IB8LzRyT9X6kBn7GXLE0poDkcEhl3 { position:relative; }
#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:35.33740234375rem;left:45rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K21l2npzoNL1I6OA9oon8ElcGK2ToDTV { position:absolute;display:block;z-index:15011;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.81206875rem;width:4.49978125rem;top:34.99853515625rem;left:0rem;overflow:hidden;display:block; }
#PEZEGnBUnJZxblPiGovK4lE8wu1TiKk3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#555555;background-image:none;top:33.87451171875rem;left:0rem;display:block; }
#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container { background-color: transparent; background-image: none; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container > .video-iframe-container { display: none; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row > .video-iframe-container { display: none; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .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); }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container { border-width: 0; border-radius: 0; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#IXtmkSdiUEKiclP04Q5g0g72QtTxoOEm { color:rgba(var(--color-tertiary-0),0.61);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.697265625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container { background-color: transparent; background-image: none; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container > .video-iframe-container { display: none; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row > .video-iframe-container { display: none; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .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); }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container { border-width: 0; border-radius: 0; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:64.1875rem; }
#RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:12.9375rem;height:3.3125rem;top:1.25rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.875rem;height:2.874025rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:5.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvyDAvFybUEFs236InrXmnuDa6pEEdHM { width:29.6875rem;height:3.75rem;top:5.5625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTpxczQy0Q7l8WNM69d0mBTzFk6rU6X0 { display:block; }
 }@media only screen and (max-width: 763px) { #yH7MovGScxSaLHZDeKhPxNszQ48tMi5I { width:2.375rem;height:2.375rem;top:1.75rem;left:43.125rem;display:block; }
#yH7MovGScxSaLHZDeKhPxNszQ48tMi5I > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:30.625rem;height:7.875rem;top:10.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { width:16.25rem;height:4rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:21.5rem;height:17.625171151739rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZS5WqHItzNwnhwZs0ptW7iexG4C7FQL { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnN4Lg5yDnXQWx1EeGTHqEOuwhimK2UU { width:3.75rem;height:0.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6KB24limuVnbMicHrlizUiudxyTSEa { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#Bt6KB24limuVnbMicHrlizUiudxyTSEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b51208644746ad259973e93f5b3ef73e7b3e732.svg); }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 { display:block; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:12.375rem;height:1.1875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBTOi1EmcSMJALva3MpCvN2rVGhbi7I { width:4.6875rem;height:3.936525rem;top:2.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqLeKT7QQDcMWfgH6OFhgDQZcqwzGV3 { width:3rem;height:3.7961718424641rem;top:2.1875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5F2meIGShS9l7aAwTiVL8GCXVrxIir4 { width:16.375rem;height:17.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwfgXFSzkpoi4qFyWRVeReE9nSDQTD9 { width:16.4375rem;height:17.8125rem;top:0.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQ5fpS4KS2tTOlqL7kKZR6038u0yF4k { width:16.5rem;height:17.8125rem;top:0.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp80E8MNsZpFwE0oNipfK00ytDoF3zWZ { width:3.75rem;height:3.8114911354379rem;top:2.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlGriHdRLRdvIAQ6uhK3vJ1Mh61hrwC { width:16.5625rem;height:4rem;top:21.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPyE0CQtIxuVCZpSfCOPqL9yc22guST { display:block; }
 }@media only screen and (max-width: 763px) { #CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz { width:12.375rem;height:7.8125rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }#CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz li:before{  }
 }@media only screen and (max-width: 763px) { #C3xs7HO71Ul5QrV4AvP0m6GGQaBS6mRP { width:12.375rem;height:1.1875rem;top:8.375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM { width:12.375rem;height:5.375rem;top:10.75rem;left:11.5rem;font-size:1rem;display:block; }#zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM li:before{  }
 }@media only screen and (max-width: 763px) { #APOTdQRWJcDuP5qZVLPD6ce08Gnvruly { width:12.375rem;height:1.1875rem;top:8.375rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk { width:12.375rem;height:4.1875rem;top:10.8125rem;left:23.4375rem;font-size:1rem;display:block; }#prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk li:before{  }
 }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:25rem;height:0.0625rem;top:14.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:14.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm63eGnIrT5aMdyeoQScLT4WTqsD2u6C { width:18.75rem;height:23.1865rem;top:1.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { width:2.375rem;height:2.375rem;top:11.25rem;left:14.372396469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { width:2.5rem;height:2.5rem;top:11.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.1875rem;top:5.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:3.5rem;height:3.5rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { width:1.875rem;height:1.875rem;top:11.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH1n2kTSGCpfpmeEmxvtvvsgcedIcvkM { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSnHUfA14icNFpvF4HFHhiTedMzNP3lw { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiH9PeLix7R41ltHeEPO1MEdF7Lpr2Bw { width:2.1875rem;height:2.1875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbJS3JEIMyi1Lu2yz7rFGMKmr1Gr1IP { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJm0kHhQgCoyDJCRqSJgJgDAQWwTsCw { width:16.875rem;height:17.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiALSbd9BX9I15VszRpdzuTamBwzGTkG { width:3.5rem;height:3.5rem;top:10.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDM2JTaNCTRF3T4s6zFdwAmMlHVl7t3b { width:3.5rem;height:3.5rem;top:10.5rem;left:13.741971969604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaFmJ5k9tQ9XrhUFfwumQTuObPHWFmr { width:3.5rem;height:3.5rem;top:10.5625rem;left:38.366754531861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcUk1FlsK1iUne1ICPkdtafBQrHzaFZ { width:16.9375rem;height:17.5625rem;top:9rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOdF9vbyfTkRHWZMSgTsDgzLnDHu9iN { width:17.6875rem;height:17.625rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRcLIKaFNhItRVaaG556QvwSVXUqhpm2 { width:17.5rem;height:17.5625rem;top:8.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 { display:block; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBuI8BuGnXaexDDdAwuUGyOadtKKFOUf { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtbF5iswGQZvcBi9SCuF5MehKk86egMU { width:19.9375rem;height:3.8125rem;top:5.8125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylctwx5lxN9MJMmwOPDTQktPhXFlyoLf { display:block; }
 }@media only screen and (max-width: 763px) { #bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt { display:block; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtvEsST8TS0BQhkIZ4MAQDqgSbx9XyTk { width:35.9375rem;height:4.5rem;top:3.1875rem;left:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJDHgS3VO35yFb6zpg21aGiTDnx34ccs { width:31.75rem;height:8rem;top:9.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgH0NDBr4zEOnpKPPGeFlZyVlT6Tocta { width:14.8125rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBNkQr3gB0dslTstDqKU7qE7maVgN601 { width:14.8125rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfwwTdEoUBdKcFTas1X7KaQ0TRtJBXqb { width:14.8125rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BciKZS5InbMLbCm6GBvkDzihT56l2VK0 { width:31.75rem;height:7.75rem;top:19.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv { display:block; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb { display:block; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNCW9GOCrtdvUMCIh1HQTEAV2WcK58Dh { width:39.9375rem;height:2.3125rem;top:1.3125rem;left:3.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTbOztdt8bS84DBOqTTfQe0wyWylGnq { display:block; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubwqomShefTcQLOkCdWf4cC7DbIE12Jr { width:11.4375rem;height:1.3125rem;top:6.0625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgvzokHvSJ2NHcZgWBr4yAswTTXG2raG { width:7.9375rem;height:3.75rem;top:2.3125rem;left:5.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9JyJ6PC51BTXlkhlSUbiebBVl4UxOJV { width:13.1875rem;height:1.3125rem;top:6.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFZCrd8X6BKId4koRgd3xT2wfdzyrQXs { width:6.75rem;height:3.75rem;top:2.4375rem;left:9.125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nciqhVRysCv5W0PV6zgbwR6M6rqhpmpw { width:13.9375rem;height:1.3125rem;top:6rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRCu3S5zEB2PHhIsr02zUrdHhPK0FSMo { width:11.4375rem;height:3.75rem;top:2.3125rem;left:20.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfE767xyzNa71020Nmdc8kAN7aCb3RNo { width:17.25rem;height:4.875rem;top:2.375rem;left:30.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE { display:block; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyNCNIzHJo8R5Fro9FpkWscZCqE6cISX { width:19.9375rem;height:8rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKSoNgpbuGXypLZ6MFcnEbHckgKLfRZ8 { width:17.5rem;height:4rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrfR6rBpTTa8J8vby30QnCC9e4NZRZK0 { width:19.9375rem;height:8rem;top:2.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQenBEhJfU3nPgaq5qLwtLpB7luIv76I { width:17.5rem;height:4rem;top:4.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGiE5i313HLM4T2PQLoTOZHWA7LNA55m { display:block; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7ou7ETm5pJ6e0fMIKUkNLt3CMcguvHy { width:32.8125rem;height:1.9375rem;top:2.4375rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCCesZd26bmoLLtRCvnTPA96BTGismO0 { width:12.5rem;height:0.0625rem;top:1.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyT7QlPqFTJl1AiOUr0PvHdMcg3tJt24 { width:17.625rem;height:3.3125rem;top:5.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTDtluN1tElq9GeERfRTALfvn3bXJIw { display:block; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:19.6875rem;height:8.0625rem;top:6.125rem;left:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:19.4375rem;height:4.6875rem;top:15.5rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znWnlLi1hsNTtv0EuS064Lou3EfbGyeC { width:25.6875rem;height:14.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r { display:block; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRmQJaUOJxh6DHNTz3bLdTQv62ANMWv6 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVZeHczMkgKPTO0u9izeqXT3idUHkJ3K { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1INwb5nPDPerLf4cmqlD54xr2N73fTi { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHvlJ5VdL93JMtp0TtA1EnK2QdWt1hku { width:25rem;height:0.0625rem;top:14.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6trTJdNcvyZto4kITlB4xW4qpQZTHB { width:0.625rem;height:0.625rem;top:14.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odhSVFqXrIqfccaH74G61HPwCv9rgIUa { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }#odhSVFqXrIqfccaH74G61HPwCv9rgIUa li:before{  }
 }@media only screen and (max-width: 763px) { #VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq { width:23.5625rem;height:29.75rem;top:1.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq { display:block; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF7PvKtwTugNPdIrkTEqX9Q2DyTJrR72 { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBmENyWWCLwdcaoWzxNJ0M7bmQvLD08h { width:23.4375rem;height:29.125rem;top:2.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMOJ10I2HOs09Va5QeZ39LqytcNf2NZ { width:17.9375rem;height:1.5625rem;top:4.6875rem;left:26.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmb226cht1gcwnkvUaVps6BxZACQTQ79 { width:26.4375rem;height:7rem;top:10.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScaHUxpgmqQ1iThVwEWFvUnKTiXXyZvp { width:17.3125rem;height:3.375rem;top:18.125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 {display:block;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #XrnyzfkWk1Ds6ftBU5wfN7T9etqrZPQb {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #RIf6MN5w4SXHqByn8iv7IQMepRBSruEu { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #MGSD2WzVVSyFMS3JFX0DHE0bd4pLLxFU {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #CsUmlTyRObl0n6WRhmpueiI0XZFORRz4 {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #Kf52NcHIR8CqSTGeL4rzlcdNLys6nxCa { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #M5LQ2MeMwOQdqSSitqTBuBzJUb5rOIvw {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #ETSSMsvywNgt15NTUNcaMdmRKwyCSZyu {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #vmsJzdtXky05173CywZ9QGJaEK1opDa0 { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #UDXPM3zlW3m8s1Ld7qdvLCCZrDsZ3zaN {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #VeIsvLCvnUGUL6wBZd0yf3BLNvBmKKSu {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #tEQiVkAh0UXFbd8fMM1gmSrTsyFhXFf3 {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #sdP2OoX1Ag4kCDNGSNepTxaWszSSKX1z {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #nbO2EEBEFzhnnHSQpiqgxTpQqxQICKoh {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #A9WfEEfkzXMLhd10NU1KOvdSFk1D1QUK {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #fkVdbGUT1rlVrZFfIVD2iN3wcGqrg3kd {  }
 }@media only screen and (max-width: 763px) { #S104iex9pk7M9t8upgcCwURBw1C29U6s { display:block; }
 }@media only screen and (max-width: 763px) { #q54AdkabilQdREyVk06PANEBUC74XTa5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nxnzi2hppUzGXe7rF3LEcNtJIap1IPSg { display:block; }
 }@media only screen and (max-width: 763px) { #TWLGwGErVfsOHFs3sTwJ0a6UPCNAqq0Z { display:block; }
 }@media only screen and (max-width: 763px) { #hnJnBTqkS4pXuBhg4Cl2RVyxspRrFsDN { display:block; }
 }@media only screen and (max-width: 763px) { #zuxubULTz2Dbm9dsMEoAEmLhhlRFRk6q { display:block; }
 }@media only screen and (max-width: 763px) { #gaEsBHyI9GKmhxACuTnFoC7C3uieFNNf { display:block; }
 }@media only screen and (max-width: 763px) { #Axc7LGnREbqXwWP08WhhDIu2OyTp77Zh { display:block; }
 }@media only screen and (max-width: 763px) { #UZINGfdMoQSEAuNTwguF3tVDF1O82ibV { display:block; }
 }@media only screen and (max-width: 763px) { #q273kemd5rq1ZEVTk1nrRsH6mxn5KPCf { display:block; }
 }@media only screen and (max-width: 763px) { #PqTQ1TlqbRRiGqhuxuFNXpmMciqEPmsk { display:block; }
 }@media only screen and (max-width: 763px) { #rIkTT0th8A2K4X6Fogzhtd640gDG1ZQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #olbf4CUU0thWbSQ60l7RnA8v0DOhpDyX { display:block; }
 }@media only screen and (max-width: 763px) { #C0OtCF7k39RP6ksBNG2B8WOnXXDexG9q { display:block; }
 }@media only screen and (max-width: 763px) { #IH7xLOmbq3GJT9Cbw1yrO95F3tzzRHtZ { display:block; }
 }@media only screen and (max-width: 763px) { #AZnNBR76M5cAKxXmcV51mdv3sRPK1sii { display:block; }
 }@media only screen and (max-width: 763px) { #d5JV5nq6kgKZG661aliAAFJaweqKdgJw { display:block; }
 }@media only screen and (max-width: 763px) { #NqVBuWUTTt6ZQb7Q3zZ4fxZI48D4bROl { display:block; }
 }@media only screen and (max-width: 763px) { #iMuIKEsy10kMVDDuGZrPzrHmqdRmgzwG { display:block; }
 }@media only screen and (max-width: 763px) { #EeEu0LaTuRTliUnZIfXD5CUE0Ew65zRR { display:block; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #WrSJxPh9PWMoXQ3pAbqeDRohEqQLZvNI {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #wH4IB8LzRyT9X6kBn7GXLE0poDkcEhl3 {  }
 }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K21l2npzoNL1I6OA9oon8ElcGK2ToDTV { width:4.4375rem;height:1.7870392556416rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZEGnBUnJZxblPiGovK4lE8wu1TiKk3 { width:47.75rem;height:0.125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa4oGP4f2h6TWfit403ly5cVgylyFEv { display:block; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXtmkSdiUEKiclP04Q5g0g72QtTxoOEm { width:47.75rem;height:0.8125rem;top:0.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 { display:block; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
#RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKxURtExbWV1MkoxnniGf4MTfII2c6PP { width:8.6875rem;height:2.5rem;top:0.87457275390625rem;left:11.142116531888rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaU8DJORZMJVcANucr0k29Fdrl5VBI8W { display:block; }
 }@media only screen and (max-width: 763px) { #DyKu99S5MW8qpwhutxi2cJZbbia7ExhB { width:6.125rem;height:2.625rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnl5Mx7SX1Ucl3HfEvenrMTyPripb04n { width:6.875rem;height:2.625rem;top:1.03125rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TvyDAvFybUEFs236InrXmnuDa6pEEdHM { width:10.875rem;height:2.3125rem;top:1.1875rem;left:9.125rem;font-size:0.875rem;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #66ff37;border-left:0.0625rem solid #66ff37;border-right:0.0625rem solid #66ff37;border-bottom:0.0625rem solid #66ff37;font-weight:400;font-style:normal;color:#66ff37;display:block; }
 }@media only screen and (max-width: 763px) { #TTpxczQy0Q7l8WNM69d0mBTzFk6rU6X0 { display:block; }
 }@media only screen and (max-width: 763px) { #yH7MovGScxSaLHZDeKhPxNszQ48tMi5I { display:flex;width:2.375rem;height:2.375rem;top:1.75rem;left:8.8125rem;display:none; }
#yH7MovGScxSaLHZDeKhPxNszQ48tMi5I > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TuQImzewuziQK3aJx7T1KMLzHuiKf95s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c6bedfb-fabb-40cd-87cf-1a3944946bc9/2151883554.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s.adaptive-delivery-prevent-bg, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyload, #TuQImzewuziQK3aJx7T1KMLzHuiKf95s.lazyloading { background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { background-color: transparent; background-image: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row > .video-iframe-container { display: none; }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .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); }#TuQImzewuziQK3aJx7T1KMLzHuiKf95s > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:15.749rem;height:8rem;top:6.5595703125rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bn2f5EV3G3swSip0Hlf1bpod9dhEIAdw { width:15.0625rem;height:3rem;top:33.935546875rem;left:2.46875rem;z-index:15017;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atd8bzNTcF8aHc6d3NqXS9kog6Gtzk1a { display:block; }
 }@media only screen and (max-width: 763px) { #DT63y734bnLc1HTlLUdIIyOmB56KrrwS { width:20rem;height:16.3925625rem;top:18.544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZS5WqHItzNwnhwZs0ptW7iexG4C7FQL { width:17.1875rem;height:5.3984375rem;top:16.28515625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gnN4Lg5yDnXQWx1EeGTHqEOuwhimK2UU { width:3.75rem;height:0.0618489375rem;top:32.998046755791rem;left:10.686849892139rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bt6KB24limuVnbMicHrlizUiudxyTSEa { width:14.75rem;height:7.8203125rem;top:23.5888671875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }#Bt6KB24limuVnbMicHrlizUiudxyTSEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b51208644746ad259973e93f5b3ef73e7b3e732.svg); }
 }@media only screen and (max-width: 763px) { #d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN { display:block; }#d3ZcKzZWe2ac3o1qPIL7y3b3z7Mi4GgN > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpH79e4WUWFnzrL6dTOFTS8pU0LevNd6 { width:20rem;height:4.048825rem;top:2.6435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 { display:block; }#dgQ7tdhTsIbLEH7lLch7XMtP9tCzuVC0 > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKU1GA63n6uFwTTTTqdXmiIctN97du9X { width:15.625rem;height:1.5rem;top:7.7170143127444rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #UyBTOi1EmcSMJALva3MpCvN2rVGhbi7I { width:4.18728125rem;height:3.49935rem;top:2.5553388595581rem;left:7.9047310948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqLeKT7QQDcMWfgH6OFhgDQZcqwzGV3 { width:3.06206875rem;height:3.87478125rem;top:25.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5F2meIGShS9l7aAwTiVL8GCXVrxIir4 { width:18.499375rem;height:21.4995625rem;top:0.64995765686037rem;left:0.74978297948838rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TwwfgXFSzkpoi4qFyWRVeReE9nSDQTD9 { width:18.25rem;height:21.4375rem;top:23.875rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MRQ5fpS4KS2tTOlqL7kKZR6038u0yF4k { width:18.25rem;height:21.4375rem;top:47.1875rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dp80E8MNsZpFwE0oNipfK00ytDoF3zWZ { width:3.81185rem;height:3.87478125rem;top:49.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlGriHdRLRdvIAQ6uhK3vJ1Mh61hrwC { width:18.75rem;height:4rem;top:70.8671875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPyE0CQtIxuVCZpSfCOPqL9yc22guST { display:block; }
 }@media only screen and (max-width: 763px) { #CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz { width:12.375rem;height:9.625rem;top:9.7421875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;color:#303030;display:block; }#CtF0w1Q4mfDZ9a6VPqolKarSdbWRyWnz li:before{  }
 }@media only screen and (max-width: 763px) { #C3xs7HO71Ul5QrV4AvP0m6GGQaBS6mRP { width:12.375rem;height:1.5rem;top:31.0625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM { width:12.375rem;height:6.625rem;top:33.8125rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;color:#303030;display:block; }#zPgPTz9wkgFs1o4vp9VfpJBf04SP9lDM li:before{  }
 }@media only screen and (max-width: 763px) { #APOTdQRWJcDuP5qZVLPD6ce08Gnvruly { width:12.375rem;height:1.5rem;top:55rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk { width:12.375rem;height:5.125rem;top:57.75rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;color:#303030;display:block; }#prAsWA4T4FclAdOyGQiOOXpKE5NPN9Mk li:before{  }
 }@media only screen and (max-width: 763px) { #hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz { display:block; }#hqDahUeJ722Q0lmPKVEmJwepuwKV0Hhz > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOAT8Fn7w7XpGuMO8pHyzssp9wx95inK { width:18.4375rem;height:6.5244375rem;top:2.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zVwcGJvsGmQZDJC8eyEw2iFU2Bpc6W0S { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #WIhgLnN47Jv7b0CqGiJWNnAl5pMR3acE { width:16.4355625rem;height:6.296875rem;top:11.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1Nqwa5giR957zXybT1wT88riEzKkfh { width:18.75rem;height:0.0618489375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8aZnluCJcDUnqOU5kw3ZtSKbHCVsMyR { width:0.625rem;height:0.625rem;top:9.71826171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm63eGnIrT5aMdyeoQScLT4WTqsD2u6C { width:16.624rem;height:20.437rem;top:19.8662109375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 { display:block; }#V8rwk1dr7vxly0xg7TChqvPOFv0F68I8 > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VahRTaCq9fQ2rofBsmoU3rTzRMPbQlva { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #DXTJ1ATiTfkziisRc41ngIrCnWaz5woD { width:12.5615rem;height:3.8994125rem;top:34.33251953125rem;left:2.4052734375rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yS8nuJTGGnM5lZanCmbqfJAwmKPpOfhr { width:14.375rem;height:1.125rem;top:39.18359375rem;left:2.4052734375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GocoeGGqlO3HGebC0mXBZo8wwfTzbo0J { display:flex;width:2.5rem;height:2.5rem;top:45.4375rem;left:3.0625rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #GKUayTSTTihGspOA6eX4T2t7bP1vxRgz { width:12.874rem;height:1.125rem;top:54.0625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KHQTectq8le7afutVctJlxfB5INP41dT { width:13rem;height:3.8984375rem;top:49.5rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MJ85TlLMEbSHMsJCfFw0XX6gvypxAGHs { display:flex;width:2.5rem;height:2.5rem;top:60.4375rem;left:2.9375rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #MZQLyuQQmUBaiEp0gKUbZwgavTfNnqpl { width:15rem;height:2.25rem;top:19.49951171875rem;left:2.4052734375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c5XacPEu7BTqm0IcivTTqVULTIUDwo7m { width:10.5625rem;height:3.8994125rem;top:14.37353515625rem;left:2.4052734375rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NUJJ5U6AdxiEtDteZ1rmKSbPXUcH7ZIJ { width:3.75rem;height:0.3125rem;top:6.875rem;left:1.716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La5zKJbhlhAD1VV4RIEv7mb846w8SRQJ { width:3.37456875rem;height:3.37456875rem;top:10.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsXNGO74c4BewlAk3PWizfr6oLNWarPz { display:flex;width:1.99978125rem;height:1.99978125rem;top:30.625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #pH1n2kTSGCpfpmeEmxvtvvsgcedIcvkM { width:15.1248125rem;height:1.125rem;top:68.3125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vSnHUfA14icNFpvF4HFHhiTedMzNP3lw { width:10.061875rem;height:3.8984375rem;top:64.0625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RiH9PeLix7R41ltHeEPO1MEdF7Lpr2Bw { display:flex;width:2rem;height:2rem;top:11rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #rTbJS3JEIMyi1Lu2yz7rFGMKmr1Gr1IP { width:18.375rem;height:4.125rem;top:1.1875rem;left:1.716796875rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vTJm0kHhQgCoyDJCRqSJgJgDAQWwTsCw { width:19.8123125rem;height:17.561875rem;top:8.5rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiALSbd9BX9I15VszRpdzuTamBwzGTkG { width:3.49935rem;height:3.49935rem;top:44.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDM2JTaNCTRF3T4s6zFdwAmMlHVl7t3b { width:3.49935rem;height:3.49935rem;top:29.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaFmJ5k9tQ9XrhUFfwumQTuObPHWFmr { width:3.49935rem;height:3.49935rem;top:59.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcUk1FlsK1iUne1ICPkdtafBQrHzaFZ { width:20rem;height:12.625rem;top:29.3798828125rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOdF9vbyfTkRHWZMSgTsDgzLnDHu9iN { width:20rem;height:14rem;top:43.1875rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRcLIKaFNhItRVaaG556QvwSVXUqhpm2 { width:20rem;height:13rem;top:58.375rem;left:0rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 { display:block; }#ahzGRDyc4n9BqeSToHbM3nBfGhJ5HyH6 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBuI8BuGnXaexDDdAwuUGyOadtKKFOUf { width:15.125rem;height:6.7480625rem;top:2.4375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JtbF5iswGQZvcBi9SCuF5MehKk86egMU { width:16.9375rem;height:3.75rem;top:10.185546875rem;left:1.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylctwx5lxN9MJMmwOPDTQktPhXFlyoLf { display:block; }
 }@media only screen and (max-width: 763px) { #bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt { display:block; }#bHbCvASiDdamRcXT7ZNcsnMHIzxIEqSt > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtvEsST8TS0BQhkIZ4MAQDqgSbx9XyTk { width:20rem;height:5.25rem;top:3.466796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #XJDHgS3VO35yFb6zpg21aGiTDnx34ccs { width:8.625rem;height:2.1875rem;top:13.195529937744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgH0NDBr4zEOnpKPPGeFlZyVlT6Tocta { top:10.4375rem;left:2.59375rem;width:14.8125rem;height:6.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JBNkQr3gB0dslTstDqKU7qE7maVgN601 { top:18.9375rem;left:2.375rem;width:14.75rem;height:6.625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xfwwTdEoUBdKcFTas1X7KaQ0TRtJBXqb { top:27.125rem;left:2.6875rem;width:14.6875rem;height:6.125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BciKZS5InbMLbCm6GBvkDzihT56l2VK0 { width:20rem;height:4.8818897637795rem;top:19.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv { display:block; }#S3uArXKQbg0dVJGWFDoOWr4IkiWK1Bxv > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb { display:block; }#Am3HyqdRMO2WPyeGF7O7J8NKWmqkoCTb > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNCW9GOCrtdvUMCIh1HQTEAV2WcK58Dh { width:16.5625rem;height:4.7431625rem;top:1.3955078125rem;left:1.71875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #rNTbOztdt8bS84DBOqTTfQe0wyWylGnq { display:block; }#rNTbOztdt8bS84DBOqTTfQe0wyWylGnq > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubwqomShefTcQLOkCdWf4cC7DbIE12Jr { width:11.4375rem;height:1.6875rem;top:9.9375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #RgvzokHvSJ2NHcZgWBr4yAswTTXG2raG { width:7.9375rem;height:3.2246125rem;top:7rem;left:6rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #z9JyJ6PC51BTXlkhlSUbiebBVl4UxOJV { width:9.0625rem;height:2.69921875rem;top:16.375rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #EFZCrd8X6BKId4koRgd3xT2wfdzyrQXs { width:6.75rem;height:3.2246125rem;top:13.1875rem;left:6.375rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #nciqhVRysCv5W0PV6zgbwR6M6rqhpmpw { width:13.9375rem;height:1.4619125rem;top:4.69873046875rem;left:3.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #fRCu3S5zEB2PHhIsr02zUrdHhPK0FSMo { width:11.4375rem;height:3.2246125rem;top:1.5361328125rem;left:4.28125rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #SfE767xyzNa71020Nmdc8kAN7aCb3RNo { width:17.25rem;height:4.798825rem;top:20.3125rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#3cff00;display:block; }
 }@media only screen and (max-width: 763px) { #Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE { display:block; }#Ihqk1pVoasZbi4EP2hoRwl1GT8Tr8orE > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyNCNIzHJo8R5Fro9FpkWscZCqE6cISX { width:19.9375rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKSoNgpbuGXypLZ6MFcnEbHckgKLfRZ8 { width:17.5rem;height:4rem;top:3.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrfR6rBpTTa8J8vby30QnCC9e4NZRZK0 { width:19.9375rem;height:8rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQenBEhJfU3nPgaq5qLwtLpB7luIv76I { width:17.5rem;height:4rem;top:12.5rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGiE5i313HLM4T2PQLoTOZHWA7LNA55m { display:block; }#oGiE5i313HLM4T2PQLoTOZHWA7LNA55m > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7ou7ETm5pJ6e0fMIKUkNLt3CMcguvHy { width:20rem;height:1.3808625rem;top:5.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zCCesZd26bmoLLtRCvnTPA96BTGismO0 { width:12.5rem;height:0.0625rem;top:1.3125rem;left:3.75rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pyT7QlPqFTJl1AiOUr0PvHdMcg3tJt24 { width:18.3125rem;height:3.3125rem;top:1.1875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTDtluN1tElq9GeERfRTALfvn3bXJIw { display:block; }
 }@media only screen and (max-width: 763px) { #RcR25ycr9FhXsAACVPMromVcEWLZlaIu { display:block; }#RcR25ycr9FhXsAACVPMromVcEWLZlaIu > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaShxRlCAFcvs2Av4PBUtTwaw4Ayx8MQ { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX4yd4ZCvSQ4vqLLuAQPT8SoA9xJnmMZ { width:18.5rem;height:6.75rem;top:2.25rem;left:0.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #x3eyvwH2FAR7u48gO4Ac9k1ZB8V53NZa { width:15rem;height:6.75rem;top:10rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #znWnlLi1hsNTtv0EuS064Lou3EfbGyeC { height:11.21775rem;width:20rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r { display:block; }#KBPJ9b8IWMetAZZXhkb6iZL9a5sOvE9r > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRmQJaUOJxh6DHNTz3bLdTQv62ANMWv6 { width:18.4375rem;height:6.5244375rem;top:2.6875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UVZeHczMkgKPTO0u9izeqXT3idUHkJ3K { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #S1INwb5nPDPerLf4cmqlD54xr2N73fTi { width:16.4355625rem;height:6.296875rem;top:11.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fHvlJ5VdL93JMtp0TtA1EnK2QdWt1hku { width:18.75rem;height:0.0618489375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6trTJdNcvyZto4kITlB4xW4qpQZTHB { width:0.625rem;height:0.625rem;top:9.71826171875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odhSVFqXrIqfccaH74G61HPwCv9rgIUa { width:20rem;height:8.734375rem;top:19.421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }#odhSVFqXrIqfccaH74G61HPwCv9rgIUa li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#odhSVFqXrIqfccaH74G61HPwCv9rgIUa li:before{  }
 }@media only screen and (max-width: 763px) { #VuHOLchsDiqaXd4aSZ8GSzr32oe6FLIq { width:20rem;height:13.375rem;top:30.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq { display:block; }#TihZnda1DLkCVNgT8oiSWOU0TkXe1mcq > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF7PvKtwTugNPdIrkTEqX9Q2DyTJrR72 { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBmENyWWCLwdcaoWzxNJ0M7bmQvLD08h { width:19.625rem;height:28.1875rem;top:12.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WHMOJ10I2HOs09Va5QeZ39LqytcNf2NZ { width:18.8125rem;height:1.5rem;top:14.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Tmb226cht1gcwnkvUaVps6BxZACQTQ79 { width:17.75rem;height:4.3984375rem;top:2.5rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ScaHUxpgmqQ1iThVwEWFvUnKTiXXyZvp { width:13.4375rem;height:3.375rem;top:7.5625rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.0625rem;overflow:hidden; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7  { width:17.5rem;height:auto;top:15.5rem;left:0rem; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 {display:block;}#NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 { width:17.5rem;height:auto;top:15.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #XrnyzfkWk1Ds6ftBU5wfN7T9etqrZPQb {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #RIf6MN5w4SXHqByn8iv7IQMepRBSruEu { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #MGSD2WzVVSyFMS3JFX0DHE0bd4pLLxFU {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #CsUmlTyRObl0n6WRhmpueiI0XZFORRz4 {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #Kf52NcHIR8CqSTGeL4rzlcdNLys6nxCa { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #M5LQ2MeMwOQdqSSitqTBuBzJUb5rOIvw {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #ETSSMsvywNgt15NTUNcaMdmRKwyCSZyu {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #vmsJzdtXky05173CywZ9QGJaEK1opDa0 { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #UDXPM3zlW3m8s1Ld7qdvLCCZrDsZ3zaN {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #VeIsvLCvnUGUL6wBZd0yf3BLNvBmKKSu {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #tEQiVkAh0UXFbd8fMM1gmSrTsyFhXFf3 {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #sdP2OoX1Ag4kCDNGSNepTxaWszSSKX1z {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #nbO2EEBEFzhnnHSQpiqgxTpQqxQICKoh {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #A9WfEEfkzXMLhd10NU1KOvdSFk1D1QUK { display:none; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #fkVdbGUT1rlVrZFfIVD2iN3wcGqrg3kd {  }
 }@media only screen and (max-width: 763px) { #S104iex9pk7M9t8upgcCwURBw1C29U6s { display:block; }
 }@media only screen and (max-width: 763px) { #q54AdkabilQdREyVk06PANEBUC74XTa5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nxnzi2hppUzGXe7rF3LEcNtJIap1IPSg { display:block; }
 }@media only screen and (max-width: 763px) { #TWLGwGErVfsOHFs3sTwJ0a6UPCNAqq0Z { display:block; }
 }@media only screen and (max-width: 763px) { #hnJnBTqkS4pXuBhg4Cl2RVyxspRrFsDN { display:block; }
 }@media only screen and (max-width: 763px) { #zuxubULTz2Dbm9dsMEoAEmLhhlRFRk6q { display:block; }
 }@media only screen and (max-width: 763px) { #gaEsBHyI9GKmhxACuTnFoC7C3uieFNNf { display:block; }
 }@media only screen and (max-width: 763px) { #Axc7LGnREbqXwWP08WhhDIu2OyTp77Zh { display:block; }
 }@media only screen and (max-width: 763px) { #UZINGfdMoQSEAuNTwguF3tVDF1O82ibV { display:block; }
 }@media only screen and (max-width: 763px) { #q273kemd5rq1ZEVTk1nrRsH6mxn5KPCf { display:block; }
 }@media only screen and (max-width: 763px) { #PqTQ1TlqbRRiGqhuxuFNXpmMciqEPmsk { display:block; }
 }@media only screen and (max-width: 763px) { #rIkTT0th8A2K4X6Fogzhtd640gDG1ZQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #olbf4CUU0thWbSQ60l7RnA8v0DOhpDyX { display:block; }
 }@media only screen and (max-width: 763px) { #C0OtCF7k39RP6ksBNG2B8WOnXXDexG9q { display:block; }
 }@media only screen and (max-width: 763px) { #IH7xLOmbq3GJT9Cbw1yrO95F3tzzRHtZ { display:block; }
 }@media only screen and (max-width: 763px) { #AZnNBR76M5cAKxXmcV51mdv3sRPK1sii { display:block; }
 }@media only screen and (max-width: 763px) { #d5JV5nq6kgKZG661aliAAFJaweqKdgJw { display:block; }
 }@media only screen and (max-width: 763px) { #NqVBuWUTTt6ZQb7Q3zZ4fxZI48D4bROl { display:block; }
 }@media only screen and (max-width: 763px) { #iMuIKEsy10kMVDDuGZrPzrHmqdRmgzwG { display:block; }
 }@media only screen and (max-width: 763px) { #EeEu0LaTuRTliUnZIfXD5CUE0Ew65zRR { display:block; }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #WrSJxPh9PWMoXQ3pAbqeDRohEqQLZvNI {  }
 }@media only screen and (max-width: 763px) { #NAEoIUUhlTrNHUBGs8CpxkuU0zB6X6M7 #wH4IB8LzRyT9X6kBn7GXLE0poDkcEhl3 {  }
 }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:11.4365rem;height:2.2734375rem;top:48.1875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K21l2npzoNL1I6OA9oon8ElcGK2ToDTV { width:8.25rem;height:3.4375rem;top:43.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZEGnBUnJZxblPiGovK4lE8wu1TiKk3 { width:20rem;height:0.125rem;top:56.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hqa4oGP4f2h6TWfit403ly5cVgylyFEv { display:block; }#Hqa4oGP4f2h6TWfit403ly5cVgylyFEv > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXtmkSdiUEKiclP04Q5g0g72QtTxoOEm { width:16.875rem;height:1.625rem;top:0.84375rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nXTR96diftNNxDfhWDWKq4Xrllg5Tix5 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI { display:flex;width:4.375rem;height:4.375rem;top:0.0625rem;left:14.8125rem; }
#RohKKwPkGJzVI0P6D8pR3DKbsfvG2EEI > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }