.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e4ecec;background-image:url("https://images.assets-landingi.com/b7bryVyT/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/3U5CtxGV/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#Sm5np19ZzAUhhfaq51CrC9WXcodsaPq2 { 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.5625rem;width:24.4375rem;top:1.4375rem;left:1.875rem;overflow:hidden;display:block; }
#xto3VwGKNpNJ4zqCSJplgDoE4fZR1Ob0 { color:#000000;display:block;width:41.125rem;position:absolute;font-family:"bebas neue";font-size:3.5625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:13.25rem;left:3.0625rem;height:15.675rem;display:block; }
#QHfyqie5uEXK6JAadNnTnTevW35698w1 { position:absolute;display:block;z-index:15002;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:21.6875rem;left:3.125rem;display:block; }
#AyJCbxyF6WwHHw7DeTLScNUVw4OuT7id { background-color:rgba(0,0,0,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.5rem;left:3.0625rem;display:block; }
#K31NaATrkMSDLRAD30XqMRO1v2UU4o2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dypuGbbiVlnmJqVOu1zGAgz5v3aFu7RH { background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.5rem;left:22.375rem;display:block; }
#rq4eZ5msaFx6cJrNmJDdZKqdHwQFJR6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OYAF6Y2O/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.adaptive-delivery-prevent-bg, #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.lazyload, #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.lazyloading { background-image: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { background-color: transparent; background-image: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container > .video-iframe-container { display: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row > .video-iframe-container { display: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .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); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { border-width: 0; border-radius: 0; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#tnveedzcTquDGwPVXAkgOwIw6pDZio3n { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:3.0625rem;height:6.4625rem;display:block; }
#sRMyir9PcifVTqGKoUFN3Te8V6WQPpfA { position:absolute;display:block;z-index:15004;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:5.6875rem;left:3.0625rem;display:block; }
#ChaItTxk3sWm99MsUNXtRTkr9pfA6wZV { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.375rem;left:3.125rem;height:12rem;font-style:normal;display:block; }
#KXryU1lKWt7pt5mEgC5m5eqkhdCxonF2 { color:#000000;display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23rem;left:3.125rem;height:9rem;font-style:normal;display:block; }
#a2my40mBl2XyCb9wFgHLdAhlhTAN2ih8 { background-color:rgba(0,0,0,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36rem;left:3.125rem;display:block; }
#CDphCZJ0dXMSP8qA82TMsN1zy3481TQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR6CIDXzdQQ8KfU0UzxKsfz5LxcBO3ET { position:absolute;display:block;z-index:15005;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:35.75rem;left:46.46875rem;display:block; }
#ZGkdUDxCZlNOABlOT0wvbrSEHvVE6uTa { 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:7.5rem;width:15.8125rem;top:33.5rem;left:49.5rem;overflow:hidden;display:block; }
#h1AgeP18PESxRHVhR6at5seUfy62QpGk { position:relative;display:block; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk { background-color: transparent; background-image: none; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container > .video-iframe-container { display: none; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row > .video-iframe-container { display: none; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .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); }#h1AgeP18PESxRHVhR6at5seUfy62QpGk { border-width: 0; border-radius: 0; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKVFSEDzNyzQJfTNBaGdJDUTS14ZuFh0 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4rem;left:3.125rem;height:3.23095625rem;display:block; }
#NGnTQqyEgOVV3v7EbnrQVrNnXb0DLwBU { position:absolute;display:block;z-index:15006;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:7.875rem;left:3.125rem;display:block; }
#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU { position:relative;display:block; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU { background-color: transparent; background-image: none; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container > .video-iframe-container { display: none; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row > .video-iframe-container { display: none; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .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); }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU { border-width: 0; border-radius: 0; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WII18UaEzM7MDQGcPEPuTBydyETybfnd { 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:25.5rem;width:24.875rem;top:1.25rem;left:9.52499961853rem;overflow:hidden;display:block; }
#bwR9Ra7EVZvEUpJrXknqT8QN8EHsF6Ta { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IxoBhJwg59qaxMOb068fqsgfg5LrVT1d { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.9375rem;left:20.4375rem;height:16.5rem;font-style:normal;display:block; }
#ZxQwz5gU0OfFfykO2gxJ7Is4W3KwvuQ4 { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:20.1875rem;top:3.1875rem;left:54.8125rem;display:block; }
#fonAIvJN7IGB2idRoV0whrDDTtzGon1L { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.6875rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:57.8125rem;height:14rem;font-style:normal;display:block; }#LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#aqFF1CCK2phFoQVSChmgu9IThqBEef5v { position:relative;display:block; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v { background-color: transparent; background-image: none; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container > .video-iframe-container { display: none; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row > .video-iframe-container { display: none; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .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); }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v { border-width: 0; border-radius: 0; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M2NE6TRMkh8Pq4TgGnpFVDsw00UODWlu { 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:25.5rem;width:24.875rem;top:0rem;left:9.5rem;overflow:hidden;display:block; }
#CpGIT5VV8IfDTFXIGpHQlBSCG8qnDLFk { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.125rem;left:20.4375rem;height:7.5rem;font-style:normal;display:block; }
#feroKld9JqBe3Z2ms2xSUoRIfA2z8XL8 { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:20.1875rem;top:3.0625rem;left:54.8125rem;display:block; }
#HTdr9R42TQlgdx77zmNTHJnUTZm2ZcaW { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.5625rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.6875rem;left:57.8125rem;height:8.75rem;font-style:normal;display:block; }#zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#xuHivi7BdqlqWTbSGqPwu0xpRAnVVWhP { 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:17.3125rem;width:19.25rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ { position:relative;display:block; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ { background-color: transparent; background-image: none; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container > .video-iframe-container { display: none; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row > .video-iframe-container { display: none; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .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); }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ { border-width: 0; border-radius: 0; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#unpLLSzOsOfFrbEI7NE8WId4qsqNbDqH { 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:25.5rem;width:24.875rem;top:2.375rem;left:9.5rem;overflow:hidden;display:block; }
#MFCcW77r5DHJZT7bhbq29VhTdfXf1518 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.5625rem;left:20.4375rem;height:13.5rem;font-style:normal;display:block; }
#Rows4CXRsyEmAGSi2ffAK8k9q2oTRUIU { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.1875rem;top:5.375rem;left:54.8125rem;display:block; }
#t8hvBQpSFGRqllOzgTTNXMOZ4MbOTSTi { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.875rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#VkomWayTcmqnWg6vVZ58QepX38vKn4gd { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.875rem;left:57.8125rem;height:11.375rem;font-style:normal;display:block; }#VkomWayTcmqnWg6vVZ58QepX38vKn4gd li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VkomWayTcmqnWg6vVZ58QepX38vKn4gd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#g8xGUpT6nbVrtqsyT7K8qx6ni9U5WMEX { 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:34.125rem;width:16.3125rem;top:0rem;left:2.84375rem;overflow:hidden;display:block; }
#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b { position:relative;display:block; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b { background-color: transparent; background-image: none; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container > .video-iframe-container { display: none; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row > .video-iframe-container { display: none; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .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); }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b { border-width: 0; border-radius: 0; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IcGaDAxK8hqvrGa86UAPqxHkT3pmMPg5 { 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:25.5rem;width:24.875rem;top:3.375rem;left:7.0625rem;overflow:hidden;display:block; }
#EXHozD40E0gQSl7TMCPu8iL80DF7kNC8 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:20.4375rem;height:9rem;font-style:normal;display:block; }
#ImD9HQyFI2EVUnSW0oEnlyGTEVbNlITH { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:20.1875rem;top:1.28125rem;left:54.8125rem;display:block; }
#QdghWTSih4FtIQgao7kv0AA21O53O79T { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.375rem;left:57.812497138977rem;height:6rem;font-style:normal;display:block; }
#uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.8125rem;left:57.968747138977rem;height:;font-style:normal;display:block; }#uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#bFS1dh0q5yF6D9znpsO8OfSq7OD1O1f5 { 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:17.9375rem;width:19.25rem;top:2.5416669845581rem;left:0rem;overflow:hidden;display:block; }
#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO { position:relative;display:block; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO { background-color: transparent; background-image: none; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container > .video-iframe-container { display: none; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row > .video-iframe-container { display: none; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .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); }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO { border-width: 0; border-radius: 0; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bLawS9WU0DuTNqRiTpniaB5tOTsnUdol { 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:25.5rem;width:24.875rem;top:3.75rem;left:7.0625rem;overflow:hidden;display:block; }
#JBccT7riBHzeCRrWsVv4ueVn0Gan1ABl { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:20.4375rem;height:9rem;font-style:normal;display:block; }
#KzUIwwTxV6m9gq8B1bwQPP4sGvgEbSA5 { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.1875rem;top:6.125rem;left:54.8125rem;display:block; }
#fn2stoQyJJINm1DqtAqaE5lrLa9lblI7 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.625rem;left:57.8125rem;height:4.5rem;font-style:normal;display:block; }
#TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.9375rem;left:57.8125rem;height:8.75rem;font-style:normal;display:block; }#TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#O14O0eibT8tsJFIlzZ9Uqa9SBUJxuOdI { 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:17.5rem;width:20.75rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX { position:relative;display:block; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX { background-color: transparent; background-image: none; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container > .video-iframe-container { display: none; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row > .video-iframe-container { display: none; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .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); }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX { border-width: 0; border-radius: 0; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WAneEChSvUmqTyVKVeyErOFZ9ONy8zeN { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#EkQ72hERzqAPfFxKbFQgLlfTpgauEh8e { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9rem;left:20.4375rem;height:7.5rem;font-style:normal;display:block; }
#QoeNtT4IoC6R2AxO2R8TkZ5T80Ps2yOl { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.1875rem;top:2.375rem;left:54.8125rem;display:block; }
#MGAQrH3MbMMA1CFZ1wW8ELTLMtMVAudb { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.875rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#QTgeLopa35MtKVTS91hxvENvhXLWGaRT { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8.875rem;left:57.8125rem;height:11.375rem;font-style:normal;display:block; }#QTgeLopa35MtKVTS91hxvENvhXLWGaRT li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTgeLopa35MtKVTS91hxvENvhXLWGaRT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#NW2hmeehQ7bKbbvqBhLTIsG2gfIbLbbg { 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:16.625rem;width:13.5rem;top:6.125rem;left:0rem;overflow:hidden;display:block; }
#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 { position:relative;display:block; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 { background-color: transparent; background-image: none; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container > .video-iframe-container { display: none; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row > .video-iframe-container { display: none; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .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); }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 { border-width: 0; border-radius: 0; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lwoUwxaq46ADMQtrKnfAqpeGTif4pPQg { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#rZTTAz59IogVI3uQGiP1IOA279ylnlFW { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.75rem;left:20.4375rem;height:10.5rem;font-style:normal;display:block; }
#qhz1pAPiKgu3hdwy7hKH6M4FRPq94QUR { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:20.1875rem;top:3.0625rem;left:54.8125rem;display:block; }
#Gt3xiDSoqZM2ZZqwrrqUXTNaBF98ifDH { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.5625rem;left:57.8125rem;height:4.5rem;font-style:normal;display:block; }
#nVyPXmLPCghuBfuTnXxO20EtLThFqtbq { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.875rem;left:57.8125rem;height:8.75rem;font-style:normal;display:block; }#nVyPXmLPCghuBfuTnXxO20EtLThFqtbq li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nVyPXmLPCghuBfuTnXxO20EtLThFqtbq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#BB27JOPcrpupZig9MHkqWN26Ty2Lte56 { 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:20.75rem;width:12.125rem;top:4.625rem;left:1.59375rem;overflow:hidden;display:block; }
#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 { position:relative;display:block; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 { background-color: transparent; background-image: none; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container > .video-iframe-container { display: none; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row > .video-iframe-container { display: none; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .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); }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 { border-width: 0; border-radius: 0; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LaslZBRh9IVmhBANL4bNzvIv7Kg0BpcK { 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:25.5rem;width:24.875rem;top:3.75rem;left:7.0625rem;overflow:hidden;display:block; }
#BagVr0135XUFzrX3o7hm9HTSe64hkDBr { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.25rem;left:20.4375rem;height:10.5rem;font-style:normal;display:block; }
#Avchcpl0EgqXQWmImDaPfUPR2gZTzUaw { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:20.1875rem;top:0.5625rem;left:54.812501907349rem;display:block; }
#MBSo3ww5ha8vILOildW4QK3UaTaJxzVA { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.5593757629394rem;left:57.812501907349rem;height:9rem;font-style:normal;display:block; }
#XoyriJMtQXfouis210wGeiU5CVThThvR { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13rem;left:57.8125rem;height:10.0625rem;font-style:normal;display:block; }#XoyriJMtQXfouis210wGeiU5CVThThvR li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XoyriJMtQXfouis210wGeiU5CVThThvR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#QBDMokIXU6cqPJbCl1t7OJ7x5ryWTmUO { 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:30.3125rem;width:18.875rem;top:0rem;left:-1.875rem;overflow:hidden;display:block; }
#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM { position:relative;display:block; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM { background-color: transparent; background-image: none; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container > .video-iframe-container { display: none; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row > .video-iframe-container { display: none; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .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); }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM { border-width: 0; border-radius: 0; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZG0vQ3VfHDFZSxVDVlDaCywsMmd435nQ { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#C1OBzHVBSIqUqGpuDFW7dMUkP0a9K8yi { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:20.4375rem;height:6rem;font-style:normal;display:block; }
#pfg8CZmWcXHcuP1O64tx15CLCwm09dZp { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:20.1875rem;top:2.375rem;left:54.812501907349rem;display:block; }
#AWhcvTCA62ETzP3nMu5o5MKUQzam1Caw { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.4375rem;left:57.812501907349rem;height:9rem;font-style:normal;display:block; }
#b98ywEuURlMDZKe7nIfsplX0oDmMK28p { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.75rem;left:57.968751907349rem;height:12.6875rem;font-style:normal;display:block; }#b98ywEuURlMDZKe7nIfsplX0oDmMK28p li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#b98ywEuURlMDZKe7nIfsplX0oDmMK28p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#Fv8DaEm2kmsc8vou1rqHFWxETlukaelV { 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:18.4375rem;width:18.4375rem;top:4.13125rem;left:0.037500000000001rem;overflow:hidden;display:block; }
#rpEp211uG60KQRBEUPLfNqwExrVkLsD2 { 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:24.875rem;width:24.875rem;top:26.4375rem;left:0rem;overflow:hidden;display:block; }
#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q { position:relative;display:block; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q { background-color: transparent; background-image: none; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container > .video-iframe-container { display: none; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row > .video-iframe-container { display: none; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .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); }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q { border-width: 0; border-radius: 0; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z78RPNkfMRpMgefMQLOkAe8KyuJbkP8p { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:20.4375rem;height:9rem;font-style:normal;display:block; }
#GPZexOILLm9nsswDKN1LsqQf3HMzZWnv { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:20.1875rem;top:2.375rem;left:54.812501907349rem;display:block; }
#xQIO3V9O5TEH4efW4EH8rpQy7Tik8EXA { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1875171661377rem;left:57.812501907349rem;height:3rem;font-style:normal;display:block; }
#zggGr35AbaZZOO6aRlTu6ln52c0HOoLK { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.437517166137rem;left:57.968751907349rem;height:11.375rem;font-style:normal;display:block; }#zggGr35AbaZZOO6aRlTu6ln52c0HOoLK li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zggGr35AbaZZOO6aRlTu6ln52c0HOoLK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#TnTClnp9vBgRKc8rRTOmgP2J3TkxtWom { position:absolute;display:block;z-index:14999;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:25.5rem;width:24.875rem;top:1.09375rem;left:13.812500238419rem;overflow:hidden;display:block; }
#KronT4TBNb8fuJT91rWpTcaiTz8coNIp { 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:24.875rem;width:24.875rem;top:26.4375rem;left:0rem;overflow:hidden;display:none; }
#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ { position:relative;display:block; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ { background-color: transparent; background-image: none; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container > .video-iframe-container { display: none; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row > .video-iframe-container { display: none; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .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); }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ { border-width: 0; border-radius: 0; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hNA9kPDg639g5oWKUq0JM8hhrw4sTO1Z { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#IAgmTOeZct6bauRna1tCVlNUOgspp2Xq { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:20.4375rem;height:6rem;font-style:normal;display:block; }
#JDqDfPBe5vXNO6TBdSEaihNQ6eqm9xlb { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.1875rem;top:2.375rem;left:54.8125rem;display:block; }
#IDUTUnV4E1h7i90KTx6ntmtwN753FRdk { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.875rem;left:57.8125rem;height:4.5rem;font-style:normal;display:block; }
#qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:57.8125rem;height:10.0625rem;font-style:normal;display:block; }#qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#EJ09VO3yAKETFcaUoyro5fIHy67Towim { 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:17.625rem;width:15.4375rem;top:5.75rem;left:1.65625rem;overflow:hidden;display:block; }
#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb { position:relative;display:block; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb { background-color: transparent; background-image: none; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container > .video-iframe-container { display: none; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row > .video-iframe-container { display: none; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .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); }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb { border-width: 0; border-radius: 0; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qoI9EugqslgXI4L39ny7gZHZuLAOiK75 { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#pZAuUcaXx9TsN1RlSsOFfCk9X7RtXu8H { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9375rem;left:20.4375rem;height:7.5rem;font-style:normal;display:block; }
#z76mLJgzTmtWWpTqlF67zTk32LZwkQXD { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.1875rem;top:2.375rem;left:54.8125rem;display:block; }
#crgwc5qtRptKacz0ZvDMKXZhC3brwhhg { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.875rem;left:57.8125rem;height:4.5rem;font-style:normal;display:block; }
#sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:57.8125rem;height:;font-style:normal;display:block; }#sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#KJLJTEkSHMAJ9P5aWml05h84lMQiiNnW { 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:20.8125rem;width:17.4375rem;top:3.75rem;left:0.65625rem;overflow:hidden;display:block; }
#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 { position:relative;display:block; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 { background-color: transparent; background-image: none; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container > .video-iframe-container { display: none; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row > .video-iframe-container { display: none; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .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); }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 { border-width: 0; border-radius: 0; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O20y6mKO8NIX2mG04FBFHI1L1hqFEyk6 { 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:25.5rem;width:24.875rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#nB29vVX27miIJyXiKDlt1ZGsIeLMv1fk { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9375rem;left:20.4375rem;height:9rem;font-style:normal;display:block; }
#Tdr64uPGmBm83oWmSOBVzk9Sq2PdTeFt { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:20.1875rem;top:2.375rem;left:54.696984794233rem;display:block; }
#Nd1Wk4l74hLE3D5fFW38WPxaoDcFyxUB { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.875rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#WO12JBSItHr02TQBGONAZqXMKwduwchQ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:57.812497138977rem;height:;font-style:normal;display:block; }#WO12JBSItHr02TQBGONAZqXMKwduwchQ li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#WO12JBSItHr02TQBGONAZqXMKwduwchQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#z2zI4h69hlnH30GGudOKXmyhZpR9AVUr { 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:20.3125rem;width:20.3125rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP { position:relative;display:block; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP { background-color: transparent; background-image: none; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container > .video-iframe-container { display: none; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row > .video-iframe-container { display: none; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .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); }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP { border-width: 0; border-radius: 0; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wyaXTIx6fSw6wBFGs93LudCdzSpGusGM { 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:25.5rem;width:24.875rem;top:2.6875rem;left:7.0625rem;overflow:hidden;display:block; }
#J3yArrPlPsHtTteTHkQs1nnsPD67g1KV { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.875rem;left:20.4375rem;height:7.5rem;font-style:normal;display:block; }
#C9yMU1DGvg6rN6bdQtA18ZuaHhCJnEOc { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.1875rem;top:5.0625rem;left:54.8125rem;display:block; }
#OgPekqayDZP5Bx0phixQfKaiN68RDvLg { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.5625rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#tze9eOBpwXzQom7dA2dvUwucTq7QPiWF { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.1875rem;left:57.8125rem;height:11.375rem;font-style:normal;display:block; }#tze9eOBpwXzQom7dA2dvUwucTq7QPiWF li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tze9eOBpwXzQom7dA2dvUwucTq7QPiWF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#VXolUONQ242bPNUmJala8mQ19lMFpBal { 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:31.4375rem;width:18.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh { position:relative;display:block; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh { background-color: transparent; background-image: none; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container > .video-iframe-container { display: none; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row > .video-iframe-container { display: none; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .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); }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh { border-width: 0; border-radius: 0; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1rbpAcvaFxyp4MvAe7CmH7Xl067Sghu { 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:25.5rem;width:24.875rem;top:2.6875rem;left:7.0625rem;overflow:hidden;display:block; }
#dJa1QhrzINB2Kcke5e9M0gu0JNiHEcto { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.875rem;left:20.4375rem;height:19.5rem;font-style:normal;display:block; }
#eJINczht5l6cwQovSUJpQTPMZOs0tEML { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.1875rem;top:5.0625rem;left:54.8125rem;display:block; }
#L6Aw21Jikcf0tNU1iDXzFFT7cwNs0cJU { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.5625rem;left:57.8125rem;height:4.5rem;font-style:normal;display:block; }
#IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.375rem;left:57.812501907349rem;height:;font-style:normal;display:block; }#IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#MbTDZIZTRAZ26lzvIU6kFkGm5bW2ezeq { 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:19.5625rem;width:19.5625rem;top:5.65625rem;left:0rem;overflow:hidden;display:block; }
#QkhxElZhrSRAXswms4rWKwMho7eHg86i { position:relative;display:block; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i { background-color: transparent; background-image: none; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container > .video-iframe-container { display: none; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row > .video-iframe-container { display: none; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .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); }#QkhxElZhrSRAXswms4rWKwMho7eHg86i { border-width: 0; border-radius: 0; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MREgD5dZrKZnLafNGxBnglgfBcasQW6T { 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:25.5rem;width:24.875rem;top:3.75rem;left:7.0625rem;overflow:hidden;display:block; }
#wwFVvBkPNq0CPrPFFzoDJ6zVwMRogRPH { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:20.4375rem;height:10.5rem;font-style:normal;display:block; }
#hrcAAHiBHDlZNxTTMSbTOoTZJqliVfhD { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:20.1875rem;top:5.875rem;left:54.812501907349rem;display:block; }
#zO9vJVHvdz6EXyWbsSG7K2l92ZwmfAGs { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.375rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.6875rem;left:57.843751907349rem;height:15.3125rem;font-style:normal;display:block; }#NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#e0Kq8xoIIAyK6pCqQSv4wg8ixXGO1u6A { 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:18.75rem;width:18.75rem;top:7.871874809265rem;left:0rem;overflow:hidden;display:block; }
#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ { position:relative;display:block; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ { background-color: transparent; background-image: none; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container > .video-iframe-container { display: none; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row > .video-iframe-container { display: none; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .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); }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ { border-width: 0; border-radius: 0; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EheNwmV1WKMEFwFq5mJbIsTlOk1dfsAE { 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:25.5rem;width:24.875rem;top:3.75rem;left:7.0625rem;overflow:hidden;display:block; }
#PE10mNliAfGq5TK87uRpX3FWQuWxKKR5 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:20.4375rem;height:10.5rem;font-style:normal;display:block; }
#UnlgGFi5NZCfqI6OGnxcXcrdmViy41OU { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:20.1875rem;top:2.6874847412109rem;left:54.812501907349rem;display:block; }
#ecFcahTk64kxZlw6mtpidGIVyVoHRvvV { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.1875rem;left:57.812501907349rem;height:6rem;font-style:normal;display:block; }
#zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.3125rem;left:57.8125rem;height:;font-style:normal;display:block; }#zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#ZUgNn6PxiDgxaUprQCD2au1PdRZHvTZI { 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:22.25rem;width:15.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 { position:relative;display:block; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 { background-color: transparent; background-image: none; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container > .video-iframe-container { display: none; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row > .video-iframe-container { display: none; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .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); }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 { border-width: 0; border-radius: 0; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hEEMZ3ycT78hPswZmw6OT5Tx7wpt9LM7 { 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:25.5rem;width:24.875rem;top:3.75rem;left:7.0625rem;overflow:hidden;display:block; }
#k2qlZnPD3eAE3iTqeqUydn6pHz920WXx { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.9375rem;left:20.4375rem;height:7.5rem;font-style:normal;display:block; }
#b2IT0BFIsoSpqS9qJHusoaptBxPNTcce { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:20.1875rem;top:2.25rem;left:54.812501907349rem;display:block; }
#dGwtTFlNnyyJbgf1zwniw48MJcCH4l1S { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.4968242645264rem;left:57.812501907349rem;height:6rem;font-style:normal;display:block; }
#zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.3125rem;left:57.8125rem;height:10.0625rem;font-style:normal;display:block; }#zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#liqyZzflIpJmTwnrJRqGIHQ6NarhxJTr { 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:27rem;width:17.1875rem;top:2.3750228881836rem;left:0rem;overflow:hidden;display:block; }
#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 { position:relative;display:block; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 { background-color: transparent; background-image: none; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container > .video-iframe-container { display: none; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row > .video-iframe-container { display: none; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .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); }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 { border-width: 0; border-radius: 0; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gGW2l1HBA36sDalRxc3IKyFSTtmTh1LX { 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:25.5rem;width:24.875rem;top:2.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#VOg0WtGN5PSIm2zXknnCHkypbuGGqkBb { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:18.375rem;height:18rem;font-style:normal;display:block; }
#v7RWHxaO7bSP2qr52hfDA8hKwbsVK73i { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:36.8125rem;top:3.75rem;left:38.1875rem;display:block; }
#FIw43TaXQfwdHoeuTHFRoGCmTm4cvNGn { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.25rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.0625rem;left:57.8125rem;height:14rem;font-style:normal;display:block; }#d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#K2BmUuDSZCmIW6HITwJ10TVfumIQSPRF { 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:11.75rem;width:14.3125rem;top:11.5rem;left:2.15625rem;overflow:hidden;display:block; }
#K2IbhkFypqSwryFVcb3pHehuCIh0cbZt { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.25rem;left:41.1875rem;height:3rem;font-style:normal;display:block; }
#pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.0625rem;left:41.1875rem;height:11.375rem;font-style:normal;display:block; }#pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t { position:relative;display:block; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t { background-color: transparent; background-image: none; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container > .video-iframe-container { display: none; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row > .video-iframe-container { display: none; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .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); }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t { border-width: 0; border-radius: 0; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D02vyLfs1hKTTLCsE8l0pbJJoPKghZAE { 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:25.5rem;width:24.875rem;top:0.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#ymIoWS4doQQEwvL5cpUUVbFcPNn2MQ0G { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.1875rem;left:20.4375rem;height:10.5rem;font-style:normal;display:block; }
#yT4G14ch31ox8DnWyP90ZmOu3JWlATiq { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:20.1875rem;top:3.875rem;left:54.8125rem;display:block; }
#bhCAAfUdE5Fws0pvP6d2ySwQg2gklRB8 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.375rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5rem;left:57.8125rem;height:8.75rem;font-style:normal;display:block; }#vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#NnVSIoKxz9Tc9xoT31u15RyR85d5Tk6M { 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:14.625rem;width:15.1875rem;top:8.6844062805175rem;left:1.71875rem;overflow:hidden;display:block; }
#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX { position:relative;display:block; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX { background-color: transparent; background-image: none; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container > .video-iframe-container { display: none; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row > .video-iframe-container { display: none; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .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); }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX { border-width: 0; border-radius: 0; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c6bgk5hvTTFLFZqVgrokW1NLqk0fbKHP { 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:25.5rem;width:24.875rem;top:0.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#bLzaf1A4Lf1lD1AaJcM4JZbkeoP3dnBm { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.1875rem;left:20.4375rem;height:9rem;font-style:normal;display:block; }
#yOf7N3TNym3VtmDIvuCD3Ckq7MlM03I9 { position:absolute;display:block;z-index:15008;background-color:#3e3c3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:20.1875rem;top:3.875rem;left:54.8125rem;display:block; }
#JxKlTW7VEvVTZ0P9f9h3iTs4uGfgBMIO { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.375rem;left:57.8125rem;height:3rem;font-style:normal;display:block; }
#BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5rem;left:57.8125rem;height:8.75rem;font-style:normal;display:block; }#BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#qGeBznnMw8CUvTvWTXsBen9LuhbVpdls { 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:21.25rem;width:15.0625rem;top:3.9375rem;left:1.21875rem;overflow:hidden;display:block; }
#t8wrfVwMWPAiViqKsGhhsip7J7N1vV4i { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW { position:relative;display:block; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW { background-color: transparent; background-image: none; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container > .video-iframe-container { display: none; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row > .video-iframe-container { display: none; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .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); }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW { border-width: 0; border-radius: 0; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bWSqaU1kJ2nKg4CC1dZO1aChMWg0EI5c { background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4375rem;left:24.375rem;display:block; }
#P65L4KdoIwR6g73OHTNMuEQ13HlBl95s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAe4LNQ6KKU7IggyKv5VCMCgGShRhEVQ { color:#515151;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:19.40625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/du04R2wa/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.adaptive-delivery-prevent-bg, #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.lazyload, #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.lazyloading { background-image: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { background-color: transparent; background-image: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container > .video-iframe-container { display: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row > .video-iframe-container { display: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .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); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { border-width: 0; border-radius: 0; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#cb8AlGFuN6iMQJDgld9oIk14QvTZnlNI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:34.75rem;top:4.96875rem;left:0rem;display:block; }
#lqAEeaFBW4nEM4Xy14PPqoArtvbikVIq { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:8.125rem;left:6.3125rem;height:9.69375rem;text-align:center;text-align-last:center;display:block; }
#k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.8125rem;left:4.3125rem;height:22.125rem;font-style:normal;display:block; }#k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#SG7vqdOc1JorzF5EK8GlrAA3kipSKyuM { background-color:rgba(0,0,0,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.875rem;left:8.21875rem;display:block; }
#iyTtgBpWIKXtxGpIczFLS81ZlqFWslOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG4vGu3EyqQf0BWzuvNksP6hDthEKty0 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:34.75rem;top:5rem;left:40.25rem;display:block; }
#Zg7xkHXfeVclM8k5ZtIbuco4gpu2wHoV { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:8.125rem;left:46.5625rem;height:9.69375rem;text-align:center;text-align-last:center;display:block; }
#iEXnessnz2iXLsvgTUF6kn78rARLH84T { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.8125rem;left:44.5625rem;height:17.8125rem;font-style:normal;display:block; }#iEXnessnz2iXLsvgTUF6kn78rARLH84T li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iEXnessnz2iXLsvgTUF6kn78rARLH84T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
#glxx8QDNp5ukT7iUsJtmvsRbDLoW8DCf { background-color:rgba(0,0,0,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.875rem;left:48.5rem;display:block; }
#vxWlRRk6rUFDBT5gxp8rlwsOhitzXax0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 { 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; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container { background-color: transparent; background-image: none; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container > .video-iframe-container { display: none; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row > .video-iframe-container { display: none; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .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); }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container { border-width: 0; border-radius: 0; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n { 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; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container { background-color: transparent; background-image: none; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container > .video-iframe-container { display: none; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row > .video-iframe-container { display: none; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .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); }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container { border-width: 0; border-radius: 0; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#QT10wZSAbVmOJC68L8IWMxbfdvVulUrA { box-sizing:content-box;height:28.3125rem;width:36.625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2feacd2-cba6-430f-9ca1-cebc9104b917/1733740028085.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:5.5500001907349rem;display:block; }#QT10wZSAbVmOJC68L8IWMxbfdvVulUrA.adaptive-delivery-prevent-bg, #QT10wZSAbVmOJC68L8IWMxbfdvVulUrA.lazyload, #QT10wZSAbVmOJC68L8IWMxbfdvVulUrA.lazyloading { background-image: none; }
#f64gDz6MIrWswiK887LWm291nxZkBh15 { box-sizing:content-box;height:17.1875rem;width:26.625rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7012cd24-dd0c-425a-9789-3513d1258a3b/20240922_112801.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.25rem;left:42.875rem;display:block; }#f64gDz6MIrWswiK887LWm291nxZkBh15.adaptive-delivery-prevent-bg, #f64gDz6MIrWswiK887LWm291nxZkBh15.lazyload, #f64gDz6MIrWswiK887LWm291nxZkBh15.lazyloading { background-image: none; }
#dtuNv7eeM8hP95LpeEuuL5EeO5dOgXLm { position:absolute;display:block;z-index:15005;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.25rem;width:10.1875rem;top:22.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#qp8iTvIg0uH8AtslncercJymZs4FstIp { box-sizing:content-box;height:10.5625rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e12065e5-9fa7-46ae-935c-1472dffb3aa7/1720273308126.jfif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875rem;display:block; }#qp8iTvIg0uH8AtslncercJymZs4FstIp.adaptive-delivery-prevent-bg, #qp8iTvIg0uH8AtslncercJymZs4FstIp.lazyload, #qp8iTvIg0uH8AtslncercJymZs4FstIp.lazyloading { background-image: none; }
#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l { 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; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container { background-color: transparent; background-image: none; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container > .video-iframe-container { display: none; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row > .video-iframe-container { display: none; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .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); }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container { border-width: 0; border-radius: 0; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#BknQihk0mONzlhiqTdf0JDhpeDorr5C0 { box-sizing:content-box;height:28.3125rem;width:36.625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1f1a6ac-9280-4dee-b067-e74fe49851e3/1716058117515.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:5.5500001907349rem;display:block; }#BknQihk0mONzlhiqTdf0JDhpeDorr5C0.adaptive-delivery-prevent-bg, #BknQihk0mONzlhiqTdf0JDhpeDorr5C0.lazyload, #BknQihk0mONzlhiqTdf0JDhpeDorr5C0.lazyloading { background-image: none; }
#VnMuTCLQeNNKVsOhLp6vyDEuDlmkyGEQ { position:absolute;display:block;z-index:15005;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.25rem;width:10.1875rem;top:23.437499046326rem;left:64.81250190735rem;overflow:hidden;display:block; }
#B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG { box-sizing:content-box;height:28.375rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60548e89-1b6d-433b-8ae9-665274599a67/1720354871743.jfif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875001907349rem;display:block; }#B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG.adaptive-delivery-prevent-bg, #B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG.lazyload, #B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG.lazyloading { background-image: none; }
#btJ1maTqINVnE3skhoxAfF5fxfN1KTiO { box-sizing:content-box;height:28.375rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60548e89-1b6d-433b-8ae9-665274599a67/1720354871743.jfif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875001907349rem;display:none; }#btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.adaptive-delivery-prevent-bg, #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.lazyload, #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.lazyloading { background-image: none; }
#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 { 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; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container { background-color: transparent; background-image: none; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container > .video-iframe-container { display: none; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row > .video-iframe-container { display: none; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .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); }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container { border-width: 0; border-radius: 0; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON { box-sizing:content-box;height:28.3125rem;width:36.625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d5937ce9-58fd-4792-b0e8-8411b28b5a11/20241116_155644.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:5.5500001907349rem;display:block; }#zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON.adaptive-delivery-prevent-bg, #zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON.lazyload, #zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON.lazyloading { background-image: none; }
#QdDL76W63f1bp6rXZQDoyBXEVQRn620G { box-sizing:content-box;height:17.1875rem;width:26.625rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d713070c-3763-49cf-b28f-32a0f5061a96/20241214_111245.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.25rem;left:42.875rem;display:block; }#QdDL76W63f1bp6rXZQDoyBXEVQRn620G.adaptive-delivery-prevent-bg, #QdDL76W63f1bp6rXZQDoyBXEVQRn620G.lazyload, #QdDL76W63f1bp6rXZQDoyBXEVQRn620G.lazyloading { background-image: none; }
#B6NLVO6ZtH8ltrk9ShfLFFxwis7nI5m4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.75rem;top:7.862500190735rem;left:3.375rem;overflow:hidden;display:block; }
#uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f { box-sizing:content-box;height:10.5625rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2faea87-2d96-4000-bfc0-93d0d7e4c1b8/20241124_133224.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875rem;display:block; }#uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f.adaptive-delivery-prevent-bg, #uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f.lazyload, #uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f.lazyloading { background-image: none; }
#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 { 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; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container { background-color: transparent; background-image: none; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container > .video-iframe-container { display: none; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row > .video-iframe-container { display: none; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .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); }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container { border-width: 0; border-radius: 0; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I { box-sizing:content-box;height:28.3125rem;width:36.625rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32c89df0-0fee-447f-822e-72c92285997e/20240922_124321.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:5.5500001907349rem;display:block; }#o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I.adaptive-delivery-prevent-bg, #o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I.lazyload, #o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I.lazyloading { background-image: none; }
#ttFDf5kWWDqbO0IH1TZ2gVpW4T2VQ3Wh { position:absolute;display:block;z-index:15005;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.25rem;width:10.1875rem;top:23.437499046326rem;left:64.81250190735rem;overflow:hidden;display:block; }
#ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K { box-sizing:content-box;height:28.375rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11443bd7-fc8d-4665-94ad-872a4c4142ea/20250111_210846.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875001907349rem;display:block; }#ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K.adaptive-delivery-prevent-bg, #ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K.lazyload, #ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K.lazyloading { background-image: none; }
#iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf { box-sizing:content-box;height:28.375rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11443bd7-fc8d-4665-94ad-872a4c4142ea/20250111_210846.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875001907349rem;display:none; }#iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.adaptive-delivery-prevent-bg, #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.lazyload, #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.lazyloading { background-image: none; }
#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 { 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; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container { background-color: transparent; background-image: none; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container > .video-iframe-container { display: none; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row > .video-iframe-container { display: none; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .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); }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container { border-width: 0; border-radius: 0; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#xzRFM3CaKOmLO9Bo0483TkPbCM0y6B8Z { 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:10.25rem;width:10.1875rem;top:24.312452316284rem;left:64.811635971069rem;overflow:hidden;display:block; }
#vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp { box-sizing:content-box;height:28.375rem;width:26.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11443bd7-fc8d-4665-94ad-872a4c4142ea/20250111_210846.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:42.875001907349rem;display:none; }#vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.adaptive-delivery-prevent-bg, #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.lazyload, #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.lazyloading { background-image: none; }
#MWvbXAksRWfGdnNbEeCRZ1UAcPc4lCzd { 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:30.75rem;width:22.9375rem;top:1.9062571525574rem;left:5.5rem;overflow:hidden;display:block; }
#Ftes1ytetUl6H6BBFEoTCoo9BdalKN4C { 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:26rem;width:34.75rem;top:4.2812504768372rem;left:32.207464218139rem;overflow:hidden;display:block; }
#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { background-color: transparent; background-image: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container > .video-iframe-container { display: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row > .video-iframe-container { display: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .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); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { border-width: 0; border-radius: 0; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#LvELIx5I6satw2z0yIdBGk70reWyCLZu { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:34.1875rem;display:block; }
#MumFWCe8RINLOTKLmooBfd8Imq64LOFs { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:36.0625rem;display:block; }
#vRBGfMlieZS7GKvxFSx80x4Dge5PWRG5 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:37.9375rem;display:block; }
#hqUSSTBUPP4If6BD2PCR3tC87CDMmAT8 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e5ebf5;background-image:none;top:1.6875rem;left:39.8125rem;display:block; }
#VDcocxDRBppNx9CwalaTuKa6dI9vD09l { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.9375rem;left:28.8125rem; }
#k7VTXeJ9RdegrUNuoPN10qTugkrTs9S7 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.9375rem;left:43.9375rem; }
#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM { 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; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container { background-color: transparent; background-image: none; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container > .video-iframe-container { display: none; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row > .video-iframe-container { display: none; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .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); }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container { border-width: 0; border-radius: 0; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#RtdZ0VNAsrTOGUD6zUu1GwqxmdllhC3Q { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4rem;left:3.125rem;height:3.23095625rem;display:block; }
#bdsE7wlGtCTZEC0ig6w1coxycQpgeTak { position:absolute;display:block;z-index:15006;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:7.875rem;left:3.125rem;display:block; }
#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq { 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; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container { background-color: transparent; background-image: none; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container > .video-iframe-container { display: none; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row > .video-iframe-container { display: none; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .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); }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container { border-width: 0; border-radius: 0; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#KJCouLw4JmxRvdON4H9KJJxF0QspXSgC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.625rem;top:0rem;left:3.09375rem;overflow:hidden;display:block; }
#M0ZXCouTk11LF4q4SgeSNBHTUWrhSIou { 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:2.875rem;width:2.875rem;top:1.625rem;left:5.53125rem;overflow:hidden;display:block; }
#heL6vEZZqzpsR35dD2xTdDSWTw6hgskh { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:2.03125rem;left:10.71875rem;height:4.125rem;display:block; }
#O35kNfD0CaNpzzHQfOgNoNHUJWvsQKrA { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.8125rem;left:10.71875rem;height:4.5rem;font-style:normal;display:block; }
#zQUqSMC0ggyx6RBb6daRZI8nM6ZrUMqd { background-color:rgba(0,0,0,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.5rem;left:3.09375rem;display:block; }
#dBcuyLQflp3tyKEbaTORqolwsPK4G0qe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5XynCZoIfRBblN1MI63MJ7qNWeodNHi { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:4.8125rem;left:32.1875rem;height:9rem;font-style:normal;display:block; }
#NiOWC00wW41Peve0gKz33kZsLCEuzwVS { position:absolute;display:block;z-index:15005;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.6875rem;width:5.625rem;top:0rem;left:24.5625rem;overflow:hidden;display:block; }
#qmFqIVycr1TDeWRzEkoPv74ApEOpgEUB { 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:;width:3.125rem;top:1.625rem;left:26.625rem;overflow:hidden;display:block; }
#BOW7OSwcyMoIK4rgMyVAP8t0pgoSe4Lw { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:2.0625rem;left:32.1875rem;height:4.125rem;display:block; }
#X0BKVWNqDBA9VszrNl3hGCIcST5wkikc { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.8125rem;left:60.5625rem;height:4.5rem;font-style:normal;display:block; }
#U62F3X0UlZFWM1CqCH3FHHvWvboGFEkH { 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:5.6875rem;width:5.625rem;top:0rem;left:52.9375rem;overflow:hidden;display:block; }
#FzOphHyTDabbGmfNrdQEUK10aRbRp9Zm { 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:;width:3.125rem;top:1.5625rem;left:55.375rem;overflow:hidden;display:block; }
#ug5LBeu0dl5yqv9Zr5goqQTRN2x5IOyc { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:2.0625rem;left:60.5625rem;height:4.125rem;display:block; }
#J2sbP1lpDeOUCTw301lhmFVQI23qRJtS { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:18.0625rem;left:17.9375rem;height:6.4625rem;text-align:center;text-align-last:center;display:block; }
#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 { 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; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container { background-color: transparent; background-image: none; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container > .video-iframe-container { display: none; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row > .video-iframe-container { display: none; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .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); }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container { border-width: 0; border-radius: 0; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#JBO7EJTurIV2VrAFh00mh1aDblZu3dsi { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20.11874961853rem;left:92.146875381469rem;overflow:hidden;display:none; }
#ALXpzl51nsD0Ti9TtxvcmS4kTFPtrTUW { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:17.743774414062rem;left:88.5000038147rem;height:0;font-style:normal;display:none; }
#SdXZenh26Zx5KzxcRTztMyPVCpdCDXBe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20.11874961853rem;left:102.83437538147rem;overflow:hidden;display:none; }
#lqpMG4yEQWA7q9hIPfxRx2SfqqIwNOyt { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:18.930555343628rem;left:104.58420181274rem;height:0;font-style:normal;display:none; }
#amXc2VlBGe2qAPMKq7m5nOne2k0fJd27 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20.11874961853rem;left:111.20937538147rem;overflow:hidden;display:none; }
#RUHJOEskKeDQ1HHwcH3UrDztui0n50ht { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:19.93115234375rem;left:64.865234375rem;height:0;font-style:normal;display:none; }
#ivleQ2ADZpVLIwWfuMfoShErplDshSQJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:20.11874961853rem;left:111.20937538147rem;overflow:hidden;display:none; }
#vBLTOLF38oiEoWIhEJzzU1KVucI6IOPW { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:18.24365234375rem;left:68.240234375rem;height:0;font-style:normal;display:none; }
#wDhWIHslIdAIul4kCWGTcvfuQKt4HSR8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.125rem;left:25rem;overflow:hidden;display:none; }
#XhoqIp36nvmwPT9twSeVARNZTVb0PShQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.125rem;left:35.6875rem;overflow:hidden;display:none; }
#mxUV83SxTfCqbBt5fqO7yZZChWmtax1i { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.125rem;left:46.4375rem;overflow:hidden;display:none; }
#iBM7KQSPUu9szLx9Br6JUduLTO3JzXdk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.125rem;left:57.0625rem;overflow:hidden;display:none; }
#ueeIIn1ymTISWU8DQ0FPG2zV0HEwiKVu { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.75rem;left:25.625rem;overflow:hidden;display:none; }
#otZUr9Tkba8opxxNlnXhbbZJcnshCJzx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.75rem;left:36.3125rem;overflow:hidden;display:none; }
#Ld7TcZQcBFb7T7sFrOTGCwTFhP8lwOlx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.75rem;left:47.0625rem;overflow:hidden;display:none; }
#UOorMnoAmppIQUhfHfEw3BrKqHRRReJS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7.75rem;left:57.6875rem;overflow:hidden;display:none; }
#Ny5BQvr6NeqOKHE1G9NcJ20UO2263J7Z { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:18.9375rem;left:17.5625rem;height:6.4625rem;text-align:center;text-align-last:center;display:block; }
#K5ao8kwrR7XTlXITdk21bx6EgGJsRgr9 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:22.75rem;left:28.9375rem;height:2.25rem;font-style:normal;display:block; }
#JvCbO23wEmUJ09LzHSm0vSr44apFRVDc { position:absolute;display:block;z-index:15055;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.5rem;width:20.625rem;top:26.5625rem;left:32.062501907349rem;overflow:hidden;display:block; }
#JOpqk0ecIbf1Xa6zAWrQCJP3F6mg92dh { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:15050;line-height:1.1;letter-spacing:0;top:8rem;left:13.125rem;height:2.0625rem;display:block; }
#RrxokwCcRSLIq3pN4AoHG1XTfH33EfrB { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:7.875rem;left:23.625rem;height:2.25rem;font-style:normal;display:block; }
#La365XBABBEQD8XqciupDvrf4dFgMilI { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:7.9062509536744rem;left:35.875rem;height:2.25rem;font-style:normal;display:block; }
#e2nMTSFw1AKAdlBSJeuoR3LqDo2fsNg0 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:18.0625rem;left:17.9375rem;height:3.23125rem;text-align:center;text-align-last:center;display:none; }
#QQ4X7HTsG71Xdhboys6QMELPGh4Ri3Px { 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:18.75rem;width:18.75rem;display:none; }
#uyVaLkSOt53Z8JrgO1bzvpRayBt3J5vf { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:25.744140625rem;left:67.552734375rem;height:0;font-style:normal;display:none; }
#ApJnspBSZzv2RTw4RhDx5cNn3wG92RTa { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:17.056640625rem;left:67.802734375rem;height:0;font-style:normal;display:none; }
#KucSGwv6n2Zs0xxHaE5bQBZo4iTufXnH { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:7.9062509536744rem;left:48.5625rem;height:2.25rem;font-style:normal;display:block; }
#hAVPDNB62o2wrnkqCEeqTlrw29XK7oAi { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:7.9062509536744rem;left:61.125rem;height:2.25rem;font-style:normal;display:block; }
#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pDCAnqW2/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.adaptive-delivery-prevent-bg, #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.lazyload, #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.lazyloading { background-image: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { background-color: transparent; background-image: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container > .video-iframe-container { display: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row > .video-iframe-container { display: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .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); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { border-width: 0; border-radius: 0; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#vXurGw4B3xdvQaJ2HeBBohTc0A5TrEwU { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.25rem;left:3.125rem;height:6.4625rem;display:block; }
#WWgZvVpeqV4qBqNABxiXlPrKHiuavqIS { position:absolute;display:block;z-index:15008;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:8.125rem;left:3.125rem;display:block; }
#XcZsWEA7OdPlnPkzf4EmWgtrhuftxKwi { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:37.5rem;top:11.8125rem;left:3.125rem;display:block; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-form-header {  }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:27.1875rem;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; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #fbaf3f;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:27.1875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #fbaf3f;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:27.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .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:27.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:27.1875rem;height:3.375rem;font-family:"open sans";overflow:hidden; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .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; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .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; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-container:first-of-type{padding-top:0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-container:last-of-type{padding-bottom:0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.800000190735rem;left:6.1979169845581rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.1875rem;display:block;vertical-align:top; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1rem;line-height:1.9;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 {display:block;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.800000190735rem;left:6.1979169845581rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #txsvkFXnaGkPOwkRDqestU389X49fm9V { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #vAhT75HRFTd02UPKspJoLOtqzQaDJ6sx { position:relative;display:none; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #T2fB3Ds5zTIfuOTh2wxy6MN7kbwrVqWD { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #kP0tztTGcrav2Cs2gxyDhGlpWnsq5iO7 { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #r9GT4zALmKnvNlLT94TXMXOb2Mthbhrh { position:relative;display:none; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #wqDS0HEyBTFeMUGwzgqnZczoHAR1zuV3 { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #kK3d9OQ4NwGbAFIgy4fBEGqr3XBGDrrS { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #ohQ1cRs52cw6twwrWkiRuEroqUdhWnRi { position:relative;display:none; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #u9U4BhnARKTEDlO7aNl8RWSgtVt3s1mk { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #vkFkGXK3i6lQcqXmGEOTLG3A8UyeTTgs { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #E11mwa4WpTDvwwvwoNLbMtAXURvGL1xI { position:relative;display:none; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #nbPk9Vy3NVnLDZtQVKflrJei9RFNVu8T { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #rLW0RtCDkbTcQx6cyfytT7sDq5IBwhR7 { position:relative;display:block;z-index:15000; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #RT4hxgl6vcOrMlnNsZyxTT8VVwUnQwEL { position:relative;display:block;z-index:15000; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #thLMzUhgyEluicyX5DHqhkXpAtI1dZC7 { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #IkkcKNNrgmnQhbC1T1TtIXbIgFFiWceb { position:relative;z-index:2; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #reB8Piw8lFbQhxBqyZRkhu9sRpmIXs0V { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #XJeqLQPQLk6mkLThOw77WLWDTMxpe7MK { position:relative; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 #vpBk0XhTyZ8SqS7MFJdliKd0uTwG0g26 { position:relative; }
#POUpyrGnX7oNnlOevC6uXTB37G2HMsJT { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.624999046326rem;left:7.3541669845581rem;height:2.5rem;font-style:normal;display:block; }
#mH66zAN1hSJwJIg4s9qb55GsfBtNtQwL { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:14.5rem;left:45.40625rem;height:2.0625rem;display:block; }
#SgT5lZtqiATpGZekbX3aHgXauO4pTqtm { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:18rem;left:45.40625rem;height:3rem;font-style:normal;display:block; }
#xZX7AQWE1AITOwSGA1S8nzHDpcDsXdGL { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:25.956249237061rem;left:45.40625rem;height:3.23095625rem;display:block; }
#StloqiGHbD1KcF3zwtJBceMKr2mqZaNF { 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:7.4375rem;width:15.8125rem;top:30.5rem;left:48.5rem;overflow:hidden;display:block; }
#wllMaHRRmrRGixrErlmxTwHSwzr6lPcA { position:absolute;display:block;z-index:15007;background-color:#fbaf3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:2.125rem;top:32.75rem;left:45.4375rem;display:block; }
#yqBCbi74lDaTTILQA6fm3fpeDiahbSwX { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:-12.693748474121rem;left:93.709375381469rem;height:0;font-style:normal;display:none; }
#yOIBS1pfc3VNl0mHQFlQs0yQv6EurgXT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:-12.131248474121rem;left:92.021875381469rem;overflow:hidden;display:none; }
#wR9TxiB5Pw9khTlSZ5QbTZGkAV57TnO0 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:-12.131248474121rem;left:102.70937538147rem;overflow:hidden;display:none; }
#wQGSx53Vpx3fDbx380Q7qSVqBBxeubTL { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:-12.693748474121rem;left:104.45937538147rem;height:0;font-style:normal;display:none; }
#OCKJhHKDRDIXJrfxA0027lDFkTvyS1Fo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:-12.131248474121rem;left:111.20937538147rem;overflow:hidden;display:none; }
#FOxJT0mCzTHn10QhJy7dOxBNgd7Wgfw1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:-12.131248474121rem;left:111.20937538147rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm5np19ZzAUhhfaq51CrC9WXcodsaPq2 { top:1.4375rem;left:0rem;width:24.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xto3VwGKNpNJ4zqCSJplgDoE4fZR1Ob0 { top:13.25rem;left:0rem;width:41.125rem;height:7.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHfyqie5uEXK6JAadNnTnTevW35698w1 { top:21.6875rem;left:0rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJCbxyF6WwHHw7DeTLScNUVw4OuT7id { width:18.3125rem;height:3.5rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K31NaATrkMSDLRAD30XqMRO1v2UU4o2W { display:block; }
 }@media only screen and (max-width: 763px) { #dypuGbbiVlnmJqVOu1zGAgz5v3aFu7RH { width:18.3125rem;height:3.5rem;top:25.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4eZ5msaFx6cJrNmJDdZKqdHwQFJR6x { display:block; }
 }@media only screen and (max-width: 763px) { #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR { display:block; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnveedzcTquDGwPVXAkgOwIw6pDZio3n { top:1.8125rem;left:0rem;width:38.3125rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRMyir9PcifVTqGKoUFN3Te8V6WQPpfA { top:5.6875rem;left:0rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChaItTxk3sWm99MsUNXtRTkr9pfA6wZV { top:9.375rem;left:0rem;width:46.4375rem;height:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXryU1lKWt7pt5mEgC5m5eqkhdCxonF2 { top:23rem;left:0rem;width:47.75rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2my40mBl2XyCb9wFgHLdAhlhTAN2ih8 { width:26.625rem;height:3.5rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDphCZJ0dXMSP8qA82TMsN1zy3481TQf { display:block; }
 }@media only screen and (max-width: 763px) { #IR6CIDXzdQQ8KfU0UzxKsfz5LxcBO3ET { top:35.75rem;left:32.84375rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkdUDxCZlNOABlOT0wvbrSEHvVE6uTa { top:33.5rem;left:31.9375rem;width:15.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1AgeP18PESxRHVhR6at5seUfy62QpGk { display:block; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKVFSEDzNyzQJfTNBaGdJDUTS14ZuFh0 { top:4rem;left:0rem;width:38.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnTQqyEgOVV3v7EbnrQVrNnXb0DLwBU { top:7.875rem;left:0rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU { display:block; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WII18UaEzM7MDQGcPEPuTBydyETybfnd { top:1.25rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwR9Ra7EVZvEUpJrXknqT8QN8EHsF6Ta { top:0rem;left:0rem;width:16.875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxoBhJwg59qaxMOb068fqsgfg5LrVT1d { top:4.9375rem;left:6.8125019073488rem;width:31.9375rem;height:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQwz5gU0OfFfykO2gxJ7Is4W3KwvuQ4 { top:3.1875rem;left:27.5625rem;width:20.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fonAIvJN7IGB2idRoV0whrDDTtzGon1L { top:5.6875rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF { top:9.6875rem;left:33.875rem;width:13.875rem;height:14rem;font-size:0.8125rem;display:block; }#LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #aqFF1CCK2phFoQVSChmgu9IThqBEef5v { display:block; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2NE6TRMkh8Pq4TgGnpFVDsw00UODWlu { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGIT5VV8IfDTFXIGpHQlBSCG8qnDLFk { top:8.125rem;left:6.8125rem;width:30rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feroKld9JqBe3Z2ms2xSUoRIfA2z8XL8 { top:3.0625rem;left:27.5625rem;width:20.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdr9R42TQlgdx77zmNTHJnUTZm2ZcaW { top:5.5625rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH { top:10.6875rem;left:33.9375rem;width:13.8125rem;height:8.75rem;font-size:0.8125rem;display:block; }#zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #xuHivi7BdqlqWTbSGqPwu0xpRAnVVWhP { top:6.75rem;left:0rem;width:19.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ { display:block; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unpLLSzOsOfFrbEI7NE8WId4qsqNbDqH { top:2.375rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCcW77r5DHJZT7bhbq29VhTdfXf1518 { top:10.5625rem;left:6.8124990463256rem;width:31.9375rem;height:15rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rows4CXRsyEmAGSi2ffAK8k9q2oTRUIU { top:5.375rem;left:27.5625rem;width:20.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hvBQpSFGRqllOzgTTNXMOZ4MbOTSTi { top:7.875rem;left:33rem;width:14.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkomWayTcmqnWg6vVZ58QepX38vKn4gd { top:11.875rem;left:33.875rem;width:13.875rem;height:11.375rem;font-size:0.8125rem;display:block; }#VkomWayTcmqnWg6vVZ58QepX38vKn4gd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #g8xGUpT6nbVrtqsyT7K8qx6ni9U5WMEX { top:0rem;left:0rem;width:16.3125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b { display:block; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcGaDAxK8hqvrGa86UAPqxHkT3pmMPg5 { top:3.375rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXHozD40E0gQSl7TMCPu8iL80DF7kNC8 { top:11.4375rem;left:6.8125rem;width:31.9375rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImD9HQyFI2EVUnSW0oEnlyGTEVbNlITH { top:1.25rem;left:27.5625rem;width:20.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdghWTSih4FtIQgao7kv0AA21O53O79T { top:3.375rem;left:33rem;width:14.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 { top:10.8125rem;left:33.875rem;width:13.875rem;height:;font-size:0.8125rem;display:block; }#uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #bFS1dh0q5yF6D9znpsO8OfSq7OD1O1f5 { top:2.5rem;left:0rem;width:19.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO { display:block; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLawS9WU0DuTNqRiTpniaB5tOTsnUdol { top:3.75rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBccT7riBHzeCRrWsVv4ueVn0Gan1ABl { top:11.9375rem;left:6.8125rem;width:31.9375rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUIwwTxV6m9gq8B1bwQPP4sGvgEbSA5 { top:6.125rem;left:27.5625rem;width:20.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2stoQyJJINm1DqtAqaE5lrLa9lblI7 { top:8.625rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 { top:13.9375rem;left:33.875rem;width:13.875rem;height:10.0625rem;font-size:0.8125rem;display:block; }#TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #O14O0eibT8tsJFIlzZ9Uqa9SBUJxuOdI { top:9rem;left:0rem;width:20.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX { display:block; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAneEChSvUmqTyVKVeyErOFZ9ONy8zeN { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQ72hERzqAPfFxKbFQgLlfTpgauEh8e { top:9rem;left:6.8125rem;width:31.9375rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeNtT4IoC6R2AxO2R8TkZ5T80Ps2yOl { top:2.375rem;left:27.5625rem;width:20.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAQrH3MbMMA1CFZ1wW8ELTLMtMVAudb { top:4.875rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgeLopa35MtKVTS91hxvENvhXLWGaRT { top:8.875rem;left:33.875rem;width:13.875rem;height:11.375rem;font-size:0.8125rem;display:block; }#QTgeLopa35MtKVTS91hxvENvhXLWGaRT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #NW2hmeehQ7bKbbvqBhLTIsG2gfIbLbbg { top:6.125rem;left:0rem;width:13.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 { display:block; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwoUwxaq46ADMQtrKnfAqpeGTif4pPQg { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTTAz59IogVI3uQGiP1IOA279ylnlFW { top:6.75rem;left:6.8125rem;width:32.5rem;height:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhz1pAPiKgu3hdwy7hKH6M4FRPq94QUR { top:3.0625rem;left:27.5625rem;width:20.1875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3xiDSoqZM2ZZqwrrqUXTNaBF98ifDH { top:5.5625rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVyPXmLPCghuBfuTnXxO20EtLThFqtbq { top:10.875rem;left:33.875rem;width:13.875rem;height:8.75rem;font-size:0.8125rem;display:block; }#nVyPXmLPCghuBfuTnXxO20EtLThFqtbq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #BB27JOPcrpupZig9MHkqWN26Ty2Lte56 { top:4.625rem;left:0rem;width:12.125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 { display:block; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaslZBRh9IVmhBANL4bNzvIv7Kg0BpcK { top:3.75rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagVr0135XUFzrX3o7hm9HTSe64hkDBr { top:11.25rem;left:6.8125rem;width:31.9375rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avchcpl0EgqXQWmImDaPfUPR2gZTzUaw { top:0.5625rem;left:27.5625rem;width:20.1875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBSo3ww5ha8vILOildW4QK3UaTaJxzVA { top:2.5rem;left:32.6875rem;width:15.0625rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoyriJMtQXfouis210wGeiU5CVThThvR { top:13rem;left:33.25rem;width:14.5rem;height:10.0625rem;font-size:0.8125rem;display:block; }#XoyriJMtQXfouis210wGeiU5CVThThvR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #QBDMokIXU6cqPJbCl1t7OJ7x5ryWTmUO { top:0rem;left:0rem;width:18.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuIH4Cc06wf0BziKvVNaopin4ZopfRBM { display:block; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG0vQ3VfHDFZSxVDVlDaCywsMmd435nQ { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OBzHVBSIqUqGpuDFW7dMUkP0a9K8yi { top:9.6875rem;left:6.8125019073488rem;width:31.9375rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfg8CZmWcXHcuP1O64tx15CLCwm09dZp { top:2.375rem;left:27.5625rem;width:20.1875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhcvTCA62ETzP3nMu5o5MKUQzam1Caw { top:3.4375rem;left:33.5625rem;width:14.1875rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b98ywEuURlMDZKe7nIfsplX0oDmMK28p { top:13.75rem;left:33.875rem;width:13.875rem;height:;font-size:0.8125rem;display:block; }#b98ywEuURlMDZKe7nIfsplX0oDmMK28p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #Fv8DaEm2kmsc8vou1rqHFWxETlukaelV { top:4.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEp211uG60KQRBEUPLfNqwExrVkLsD2 { top:26.4375rem;left:0rem;width:24.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvkpsp39NPPAncu5UreIwovuEm7KT0Q { display:block; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z78RPNkfMRpMgefMQLOkAe8KyuJbkP8p { top:9.6875rem;left:6.8125019073488rem;width:31.9375rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZexOILLm9nsswDKN1LsqQf3HMzZWnv { top:2.375rem;left:27.5625rem;width:20.1875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQIO3V9O5TEH4efW4EH8rpQy7Tik8EXA { top:6.1875rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zggGr35AbaZZOO6aRlTu6ln52c0HOoLK { top:11.4375rem;left:33.875rem;width:13.875rem;height:11.375rem;font-size:0.8125rem;display:block; }#zggGr35AbaZZOO6aRlTu6ln52c0HOoLK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #TnTClnp9vBgRKc8rRTOmgP2J3TkxtWom { top:1.0625rem;left:0.18750023841858rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KronT4TBNb8fuJT91rWpTcaiTz8coNIp { top:26.4375rem;left:0rem;width:24.875rem;height:24.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ { display:block; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNA9kPDg639g5oWKUq0JM8hhrw4sTO1Z { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAgmTOeZct6bauRna1tCVlNUOgspp2Xq { top:9.6875rem;left:6.8125009536744rem;width:31.9375rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDqDfPBe5vXNO6TBdSEaihNQ6eqm9xlb { top:2.375rem;left:27.5625rem;width:20.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDUTUnV4E1h7i90KTx6ntmtwN753FRdk { top:4.875rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv { top:10.1875rem;left:33.875rem;width:13.875rem;height:10.0625rem;font-size:0.8125rem;display:block; }#qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #EJ09VO3yAKETFcaUoyro5fIHy67Towim { top:5.75rem;left:0rem;width:15.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb { display:block; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoI9EugqslgXI4L39ny7gZHZuLAOiK75 { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZAuUcaXx9TsN1RlSsOFfCk9X7RtXu8H { top:8.9375rem;left:6.8125rem;width:31.9375rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76mLJgzTmtWWpTqlF67zTk32LZwkQXD { top:2.375rem;left:27.5625rem;width:20.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crgwc5qtRptKacz0ZvDMKXZhC3brwhhg { top:4.875rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw { top:10.1875rem;left:33.875rem;width:13.875rem;height:;font-size:0.8125rem;display:block; }#sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #KJLJTEkSHMAJ9P5aWml05h84lMQiiNnW { top:3.75rem;left:0rem;width:17.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 { display:block; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O20y6mKO8NIX2mG04FBFHI1L1hqFEyk6 { top:0rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB29vVX27miIJyXiKDlt1ZGsIeLMv1fk { top:8.9375rem;left:6.8125009536744rem;width:31.9375rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr64uPGmBm83oWmSOBVzk9Sq2PdTeFt { top:2.375rem;left:27.5625rem;width:20.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1Wk4l74hLE3D5fFW38WPxaoDcFyxUB { top:4.875rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO12JBSItHr02TQBGONAZqXMKwduwchQ { top:10.1875rem;left:31.75rem;width:16rem;height:;font-size:0.8125rem;display:block; }#WO12JBSItHr02TQBGONAZqXMKwduwchQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #z2zI4h69hlnH30GGudOKXmyhZpR9AVUr { top:2.375rem;left:0rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaztPzl1hddhZeQqlMpeMGryo0gAxTkP { display:block; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaXTIx6fSw6wBFGs93LudCdzSpGusGM { top:2.6875rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yArrPlPsHtTteTHkQs1nnsPD67g1KV { top:10.875rem;left:6.8125rem;width:31.9375rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9yMU1DGvg6rN6bdQtA18ZuaHhCJnEOc { top:5.0625rem;left:27.5625rem;width:20.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPekqayDZP5Bx0phixQfKaiN68RDvLg { top:7.5625rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tze9eOBpwXzQom7dA2dvUwucTq7QPiWF { top:11.1875rem;left:33.875rem;width:13.875rem;height:12.6875rem;font-size:0.8125rem;display:block; }#tze9eOBpwXzQom7dA2dvUwucTq7QPiWF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #VXolUONQ242bPNUmJala8mQ19lMFpBal { top:0rem;left:0rem;width:18.625rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh { display:block; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1rbpAcvaFxyp4MvAe7CmH7Xl067Sghu { top:2.6875rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJa1QhrzINB2Kcke5e9M0gu0JNiHEcto { top:10.875rem;left:6.8125019073488rem;width:31.9375rem;height:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJINczht5l6cwQovSUJpQTPMZOs0tEML { top:5.0625rem;left:27.5625rem;width:20.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Aw21Jikcf0tNU1iDXzFFT7cwNs0cJU { top:7.5625rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 { top:13.375rem;left:32.8125rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #MbTDZIZTRAZ26lzvIU6kFkGm5bW2ezeq { top:5.625rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkhxElZhrSRAXswms4rWKwMho7eHg86i { display:block; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MREgD5dZrKZnLafNGxBnglgfBcasQW6T { top:3.75rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwFVvBkPNq0CPrPFFzoDJ6zVwMRogRPH { top:11.9375rem;left:6.8125019073488rem;width:31.9375rem;height:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrcAAHiBHDlZNxTTMSbTOoTZJqliVfhD { top:5.875rem;left:27.5625rem;width:20.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO9vJVHvdz6EXyWbsSG7K2l92ZwmfAGs { top:8.375rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea { top:11.6875rem;left:33.25rem;width:14.5rem;height:16.625rem;font-size:0.8125rem;display:block; }#NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #e0Kq8xoIIAyK6pCqQSv4wg8ixXGO1u6A { top:7.8125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ { display:block; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EheNwmV1WKMEFwFq5mJbIsTlOk1dfsAE { top:3.75rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE10mNliAfGq5TK87uRpX3FWQuWxKKR5 { top:11.875rem;left:6.8125019073488rem;width:31.9375rem;height:13.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlgGFi5NZCfqI6OGnxcXcrdmViy41OU { top:2.625rem;left:27.5625rem;width:20.1875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecFcahTk64kxZlw6mtpidGIVyVoHRvvV { top:5.1875rem;left:33.5625rem;width:14.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR { top:13.25rem;left:33.25rem;width:14.5rem;height:;font-size:0.8125rem;display:block; }#zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #ZUgNn6PxiDgxaUprQCD2au1PdRZHvTZI { top:0rem;left:0rem;width:15.875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 { display:block; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEEMZ3ycT78hPswZmw6OT5Tx7wpt9LM7 { top:3.75rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qlZnPD3eAE3iTqeqUydn6pHz920WXx { top:11.9375rem;left:6.8125rem;width:31.9375rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2IT0BFIsoSpqS9qJHusoaptBxPNTcce { top:2.25rem;left:27.5625rem;width:20.1875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwtTFlNnyyJbgf1zwniw48MJcCH4l1S { top:4.4375rem;left:33.5625rem;width:14.1875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX { top:13.3125rem;left:33.25rem;width:14.5rem;height:11.375rem;font-size:0.8125rem;display:block; }#zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #liqyZzflIpJmTwnrJRqGIHQ6NarhxJTr { top:2.375rem;left:0rem;width:17.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 { display:block; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGW2l1HBA36sDalRxc3IKyFSTtmTh1LX { top:2.4375rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOg0WtGN5PSIm2zXknnCHkypbuGGqkBb { top:5.4375rem;left:4.75rem;width:18rem;height:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7RWHxaO7bSP2qr52hfDA8hKwbsVK73i { top:3.75rem;left:10.9375rem;width:36.8125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIw43TaXQfwdHoeuTHFRoGCmTm4cvNGn { top:6.25rem;left:33.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R { top:10.0625rem;left:33.9375rem;width:13.8125rem;height:14rem;font-size:0.8125rem;display:block; }#d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #K2BmUuDSZCmIW6HITwJ10TVfumIQSPRF { top:11.5rem;left:0rem;width:14.3125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2IbhkFypqSwryFVcb3pHehuCIh0cbZt { top:6.25rem;left:27.5625rem;width:14.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 { top:10.0625rem;left:27.5625rem;width:13.8125rem;height:12.6875rem;font-size:0.8125rem;display:block; }#pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t { display:block; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02vyLfs1hKTTLCsE8l0pbJJoPKghZAE { top:0.8125rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIoWS4doQQEwvL5cpUUVbFcPNn2MQ0G { top:8.1875rem;left:6.8125rem;width:30rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4G14ch31ox8DnWyP90ZmOu3JWlATiq { top:3.875rem;left:27.5625rem;width:20.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhCAAfUdE5Fws0pvP6d2ySwQg2gklRB8 { top:6.375rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG { top:11.5rem;left:32.75rem;width:15rem;height:8.75rem;font-size:0.8125rem;display:block; }#vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #NnVSIoKxz9Tc9xoT31u15RyR85d5Tk6M { top:8.625rem;left:0rem;width:15.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTsycqfoCsu8WI3PzxHzHHslGWqynTTX { display:block; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6bgk5hvTTFLFZqVgrokW1NLqk0fbKHP { top:0.8125rem;left:0rem;width:24.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLzaf1A4Lf1lD1AaJcM4JZbkeoP3dnBm { top:8.1875rem;left:6.8125019073488rem;width:30rem;height:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOf7N3TNym3VtmDIvuCD3Ckq7MlM03I9 { top:3.875rem;left:27.5625rem;width:20.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKlTW7VEvVTZ0P9f9h3iTs4uGfgBMIO { top:6.375rem;left:33.5625rem;width:14.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg { top:11.5rem;left:33.5625rem;width:14.1875rem;height:8.75rem;font-size:0.8125rem;display:block; }#BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #qGeBznnMw8CUvTvWTXsBen9LuhbVpdls { top:3.9375rem;left:0rem;width:15.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrfVwMWPAiViqKsGhhsip7J7N1vV4i { display:none; }
 }@media only screen and (max-width: 763px) { #GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW { display:block; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWSqaU1kJ2nKg4CC1dZO1aChMWg0EI5c { width:26.25rem;height:3.5rem;top:2.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P65L4KdoIwR6g73OHTNMuEQ13HlBl95s { display:block; }
 }@media only screen and (max-width: 763px) { #ZAe4LNQ6KKU7IggyKv5VCMCgGShRhEVQ { top:7.375rem;left:5.78125rem;width:36.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x { display:block; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb8AlGFuN6iMQJDgld9oIk14QvTZnlNI { top:4.9375rem;left:0rem;width:34.75rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqAEeaFBW4nEM4Xy14PPqoArtvbikVIq { top:8.125rem;left:0rem;width:22.125rem;height:6.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T { top:15.8125rem;left:0rem;width:25.9375rem;height:23.625rem;font-size:0.8125rem;display:block; }#k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #SG7vqdOc1JorzF5EK8GlrAA3kipSKyuM { width:18.3125rem;height:3.5rem;top:41.875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTtgBpWIKXtxGpIczFLS81ZlqFWslOK { display:block; }
 }@media only screen and (max-width: 763px) { #UG4vGu3EyqQf0BWzuvNksP6hDthEKty0 { top:5rem;left:13rem;width:34.75rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xkHXfeVclM8k5ZtIbuco4gpu2wHoV { top:8.125rem;left:25.625rem;width:22.125rem;height:6.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXnessnz2iXLsvgTUF6kn78rARLH84T { top:15.8125rem;left:21.5rem;width:26.25rem;height:;font-size:0.8125rem;display:block; }#iEXnessnz2iXLsvgTUF6kn78rARLH84T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #glxx8QDNp5ukT7iUsJtmvsRbDLoW8DCf { width:18.3125rem;height:3.5rem;top:41.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxWlRRk6rUFDBT5gxp8rlwsOhitzXax0 { display:block; }
 }@media only screen and (max-width: 763px) { #ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 { display:block; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n { display:block; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT10wZSAbVmOJC68L8IWMxbfdvVulUrA { top:3.125rem;left:0rem;width:36.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64gDz6MIrWswiK887LWm291nxZkBh15 { top:14.25rem;left:21.125rem;width:26.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuNv7eeM8hP95LpeEuuL5EeO5dOgXLm { top:22.9375rem;left:0rem;width:10.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp8iTvIg0uH8AtslncercJymZs4FstIp { top:3.125rem;left:21.125rem;width:26.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7M0ngcorG5DS7C01rseWI4pZqOJUX3l { display:block; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BknQihk0mONzlhiqTdf0JDhpeDorr5C0 { top:3.125rem;left:0rem;width:36.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnMuTCLQeNNKVsOhLp6vyDEuDlmkyGEQ { top:23.375rem;left:37.5625rem;width:10.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG { top:3.125rem;left:21.125rem;width:26.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO { top:3.125rem;left:21.125rem;width:26.625rem;height:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 { display:block; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON { top:3.125rem;left:0rem;width:36.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdDL76W63f1bp6rXZQDoyBXEVQRn620G { top:14.25rem;left:21.125rem;width:26.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6NLVO6ZtH8ltrk9ShfLFFxwis7nI5m4 { top:7.8125rem;left:0rem;width:7.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f { top:3.125rem;left:21.125rem;width:26.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 { display:block; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I { top:3.125rem;left:0rem;width:36.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFDf5kWWDqbO0IH1TZ2gVpW4T2VQ3Wh { top:23.375rem;left:37.5625rem;width:10.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K { top:3.125rem;left:21.125rem;width:26.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf { top:3.125rem;left:21.125rem;width:26.625rem;height:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 { display:block; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzRFM3CaKOmLO9Bo0483TkPbCM0y6B8Z { top:24.25rem;left:37.5625rem;width:10.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp { top:3.125rem;left:21.125rem;width:26.625rem;height:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWvbXAksRWfGdnNbEeCRZ1UAcPc4lCzd { top:1.875rem;left:0rem;width:22.9375rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftes1ytetUl6H6BBFEoTCoo9BdalKN4C { top:4.25rem;left:13rem;width:34.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK { display:none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvELIx5I6satw2z0yIdBGk70reWyCLZu { width:0.75rem;height:0.75rem;top:1.6875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MumFWCe8RINLOTKLmooBfd8Imq64LOFs { width:0.75rem;height:0.75rem;top:1.6875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBGfMlieZS7GKvxFSx80x4Dge5PWRG5 { width:0.75rem;height:0.75rem;top:1.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUSSTBUPP4If6BD2PCR3tC87CDMmAT8 { width:0.75rem;height:0.75rem;top:1.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcocxDRBppNx9CwalaTuKa6dI9vD09l { width:2.25rem;height:2.25rem;top:0.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7VTXeJ9RdegrUNuoPN10qTugkrTs9S7 { width:2.25rem;height:2.25rem;top:0.9375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDZNl3HV4IV6woye1ClwX3qk9BgU3daM { display:block; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtdZ0VNAsrTOGUD6zUu1GwqxmdllhC3Q { top:4rem;left:0rem;width:38.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdsE7wlGtCTZEC0ig6w1coxycQpgeTak { top:7.875rem;left:0rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq { display:block; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJCouLw4JmxRvdON4H9KJJxF0QspXSgC { top:0rem;left:0rem;width:5.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0ZXCouTk11LF4q4SgeSNBHTUWrhSIou { top:1.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heL6vEZZqzpsR35dD2xTdDSWTw6hgskh { top:2rem;left:0rem;width:6.25rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35kNfD0CaNpzzHQfOgNoNHUJWvsQKrA { top:4.8125rem;left:0rem;width:10.125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQUqSMC0ggyx6RBb6daRZI8nM6ZrUMqd { width:15.5625rem;height:3rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcuyLQflp3tyKEbaTORqolwsPK4G0qe { display:block; }
 }@media only screen and (max-width: 763px) { #d5XynCZoIfRBblN1MI63MJ7qNWeodNHi { top:4.8125rem;left:18.5625rem;width:17.125rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiOWC00wW41Peve0gKz33kZsLCEuzwVS { top:0rem;left:10.9375rem;width:5.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFqIVycr1TDeWRzEkoPv74ApEOpgEUB { top:1.625rem;left:13rem;width:3.125rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #BOW7OSwcyMoIK4rgMyVAP8t0pgoSe4Lw { top:2.0625rem;left:18.5625rem;width:6.25rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0BKVWNqDBA9VszrNl3hGCIcST5wkikc { top:4.8125rem;left:36.75rem;width:11rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62F3X0UlZFWM1CqCH3FHHvWvboGFEkH { top:0rem;left:39.3125rem;width:5.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOphHyTDabbGmfNrdQEUK10aRbRp9Zm { top:1.5625rem;left:41.75rem;width:3.125rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #ug5LBeu0dl5yqv9Zr5goqQTRN2x5IOyc { top:2.0625rem;left:41.5rem;width:6.25rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sbP1lpDeOUCTw301lhmFVQI23qRJtS { top:18.0625rem;left:4.3125rem;width:38.3125rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 { display:block; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBO7EJTurIV2VrAFh00mh1aDblZu3dsi { top:20.6875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALXpzl51nsD0Ti9TtxvcmS4kTFPtrTUW { top:17.6875rem;left:41.1875rem;width:6.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdXZenh26Zx5KzxcRTztMyPVCpdCDXBe { top:20.6875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqpMG4yEQWA7q9hIPfxRx2SfqqIwNOyt { top:18.875rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amXc2VlBGe2qAPMKq7m5nOne2k0fJd27 { top:20.6875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUHJOEskKeDQ1HHwcH3UrDztui0n50ht { top:19.875rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivleQ2ADZpVLIwWfuMfoShErplDshSQJ { top:20.6875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLTOLF38oiEoWIhEJzzU1KVucI6IOPW { top:18.1875rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhWIHslIdAIul4kCWGTcvfuQKt4HSR8 { top:7.125rem;left:11.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhoqIp36nvmwPT9twSeVARNZTVb0PShQ { top:7.125rem;left:22.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUV83SxTfCqbBt5fqO7yZZChWmtax1i { top:7.125rem;left:32.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBM7KQSPUu9szLx9Br6JUduLTO3JzXdk { top:7.125rem;left:43.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueeIIn1ymTISWU8DQ0FPG2zV0HEwiKVu { top:7.75rem;left:12rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otZUr9Tkba8opxxNlnXhbbZJcnshCJzx { top:7.75rem;left:22.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7TcZQcBFb7T7sFrOTGCwTFhP8lwOlx { top:7.75rem;left:33.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOorMnoAmppIQUhfHfEw3BrKqHRRReJS { top:7.75rem;left:44.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny5BQvr6NeqOKHE1G9NcJ20UO2263J7Z { top:18.9375rem;left:3.9375rem;width:38.3125rem;height:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ao8kwrR7XTlXITdk21bx6EgGJsRgr9 { top:22.75rem;left:15.3125rem;width:13.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvCbO23wEmUJ09LzHSm0vSr44apFRVDc { top:26.5625rem;left:18.437501907349rem;width:20.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpqk0ecIbf1Xa6zAWrQCJP3F6mg92dh { top:8rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrxokwCcRSLIq3pN4AoHG1XTfH33EfrB { top:7.875rem;left:10rem;width:10.25rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #La365XBABBEQD8XqciupDvrf4dFgMilI { top:7.875rem;left:22.25rem;width:10.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2nMTSFw1AKAdlBSJeuoR3LqDo2fsNg0 { top:18.0625rem;left:4.3125rem;width:38.3125rem;height:3.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ4X7HTsG71Xdhboys6QMELPGh4Ri3Px { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyVaLkSOt53Z8JrgO1bzvpRayBt3J5vf { top:25.6875rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJnspBSZzv2RTw4RhDx5cNn3wG92RTa { top:17rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KucSGwv6n2Zs0xxHaE5bQBZo4iTufXnH { top:7.875rem;left:34.9375rem;width:10.25rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVPDNB62o2wrnkqCEeqTlrw29XK7oAi { top:7.875rem;left:33.875rem;width:13.875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD { display:block; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXurGw4B3xdvQaJ2HeBBohTc0A5TrEwU { top:4.25rem;left:0rem;width:41.1875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgZvVpeqV4qBqNABxiXlPrKHiuavqIS { top:8.125rem;left:0rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcZsWEA7OdPlnPkzf4EmWgtrhuftxKwi { top:11.8125rem;left:0rem;width:37.5rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-regular-label { width:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-text { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-textarea { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-select { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-button { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-checkbox-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9  { width:27.1875rem;height:auto;top:12.75rem;left:0rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .radio-container { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 {display:block;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 { width:27.1875rem;height:auto;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #txsvkFXnaGkPOwkRDqestU389X49fm9V {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vAhT75HRFTd02UPKspJoLOtqzQaDJ6sx { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #T2fB3Ds5zTIfuOTh2wxy6MN7kbwrVqWD {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #kP0tztTGcrav2Cs2gxyDhGlpWnsq5iO7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #r9GT4zALmKnvNlLT94TXMXOb2Mthbhrh { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #wqDS0HEyBTFeMUGwzgqnZczoHAR1zuV3 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #kK3d9OQ4NwGbAFIgy4fBEGqr3XBGDrrS {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #ohQ1cRs52cw6twwrWkiRuEroqUdhWnRi { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #u9U4BhnARKTEDlO7aNl8RWSgtVt3s1mk {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vkFkGXK3i6lQcqXmGEOTLG3A8UyeTTgs {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #E11mwa4WpTDvwwvwoNLbMtAXURvGL1xI { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #nbPk9Vy3NVnLDZtQVKflrJei9RFNVu8T {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #rLW0RtCDkbTcQx6cyfytT7sDq5IBwhR7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #RT4hxgl6vcOrMlnNsZyxTT8VVwUnQwEL {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #thLMzUhgyEluicyX5DHqhkXpAtI1dZC7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #IkkcKNNrgmnQhbC1T1TtIXbIgFFiWceb {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #reB8Piw8lFbQhxBqyZRkhu9sRpmIXs0V {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #XJeqLQPQLk6mkLThOw77WLWDTMxpe7MK {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vpBk0XhTyZ8SqS7MFJdliKd0uTwG0g26 {  }
 }@media only screen and (max-width: 763px) { #POUpyrGnX7oNnlOevC6uXTB37G2HMsJT { top:31.625rem;left:0rem;width:27.875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH66zAN1hSJwJIg4s9qb55GsfBtNtQwL { top:14.5rem;left:20.4375rem;width:27.3125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgT5lZtqiATpGZekbX3aHgXauO4pTqtm { top:18rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZX7AQWE1AITOwSGA1S8nzHDpcDsXdGL { top:25.9375rem;left:26.5rem;width:21.25rem;height:3.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StloqiGHbD1KcF3zwtJBceMKr2mqZaNF { top:30.5rem;left:31.9375rem;width:15.8125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllMaHRRmrRGixrErlmxTwHSwzr6lPcA { top:32.75rem;left:31.8125rem;width:2.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqBCbi74lDaTTILQA6fm3fpeDiahbSwX { top:-12.0625rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOIBS1pfc3VNl0mHQFlQs0yQv6EurgXT { top:-11.5rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9TxiB5Pw9khTlSZ5QbTZGkAV57TnO0 { top:-11.5rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQGSx53Vpx3fDbx380Q7qSVqBBxeubTL { top:-12.0625rem;left:41.625rem;width:6.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCKJhHKDRDIXJrfxA0027lDFkTvyS1Fo { top:-11.5rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxJT0mCzTHn10QhJy7dOxBNgd7Wgfw1 { top:-11.5rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/b7bryVyT/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/3U5CtxGV/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm5np19ZzAUhhfaq51CrC9WXcodsaPq2 { width:8.25rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xto3VwGKNpNJ4zqCSJplgDoE4fZR1Ob0 { width:19.5rem;height:6.82291875rem;top:5.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QHfyqie5uEXK6JAadNnTnTevW35698w1 { width:2.125rem;height:0.25rem;top:12.675000190735rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJCbxyF6WwHHw7DeTLScNUVw4OuT7id { width:18.3125rem;height:3.5rem;top:14.4875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K31NaATrkMSDLRAD30XqMRO1v2UU4o2W { display:block; }
 }@media only screen and (max-width: 763px) { #dypuGbbiVlnmJqVOu1zGAgz5v3aFu7RH { width:18.3125rem;height:3.5rem;top:19.2375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4eZ5msaFx6cJrNmJDdZKqdHwQFJR6x { display:block; }
 }@media only screen and (max-width: 763px) { #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OYAF6Y2O/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.adaptive-delivery-prevent-bg, #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.lazyload, #anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR.lazyloading { background-image: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { background-color: transparent; background-image: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container > .video-iframe-container { display: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row > .video-iframe-container { display: none; }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .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); }#anrC0N2Xv5LIF8rT5zOSQvvdQ5NfNtBR > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnveedzcTquDGwPVXAkgOwIw6pDZio3n { width:20rem;height:3.84895625rem;top:2.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sRMyir9PcifVTqGKoUFN3Te8V6WQPpfA { width:2.125rem;height:0.25rem;top:6.5875244140625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChaItTxk3sWm99MsUNXtRTkr9pfA6wZV { width:20rem;height:17.0625rem;top:7.5499992370606rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXryU1lKWt7pt5mEgC5m5eqkhdCxonF2 { width:20rem;height:14.625rem;top:25.987548828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2my40mBl2XyCb9wFgHLdAhlhTAN2ih8 { width:20rem;height:3.5rem;top:42.800048828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDphCZJ0dXMSP8qA82TMsN1zy3481TQf { display:block; }
 }@media only screen and (max-width: 763px) { #IR6CIDXzdQQ8KfU0UzxKsfz5LxcBO3ET { width:2.125rem;height:0.25rem;top:41.237548828125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkdUDxCZlNOABlOT0wvbrSEHvVE6uTa { width:10.5rem;height:4.9375rem;top:47.050048828125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1AgeP18PESxRHVhR6at5seUfy62QpGk { display:block; }#h1AgeP18PESxRHVhR6at5seUfy62QpGk > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKVFSEDzNyzQJfTNBaGdJDUTS14ZuFh0 { width:20rem;height:1.925rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGnTQqyEgOVV3v7EbnrQVrNnXb0DLwBU { width:2.125rem;height:0.25rem;top:4.425rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU { display:block; }#dHPo99ncFiWz5MSlEWpu0QlGsdZhKJhU > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WII18UaEzM7MDQGcPEPuTBydyETybfnd { width:8.5625rem;height:8.75rem;top:4rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwR9Ra7EVZvEUpJrXknqT8QN8EHsF6Ta { width:6.625rem;height:11rem;top:1.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxoBhJwg59qaxMOb068fqsgfg5LrVT1d { width:16.5rem;height:24.375rem;top:14.362499237061rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQwz5gU0OfFfykO2gxJ7Is4W3KwvuQ4 { width:18.75rem;height:20.125rem;top:40.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fonAIvJN7IGB2idRoV0whrDDTtzGon1L { width:14.1875rem;height:2.625rem;top:41.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF { width:13.875rem;height:13.0625rem;top:45.9375rem;left:3.4375rem;font-size:0.8125rem;display:block; }#LTs3lkoFbzRhDrXTCn1c0GkeTBSIgACF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #aqFF1CCK2phFoQVSChmgu9IThqBEef5v { display:block; }#aqFF1CCK2phFoQVSChmgu9IThqBEef5v > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2NE6TRMkh8Pq4TgGnpFVDsw00UODWlu { width:8.5rem;height:8.75rem;top:1.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGIT5VV8IfDTFXIGpHQlBSCG8qnDLFk { width:13.0625rem;height:13.40625rem;top:10.9375rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #feroKld9JqBe3Z2ms2xSUoRIfA2z8XL8 { width:18.75rem;height:15.25rem;top:26.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdr9R42TQlgdx77zmNTHJnUTZm2ZcaW { width:14.1875rem;height:2.625rem;top:27.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH { width:13.875rem;height:8.1875rem;top:32rem;left:3.4375rem;font-size:0.8125rem;display:block; }#zX0usdTr8pQ4x0ZRWXKulTclbEEOewoH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #xuHivi7BdqlqWTbSGqPwu0xpRAnVVWhP { width:6.0625rem;height:5.4375rem;top:3.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ { display:block; }#CSOwh7MGJhGAiFRJEcpQrSUSMoxtl6hJ > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unpLLSzOsOfFrbEI7NE8WId4qsqNbDqH { width:8.5625rem;height:8.75rem;top:3.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCcW77r5DHJZT7bhbq29VhTdfXf1518 { width:13.0625rem;height:21.9375rem;top:14.062497138977rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rows4CXRsyEmAGSi2ffAK8k9q2oTRUIU { width:18.75rem;height:16.5rem;top:37.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hvBQpSFGRqllOzgTTNXMOZ4MbOTSTi { width:14.1875rem;height:2.625rem;top:39.0625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkomWayTcmqnWg6vVZ58QepX38vKn4gd { width:13.875rem;height:9.40625rem;top:42.937498092651rem;left:3.4375rem;font-size:0.8125rem;display:block; }#VkomWayTcmqnWg6vVZ58QepX38vKn4gd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #g8xGUpT6nbVrtqsyT7K8qx6ni9U5WMEX { width:6.0625rem;height:12.75rem;top:1.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b { display:block; }#a7mqwu933mRz9bS6mlu0f0qWTlCZ8w1b > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcGaDAxK8hqvrGa86UAPqxHkT3pmMPg5 { width:8.5rem;height:8.75rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXHozD40E0gQSl7TMCPu8iL80DF7kNC8 { width:13.0625rem;height:14.625rem;top:11.125rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImD9HQyFI2EVUnSW0oEnlyGTEVbNlITH { width:18.75rem;height:22.875rem;top:27.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdghWTSih4FtIQgao7kv0AA21O53O79T { width:14.1875rem;height:5.25rem;top:31.25rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 { width:13.875rem;height:10.625rem;top:37.6875rem;left:3.4375rem;font-size:0.8125rem;display:block; }#uIQmTZkOe81HcevxcryBfB10Sn3e3wA3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #bFS1dh0q5yF6D9znpsO8OfSq7OD1O1f5 { width:6.1875rem;height:5.75rem;top:3.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO { display:block; }#SHqbWqSo8xWoTC9FiB59aTCt8GEevPKO > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLawS9WU0DuTNqRiTpniaB5tOTsnUdol { width:8.5rem;height:8.75rem;top:1.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBccT7riBHzeCRrWsVv4ueVn0Gan1ABl { width:13.0625rem;height:14.625rem;top:11.187501907349rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KzUIwwTxV6m9gq8B1bwQPP4sGvgEbSA5 { width:18.75rem;height:15.0625rem;top:27.500001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2stoQyJJINm1DqtAqaE5lrLa9lblI7 { width:14.1875rem;height:3.9375rem;top:28.750001907349rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 { width:13.875rem;height:8.1875rem;top:33.625001907349rem;left:3.4375rem;font-size:0.8125rem;display:block; }#TeqU2uGtQL4L9oUbpdTb9GMAKGED8Ny5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #O14O0eibT8tsJFIlzZ9Uqa9SBUJxuOdI { width:6.375rem;height:5.375rem;top:4rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX { display:block; }#bkqWvsxXQf0v7JC0k4lBkwEaJUPwsVsX > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAneEChSvUmqTyVKVeyErOFZ9ONy8zeN { width:8.5rem;height:8.75rem;top:1.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQ72hERzqAPfFxKbFQgLlfTpgauEh8e { width:13.0625rem;height:12.1875rem;top:11.437524795533rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QoeNtT4IoC6R2AxO2R8TkZ5T80Ps2yOl { width:18.75rem;height:17.5rem;top:25.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAQrH3MbMMA1CFZ1wW8ELTLMtMVAudb { width:14.1875rem;height:2.625rem;top:27.5rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTgeLopa35MtKVTS91hxvENvhXLWGaRT { width:13.875rem;height:10.625rem;top:31rem;left:3.4375rem;font-size:0.8125rem;display:block; }#QTgeLopa35MtKVTS91hxvENvhXLWGaRT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #NW2hmeehQ7bKbbvqBhLTIsG2gfIbLbbg { width:5rem;height:6.1875rem;top:3.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 { display:block; }#TmQh6vfeoXkVd6LBVpEewMgA8FwUkrh6 > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwoUwxaq46ADMQtrKnfAqpeGTif4pPQg { width:8.5rem;height:8.75rem;top:3.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTTAz59IogVI3uQGiP1IOA279ylnlFW { width:13.0625rem;height:18.28125rem;top:12.937494277954rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qhz1pAPiKgu3hdwy7hKH6M4FRPq94QUR { width:18.75rem;height:16.6875rem;top:32.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3xiDSoqZM2ZZqwrrqUXTNaBF98ifDH { width:14.1875rem;height:3.9375rem;top:34.3125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVyPXmLPCghuBfuTnXxO20EtLThFqtbq { width:13.875rem;height:8.1875rem;top:40.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }#nVyPXmLPCghuBfuTnXxO20EtLThFqtbq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #BB27JOPcrpupZig9MHkqWN26Ty2Lte56 { width:5.375rem;height:9.3125rem;top:1.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 { display:block; }#lh7PCkCerW5t8s2rAron4ZME0Lddq7v3 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaslZBRh9IVmhBANL4bNzvIv7Kg0BpcK { width:8.5rem;height:8.75rem;top:2.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BagVr0135XUFzrX3o7hm9HTSe64hkDBr { width:13.0625rem;height:18.28125rem;top:13.5625rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Avchcpl0EgqXQWmImDaPfUPR2gZTzUaw { width:19rem;height:21.25rem;top:33.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBSo3ww5ha8vILOildW4QK3UaTaJxzVA { width:14.1875rem;height:9.1875rem;top:34.4375rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoyriJMtQXfouis210wGeiU5CVThThvR { width:13.875rem;height:9.40625rem;top:44rem;left:3.3125rem;font-size:0.8125rem;display:block; }#XoyriJMtQXfouis210wGeiU5CVThThvR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #QBDMokIXU6cqPJbCl1t7OJ7x5ryWTmUO { width:5.9375rem;height:9.5625rem;top:2.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuIH4Cc06wf0BziKvVNaopin4ZopfRBM { display:block; }#EuIH4Cc06wf0BziKvVNaopin4ZopfRBM > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG0vQ3VfHDFZSxVDVlDaCywsMmd435nQ { width:8.5rem;height:8.75rem;top:0.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OBzHVBSIqUqGpuDFW7dMUkP0a9K8yi { width:13.0625rem;height:10.96875rem;top:10.875000953674rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pfg8CZmWcXHcuP1O64tx15CLCwm09dZp { width:18.75rem;height:24rem;top:23.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhcvTCA62ETzP3nMu5o5MKUQzam1Caw { width:14.1875rem;height:7.875rem;top:26.21875rem;left:2.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b98ywEuURlMDZKe7nIfsplX0oDmMK28p { width:13.875rem;height:11.84375rem;top:35.03125rem;left:3.0625rem;font-size:0.8125rem;display:block; }#b98ywEuURlMDZKe7nIfsplX0oDmMK28p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #Fv8DaEm2kmsc8vou1rqHFWxETlukaelV { width:5.9375rem;height:5.9375rem;top:2.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEp211uG60KQRBEUPLfNqwExrVkLsD2 { width:8.5rem;height:8.5rem;top:54.874975204468rem;left:3.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlvkpsp39NPPAncu5UreIwovuEm7KT0Q { display:block; }#xlvkpsp39NPPAncu5UreIwovuEm7KT0Q > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z78RPNkfMRpMgefMQLOkAe8KyuJbkP8p { width:13.0625rem;height:17.0625rem;top:11.5625rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPZexOILLm9nsswDKN1LsqQf3HMzZWnv { width:18.75rem;height:17.5rem;top:30.28125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQIO3V9O5TEH4efW4EH8rpQy7Tik8EXA { width:14.1875rem;height:2.625rem;top:31.59375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zggGr35AbaZZOO6aRlTu6ln52c0HOoLK { width:13.875rem;height:10.625rem;top:35.65625rem;left:3.59375rem;font-size:0.8125rem;display:block; }#zggGr35AbaZZOO6aRlTu6ln52c0HOoLK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #TnTClnp9vBgRKc8rRTOmgP2J3TkxtWom { width:8.5rem;height:8.6875rem;top:2rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KronT4TBNb8fuJT91rWpTcaiTz8coNIp { width:8.5rem;height:8.5rem;top:1.3125rem;left:4.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ { display:block; }#SaagFQJH0zz5clq0RUNmibHqJJ2CFWWJ > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNA9kPDg639g5oWKUq0JM8hhrw4sTO1Z { width:8.5rem;height:8.75rem;top:2.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAgmTOeZct6bauRna1tCVlNUOgspp2Xq { width:13.0625rem;height:10.96875rem;top:12.000013351441rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JDqDfPBe5vXNO6TBdSEaihNQ6eqm9xlb { width:18.75rem;height:17.5rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDUTUnV4E1h7i90KTx6ntmtwN753FRdk { width:14.1875rem;height:3.9375rem;top:26.0625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv { width:13.875rem;height:9.40625rem;top:31.5rem;left:3.4375rem;font-size:0.8125rem;display:block; }#qDm5DnvkP7629vrlZkVPbXWCpt0BAKCv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #EJ09VO3yAKETFcaUoyro5fIHy67Towim { width:5.9375rem;height:6.75rem;top:3.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb { display:block; }#LxokwNU5G6tNiJHgfiMGaTlIoZybNCPb > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoI9EugqslgXI4L39ny7gZHZuLAOiK75 { width:8.5rem;height:8.75rem;top:2.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZAuUcaXx9TsN1RlSsOFfCk9X7RtXu8H { width:13.0625rem;height:13.40625rem;top:11.75rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z76mLJgzTmtWWpTqlF67zTk32LZwkQXD { width:18.75rem;height:17.5rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crgwc5qtRptKacz0ZvDMKXZhC3brwhhg { width:14.1875rem;height:3.9375rem;top:28.5625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw { width:13.875rem;height:9.40625rem;top:33.625rem;left:3.4375rem;font-size:0.8125rem;display:block; }#sDPHrvNOAEPWfIIzQSrUe0gy76b1Bonw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #KJLJTEkSHMAJ9P5aWml05h84lMQiiNnW { width:5.9375rem;height:7.0625rem;top:3.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 { display:block; }#TEFb4RxN57NsiUtgbhT7cGZcyVgblP51 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O20y6mKO8NIX2mG04FBFHI1L1hqFEyk6 { width:8.5rem;height:8.75rem;top:1.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB29vVX27miIJyXiKDlt1ZGsIeLMv1fk { width:13.0625rem;height:17.0625rem;top:11.625rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr64uPGmBm83oWmSOBVzk9Sq2PdTeFt { width:18.75rem;height:19.25rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1Wk4l74hLE3D5fFW38WPxaoDcFyxUB { width:14.1875rem;height:2.625rem;top:32.0625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO12JBSItHr02TQBGONAZqXMKwduwchQ { width:13.875rem;height:13.0625rem;top:35.9375rem;left:3.0625rem;font-size:0.8125rem;display:block; }#WO12JBSItHr02TQBGONAZqXMKwduwchQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #z2zI4h69hlnH30GGudOKXmyhZpR9AVUr { width:5.9375rem;height:5.9375rem;top:4rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaztPzl1hddhZeQqlMpeMGryo0gAxTkP { display:block; }#UaztPzl1hddhZeQqlMpeMGryo0gAxTkP > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyaXTIx6fSw6wBFGs93LudCdzSpGusGM { width:8.5rem;height:8.75rem;top:3.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yArrPlPsHtTteTHkQs1nnsPD67g1KV { width:13.0625rem;height:13.40625rem;top:14.8125rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9yMU1DGvg6rN6bdQtA18ZuaHhCJnEOc { width:18.75rem;height:17.5rem;top:29.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPekqayDZP5Bx0phixQfKaiN68RDvLg { width:14.1875rem;height:2.625rem;top:31.1875rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tze9eOBpwXzQom7dA2dvUwucTq7QPiWF { width:13.875rem;height:10.625rem;top:35.0625rem;left:3.0625rem;font-size:0.8125rem;display:block; }#tze9eOBpwXzQom7dA2dvUwucTq7QPiWF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #VXolUONQ242bPNUmJala8mQ19lMFpBal { width:6.25rem;height:10.5625rem;top:2.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh { display:block; }#MGyIdr9VFTtKRTd5XBcwy2OfIRTENywh > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1rbpAcvaFxyp4MvAe7CmH7Xl067Sghu { width:8.5rem;height:8.75rem;top:1.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJa1QhrzINB2Kcke5e9M0gu0JNiHEcto { width:15.4375rem;height:29.25rem;top:11.559371948243rem;left:2.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eJINczht5l6cwQovSUJpQTPMZOs0tEML { width:18.75rem;height:17.5rem;top:42.437515258789rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Aw21Jikcf0tNU1iDXzFFT7cwNs0cJU { width:14.1875rem;height:3.9375rem;top:44.406265258789rem;left:2.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 { width:13.875rem;height:9.40625rem;top:49.968765258789rem;left:3.0625rem;font-size:0.8125rem;display:block; }#IAV6SxzxgOKTyAl9WQsFGrqfRaCAKU31 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #MbTDZIZTRAZ26lzvIU6kFkGm5bW2ezeq { width:6.25rem;height:6.25rem;top:3.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkhxElZhrSRAXswms4rWKwMho7eHg86i { display:block; }#QkhxElZhrSRAXswms4rWKwMho7eHg86i > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MREgD5dZrKZnLafNGxBnglgfBcasQW6T { width:8.5rem;height:8.75rem;top:1.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwFVvBkPNq0CPrPFFzoDJ6zVwMRogRPH { width:13.0625rem;height:19.5rem;top:11.125rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrcAAHiBHDlZNxTTMSbTOoTZJqliVfhD { width:18.75rem;height:22.75rem;top:32.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO9vJVHvdz6EXyWbsSG7K2l92ZwmfAGs { width:14.1875rem;height:2.625rem;top:34.3125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea { width:13.875rem;height:14.28125rem;top:39.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }#NqkNAQIHGvD8z7SgFwVVCfVUaonqb8Ea li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #e0Kq8xoIIAyK6pCqQSv4wg8ixXGO1u6A { width:6.0625rem;height:6.0625rem;top:3.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ { display:block; }#vHs2P7eMZOQNQ4uxzHEmzMRXd6nATTSJ > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EheNwmV1WKMEFwFq5mJbIsTlOk1dfsAE { width:8.5rem;height:8.75rem;top:3.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE10mNliAfGq5TK87uRpX3FWQuWxKKR5 { width:13.0625rem;height:20.71875rem;top:12.840606689453rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnlgGFi5NZCfqI6OGnxcXcrdmViy41OU { width:18.75rem;height:17.5625rem;top:35.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecFcahTk64kxZlw6mtpidGIVyVoHRvvV { width:14.1875rem;height:5.25rem;top:37.3125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR { width:13.875rem;height:9.40625rem;top:42.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }#zTm7XmyyT2r47B9LKxn7IsLOJDZkSAKR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #ZUgNn6PxiDgxaUprQCD2au1PdRZHvTZI { width:7.8125rem;height:11rem;top:0.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 { display:block; }#ygGishsSXeTxXWeZt6xXR7BUx5DqTUh0 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEEMZ3ycT78hPswZmw6OT5Tx7wpt9LM7 { width:8.5rem;height:8.75rem;top:3.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2qlZnPD3eAE3iTqeqUydn6pHz920WXx { width:13.0625rem;height:14.625rem;top:13.0625rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2IT0BFIsoSpqS9qJHusoaptBxPNTcce { width:18.75rem;height:17.5625rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwtTFlNnyyJbgf1zwniw48MJcCH4l1S { width:14.1875rem;height:5.25rem;top:31.5rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX { width:13.875rem;height:9.40625rem;top:36.4375rem;left:3.4375rem;font-size:0.8125rem;display:block; }#zBiqKiUVUQyTmoNxvrsvaNNBowpiGbMX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #liqyZzflIpJmTwnrJRqGIHQ6NarhxJTr { width:6.0625rem;height:9.5625rem;top:1.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 { display:block; }#MTEOsSSEvu4ndyN7CptoCFym5KB4zzm0 > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGW2l1HBA36sDalRxc3IKyFSTtmTh1LX { width:8.5rem;height:8.75rem;top:1.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOg0WtGN5PSIm2zXknnCHkypbuGGqkBb { width:13.0625rem;height:17.0625rem;top:10.125rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7RWHxaO7bSP2qr52hfDA8hKwbsVK73i { width:19.3125rem;height:36.1875rem;top:28.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIw43TaXQfwdHoeuTHFRoGCmTm4cvNGn { width:14.1875rem;height:2.625rem;top:30.4375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R { width:13.875rem;height:13.0625rem;top:34.1875rem;left:3.5rem;font-size:0.8125rem;display:block; }#d7V4uAvun5FG95yTXvCFaLTSKUTDHk7R li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #K2BmUuDSZCmIW6HITwJ10TVfumIQSPRF { width:5.9375rem;height:4.875rem;top:3.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2IbhkFypqSwryFVcb3pHehuCIh0cbZt { width:14.1875rem;height:2.625rem;top:49.5rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 { width:13.8125rem;height:10.625rem;top:53.125rem;left:3.5rem;font-size:0.8125rem;display:block; }#pnJAlvbHdH8OdKbCGTbsOaoBp1eBFVZ0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t { display:block; }#z3btl4ncuhNNRoQLxMwk28dDeQGZqL2t > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D02vyLfs1hKTTLCsE8l0pbJJoPKghZAE { width:8.5rem;height:8.75rem;top:0.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIoWS4doQQEwvL5cpUUVbFcPNn2MQ0G { width:13.0625rem;height:18.28125rem;top:10.375049591064rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yT4G14ch31ox8DnWyP90ZmOu3JWlATiq { width:18.75rem;height:15.875rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhCAAfUdE5Fws0pvP6d2ySwQg2gklRB8 { width:14.1875rem;height:2.625rem;top:32.875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG { width:13.875rem;height:8.1875rem;top:36.75rem;left:3.4375rem;font-size:0.8125rem;display:block; }#vZvyTn9hyS8KoVKmcSUhnWWqqmTbaaTG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #NnVSIoKxz9Tc9xoT31u15RyR85d5Tk6M { width:5.625rem;height:5.4375rem;top:3.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTsycqfoCsu8WI3PzxHzHHslGWqynTTX { display:block; }#bTsycqfoCsu8WI3PzxHzHHslGWqynTTX > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6bgk5hvTTFLFZqVgrokW1NLqk0fbKHP { width:8.5rem;height:8.75rem;top:1.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLzaf1A4Lf1lD1AaJcM4JZbkeoP3dnBm { width:13.0625rem;height:17.0625rem;top:11.499999046326rem;left:3.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yOf7N3TNym3VtmDIvuCD3Ckq7MlM03I9 { width:18.75rem;height:16.1875rem;top:30.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKlTW7VEvVTZ0P9f9h3iTs4uGfgBMIO { width:14.1875rem;height:2.625rem;top:32.75rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg { width:13.875rem;height:8.1875rem;top:36.625rem;left:3.4375rem;font-size:0.8125rem;display:block; }#BZP9yWKCkkMezBxQ4i14I2Midzmx4gDg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #qGeBznnMw8CUvTvWTXsBen9LuhbVpdls { width:5.8125rem;height:8.25rem;top:1.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrfVwMWPAiViqKsGhhsip7J7N1vV4i { top:28.250073432922rem;left:3.75rem;width:12.5rem;height:2rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW { display:block; }#GZ7HgoizZeDN5oCNbtN9HVNT4X0GJ5NW > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWSqaU1kJ2nKg4CC1dZO1aChMWg0EI5c { width:19.5rem;height:3.5rem;top:1.25rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P65L4KdoIwR6g73OHTNMuEQ13HlBl95s { display:block; }
 }@media only screen and (max-width: 763px) { #ZAe4LNQ6KKU7IggyKv5VCMCgGShRhEVQ { width:15.25rem;height:2.1111125rem;top:5.5rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/du04R2wa/bg3.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.adaptive-delivery-prevent-bg, #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.lazyload, #WNqoIWvA6guyQ5q4FO0w94spibAfoE5x.lazyloading { background-image: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { background-color: transparent; background-image: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container > .video-iframe-container { display: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row > .video-iframe-container { display: none; }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .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); }#WNqoIWvA6guyQ5q4FO0w94spibAfoE5x > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb8AlGFuN6iMQJDgld9oIk14QvTZnlNI { width:18.75rem;height:33.8125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqAEeaFBW4nEM4Xy14PPqoArtvbikVIq { width:14.375rem;height:3.84895625rem;top:3.2812252044677rem;left:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T { width:18rem;height:23.34375rem;top:8.234375rem;left:1.0625rem;font-size:0.8125rem;display:block; }#k4n2B7LOqaFpr7xEuqOceepoTuyzXn7T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #SG7vqdOc1JorzF5EK8GlrAA3kipSKyuM { width:17.375rem;height:3.5rem;top:33.406274795532rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyTtgBpWIKXtxGpIczFLS81ZlqFWslOK { display:block; }
 }@media only screen and (max-width: 763px) { #UG4vGu3EyqQf0BWzuvNksP6hDthEKty0 { width:18.75rem;height:26.8125rem;top:42.90625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xkHXfeVclM8k5ZtIbuco4gpu2wHoV { width:20rem;height:3.84895625rem;top:45.093774795532rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXnessnz2iXLsvgTUF6kn78rARLH84T { width:17.4375rem;height:15.9375rem;top:50.093774795532rem;left:1.28125rem;font-size:0.8125rem;display:block; }#iEXnessnz2iXLsvgTUF6kn78rARLH84T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/MDVf0Ao7/triangle2.svg); }
 }@media only screen and (max-width: 763px) { #glxx8QDNp5ukT7iUsJtmvsRbDLoW8DCf { width:17.375rem;height:3.5rem;top:67.96875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxWlRRk6rUFDBT5gxp8rlwsOhitzXax0 { display:block; }
 }@media only screen and (max-width: 763px) { #ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 { display:block; }#ik6C1dB0FFvVbJ76IA6rB0hqAcmxGXQ8 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n { display:block; }#oZMnHgqDfN8NLnVLDp8zTLT8cQS1Ga4n > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT10wZSAbVmOJC68L8IWMxbfdvVulUrA { width:20rem;height:12.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f64gDz6MIrWswiK887LWm291nxZkBh15 { width:8.9375rem;height:8.375rem;top:13.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuNv7eeM8hP95LpeEuuL5EeO5dOgXLm { width:4rem;height:4.0625rem;top:11.875rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp8iTvIg0uH8AtslncercJymZs4FstIp { width:10.6875rem;height:8.375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7M0ngcorG5DS7C01rseWI4pZqOJUX3l { display:block; }#N7M0ngcorG5DS7C01rseWI4pZqOJUX3l > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BknQihk0mONzlhiqTdf0JDhpeDorr5C0 { width:20rem;height:12.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnMuTCLQeNNKVsOhLp6vyDEuDlmkyGEQ { width:3.125rem;height:3.125rem;top:0.1875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4J2dw7o23AQNiqElq6qJKuWR9DmAQWG { width:5.875rem;height:8.375rem;top:13.812425613403rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO { width:13.625rem;height:8.375rem;top:13.812499046326rem;left:6.25rem;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e166589c-47c5-4729-9fd6-18786cd3c1ee/1738577864526.jfif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.adaptive-delivery-prevent-bg, #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.lazyload, #btJ1maTqINVnE3skhoxAfF5fxfN1KTiO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 { display:block; }#aqbd6ifFp0b4fEe34OlPTrOLmo5Aukg2 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMKP9ZG2t98ZS69nHKyWAWTtKmFe5eON { width:8.375rem;height:7.8125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdDL76W63f1bp6rXZQDoyBXEVQRn620G { width:11rem;height:7.8125rem;top:14.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6NLVO6ZtH8ltrk9ShfLFFxwis7nI5m4 { width:5.4375rem;height:5.5rem;top:0.25rem;left:2.8625001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqlUeOyDJEx7zsFIJedXezxn9kmM7n8f { width:20rem;height:13rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 { display:block; }#AKIpZuoV6XSoNkd4Lmdy8CEB9WGhPSI8 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5QDbF4Q9AoUcfTsKcrm4k5byRsmZd0I { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFDf5kWWDqbO0IH1TZ2gVpW4T2VQ3Wh { width:3.0625rem;height:3.125rem;top:11.625000953674rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktgqeSPDdpqAKZAau3iGqyHNU97cwT2K { width:9.9375rem;height:9.3125rem;top:12.187475204467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf { width:9.5625rem;height:9.3125rem;top:12.187500953674rem;left:10.3125rem;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7abd3735-f36d-4dab-bdb2-ae018cc4ab7d/20250111_130625.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.adaptive-delivery-prevent-bg, #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.lazyload, #iXWzUw5EKKFhce7pOVaePXKUzJvuU5Rf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 { display:block; }#AvELVIKMPKdvF3QKVR5uWhky0w6npZO6 > .row .container { width:20rem;height:67.026017877796rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzRFM3CaKOmLO9Bo0483TkPbCM0y6B8Z { width:3.0625rem;height:3.125rem;top:11.625000953674rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp { width:9.5625rem;height:9.3125rem;top:12.187500953674rem;left:10.3125rem;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7abd3735-f36d-4dab-bdb2-ae018cc4ab7d/20250111_130625.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.adaptive-delivery-prevent-bg, #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.lazyload, #vnVQLye9A26t5Z3cmb4IOry2rw1DoVgp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MWvbXAksRWfGdnNbEeCRZ1UAcPc4lCzd { width:20rem;height:26.811989100817rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftes1ytetUl6H6BBFEoTCoo9BdalKN4C { width:20rem;height:14.964028776978rem;top:50.811989100817rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK { background-color:#ffffff;background-image:none;display:block; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { background-color: transparent; background-image: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container > .video-iframe-container { display: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row > .video-iframe-container { display: none; }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .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); }#EKFAsc0rL8H7b5cgOsyzMZUFsIEVLtnK > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvELIx5I6satw2z0yIdBGk70reWyCLZu { width:0.5rem;height:0.5rem;top:1.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MumFWCe8RINLOTKLmooBfd8Imq64LOFs { width:0.5rem;height:0.5rem;top:1.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBGfMlieZS7GKvxFSx80x4Dge5PWRG5 { width:0.5rem;height:0.5rem;top:1.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUSSTBUPP4If6BD2PCR3tC87CDMmAT8 { width:0.5rem;height:0.5rem;top:1.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcocxDRBppNx9CwalaTuKa6dI9vD09l { display:flex;width:1.75rem;height:1.75rem;top:1.375rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #k7VTXeJ9RdegrUNuoPN10qTugkrTs9S7 { display:flex;width:1.75rem;height:1.75rem;top:1.4375rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #fDZNl3HV4IV6woye1ClwX3qk9BgU3daM { display:block; }#fDZNl3HV4IV6woye1ClwX3qk9BgU3daM > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtdZ0VNAsrTOGUD6zUu1GwqxmdllhC3Q { width:20rem;height:1.925rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdsE7wlGtCTZEC0ig6w1coxycQpgeTak { width:2.125rem;height:0.25rem;top:4.9250183105469rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq { display:block; }#TuBA7nM8Hy4uUwVEpSgfBUCf5Cmfxkwq > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJCouLw4JmxRvdON4H9KJJxF0QspXSgC { width:5.625rem;height:5.6875rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0ZXCouTk11LF4q4SgeSNBHTUWrhSIou { width:2.875rem;height:2.875rem;top:3.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heL6vEZZqzpsR35dD2xTdDSWTw6hgskh { width:6.25rem;height:2.0625rem;top:4.5625rem;left:8.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O35kNfD0CaNpzzHQfOgNoNHUJWvsQKrA { width:10.125rem;height:3.65625rem;top:6.875rem;left:8.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQUqSMC0ggyx6RBb6daRZI8nM6ZrUMqd { width:15.5625rem;height:3rem;top:38.156175613403rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcuyLQflp3tyKEbaTORqolwsPK4G0qe { display:block; }
 }@media only screen and (max-width: 763px) { #d5XynCZoIfRBblN1MI63MJ7qNWeodNHi { width:11.0625rem;height:10.96875rem;top:15.3125rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiOWC00wW41Peve0gKz33kZsLCEuzwVS { width:5.625rem;height:5.6875rem;top:11.09375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFqIVycr1TDeWRzEkoPv74ApEOpgEUB { width:3.125rem;height:3.125rem;top:12.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOW7OSwcyMoIK4rgMyVAP8t0pgoSe4Lw { width:6.25rem;height:2.0625rem;top:13rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0BKVWNqDBA9VszrNl3hGCIcST5wkikc { width:11rem;height:3.65625rem;top:31.5rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62F3X0UlZFWM1CqCH3FHHvWvboGFEkH { width:5.625rem;height:5.6875rem;top:27rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOphHyTDabbGmfNrdQEUK10aRbRp9Zm { width:3.125rem;height:3.125rem;top:28.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5LBeu0dl5yqv9Zr5goqQTRN2x5IOyc { width:6.25rem;height:2.0625rem;top:28.8125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sbP1lpDeOUCTw301lhmFVQI23qRJtS { width:15.5625rem;height:0;top:67.400023460388rem;left:1.53125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 { display:block; }#cRmcmOzh3F30qRG26e6zHUTKcrdVR5n7 > .row .container { width:20rem;height:46.824676513672rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBO7EJTurIV2VrAFh00mh1aDblZu3dsi { width:1.1875rem;height:1.1875rem;top:39.75rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALXpzl51nsD0Ti9TtxvcmS4kTFPtrTUW { width:6.125rem;height:0;top:42.8125rem;left:9.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdXZenh26Zx5KzxcRTztMyPVCpdCDXBe { width:1.1875rem;height:1.1875rem;top:45.9375rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqpMG4yEQWA7q9hIPfxRx2SfqqIwNOyt { width:6.125rem;height:0;top:48.375rem;left:5.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #amXc2VlBGe2qAPMKq7m5nOne2k0fJd27 { width:1.1875rem;height:1.1875rem;top:94.4625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUHJOEskKeDQ1HHwcH3UrDztui0n50ht { width:6.125rem;height:0;top:44.6875rem;left:5.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivleQ2ADZpVLIwWfuMfoShErplDshSQJ { width:1.1875rem;height:1.1875rem;top:92.025rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBLTOLF38oiEoWIhEJzzU1KVucI6IOPW { width:6.125rem;height:0;top:41.5625rem;left:2.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDhWIHslIdAIul4kCWGTcvfuQKt4HSR8 { width:1.1875rem;height:1.1875rem;top:14.02499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhoqIp36nvmwPT9twSeVARNZTVb0PShQ { width:1.1875rem;height:1.1875rem;top:14.02499961853rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUV83SxTfCqbBt5fqO7yZZChWmtax1i { width:1.1875rem;height:1.1875rem;top:31.825rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBM7KQSPUu9szLx9Br6JUduLTO3JzXdk { width:1.1875rem;height:1.1875rem;top:37.3875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueeIIn1ymTISWU8DQ0FPG2zV0HEwiKVu { width:1.1875rem;height:1.1875rem;top:7.949999809265rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otZUr9Tkba8opxxNlnXhbbZJcnshCJzx { width:1.1875rem;height:1.1875rem;top:7.949999809265rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7TcZQcBFb7T7sFrOTGCwTFhP8lwOlx { width:1.1875rem;height:1.1875rem;top:111.06183173828rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOorMnoAmppIQUhfHfEw3BrKqHRRReJS { width:1.1875rem;height:1.1875rem;top:116.62433173828rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny5BQvr6NeqOKHE1G9NcJ20UO2263J7Z { width:20rem;height:1.925rem;top:24.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ao8kwrR7XTlXITdk21bx6EgGJsRgr9 { width:13.5rem;height:1.875rem;top:26.75rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvCbO23wEmUJ09LzHSm0vSr44apFRVDc { width:20rem;height:6.303125rem;top:33.624926567078rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOpqk0ecIbf1Xa6zAWrQCJP3F6mg92dh { width:10.4375rem;height:1.7875rem;top:14.02499961853rem;left:4.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrxokwCcRSLIq3pN4AoHG1XTfH33EfrB { width:6.125rem;height:1.875rem;top:16.3125rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La365XBABBEQD8XqciupDvrf4dFgMilI { width:6.375rem;height:1.875rem;top:16.3125rem;left:6.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2nMTSFw1AKAdlBSJeuoR3LqDo2fsNg0 { width:15.5625rem;height:3.84895625rem;top:1.7124996185302rem;left:2.21875rem;font-size:1.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4X7HTsG71Xdhboys6QMELPGh4Ri3Px { top:29.5rem;left:6.03125rem;width:7.9375rem;height:7.9375rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uyVaLkSOt53Z8JrgO1bzvpRayBt3J5vf { width:6.125rem;height:0;top:70.462524414062rem;left:6.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApJnspBSZzv2RTw4RhDx5cNn3wG92RTa { width:6.125rem;height:0;top:73.587524414062rem;left:6.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KucSGwv6n2Zs0xxHaE5bQBZo4iTufXnH { width:10.25rem;height:0;top:39.824676513672rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAVPDNB62o2wrnkqCEeqTlrw29XK7oAi { width:13.875rem;height:0;top:43.324676513672rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pDCAnqW2/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.adaptive-delivery-prevent-bg, #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.lazyload, #Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD.lazyloading { background-image: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { background-color: transparent; background-image: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container > .video-iframe-container { display: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row > .video-iframe-container { display: none; }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .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); }#Wr6sXEhN9ytlBa3mPGww2T2SKdgl3tmD > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXurGw4B3xdvQaJ2HeBBohTc0A5TrEwU { width:14.6875rem;height:3.8496125rem;top:1.25rem;left:2.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWgZvVpeqV4qBqNABxiXlPrKHiuavqIS { width:2.125rem;height:0.25rem;top:6.35rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcZsWEA7OdPlnPkzf4EmWgtrhuftxKwi { width:18.75rem;height:27.625rem;top:7.85rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9  { width:16.5rem;height:28.75rem;top:8.837500190735rem;left:1rem; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 .widget-info-text { font-size:1.5rem;overflow:hidden;height:auto;line-height:2; }
#XEzfSulZc50orxk86CXaMCowuXefnoC9 {display:block;}#XEzfSulZc50orxk86CXaMCowuXefnoC9 { width:16.5rem;height:28.75rem;top:8.837500190735rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #txsvkFXnaGkPOwkRDqestU389X49fm9V {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vAhT75HRFTd02UPKspJoLOtqzQaDJ6sx { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #T2fB3Ds5zTIfuOTh2wxy6MN7kbwrVqWD {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #kP0tztTGcrav2Cs2gxyDhGlpWnsq5iO7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #r9GT4zALmKnvNlLT94TXMXOb2Mthbhrh { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #wqDS0HEyBTFeMUGwzgqnZczoHAR1zuV3 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #kK3d9OQ4NwGbAFIgy4fBEGqr3XBGDrrS {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #ohQ1cRs52cw6twwrWkiRuEroqUdhWnRi { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #u9U4BhnARKTEDlO7aNl8RWSgtVt3s1mk {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vkFkGXK3i6lQcqXmGEOTLG3A8UyeTTgs {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #E11mwa4WpTDvwwvwoNLbMtAXURvGL1xI { display:none; }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #nbPk9Vy3NVnLDZtQVKflrJei9RFNVu8T {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #rLW0RtCDkbTcQx6cyfytT7sDq5IBwhR7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #RT4hxgl6vcOrMlnNsZyxTT8VVwUnQwEL {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #thLMzUhgyEluicyX5DHqhkXpAtI1dZC7 {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #IkkcKNNrgmnQhbC1T1TtIXbIgFFiWceb {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #reB8Piw8lFbQhxBqyZRkhu9sRpmIXs0V {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #XJeqLQPQLk6mkLThOw77WLWDTMxpe7MK {  }
 }@media only screen and (max-width: 763px) { #XEzfSulZc50orxk86CXaMCowuXefnoC9 #vpBk0XhTyZ8SqS7MFJdliKd0uTwG0g26 {  }
 }@media only screen and (max-width: 763px) { #POUpyrGnX7oNnlOevC6uXTB37G2HMsJT { width:15.5rem;height:3.75rem;top:27.781250953674rem;left:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH66zAN1hSJwJIg4s9qb55GsfBtNtQwL { width:20rem;height:1.925rem;top:41.337500190735rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgT5lZtqiATpGZekbX3aHgXauO4pTqtm { width:20rem;height:2.4375rem;top:44.512500190735rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZX7AQWE1AITOwSGA1S8nzHDpcDsXdGL { width:20rem;height:2.2rem;top:48.200000190735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StloqiGHbD1KcF3zwtJBceMKr2mqZaNF { width:10.5rem;height:4.9375rem;top:53.150000190735rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllMaHRRmrRGixrErlmxTwHSwzr6lPcA { width:2.125rem;height:0.25rem;top:51.650000190735rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqBCbi74lDaTTILQA6fm3fpeDiahbSwX { width:6.125rem;height:0;top:61.775024414062rem;left:6.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOIBS1pfc3VNl0mHQFlQs0yQv6EurgXT { width:1.1875rem;height:1.1875rem;top:59.337524414062rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wR9TxiB5Pw9khTlSZ5QbTZGkAV57TnO0 { width:1.1875rem;height:1.1875rem;top:64.900024414062rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQGSx53Vpx3fDbx380Q7qSVqBBxeubTL { width:6.125rem;height:0;top:67.337524414062rem;left:6.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCKJhHKDRDIXJrfxA0027lDFkTvyS1Fo { width:1.1875rem;height:1.1875rem;top:79.150024414062rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOxJT0mCzTHn10QhJy7dOxBNgd7Wgfw1 { width:1.1875rem;height:1.1875rem;top:76.712524414062rem;left:9.375rem;display:none; }
 }