.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container { display: none; }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .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); }#zTodSR023u181pb99O2TeSSe3ahDA29n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c184c;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; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container { background-color: transparent; background-image: none; }#zTodSR023u181pb99O2TeSSe3ahDA29n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container > .video-iframe-container { display: none; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row > .video-iframe-container { display: none; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .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); }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container { border-width: 0; border-radius: 0; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT { background-color:#29387b;background-image:url("https://images.assets-landingi.com/uc/227323c7-39c0-4a36-9e8a-e14fa334e2bd/960X540.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.adaptive-delivery-prevent-bg, #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.lazyload, #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.lazyloading { background-image: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { background-color: transparent; background-image: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .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); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { border-width: 0; border-radius: 0; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#ppTR69iZ3tR2JvuQIThx84M0ABzzyntn { 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:10.875rem;width:20rem;display:none; }
#AQqGIsuMQpd9TpSPfgZAivuWTg0yToXA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:15.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BG1VSaiXpoFeesvBLO8TAQDxdopZsgnu { position:absolute;display:block;z-index:14997;height:3.37456875rem;width:6.0612rem;top:1.1241320371627rem;left:16.395401000976rem;display:block; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-form-header {  }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.75rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;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:19.75rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;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:19.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.625rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .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; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fbe628;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.125rem;margin-bottom:0.25rem;margin-left:5.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#161616;width:9.4375rem;height:2.375rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center;line-height:.9; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]:-moz-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]::-moz-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .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:300;color:#ffffff;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal;float:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .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; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container:first-of-type{padding-top:0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container:last-of-type{padding-bottom:0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp  { background-color:#4c184c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.7496875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:13.066400527954rem;left:0rem; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp {display:block;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp { background-color:#4c184c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.7496875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:13.066400527954rem;left:0rem; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QRZgeypVG9kNqQw0xshVCHIuaSOKtW8r { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #gnI0S3Fu8uwstcpRNpHL2aMASIDRCk3i { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qcqe8BK95tquDhMG1EomHkUnE3A1hb9T { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #GGdFin2yBT7Q8QWIHQamCbKQLJk1UShI { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #UwIl76SZTAp1cDqieK5UfQs4pi3mBUJ3 { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #L7ExhbeMWRSNOw1127ZiBLiPF3JZKKSJ { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #xUhcDLsLtVsxgLtpAcETRWqH2rvKNR1s { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #LLh2RaZlrJnCEPMX56ev1pXHBgqFSvSI { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #OT9knPRv2F77d8t3Pay1H0zTWxkIJcuh { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #kAPnMvvaD1Th7HS2hXsV7WmqBmF5TIbh { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #Hym4SvPuPpGUKreDwMTrEKGlRbZQC8FZ { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #u2IIpKR9wM7ITOQ20fw6n4EKGJPlzSih { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #oiShF5LTdOiK16OaF7F4LsF9NORbd1DD { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #yO8uF7nS7xXGHIJkKlqVUk6XXbNZSOSH { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #m9THi9EZGnsMiVDmZSmGcPF9qmTRnB8t { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #zxubRXwJnyusHLfgvSTU7WTNI8Hi5dsi { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #ndhiLJdFVczP4RWR93mReqQvXzN315yi { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vHuBL5zbgsoSWhvhD3OrrneCvoXHdPCC { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QMhXMaGiToJt0atMdrP51X5Exs4biwt6 { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #giisypGSHCVJmw725VMaT9hkfcpPeu3H { position:relative;display:none; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QFKTkakrpCMy89WnFwOAZROoHnxgNrz2 { position:relative; }
#QELNswVmMbqcJGcETzEETvxk7Aoq4mPM { position:relative;display:block; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #piJA6VUEeuUlVxeQRwZMWPdrhQtpz923 { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #WQqoTilWRQRQ09fatkgpr1IqtDMxctPL { position:relative;z-index:2; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #khtaRIGomSRsbboxZtm0LUQFtfyfQSMs { position:relative; }
#xo7T0gsv1OuIyCzs8sinTNE0Qg4bXeqE { position:relative;display:block; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vb3Cbda6XuSuK3ooXBe1aMlyagVmTlZ1 { position:relative; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qptJmIT7bi6GuZe4LLrmR6GNIkdG4Jmg { position:relative; }
#GgM9lOd2r656unpTwEhQreNUmSViOtFk { color:#fdfdfd;display:block;width:22.3119375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.6848897933963rem;left:0rem;height:2.924625rem;text-align:right;text-align-last:right;display:block; }
#bxu88OqRRbLri590kxQWZqpOc32hbGkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container { background-color: transparent; background-image: none; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container > .video-iframe-container { display: none; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row > .video-iframe-container { display: none; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .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); }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container { border-width: 0; border-radius: 0; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#EogTgJTBT4VRoDnvMJUOFZPRTilCZnCr { color:#4c184c;display:block;width:59.99925rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8917846679688rem;left:0.0014467239379883rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z0o2oT2TCDm44t4lBLfNDN9rywn3MCwe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99941875rem;width:1.99941875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.0285034179688rem;left:14.874133110046rem; }
#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b06075;background-image:url("https://images.assets-landingi.com/uc/bb70ea63-e430-42e8-8026-2df1d186770b/226512551_4281924641874054_1762062147151357444_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6.adaptive-delivery-prevent-bg, #ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6.lazyload, #ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6.lazyloading { background-image: none; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container { background-color: transparent; background-image: none; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container > .video-iframe-container { display: none; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row > .video-iframe-container { display: none; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .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); }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container { border-width: 0; border-radius: 0; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#bndPpPv4qTiwZQxiUZpqOyOhRWsz6IeJ { box-sizing:content-box;height:3.875rem;width:19.75rem;position:absolute;display:block;z-index:15000;background-color:#4c184c;background-image:none;top:2.6875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#qToQtxIkXwSKTH97FESd06RBTLwKdWSb { color:#fbe628;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:0rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#zZRRammCbRvqbGIJdQMZVyLi9r4Ioz3r { box-sizing:content-box;height:3.875rem;width:19.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(76,24,76,0.5);background-image:none;top:2.6875rem;left:20rem;border-top:0.125rem solid #fbfbfb;border-left:0.125rem solid #fbfbfb;border-right:0.125rem solid #fbfbfb;border-bottom:0.125rem solid #fbfbfb;display:block; }
#LSdTNAnqaG0t7cFtuByJd4qAVhq31HVa { box-sizing:content-box;height:3.875rem;width:19.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(76,24,76,0.5);background-image:none;top:2.6875rem;left:40rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ZnxHKBMJEQkUPyn7w5bnVoaKIlSltTFD { color:#fbe628;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:20rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#EXKBrz363n6S0SdwUukzP4dTgHOTUmOX { color:#fbe628;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:40rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv { border-top:0.25rem solid #4c184c;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container { background-color: transparent; background-image: none; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container > .video-iframe-container { display: none; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row > .video-iframe-container { display: none; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .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); }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container { border-width: 0; border-radius: 0; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container { font-size:0.875rem;font-family:arial;height:23.95601875rem;width:60rem;position:relative;display:block; }#vtPzsera0S6J0uyyTZyUxkfgXLB26UUT { color:#000000;display:block;width:53.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:12.777055263519rem;left:4.2469625473022rem;height:1.59939375rem;font-style:normal;display:block; }
#sbuAGyzIN1ps2zkg8fTVKSlOhg5ZSz6x { color:#000000;display:block;width:53.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.740163326263rem;left:4.2476854324341rem;height:1.59939375rem;font-style:normal;display:block; }
#TrbvVICQyTbFv31f6XfKxTSEA4tE3TWn { color:#000000;display:block;width:53.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:8.6993641853331rem;left:4.2484083175659rem;height:1.59939375rem;font-style:normal;display:block; }
#zLCeobDyaeGDWSLLLyXNhdDgFOHJcD60 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.25rem;left:14rem; }
#dgoC1OKJovrHyZPkiPoEolzThx0JfrOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14rem;left:14.0625rem; }
#TbuvWV7nsxUlLJtm0KQeTlcMX0o3kOKc { color:#4c184c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i727eERaT2WiHZk1cTiTt9h5pZWLXoKd { color:#000000;display:block;width:53.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:14.811055660248rem;left:4.2462377548217rem;height:1.59939375rem;font-style:normal;display:block; }
#p70xSU5J8G5ZHdTm7as8QBWL0QwwrMOv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.75rem;left:1.9375rem; }
#ghHkUgaGPx1w95eEDe3U20on4ChPr1QM { color:#000000;display:block;width:53.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.874711513519rem;left:4.2462377548217rem;height:1.59939375rem;font-style:normal;display:block; }
#cAGMVe46uTEBk1qM6riS4aKyN8A2eCQU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10.8125rem;left:1.9375rem; }
#zVwbTi0ULeFnkDQ5NAHqXI2wtRfXhIk5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.75rem;left:1.9375rem; }
#dlDCx0S1gcDG6iwehJFuqFlFiaT5qMyM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.8125rem;left:1.9375rem; }
#n65z0u3h42mBsISaMGspyEh75xWmd7D7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17rem;left:1.9375rem; }
#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c184c;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; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container { background-color: transparent; background-image: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .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); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container { border-width: 0; border-radius: 0; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#Wit4328X5QeTZfomLvstlAd9i7Md89Kx { color:#ffffff;display:block;width:35.62425rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:24.375rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#saPsxzz92Q2g8TyOOBhSAPyOTT8ppQv8 { color:#fafafa;display:block;width:35.62425rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:24.375rem;height:3.57494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1hPnWSA5QpLFTnUPOMLbdXGezbLVmrl { color:#faf9f8;display:block;width:35.62425rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:14.6875rem;left:24.375rem;height:23.987275rem;font-style:normal;display:block; }
#FHTgvPWkL5GfaRnvgoLeWTfiP8sJA74F { color:#eab925;display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.6875rem;left:24.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J5waMZ7SsntcDTclsaHZpzSqsIzBPoiL { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.5625rem;left:24.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MnDy8hkFOEu9EALW5hvqVFSeIIKifceV { color:#eab925;display:block;width:7rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:29.000001907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AX7Sd5yZi6TkzNLxE0kEUqEOAr5uTatR { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.5625rem;left:28.812501907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IXo7Bzah77kzOvdIa12PCGwTwohoANZL { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.5625rem;left:36.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TxIxHwTTH47yvHr98WAI360UD1uebAAK { color:#eab925;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.6875rem;left:35.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GeonuiF0kV3S0XJQAvTfVl6iVFl7HuBm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.25rem;left:4.875rem;overflow:hidden;display:block; }
#cEThe8yKoWqyfesgfaKZ2fxu4SGTwVDl { 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:6.25rem;width:6.25rem;top:4.25rem;left:12.5625rem;overflow:hidden;display:block; }
#NJdXzbvcHkp011dMPsBTIIvhI7NvzzQS { 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:24.6875rem;width:22.5rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), #f6ecf6);background-image: -moz-linear-gradient(top, rgba(0,0,0,0), #f6ecf6);background-image: -ms-linear-gradient(top, rgba(0,0,0,0), #f6ecf6);background-image: -o-linear-gradient(top, rgba(0,0,0,0), #f6ecf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6ecf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6ecf6' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), #f6ecf6);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; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container { background-color: transparent; background-image: none; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container > .video-iframe-container { display: none; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row > .video-iframe-container { display: none; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .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); }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container { border-width: 0; border-radius: 0; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#bNhPJaTiUTbtHTZCqUQSk0hCPVvV5fbt { color:#4c184c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL { color:#333333;display:block;width:29.6245625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.186053514481rem;left:0rem;height:19.3265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_673df9c271710ca4a279f108e026598d18b6c47d.svg); }
#eyUowvyJiMCP1JzuFKDikqfnqIThUwqW { color:#333333;display:block;width:32.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.749267578125rem;left:0rem;height:1.2991875rem;display:block; }
#PGCKfmOrFb7iMc3S4RF0IJOhT91i57h6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.625rem;width:26.1875rem;top:8.75rem;left:33.8125rem;display:block; }
#NQ805MWJxBUX7Qhnc4Qzs5gqF0lRr5yL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.87425rem;width:25.3746875rem;top:9.0611877441406rem;left:34.562212944031rem;overflow:hidden;display:block; }
#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container { background-color: transparent; background-image: none; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container > .video-iframe-container { display: none; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row > .video-iframe-container { display: none; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .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); }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container { border-width: 0; border-radius: 0; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#NeEvwdpG59Zw8JImgzUXIE84Ue7Nn3CG { position:absolute;display:block;z-index:15000;height:19.25rem;width:59.9375rem;top:3.8125rem;left:0rem;display:block; }
#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container { background-color: transparent; background-image: none; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container > .video-iframe-container { display: none; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row > .video-iframe-container { display: none; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .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); }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container { border-width: 0; border-radius: 0; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#t3NCQ1TfbM9qQv4xCTwtIVCQe5Z2M48q { color:#4c184c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98697948455813rem;left:0rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P8sG0KVKS6tPzINllxdN1oTeG0Zdmx5l { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:24.5625rem;overflow:hidden;display:none; }
#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container { background-color: transparent; background-image: none; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container > .video-iframe-container { display: none; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row > .video-iframe-container { display: none; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .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); }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container { border-width: 0; border-radius: 0; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#FMRQv5D6fLTC8ZTvHE3iBfiMoau2SVNV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:5.8125rem;overflow:hidden;display:block; }
#yh1BdgzuGpokr1y93zTGTyIPKBBJU1ya { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:30.125rem;overflow:hidden;display:block; }
#ekMWuFkRFRtfyBN1S1IBZb8HfHHuFit9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:34.8125rem;overflow:hidden;display:block; }
#JBzL9TcXpcaoCPDPOZsWnoo3FB52Rskf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:19.875rem;overflow:hidden;display:block; }
#AbJe9LLkW7anx8dGQH8dXpg6yCTUD5S9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.6875rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#ECyFClWkoDtJyoKebOr2az2TievgwETP { position:absolute;display:block;z-index:15002;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.8125rem;width:4.6875rem;top:0.375rem;left:10.5rem;overflow:hidden;display:block; }
#rXHFJo7xgDbeCTWuTBfuTXqdfN2WBg9Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:15.3125rem;overflow:hidden;display:block; }
#UsblV6uz0oX1lsuc2Vk7kLNkZsscoy2v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:24.5625rem;overflow:hidden;display:block; }
#zlIBCqIrhIEgoPvWh7CakGFAggApNfIq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.25rem;left:39.5rem;overflow:hidden;display:block; }
#xzRbXevy8HFqN87RrgTiLu1HOkQP9vdm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:44.5rem;overflow:hidden;display:block; }
#U70bLPzi8cpgPrrWJxIGZrTgvRZ2mcnC { position:absolute;display:block;z-index:15010;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.8125rem;width:4.6875rem;top:0.375rem;left:49.5rem;overflow:hidden;display:block; }
#qxtOD5SssWdqtzZXJfSC5z6a3SRBLfrN { 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:3.8125rem;width:4.6875rem;top:0.375rem;left:54.1875rem;overflow:hidden;display:block; }
#SOFGG23yLW3T0903rgb0sT7NKITPQT06 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container { background-color: transparent; background-image: none; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container > .video-iframe-container { display: none; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row > .video-iframe-container { display: none; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .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); }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container { border-width: 0; border-radius: 0; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#TLH9bqmevzNTv2rzhn9A1pgMH1WqVc1b { display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.25rem;left:20.03125rem;height:9.8032375rem;color:#1e1e1e;font-style:normal;display:block; }
#feXp7HxoaoUTftuoBkoQ9uIvktTyWkFT { display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.25rem;left:40.15625rem;height:2.800925rem;color:#6f6f6f;font-style:normal;display:block; }
#qTfXbxNJ96qJJDyZcFbmk5p58T6ohOn6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:12.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container { background-color: transparent; background-image: none; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container > .video-iframe-container { display: none; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row > .video-iframe-container { display: none; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .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); }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container { border-width: 0; border-radius: 0; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#QxQu8BZXFIQTg6hXmzWuOx9OmOp2Jo96 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.462890625rem;left:0rem;height:1.137875rem;color:#616161;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #zTodSR023u181pb99O2TeSSe3ahDA29n { display:block; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/uc/1fde02a4-b783-49b0-a767-ad6d8f89cae9/MicrosoftTeamsimage2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.adaptive-delivery-prevent-bg, #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.lazyload, #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT.lazyloading { background-image: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { background-color: transparent; background-image: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .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); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { border-width: 0; border-radius: 0; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { height:34.9375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ppTR69iZ3tR2JvuQIThx84M0ABzzyntn { width:12.5rem;height:6.8125rem;top:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #AQqGIsuMQpd9TpSPfgZAivuWTg0yToXA { width:15.625rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BG1VSaiXpoFeesvBLO8TAQDxdopZsgnu { width:5.125rem;height:2.875rem;top:10.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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;height:auto; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-button { width:10.375rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp  { width:21.625rem;height:auto;top:11.6240234375rem;left:0rem; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp {display:block;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp { width:21.625rem;height:auto;top:11.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QRZgeypVG9kNqQw0xshVCHIuaSOKtW8r {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #gnI0S3Fu8uwstcpRNpHL2aMASIDRCk3i { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qcqe8BK95tquDhMG1EomHkUnE3A1hb9T {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #GGdFin2yBT7Q8QWIHQamCbKQLJk1UShI {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #UwIl76SZTAp1cDqieK5UfQs4pi3mBUJ3 { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #L7ExhbeMWRSNOw1127ZiBLiPF3JZKKSJ {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #xUhcDLsLtVsxgLtpAcETRWqH2rvKNR1s {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #LLh2RaZlrJnCEPMX56ev1pXHBgqFSvSI { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #OT9knPRv2F77d8t3Pay1H0zTWxkIJcuh {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #kAPnMvvaD1Th7HS2hXsV7WmqBmF5TIbh {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #Hym4SvPuPpGUKreDwMTrEKGlRbZQC8FZ { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #u2IIpKR9wM7ITOQ20fw6n4EKGJPlzSih {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #oiShF5LTdOiK16OaF7F4LsF9NORbd1DD {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #yO8uF7nS7xXGHIJkKlqVUk6XXbNZSOSH { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #m9THi9EZGnsMiVDmZSmGcPF9qmTRnB8t {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #zxubRXwJnyusHLfgvSTU7WTNI8Hi5dsi {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #ndhiLJdFVczP4RWR93mReqQvXzN315yi { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vHuBL5zbgsoSWhvhD3OrrneCvoXHdPCC {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QMhXMaGiToJt0atMdrP51X5Exs4biwt6 {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #giisypGSHCVJmw725VMaT9hkfcpPeu3H { display:none; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QFKTkakrpCMy89WnFwOAZROoHnxgNrz2 {  }
 }@media only screen and (max-width: 959px) { #QELNswVmMbqcJGcETzEETvxk7Aoq4mPM { display:block; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #piJA6VUEeuUlVxeQRwZMWPdrhQtpz923 {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #WQqoTilWRQRQ09fatkgpr1IqtDMxctPL {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #khtaRIGomSRsbboxZtm0LUQFtfyfQSMs {  }
 }@media only screen and (max-width: 959px) { #xo7T0gsv1OuIyCzs8sinTNE0Qg4bXeqE { display:block; }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vb3Cbda6XuSuK3ooXBe1aMlyagVmTlZ1 {  }
 }@media only screen and (max-width: 959px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qptJmIT7bi6GuZe4LLrmR6GNIkdG4Jmg {  }
 }@media only screen and (max-width: 959px) { #GgM9lOd2r656unpTwEhQreNUmSViOtFk { width:22.25rem;height:2.875rem;top:8.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bxu88OqRRbLri590kxQWZqpOc32hbGkK { display:block; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EogTgJTBT4VRoDnvMJUOFZPRTilCZnCr { width:47.75rem;height:2.2747375rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0o2oT2TCDm44t4lBLfNDN9rywn3MCwe { width:1.99978125rem;height:1.99978125rem;top:1.7599840164184rem;left:8.4982640743256rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 { display:block; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bndPpPv4qTiwZQxiUZpqOyOhRWsz6IeJ { width:15.625rem;height:3.875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qToQtxIkXwSKTH97FESd06RBTLwKdWSb { width:15.625rem;height:2.599825rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zZRRammCbRvqbGIJdQMZVyLi9r4Ioz3r { width:15.625rem;height:3.875rem;top:2.6247863769531rem;left:15.999566793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #LSdTNAnqaG0t7cFtuByJd4qAVhq31HVa { width:15.625rem;height:3.875rem;top:2.625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnxHKBMJEQkUPyn7w5bnVoaKIlSltTFD { width:15.625rem;height:2.599825rem;top:3.3311634063721rem;left:15.915799856186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EXKBrz363n6S0SdwUukzP4dTgHOTUmOX { width:15.625rem;height:2.599825rem;top:3.25rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv { display:block; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vtPzsera0S6J0uyyTZyUxkfgXLB26UUT { top:10.596643924713rem;left:11.246383965016rem;width:30.1859375rem;height:3.20095625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #sbuAGyzIN1ps2zkg8fTVKSlOhg5ZSz6x { top:8.2935481071475rem;left:11.244937241077rem;width:29.4994375rem;height:1.600475rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TrbvVICQyTbFv31f6XfKxTSEA4tE3TWn { top:8.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zLCeobDyaeGDWSLLLyXNhdDgFOHJcD60 { top:6.25rem;left:7.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dgoC1OKJovrHyZPkiPoEolzThx0JfrOm { top:13.9375rem;left:7.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TbuvWV7nsxUlLJtm0KQeTlcMX0o3kOKc { width:47.75rem;height:2.2747375rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #i727eERaT2WiHZk1cTiTt9h5pZWLXoKd { top:14.445891857147rem;left:11.244937241077rem;width:29.68675rem;height:1.600475rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #p70xSU5J8G5ZHdTm7as8QBWL0QwwrMOv { width:1.4375rem;height:1.4375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ghHkUgaGPx1w95eEDe3U20on4ChPr1QM { top:16.624711513519rem;left:11.244937241077rem;width:29.68675rem;height:1.600475rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cAGMVe46uTEBk1qM6riS4aKyN8A2eCQU { width:1.4375rem;height:1.4375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zVwbTi0ULeFnkDQ5NAHqXI2wtRfXhIk5 { width:1.43735625rem;height:1.43735625rem;top:10.720197200775rem;left:9.2476857304575rem;display:block; }
 }@media only screen and (max-width: 959px) { #dlDCx0S1gcDG6iwehJFuqFlFiaT5qMyM { width:1.43590625rem;height:1.43590625rem;top:14.526910305023rem;left:9.2476857304575rem;display:block; }
 }@media only screen and (max-width: 959px) { #n65z0u3h42mBsISaMGspyEh75xWmd7D7 { width:1.43590625rem;height:1.43590625rem;top:16.706452846527rem;left:9.2476857304575rem;display:block; }
 }@media only screen and (max-width: 959px) { #hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { display:block; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { background-color: transparent; background-image: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .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); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { border-width: 0; border-radius: 0; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container { width:47.75rem;height:42.1875rem;background-color:#4c184c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Wit4328X5QeTZfomLvstlAd9i7Md89Kx { width:22.75rem;height:1.95rem;top:2.2250003814698rem;left:25.000000357628rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #saPsxzz92Q2g8TyOOBhSAPyOTT8ppQv8 { width:22.75rem;height:2.923825rem;top:4.1750011444092rem;left:25.000000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #z1hPnWSA5QpLFTnUPOMLbdXGezbLVmrl { width:22.75rem;height:32.37890625rem;top:7.59375rem;left:25.000000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FHTgvPWkL5GfaRnvgoLeWTfiP8sJA74F { width:3.6875rem;height:2.2753875rem;top:33.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #J5waMZ7SsntcDTclsaHZpzSqsIzBPoiL { width:3.6875rem;height:1.54375rem;top:35.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MnDy8hkFOEu9EALW5hvqVFSeIIKifceV { width:5.6875rem;height:2.2753875rem;top:33.5rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #AX7Sd5yZi6TkzNLxE0kEUqEOAr5uTatR { width:5.6875rem;height:1.54375rem;top:35.5rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IXo7Bzah77kzOvdIa12PCGwTwohoANZL { width:6.0625rem;height:1.54375rem;top:35.5625rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxIxHwTTH47yvHr98WAI360UD1uebAAK { width:5.6875rem;height:2.2753875rem;top:33.5625rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeonuiF0kV3S0XJQAvTfVl6iVFl7HuBm { width:6.25rem;height:6.25rem;top:2.2250001430511rem;left:5.0937498807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #cEThe8yKoWqyfesgfaKZ2fxu4SGTwVDl { width:6.25rem;height:6.25rem;top:2.2250001430511rem;left:12.125000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #NJdXzbvcHkp011dMPsBTIIvhI7NvzzQS { width:14.375rem;height:15.75rem;top:7.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU { display:block; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bNhPJaTiUTbtHTZCqUQSk0hCPVvV5fbt { width:47.75rem;height:2.2747375rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL { width:27.374125rem;height:18.01538125rem;top:7.9220905303956rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_673df9c271710ca4a279f108e026598d18b6c47d.svg); }
 }@media only screen and (max-width: 959px) { #eyUowvyJiMCP1JzuFKDikqfnqIThUwqW { width:32.4375rem;height:2.625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PGCKfmOrFb7iMc3S4RF0IJOhT91i57h6 { width:19.749375rem;height:10.8745625rem;top:6.6243500709531rem;left:28.000219106674rem;display:block; }
 }@media only screen and (max-width: 959px) { #NQ805MWJxBUX7Qhnc4Qzs5gqF0lRr5yL { width:25.3125rem;height:16.832895109546rem;top:9rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT { display:block; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NeEvwdpG59Zw8JImgzUXIE84Ue7Nn3CG { width:43.75rem;height:18.75rem;top:5.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H { display:block; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #t3NCQ1TfbM9qQv4xCTwtIVCQe5Z2M48q { width:47.75rem;height:2.1125rem;top:1.099609375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #P8sG0KVKS6tPzINllxdN1oTeG0Zdmx5l { width:4.375rem;height:3.49975625rem;top:4.3115234375rem;left:18.515625rem;display:none; }
 }@media only screen and (max-width: 959px) { #TKUpHMqVFIVA18diCxFxhv1tGmeMNuak { display:block; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FMRQv5D6fLTC8ZTvHE3iBfiMoau2SVNV { width:4.375rem;height:3.5rem;top:0rem;left:7.4375002980231rem;display:block; }
 }@media only screen and (max-width: 959px) { #yh1BdgzuGpokr1y93zTGTyIPKBBJU1ya { width:4.375rem;height:3.5rem;top:0rem;left:22.812501251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #ekMWuFkRFRtfyBN1S1IBZb8HfHHuFit9 { width:4.375rem;height:3.5rem;top:0rem;left:26.562501251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #JBzL9TcXpcaoCPDPOZsWnoo3FB52Rskf { width:4.375rem;height:3.5rem;top:0rem;left:14.625001251697rem;display:block; }
 }@media only screen and (max-width: 959px) { #AbJe9LLkW7anx8dGQH8dXpg6yCTUD5S9 { width:3.875rem;height:3.5rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ECyFClWkoDtJyoKebOr2az2TievgwETP { width:4.375rem;height:3.5rem;top:0rem;left:3.8750002980233rem;display:block; }
 }@media only screen and (max-width: 959px) { #rXHFJo7xgDbeCTWuTBfuTXqdfN2WBg9Q { width:4.375rem;height:3.5rem;top:0rem;left:11.000000298023rem;display:block; }
 }@media only screen and (max-width: 959px) { #UsblV6uz0oX1lsuc2Vk7kLNkZsscoy2v { width:4.375rem;height:3.5rem;top:0rem;left:18.125001251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #zlIBCqIrhIEgoPvWh7CakGFAggApNfIq { width:4.375rem;height:3.5rem;top:0rem;left:30.437501251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #xzRbXevy8HFqN87RrgTiLu1HOkQP9vdm { width:4.375rem;height:3.5rem;top:0rem;left:35.062501251697rem;display:block; }
 }@media only screen and (max-width: 959px) { #U70bLPzi8cpgPrrWJxIGZrTgvRZ2mcnC { width:4.375rem;height:3.5rem;top:0rem;left:39.562501251697rem;display:block; }
 }@media only screen and (max-width: 959px) { #qxtOD5SssWdqtzZXJfSC5z6a3SRBLfrN { width:4.375rem;height:3.5rem;top:0.125rem;left:43.561848938465rem;display:block; }
 }@media only screen and (max-width: 959px) { #SOFGG23yLW3T0903rgb0sT7NKITPQT06 { display:block; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TLH9bqmevzNTv2rzhn9A1pgMH1WqVc1b { width:15.25rem;height:9.7958875rem;top:1.6875rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #feXp7HxoaoUTftuoBkoQ9uIvktTyWkFT { width:15.1875rem;height:2.798825rem;top:1.6875rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qTfXbxNJ96qJJDyZcFbmk5p58T6ohOn6 { width:10.4375rem;height:3.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 { display:block; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QxQu8BZXFIQTg6hXmzWuOx9OmOp2Jo96 { width:47.25rem;height:1.05590625rem;top:1.875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zTodSR023u181pb99O2TeSSe3ahDA29n { display:block; }#zTodSR023u181pb99O2TeSSe3ahDA29n > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfWllxLqxaARtLHsemkuS8AtJpVDQkgT { background-color:transparent;background-image:none;display:block; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { background-color: transparent; background-image: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row > .video-iframe-container { display: none; }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .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); }#UfWllxLqxaARtLHsemkuS8AtJpVDQkgT > .row .container { height:76.0625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppTR69iZ3tR2JvuQIThx84M0ABzzyntn { top:27.787109375rem;left:0rem;width:20rem;height:10.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AQqGIsuMQpd9TpSPfgZAivuWTg0yToXA { width:15.625rem;height:5.625rem;top:1.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG1VSaiXpoFeesvBLO8TAQDxdopZsgnu { width:9.8125rem;height:5.5rem;top:16.9375rem;left:5.09375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-input-button { width:8.375rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:4.5625rem; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]:-moz-placeholder { font-size:0.875rem;color:#161616;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]::-moz-placeholder { font-size:0.875rem;color:#161616;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;color:#161616;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;color:#161616;font-weight:400;font-style:normal; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container:first-of-type{padding-top:0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .widget-container:last-of-type{padding-bottom:0;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp  { width:17.5rem;height:27.8125rem;top:13.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp {display:block;}#x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp { width:17.5rem;height:27.8125rem;top:44.086734375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QRZgeypVG9kNqQw0xshVCHIuaSOKtW8r {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #gnI0S3Fu8uwstcpRNpHL2aMASIDRCk3i { display:none; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qcqe8BK95tquDhMG1EomHkUnE3A1hb9T {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #GGdFin2yBT7Q8QWIHQamCbKQLJk1UShI {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #UwIl76SZTAp1cDqieK5UfQs4pi3mBUJ3 { display:none; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #L7ExhbeMWRSNOw1127ZiBLiPF3JZKKSJ {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #xUhcDLsLtVsxgLtpAcETRWqH2rvKNR1s {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #LLh2RaZlrJnCEPMX56ev1pXHBgqFSvSI { display:none; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #OT9knPRv2F77d8t3Pay1H0zTWxkIJcuh {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #kAPnMvvaD1Th7HS2hXsV7WmqBmF5TIbh {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #Hym4SvPuPpGUKreDwMTrEKGlRbZQC8FZ { display:none; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #u2IIpKR9wM7ITOQ20fw6n4EKGJPlzSih {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #oiShF5LTdOiK16OaF7F4LsF9NORbd1DD {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #yO8uF7nS7xXGHIJkKlqVUk6XXbNZSOSH {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #m9THi9EZGnsMiVDmZSmGcPF9qmTRnB8t {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #zxubRXwJnyusHLfgvSTU7WTNI8Hi5dsi {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #ndhiLJdFVczP4RWR93mReqQvXzN315yi {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vHuBL5zbgsoSWhvhD3OrrneCvoXHdPCC {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QMhXMaGiToJt0atMdrP51X5Exs4biwt6 {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #giisypGSHCVJmw725VMaT9hkfcpPeu3H {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #QFKTkakrpCMy89WnFwOAZROoHnxgNrz2 {  }
 }@media only screen and (max-width: 763px) { #QELNswVmMbqcJGcETzEETvxk7Aoq4mPM { display:block; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #piJA6VUEeuUlVxeQRwZMWPdrhQtpz923 {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #WQqoTilWRQRQ09fatkgpr1IqtDMxctPL {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #khtaRIGomSRsbboxZtm0LUQFtfyfQSMs {  }
 }@media only screen and (max-width: 763px) { #xo7T0gsv1OuIyCzs8sinTNE0Qg4bXeqE { display:block; }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #vb3Cbda6XuSuK3ooXBe1aMlyagVmTlZ1 {  }
 }@media only screen and (max-width: 763px) { #x6LZp3QoTX6cliTEoruiF3EKzJpmoNXp #qptJmIT7bi6GuZe4LLrmR6GNIkdG4Jmg {  }
 }@media only screen and (max-width: 763px) { #GgM9lOd2r656unpTwEhQreNUmSViOtFk { width:20rem;height:0;top:39.912109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxu88OqRRbLri590kxQWZqpOc32hbGkK { display:block; }#bxu88OqRRbLri590kxQWZqpOc32hbGkK > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EogTgJTBT4VRoDnvMJUOFZPRTilCZnCr { width:19.9978125rem;height:1.6247125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0o2oT2TCDm44t4lBLfNDN9rywn3MCwe { display:flex;width:1.99978125rem;height:1.99978125rem;top:0.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 { display:block; }#ZQtLJOXlesCDhQvA38PA5XRQoPn6ulb6 > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bndPpPv4qTiwZQxiUZpqOyOhRWsz6IeJ { width:19.75rem;height:3.875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qToQtxIkXwSKTH97FESd06RBTLwKdWSb { width:19.9370625rem;height:2.599825rem;top:1.875rem;left:0.0625rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #zZRRammCbRvqbGIJdQMZVyLi9r4Ioz3r { width:19.75rem;height:3.875rem;top:6.51367rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSdTNAnqaG0t7cFtuByJd4qAVhq31HVa { width:19.75rem;height:3.875rem;top:11.77734rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxHKBMJEQkUPyn7w5bnVoaKIlSltTFD { width:19.9370625rem;height:2.599825rem;top:7.13867rem;left:0.0629375rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #EXKBrz363n6S0SdwUukzP4dTgHOTUmOX { width:19.9370625rem;height:2.599825rem;top:12.40234rem;left:0.0629375rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv { display:block; }#k2IHCtVnuXB87QQ9qztesRnbQhR1ZJKv > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtPzsera0S6J0uyyTZyUxkfgXLB26UUT { width:18.125rem;height:3.6002625rem;top:12.565828800201rem;left:1.8757234811783rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sbuAGyzIN1ps2zkg8fTVKSlOhg5ZSz6x { width:18.125rem;height:2.400175rem;top:9.3670439720156rem;left:1.8757234811783rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TrbvVICQyTbFv31f6XfKxTSEA4tE3TWn { width:18.125rem;height:2.400175rem;top:6.1675338745117rem;left:1.8757234811783rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zLCeobDyaeGDWSLLLyXNhdDgFOHJcD60 { display:flex;width:1.37441875rem;height:1.37441875rem;top:0.57074785232544rem;left:10.794271111488rem; }
 }@media only screen and (max-width: 763px) { #dgoC1OKJovrHyZPkiPoEolzThx0JfrOm { display:flex;width:1.3122125rem;height:1.3122125rem;top:1.4305114746094E-6rem;left:8.8122106790544rem; }
 }@media only screen and (max-width: 763px) { #TbuvWV7nsxUlLJtm0KQeTlcMX0o3kOKc { width:20rem;height:3.24941875rem;top:1.8988723754882rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i727eERaT2WiHZk1cTiTt9h5pZWLXoKd { width:18.12425rem;height:2.400175rem;top:17.359671592712rem;left:1.8757234811783rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p70xSU5J8G5ZHdTm7as8QBWL0QwwrMOv { display:flex;width:1.5rem;height:1.5rem;top:6.2401618957519rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ghHkUgaGPx1w95eEDe3U20on4ChPr1QM { width:18.125rem;height:2.400175rem;top:20.83492565155rem;left:1.8757234811783rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cAGMVe46uTEBk1qM6riS4aKyN8A2eCQU { display:flex;width:1.5rem;height:1.5rem;top:9.36559677124rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #zVwbTi0ULeFnkDQ5NAHqXI2wtRfXhIk5 { display:flex;width:1.5rem;height:1.5rem;top:12.565107345581rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #dlDCx0S1gcDG6iwehJFuqFlFiaT5qMyM { display:flex;width:1.5rem;height:1.5rem;top:17.361106872559rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #n65z0u3h42mBsISaMGspyEh75xWmd7D7 { display:flex;width:1.5rem;height:1.5rem;top:20.834050178528rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { display:block; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { background-color: transparent; background-image: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row > .video-iframe-container { display: none; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .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); }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw { border-width: 0; border-radius: 0; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQiA8Q6NI6GZ03DRkmrSsf3OaUTcy8Aw > .row .container { width:20rem;height:74.75rem;background-color:#4c184c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wit4328X5QeTZfomLvstlAd9i7Md89Kx { width:18.75rem;height:1.7871125rem;top:30.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saPsxzz92Q2g8TyOOBhSAPyOTT8ppQv8 { width:20rem;height:3.0859375rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hPnWSA5QpLFTnUPOMLbdXGezbLVmrl { width:20rem;height:34.875rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTgvPWkL5GfaRnvgoLeWTfiP8sJA74F { width:3.1875rem;height:2.4375rem;top:55.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5waMZ7SsntcDTclsaHZpzSqsIzBPoiL { width:3.1875rem;height:1.3rem;top:58.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnDy8hkFOEu9EALW5hvqVFSeIIKifceV { width:5.9375rem;height:2.4375rem;top:55.75rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AX7Sd5yZi6TkzNLxE0kEUqEOAr5uTatR { width:5.125rem;height:1.3rem;top:58.375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXo7Bzah77kzOvdIa12PCGwTwohoANZL { width:5.6875rem;height:1.3rem;top:58.375rem;left:13rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxIxHwTTH47yvHr98WAI360UD1uebAAK { width:5.6875rem;height:2.4375rem;top:55.75rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeonuiF0kV3S0XJQAvTfVl6iVFl7HuBm { width:6.25rem;height:6.25rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEThe8yKoWqyfesgfaKZ2fxu4SGTwVDl { width:6.25rem;height:6.25rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJdXzbvcHkp011dMPsBTIIvhI7NvzzQS { width:12.125rem;height:13.25rem;top:8.3750009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU { display:block; }#KPiFVGsX7ofppT6u7A1w10NsU7X3AgiU > .row .container { width:20rem;height:56.343461267834rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNhPJaTiUTbtHTZCqUQSk0hCPVvV5fbt { width:19.9986875rem;height:1.6247125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL { width:19.997125rem;height:21.3867rem;top:7.1050302982331rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPnEsGyKTFnaHqHuhQAx2sIWeszWlGHL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_673df9c271710ca4a279f108e026598d18b6c47d.svg); }
 }@media only screen and (max-width: 763px) { #eyUowvyJiMCP1JzuFKDikqfnqIThUwqW { width:19.99925rem;height:2.599825rem;top:4.5066561698914rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGCKfmOrFb7iMc3S4RF0IJOhT91i57h6 { height:11.169rem;width:19.99925rem;top:29.419134736061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ805MWJxBUX7Qhnc4Qzs5gqF0lRr5yL { width:20rem;height:13.30006527174rem;top:41.793395996094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT { display:block; }#yPSo4Zy7QkiupOql9NHtAgT77T2DsgWT > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeEvwdpG59Zw8JImgzUXIE84Ue7Nn3CG { width:20rem;height:12rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H { display:block; }#pvkSwZNrAsrioZQckAK6nxGXIaSp0U1H > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3NCQ1TfbM9qQv4xCTwtIVCQe5Z2M48q { width:20rem;height:2.03125rem;top:0.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8sG0KVKS6tPzINllxdN1oTeG0Zdmx5l { width:4.6875rem;height:3.8125rem;top:9rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKUpHMqVFIVA18diCxFxhv1tGmeMNuak { display:block; }#TKUpHMqVFIVA18diCxFxhv1tGmeMNuak > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMRQv5D6fLTC8ZTvHE3iBfiMoau2SVNV { width:4.6875rem;height:3.8125rem;top:0.75rem;left:7.8125rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yh1BdgzuGpokr1y93zTGTyIPKBBJU1ya { width:4.6875rem;height:3.8125rem;top:9rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekMWuFkRFRtfyBN1S1IBZb8HfHHuFit9 { width:4.6875rem;height:3.8125rem;top:9rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzL9TcXpcaoCPDPOZsWnoo3FB52Rskf { width:4.6875rem;height:3.8125rem;top:4.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJe9LLkW7anx8dGQH8dXpg6yCTUD5S9 { width:5rem;height:4.5rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECyFClWkoDtJyoKebOr2az2TievgwETP { width:4.6875rem;height:3.8125rem;top:0.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHFJo7xgDbeCTWuTBfuTXqdfN2WBg9Q { width:4.6875rem;height:3.8125rem;top:4.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsblV6uz0oX1lsuc2Vk7kLNkZsscoy2v { width:4.6875rem;height:3.8125rem;top:9rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlIBCqIrhIEgoPvWh7CakGFAggApNfIq { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzRbXevy8HFqN87RrgTiLu1HOkQP9vdm { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70bLPzi8cpgPrrWJxIGZrTgvRZ2mcnC { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxtOD5SssWdqtzZXJfSC5z6a3SRBLfrN { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOFGG23yLW3T0903rgb0sT7NKITPQT06 { display:block; }#SOFGG23yLW3T0903rgb0sT7NKITPQT06 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLH9bqmevzNTv2rzhn9A1pgMH1WqVc1b { width:19.9375rem;height:7.95703125rem;top:6.12109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #feXp7HxoaoUTftuoBkoQ9uIvktTyWkFT { width:19.6875rem;height:2.2734375rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qTfXbxNJ96qJJDyZcFbmk5p58T6ohOn6 { width:12.25rem;height:4.5rem;top:0.6484375rem;left:3.7187502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 { display:block; }#lSMaFf0AJP0pUbWKDTEGFhn6vFWLNcs8 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxQu8BZXFIQTg6hXmzWuOx9OmOp2Jo96 { width:14.25rem;height:2.11181875rem;top:0.75rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }