.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu { 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;z-index:auto;display:block; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container { background-color: transparent; background-image: none; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container > .video-iframe-container { display: none; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row > .video-iframe-container { display: none; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .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); }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container { border-width: 0; border-radius: 0; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#RI6J7mkXzzEbCA7rDBfRUbOAwTuoSTLG { z-index:15010;top:1.21875rem;left:50rem;background-color:#de0000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hNg9a3fpOvVuJ3wo7ukaC9ts47phZnag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM7aoqVn8kQJNxZRGdOG6g01WL4sfnzf { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#434343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.5rem;text-decoration:none;z-index:15282;text-align:center;text-align-last:center;top:1.0625rem;left:19.9375rem;display:block; }
#Tw7FzRZr15tNuN2EuM23lzMMiSiR9Nbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WV18xEScCwtZOPqcvVNDuARXAUGmCeTh { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#434343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15283;text-align:center;text-align-last:center;top:1.0625rem;left:28.3125rem;display:block; }
#wSpwSqPZ36Ipt4Tsg1ZLTMC3CBNRq7M8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4I5ZlpzyFx0I6MMmGp3UykgLwxvWHiJ { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#434343;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.5rem;text-decoration:none;z-index:15284;text-align:center;text-align-last:center;top:1.0625rem;left:38.875rem;display:block; }
#G8dTB42k3DLB0vaqHzch0ckkxeXTIqKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPXERohUeaK7gHzCeiITCbiCLw9lmycB { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15286;line-height:1.3;letter-spacing:0;top:3.9130859375rem;left:0.0625rem;height:0.6499rem;display:block; }
#SiPRtir9fbTP2iFVRLp37Wi41eTUuXMk { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.125rem;top:0.0625rem;left:1.0625rem;overflow:hidden;display:block; }
#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b260bf3-5225-4418-aed0-e924906045c3/ElifeUltraStarter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK.adaptive-delivery-prevent-bg, #X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK.lazyload, #X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK.lazyloading { background-image: none; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container { background-color: transparent; background-image: none; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container > .video-iframe-container { display: none; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row > .video-iframe-container { display: none; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .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); }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container { border-width: 0; border-radius: 0; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#eda077f87f89154c54437c8e8c31b90e { z-index:15010;top:18.98291015625rem;left:6.71875rem;background-color:#e80000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e01320a128de940972ab87a8d6b4f0d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ioqPhx7gIIgG68kCv6AKpZXeItfQJyR7 { color:#000000;display:block;width:3.3125rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.62646484375rem;left:56.6875rem;height:0.6499rem;display:block; }
#eNKBJva3y9QShfDrethDFEvbNk0IXboB { z-index:15012;top:22.8125rem;left:-0.125rem;background-color:#ededed;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U1t91H0w4Rf6aQKegb2eiSuVBHAy9hnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hP2hmfgGGzT0VE2OMc5tAQl11wmnCvL7 { z-index:15014;top:22.8125rem;left:29.375rem;background-color:#bcbcbc;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HaaqzdHD8L4Ehy0wGWMWyF0B18Hlh9HF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVltM3O3LLRdqPxPctSmTL9RrHqMlKLg { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.875rem;left:1rem;height:3.25rem;font-style:normal;display:block; }
#zVDaS8ZMLDR1m7ZXpnhGkqKvimsvTC3h { color:#de0000;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.625rem;left:1rem;height:3.25rem;font-style:normal;display:block; }
#XPWyqwyJdULIOA37h347byvoI8h701TT { box-sizing:content-box;height:7.875rem;width:20.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.67);background-image:none;top:10.37646484375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { position:relative;display:block; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { background-color: transparent; background-image: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container > .video-iframe-container { display: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row > .video-iframe-container { display: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .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); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { border-width: 0; border-radius: 0; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:url("https://images.assets-landingi.com/uc/fd98fed2-3e36-40bc-9fbf-86a8b98d7c7e/hw.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container.adaptive-delivery-prevent-bg, #nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container.lazyload, #nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container.lazyloading { background-image: none; }#CUPUn0wFV5tE37VrFCSGSHL8vVzGNvbF { color:#de0000;display:block;width:31.9375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#UHGyMEnWzXaTrciAdtff7t05AJALEbFT { color:#000000;display:block;width:44rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.05615rem;display:block; }
#oSc1vz86vO71PSBsdp7pIy9fFe5kWdfa { box-sizing:content-box;height:0.1875rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:#e10000;background-image:none;top:5.6875rem;left:21.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 { position:relative;display:block; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 { background-color: transparent; background-image: none; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row .container > .video-iframe-container { display: none; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row > .video-iframe-container { display: none; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .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); }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 { border-width: 0; border-radius: 0; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .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; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zJ5ULSkBtTho9L7ucPFTnE5hGbDT5pdd { box-sizing:content-box;height:33.75rem;width:15.625rem;position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0);background-image:none;top:0.8125rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#dOFFvRIuyCQUDtiqmLihy4wsFSdy1vkp { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:0.875rem;left:2.25rem;overflow:hidden;display:block; }
#ToQ0TVn9W8MoZRSSGRn40bqfTtvhAqv9 { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;top:0.875rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#erBnUosMP0CepBdGTUDPkXvuIKXuWQHk { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:0.9375rem;left:6.1875rem;height:0.89355625rem;font-style:normal;display:block; }
#ZydLDpdbuPzvobHOMmyvra6TTXrZgBnn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.1875rem;left:2.625rem;height:1.05615rem;display:block; }
#k7mkut1fkKKOkibh5lJGM1OP1EMTbRxv { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.5);background-image:none;top:4.875rem;left:2.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sXACT7o0yAUTloIPPFhTJcV2FXtw0uqB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.1875rem;left:2.625rem;height:1.29980625rem;font-style:normal;display:block; }
#KCF9y5JbaErcD5JqpnvvPDdkgKsiqnpe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.9375rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#xy82xpMyJAycoKJ471fkSGGHOwI1g1mc { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.5rem;height:1.4624rem;font-style:normal;display:block; }
#MgRnAmuH9RrnNeyVDHSOlTnpWIBQuR4t { 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:0.625rem;width:14.6875rem;top:10.75rem;left:2.5rem;overflow:hidden;display:block; }
#gb9Sdle6NqHsuKk9LQvQRpzxb1rnvR3i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.5rem;height:0.89355625rem;display:block; }
#lyV5QUi8zB60mbswVMWuLpH0tNqrwnTe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.5rem;height:1.94970625rem;font-style:normal;display:block; }
#Bu1RqQUMbfvNuLeWnhL3EWlh2skpNnSr { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.25rem;left:7.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#nebwbePno7ya7VmQERGLdyZ4FmsLZcgv { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:14.57421875rem;left:2.625rem;height:0.9746125rem;display:block; }
#QkzpTa6DFIxsI8X05S7sE209wpZAdZeR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:24.4375rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#wJWGXUZHFttAI6VfoLWh3PGA1T76iIyz { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.5625rem;left:2.5rem;overflow:hidden;display:block; }
#fTd8EkcUMzGXIPsfE0h6bxzSysGx8nmE { color:#808080;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:27.0625rem;left:5.125rem;height:0.89355625rem;display:block; }
#wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15067;line-height:.9;letter-spacing:0;top:28.5rem;left:2.5rem;height:2.9609375rem;display:block; }#wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#oy1MrO70FapJCt1Wq1tMeW612I9SuH0T { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:32.0625rem;left:4.8125rem;display:block; }
#UPkxRyhLq1HrQsGZP3lZOsgV1MwTMcnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDxtWSkTCVKWZoK6lmKqkcBrO6MAVcb4 { box-sizing:content-box;height:33.75rem;width:15.625rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0);background-image:none;top:0.9375rem;left:22.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#frTlL5MDckpf3To5CvCZrvgUFsxb9HJG { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1rem;left:22.25rem;overflow:hidden;display:block; }
#xbTHJTRrhCaSPIzv4D3donxZ2DMhb7tP { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.0625rem;left:26.1875rem;height:0.89355625rem;font-style:normal;display:block; }
#ns5TX3ko6R81QPCtQfwrdT6LTaCPyhxp { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15078;background-color:#000000;background-image:none;top:1rem;left:24.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#uDktJ1PpaRp0qFg4UltpMvN13ZbpUrvL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.3125rem;left:22.625rem;height:1.05615rem;display:block; }
#Rd3FMwUltbBmaZQGuvRu43T2MUZm8BL2 { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.5);background-image:none;top:5rem;left:22.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TX7yayk0pXa5KZAyeeJgGiEaerZTKt5J { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.3125rem;left:22.625rem;height:1.29980625rem;font-style:normal;display:block; }
#aHGk9pN2239b1zKZRoGh1JMtdTRpEwky { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:8.0625rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#FQmx1DkIS2Ir2h20IsXxQ4chXNtR4g6H { color:#5d5d5d;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:9.25rem;left:22.5rem;height:1.4624rem;font-style:normal;display:block; }
#NcvkpnSpHPh2WVTGoAy9hPSfQaQNLPgm { position:absolute;display:block;z-index:15082;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.625rem;width:14.6875rem;top:10.875rem;left:22.5rem;overflow:hidden;display:block; }
#rXeAeXTqCTaMTpGBxbyGVyJRPDcPzkid { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:11.5625rem;left:22.5rem;height:0.89355625rem;display:block; }
#OrUQVRyemSXdCscFLNBmSUrTsbATRGhN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.5rem;height:1.94970625rem;font-style:normal;display:block; }
#BTdJJJKXJoSQ1umUwOi50S3h6Gg9NT9L { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:13.375rem;left:27.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#cx7529wARa5eeWzmqeLV0zc4zU28FLcv { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:14.57421875rem;left:22.625rem;height:0.9746125rem;display:block; }
#CfMeNxi712ym19MyJ8sAX6Nr8PP5svDQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:24.5625rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#QCf6kFLyZ4tcqH4CoAqdHPcTxsXhTzr9 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.6875rem;left:25.8125rem;overflow:hidden;display:block; }
#fTi3KT7ZZb2tcvIpVrQtNh0Z3p4oG4bq { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.6875rem;left:22.5rem;overflow:hidden;display:block; }
#itiJnmsBEWzB0fgrNHJmyHdPRsq67Pzf { color:#808080;display:block;width:6.375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:27.1875rem;left:28.4375rem;height:0.89355625rem;display:block; }
#btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15094;line-height:.9;letter-spacing:0;top:28.625rem;left:22.5rem;height:2.9609375rem;display:block; }#btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#A1q8RUT0n1175JGst0r5NDs83t0R1p5z { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:32.1875rem;left:24.8125rem;display:block; }
#a0G9AdQrzcI420QnR96MDTDBsoGgJ9Ub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { position:relative;display:block; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { background-color: transparent; background-image: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container > .video-iframe-container { display: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row > .video-iframe-container { display: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .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); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { border-width: 0; border-radius: 0; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:url("https://images.assets-landingi.com/uc/50a2a0e0-8cdb-4b2b-a354-f673a7752757/elife.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container.adaptive-delivery-prevent-bg, #eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container.lazyload, #eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container.lazyloading { background-image: none; }#JT7S6q8pTzxNfBUTBDVJU7PTP6qT4hDT { color:#de0000;display:block;width:18.9375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#fPtwsqI1HpC2mrbSL33WfCTFAxQDRFxq { color:#000000;display:block;width:44rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.05615rem;display:block; }
#M7Ooi2A3Nrrx0OhuiUG63Aket9Hlhpuv { box-sizing:content-box;height:0.1875rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:#e10000;background-image:none;top:5.6875rem;left:21.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK { position:relative;display:block; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK { background-color: transparent; background-image: none; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row .container > .video-iframe-container { display: none; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row > .video-iframe-container { display: none; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .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); }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK { border-width: 0; border-radius: 0; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .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; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iHOLgPMe1UNM8P1tatWzq0EWhurR47qy { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15098;background-color:rgba(0,0,0,0);background-image:none;top:1.5625rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#zAfh4ksWX3cxGmA7WxZefO5aRyBC8oO0 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.625rem;left:2.25rem;overflow:hidden;display:block; }
#q6hrf6m8FyHe10Miaa6m9ZQUJwd2aafx { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15102;background-color:#000000;background-image:none;top:1.625rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#rHN5RWB5I2ZUxgRDZZxmeovQ5ezX4bmK { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:1.6875rem;left:5.8125rem;height:0.89355625rem;font-style:normal;display:block; }
#em26eaBMvngxIQiUW2k27V2sxBEPOLMb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.9375rem;left:2.625rem;height:1.05615rem;display:block; }
#yQTKuLgr34PW7u6UHKBsaVe6N2sxBNNl { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15099;background-color:rgba(0,0,0,0.5);background-image:none;top:5.8125rem;left:2.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kHU4mnG7OqTriKCV51asf0Irid3NIxAV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.9375rem;left:2.625rem;height:1.29980625rem;font-style:normal;display:block; }
#sTfRIryRuPQJQvFuuT5T63mFpnZWpvuh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#i7XTWz1e09fCCxJX5knT5Lg7IdoqrJ8X { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.5rem;height:1.4624rem;font-style:normal;display:block; }
#vTyf4EOICFzTyMV53xvTRygbPCiQUgNJ { position:absolute;display:block;z-index:15106;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.625rem;width:14.6875rem;top:11.5rem;left:2.5rem;overflow:hidden;display:block; }
#ZRPNtDBHCmXcTsFWMCI3pLh1TxxnMRwm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.5rem;height:0.89355625rem;display:block; }
#EDTQXth0QRi3eaS4btpMt1r47KH7dCOk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.5rem;height:1.94970625rem;font-style:normal;display:block; }
#LIWJH83gAtPTcFPvBMrHyOOy2ZPDBQRU { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:14rem;left:7.375rem;height:0.9746125rem;font-style:normal;display:block; }
#xfy2ONz617kM8O5s0J59GdqeIUloVPPO { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.5rem;height:0.9746125rem;display:block; }
#TDiIf0B6bS0wms4yVs9gK2sfSLUPDJPM { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b50000, #de0000);background-image: -moz-linear-gradient(90deg, #b50000, #de0000);background-image: -ms-linear-gradient(90deg, #b50000, #de0000);background-image: -o-linear-gradient(90deg, #b50000, #de0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );";background-image: linear-gradient(90deg, #b50000, #de0000);background-size:auto !important;top:17.3125rem;left:2.25rem;display:block; }
#zIH55xiCHPPU60JrGEMrxhJiPXNf1WBu { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:17.619140625rem;left:6.84375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAlNxb4HngPfUxO2RRM7LCSRNVIAFiUQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#xTPng7SrFTAgEg6bd9Ha5hLXdssK6eMi { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:2.5rem;overflow:hidden;display:block; }
#Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15118;line-height:.9;letter-spacing:0;top:29.25rem;left:2.5rem;height:3.7793rem;display:block; }#Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#WTmbyZDuVnQnEeTJ0mdKehAw9tyRoPo0 { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:33.6875rem;left:4.8125rem;display:block; }
#BTMen8VwzCeC2X10WfqTlNgTu292QqTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VR4hzubCUvB2ZgR9HlQKU56BTGwvZ8ls { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15103;background-color:rgba(0,0,0,0);background-image:none;top:1.5625rem;left:22.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#CCWAdB0r1AIV7hQTknPaPlOhCRevLRQS { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.625rem;left:22.25rem;overflow:hidden;display:block; }
#LTi1Bafxo2UuJDsNdph59TNxnGwmcIZJ { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15107;background-color:#000000;background-image:none;top:1.625rem;left:24.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kVgKaDMRNs1rbMlAJ4CFMgb9nQQmwzaV { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:1.6875rem;left:25.375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xo1LTt8UKzwTAbZBJsl6WcfRKJVO9M9w { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15104;background-color:rgba(0,0,0,0.5);background-image:none;top:5.8125rem;left:22.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NyTNCmdZhLHoBAEUJtxTDAw5aGu6V3ym { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.9375rem;left:22.625rem;height:1.05615rem;display:block; }
#LSZg40uSihXCAqOIFJ5KAk9LJuSEWNfq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.9375rem;left:22.625rem;height:1.29980625rem;font-style:normal;display:block; }
#EECt7lnPfdIO9mb6f5eMPt0zEBmBG66Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:8.6875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#bJCNDEKqDXGXEfuJD1PeGynuTziN9eP5 { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:9.875rem;left:22.5rem;height:1.4624rem;font-style:normal;display:block; }
#uQdJPSUJ3fcGe1dkD8FVeH2TormCRmds { position:absolute;display:block;z-index:15111;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.625rem;width:14.6875rem;top:11.5rem;left:22.5rem;overflow:hidden;display:block; }
#bZqZnTVc4pOyQGBf8yPhKLaSCaTuV2r9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:12.1875rem;left:22.5rem;height:0.89355625rem;display:block; }
#vlyPLRpQ4C3e4bwadUSXzPKHTncR6RV9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:13.375rem;left:22.5rem;height:1.94970625rem;font-style:normal;display:block; }
#cL6whqWdTxue76aH3eAd6EgTfNVmhDFK { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:14rem;left:27.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#HVdu7c8k2IlIT8qluxvZz7vfTlxc7hTh { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:15.8125rem;left:22.625rem;height:0.9746125rem;display:block; }
#ZOJdTzPKcJFIbPJfroneR5tQWXpJWqMZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:20.1875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#HBiStIsZ62JV366R2UVDh2sGpMU2GGH5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:1.05615rem;display:block; }
#gbtFETPqdu59LVGEG6yKK8eDkBcoSPmD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:25.1875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#LXzKUvaw0zLSD6kXzMuhIrm7Lb8sVG2x { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:22.5rem;overflow:hidden;display:block; }
#eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15123;line-height:.9;letter-spacing:0;top:29.25rem;left:22.5rem;height:3.7793rem;display:block; }#eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#ACVCFdsCwAezmwAx0zExBzmwayCzQLMh { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:33.6875rem;left:24.8125rem;display:block; }
#w2u1Q5JHZLsU8TD4UATItpXHTmVTTBQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6SkuSGmnn2W8QKEcbhVeDLzsPQGu3uo { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15135;background-color:rgba(0,0,0,0);background-image:none;top:1.5625rem;left:42.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#DIfZZ5DB9FrQty10JmN1SqIJTpr5Rm5X { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:15.625rem;top:1.625rem;left:42.25rem;overflow:hidden;display:block; }
#s75D6ETdf20ELE6k2PMvlPJb159InTtG { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15139;background-color:#000000;background-image:none;top:1.625rem;left:44.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#p59qPieqD9SSzIbuhgzWpFMfDS1rZTKz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.9375rem;left:42.625rem;height:1.05615rem;display:block; }
#RJniDfvCDcKNPXlCN7mm42KnMPoXcqWa { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:1.6875rem;left:45.375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf7ggZfOBk3SgoSl9e3y6r66FDJct7Xs { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15136;background-color:rgba(0,0,0,0.5);background-image:none;top:5.8125rem;left:42.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Kf8FQ46oIpwTw42VkghPVLiodLfWAS1D { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.9375rem;left:42.625rem;height:1.29980625rem;font-style:normal;display:block; }
#s3EftZwbLkpvP85xUxSnQWM6t1ebH9y2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:8.6875rem;left:42.5rem;height:1.05615rem;font-style:normal;display:block; }
#bHXE7CfpEbNFUF0y2Z470LTHOp4dVOKi { position:absolute;display:block;z-index:15143;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.625rem;width:14.6875rem;top:11.5rem;left:42.5rem;overflow:hidden;display:block; }
#nrDWlc99sTLxeZ6zASvQEDNKVurc29N8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:12.1875rem;left:42.5rem;height:0.89355625rem;display:block; }
#bUQTidom4Ota3C8B5dH1GqsTIwLnKOxZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:13.375rem;left:42.5rem;height:1.94970625rem;font-style:normal;display:block; }
#ro4eIEAV7hXNMeHJTrOWHEFzsaAfkcbr { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:14rem;left:47.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#srCkUu43IBg8wnqnnHbbUVOfZuUPWvJS { color:#7f7f7f;display:block;width:4.9375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:14.0625rem;left:52.4375rem;height:0.89355625rem;display:block; }
#ekcJ11ei1xgeqTOJUEsaqXZ7et3onMwA { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:15.8125rem;left:48.6875rem;height:0.9746125rem;display:block; }
#OBUTRBnOJqipdtWOHzUQSKaKt4GSFR55 { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15150;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b50000, #de0000);background-image: -moz-linear-gradient(90deg, #b50000, #de0000);background-image: -ms-linear-gradient(90deg, #b50000, #de0000);background-image: -o-linear-gradient(90deg, #b50000, #de0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#de0000' );";background-image: linear-gradient(90deg, #b50000, #de0000);background-size:auto !important;top:17.3125rem;left:42.25rem;display:block; }
#RJg9TG3g3rDair3xSP309DGJhcVx2gAI { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:18.0625rem;left:43.375rem;height:1.13720625rem;font-style:normal;display:block; }
#wQ7gTg7IcPxMupWykFkoMNq2XTF9ezbi { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:15.4375rem;left:43.125rem;height:1.05615rem;display:block; }
#L61HRTfFRDRCGfxksEcx1hCvmh4qKRuT { box-sizing:content-box;height:1.5625rem;width:5.8125rem;position:absolute;display:block;z-index:15147;background-color:#dc0000;background-image:none;top:15.1875rem;left:42.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sXXfChJ7igT4U2tHUuZ0SvU7PD4IHcrL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:20.1875rem;left:42.5rem;height:1.05615rem;font-style:normal;display:block; }
#vIfCSFbOwoKXeEoNoHPfHAi4XRLDlJrr { color:#5d5d5d;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:9.875rem;left:42.5rem;height:1.4624rem;font-style:normal;display:block; }
#mCemEO0wzrzkx2bQAxkmzz9pvg0UBuPJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:21.25rem;left:42.5rem;height:1.05615rem;display:block; }
#MTKKeykKgGb56Sf43eUxPq00UP0XxlDu { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.375rem;left:45.4375rem;overflow:hidden;display:block; }
#umaGhI9CdRMCh4QgTuhKVTHA2QNXyous { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:25.1875rem;left:42.5rem;height:1.05615rem;font-style:normal;display:block; }
#eHy9WxKvD6cOuNRMaZzycw6Mvdxmgsg7 { position:absolute;display:block;z-index:15192;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:45.4375rem;overflow:hidden;display:block; }
#WeuowuQdrGi6t1TIbcPxeXpPDLQyMIn4 { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:48.375rem;overflow:hidden;display:block; }
#pwgtNBlo8LkxcpeSAS2xqTVuT6RkyFnf { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:51.3125rem;overflow:hidden;display:block; }
#T2FOE44iHlJyGsGzwTFUamMTxpTIZaFb { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.3125rem;left:42.5rem;overflow:hidden;display:block; }
#RnQ7pXxaQVQGWgeKHWBt9yG56JR86u7L { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.375rem;left:42.5rem;overflow:hidden;display:block; }
#KqwdxFauT9BycDviMw67mxf3fbXlWtt9 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15155;line-height:.9;letter-spacing:0;top:29.1875rem;left:42.5rem;height:3.466796875rem;display:block; }#KqwdxFauT9BycDviMw67mxf3fbXlWtt9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KqwdxFauT9BycDviMw67mxf3fbXlWtt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#xXiTkhinut3k7TxcTe7XJRzxsXE8lw7U { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:33.6875rem;left:44.8125rem;display:block; }
#bW5eILBpeZXu06ozJozxoDz6XStAhJSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7z0NnHkcKN9SwfzqrLMULEU0vC5nxw1 { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15195;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:8.75rem;left:10.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HDV5l972KNSxropSxZW55HidGcipZi9L { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:9.017578125rem;left:11rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSE0pGWODSkvOip4ZlHgHxOr0EW9dCXL { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15199;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:8.6875rem;left:50.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#EZGrtXEfANHnVZGOFABC3CZeKgXDSKIW { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15200;line-height:1.3;letter-spacing:0;top:9rem;left:51.5rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFLxqIIiT28UWgXQw0cXER88BHzeIzy6 { color:#de0000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:10.59619140625rem;left:48.09375rem;height:0.8125rem;font-style:normal;display:block; }
#GKPP0XI2oDz8d7lonDo11zOV5iSK8x27 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:18.6875rem;left:6.5625rem;height:0.89355625rem;display:block; }
#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG { position:relative;display:block; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG { background-color: transparent; background-image: none; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row .container > .video-iframe-container { display: none; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row > .video-iframe-container { display: none; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .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); }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG { border-width: 0; border-radius: 0; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .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; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZoRcbe7Ll7DfBp27RbtOJ1sxoDVrWSBI { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15200;background-color:rgba(0,0,0,0);background-image:none;top:1.5625rem;left:2.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#sw4w4vHOZFQqV39TceAMsZPXmtxgc6xa { position:absolute;display:block;z-index:15249;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.625rem;left:2.25rem;overflow:hidden;display:block; }
#xTTByX6S4bRHT0do8g3rDJVrg0qrCDsy { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15252;background-color:#000000;background-image:none;top:1.625rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#SLZV2NxypQrx4LVvStKQN0COahBObs95 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:1.6875rem;left:5.375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOHUFivmJ2oqWdklqPh2mGyJu1wRQAhB { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15249;background-color:rgba(0,0,0,0.5);background-image:none;top:5.8125rem;left:2.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#szH46yNLJ5onoH4DbrkcZonOE9WIXx6f { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.9375rem;left:2.625rem;height:1.05615rem;display:block; }
#bMMafL0dEXef0vonLSBbBOxTeK5lVHnn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15251;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.9375rem;left:2.625rem;height:1.29980625rem;font-style:normal;display:block; }
#SDtRTpBK7xDEQh3od3wEaQGpleETNza1 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15254;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#Mk91RtyPd1mAeLEIdv9eIIRwmAT2ICNl { color:#5d5d5d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.5rem;height:1.4624rem;font-style:normal;display:block; }
#SmHQCwIkOUXRo9yBoT33O4iIXfHtCZC7 { position:absolute;display:block;z-index:15256;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.625rem;width:14.6875rem;top:11.5rem;left:2.5rem;overflow:hidden;display:block; }
#sJTFTVuXy8VSGLKZyy8tW7gJxPuvKkJ8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15257;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.5rem;height:0.89355625rem;display:block; }
#Fag0nO42JiGFLrmovf3lpvXWaLVXEJKW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15258;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.5rem;height:1.94970625rem;font-style:normal;display:block; }
#ICV5wo0XZOHTMV2sbszGLzzIrzgghSO3 { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15259;line-height:1.3;letter-spacing:0;top:14rem;left:7.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#o5OZHosUTDzaGbZwkSSo9ushXNu5TTed { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15262;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.5rem;height:0.9746125rem;display:block; }
#ghe1QNJTME6WOttHO4K5EVId6KTCOGqt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#Rxb2qJkQb9cQkz4PMJ7yd6ZUJxp8K8ve { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15265;line-height:1.3;letter-spacing:0;top:21.25rem;left:2.5rem;height:1.05615rem;display:block; }
#FKCu1LQIiMrtpv76v9TvCaqWQJkAQ01P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.5rem;height:1.05615rem;font-style:normal;display:block; }
#pdasdk89ch4317TZMTlPf2ehm2OdRcTR { position:absolute;display:block;z-index:15250;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.375rem;left:2.5rem;overflow:hidden;display:block; }
#pcRnLaENk2lxpI05BSv5WKmx6RK9QipT { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.375rem;left:5.4375rem;overflow:hidden;display:block; }
#JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15268;line-height:.9;letter-spacing:0;top:29.25rem;left:2.5rem;height:3.972659375rem;display:block; }#JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#sprFtDzTXCT45T0dwfDywogGZ6P8Qmu4 { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15271;text-align:center;text-align-last:center;top:33.6875rem;left:4.8125rem;display:block; }
#wXVPJZV0OSCzmrEd6nW6H3DqtgSuIRHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cy8xbeMDBN6Ao5tvURUqyolvJDNTGovT { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15199;background-color:rgba(0,0,0,0);background-image:none;top:1.5625rem;left:22.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#kQsxz5P0OVKdcZ8dXXggqKpvTDv1Awei { position:absolute;display:block;z-index:15256;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.8125rem;width:15.625rem;top:1.625rem;left:22.25rem;overflow:hidden;display:block; }
#CPme2tfoD23Le9SRcdKdx9Sq8kCf8Lrq { box-sizing:content-box;height:1.1875rem;width:10.625rem;position:absolute;display:block;z-index:15259;background-color:#000000;background-image:none;top:1.625rem;left:24.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#oHG6hDJfSkehEPV6T2Q25li9nOPO3vgl { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15260;line-height:1.3;letter-spacing:0;top:1.6875rem;left:25.375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdhFE8ieC9UqTcvgCmlhe0lkq5H8Ozlp { box-sizing:content-box;height:2.625rem;width:12.4375rem;position:absolute;display:block;z-index:15256;background-color:rgba(0,0,0,0.5);background-image:none;top:5.8125rem;left:22.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mHQNsuFK53fKGswtJ7CUJLe2B8Jb0Lmq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15257;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);top:5.9375rem;left:22.625rem;height:1.05615rem;display:block; }
#Os1B738U8QNs8mSkA0vbzxG7e2RZ9cTw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15258;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.61);top:6.9375rem;left:22.625rem;height:1.29980625rem;font-style:normal;display:block; }
#Wk9Vr4zOusPsVQE8oCXC7cPc49kGJTrn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15261;line-height:1.3;letter-spacing:0;top:8.6875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#i3gdcnh5Uy2df3RVbJAVcQ4uymTeBfa3 { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:9.875rem;left:22.5rem;height:1.4624rem;font-style:normal;display:block; }
#Mb5c1ihTr554aXTevIUSuX34yS6A3G09 { position:absolute;display:block;z-index:15263;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.625rem;width:14.6875rem;top:11.5rem;left:22.5rem;overflow:hidden;display:block; }
#FAU6dJa5L3Z8HVbvGHSF08SAuh5ow5iD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15264;line-height:1.3;letter-spacing:0;top:12.1875rem;left:22.5rem;height:0.89355625rem;display:block; }
#hcMB9x4kWw34ZAkiosJpcc0a8Iw7yyTu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15265;line-height:1.3;letter-spacing:0;top:13.375rem;left:22.5rem;height:1.94970625rem;font-style:normal;display:block; }
#vsNTmeZDZHhuRR6dnIWkL4VUSECS5XTC { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15266;line-height:1.3;letter-spacing:0;top:14rem;left:27.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#XhVo3eUPpiBx3kPsyO3S6pK8XyerZFJo { color:#7d7d7d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15269;line-height:1.3;letter-spacing:0;top:15.8125rem;left:22.5rem;height:0.9746125rem;display:block; }
#fuu0pKApF1Uhhi8zouyLDFOdQm7Z2uCZ { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15270;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #de0000, #b50000);background-image: -moz-linear-gradient(90deg, #de0000, #b50000);background-image: -ms-linear-gradient(90deg, #de0000, #b50000);background-image: -o-linear-gradient(90deg, #de0000, #b50000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b50000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b50000' );";background-image: linear-gradient(90deg, #de0000, #b50000);background-size:auto !important;top:17.3125rem;left:22.25rem;display:block; }
#FmpOD7ZXWNGDz61FwBlpfCaB8Cymyht6 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15271;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.5rem;height:1.13720625rem;font-style:normal;display:block; }
#MhAxfwUZSWcoXd782TqGLTOzt9LVtWiT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:20.1875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#F1yq2bQsByyyc0bNwyoKTVbFExZX3ovf { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15272;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:1.05615rem;display:block; }
#xEhTe8NpytwyAyZn7yI4MscMntKi6sXP { position:absolute;display:block;z-index:15286;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.4375rem;left:25.4375rem;overflow:hidden;display:block; }
#RnoDQ6diqSORiKilRs1IIrt288Sy4t56 { position:absolute;display:block;z-index:15287;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.4375rem;left:22.5rem;overflow:hidden;display:block; }
#IT01G0I7ngXGhV0tMRAE79ZNFVOnm6Hk { position:absolute;display:block;z-index:15293;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.4375rem;left:28.375rem;overflow:hidden;display:block; }
#yMeNfyXvG8EM3vHdLrv940AskScRgSQS { position:absolute;display:block;z-index:15296;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.4375rem;left:31.3125rem;overflow:hidden;display:block; }
#EGrpaQqTDgiB1Oh7URpyZ6Tv0Bou2Cmf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15263;line-height:1.3;letter-spacing:0;top:25.1875rem;left:22.5rem;height:1.05615rem;font-style:normal;display:block; }
#F9mAzWez4hESbWprweI0IIoDl8QD85M5 { position:absolute;display:block;z-index:15257;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.375rem;left:22.5rem;overflow:hidden;display:block; }
#lrtDSMyJTzKOa6qd25fuAsl7nBnfAJs4 { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.375rem;left:25.4375rem;overflow:hidden;display:block; }
#NMwtcnNbvhHnyApLaUtA7kVdNedFPMoK { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.375rem;left:28.375rem;overflow:hidden;display:block; }
#DCyyb1IZczV3XZiZIkSVBT01IPbPlBJ2 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:9rem;left:11.4375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15275;line-height:.9;letter-spacing:0;top:29.1875rem;left:22.5rem;height:4.285159375rem;display:block; }#ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#I6zq0xqEsS9NkukUMgQFa0nJcFfnZ6io { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15278;text-align:center;text-align-last:center;top:33.6875rem;left:24.8125rem;display:block; }
#TBt6p09SVyTpdk3JAqbtA2hHyFWnHxWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGp5lyuhW1DobTmO6xKnmmML135xK9io { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15201;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:8.6875rem;left:10.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hwq0Syan9TEWM3V7KDA7Q2ylOh4fWMCQ { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:8.955078125rem;left:31rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuUM46OCrcRGxZRxMpPsBTTCJz8JNdlU { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15203;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dc0000, #000000);background-image: -moz-linear-gradient(90deg, #dc0000, #000000);background-image: -ms-linear-gradient(90deg, #dc0000, #000000);background-image: -o-linear-gradient(90deg, #dc0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #dc0000, #000000);background-size:auto !important;top:8.6875rem;left:30.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WCeEqd1aeBorWUioX189HPACJh25KBMd { position:absolute;display:block;z-index:15297;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:22.4375rem;left:2.5rem;overflow:hidden;display:block; }
#yJbyzalWKF0kJhQekUgL0L4Fi5cab1Z6 { box-sizing:content-box;height:34.375rem;width:15.625rem;position:absolute;display:block;z-index:15136;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #de0000, #4f0707);background-image: -moz-linear-gradient(180deg, #de0000, #4f0707);background-image: -ms-linear-gradient(180deg, #de0000, #4f0707);background-image: -o-linear-gradient(180deg, #de0000, #4f0707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#4f0707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#4f0707' );";background-image: linear-gradient(180deg, #de0000, #4f0707);background-size:auto !important;top:1.5rem;left:42.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(0,0,0,0.81);border-left:0.0625rem solid rgba(0,0,0,0.81);border-right:0.0625rem solid rgba(0,0,0,0.81);border-bottom:0.0625rem solid rgba(0,0,0,0.81);display:block; }
#dRU4XKKKKBC0xR7cBK9yuuUB3OVZiJqo { position:absolute;display:block;z-index:15298;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.9375rem;width:19.8125rem;top:12.0625rem;left:40.1103515625rem;overflow:hidden;display:block; }
#Ir28eHOtcTTDBfvVpwkZdkO1OPR20gOO { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15299;line-height:1.3;letter-spacing:0;top:2.3125rem;left:42.4375rem;height:3.0869125rem;display:block; }
#tFIctrHPLaQ9TITlkcT1RBnnpJCO5TKR { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15300;line-height:1.3;letter-spacing:0;top:5.8125rem;left:42.46875rem;height:4.8730625rem;display:block; }
#ahz2m8ZMuQH5JW6vho2XKZutfw9D772R { position:absolute;display:block;z-index:15301;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.5rem;left:43.125rem;overflow:hidden;display:block; }
#NixVemRRDITdPXbcuQSvCk4JKqcJWlZC { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.5rem;left:46.625rem;overflow:hidden;display:block; }
#IWP4c4D9EFzJTb37ek3bEvWoWBmB5g1J { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.4375rem;left:50.1875rem;overflow:hidden;display:block; }
#eO3SoXd8D9tJ5iOoTApsSGM43Dm7AUHq { position:absolute;display:block;z-index:15304;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:32.5rem;left:53.8125rem;overflow:hidden;display:block; }
#sAT4wukDeCwvxTdfzXpQ86b8tXVuuIaD { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29rem;left:43.1875rem;overflow:hidden;display:block; }
#DJg1OHNFdyKc7LaPOW5x9AXU91CbBpiy { position:absolute;display:block;z-index:15303;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.0625rem;left:46.6875rem;overflow:hidden;display:block; }
#Szu6Ziasu1DlAcw0KpMx0rgvUzgVaTId { position:absolute;display:block;z-index:15304;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.0625rem;left:50.125rem;overflow:hidden;display:block; }
#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF { position:relative;display:block; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF { background-color: transparent; background-image: none; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row .container > .video-iframe-container { display: none; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row > .video-iframe-container { display: none; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .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); }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF { border-width: 0; border-radius: 0; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .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; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rz7WSwpPQk1n8NVbapgDPGKpc1VC0upt { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:21.3125rem;height:1.70605625rem;display:block; }
#XZN317hgqESJSnBUD9QhNFJ7suzSE9Nh { box-sizing:content-box;height:0.1875rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:#e10000;background-image:none;top:4.625rem;left:21.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ehUIAPrgcuqSfAXBo4Ggz3HQIvmS9rI4 { color:#e50000;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.5625rem;left:24.3125rem;height:2.03125rem;display:block; }
#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe { position:relative;display:block; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe { background-color: transparent; background-image: none; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container > .video-iframe-container { display: none; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row > .video-iframe-container { display: none; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .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); }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe { border-width: 0; border-radius: 0; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container { border-top:0.0625rem solid #3f3b3b;border-left:0.0625rem solid #3f3b3b;border-right:0.0625rem solid #3f3b3b;border-bottom:0.0625rem solid #3f3b3b;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#dvL5CZtTVeMSUFbXwP3wl2LvSSdcT8tN { 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:5.625rem;width:5.625rem;top:0.9375rem;left:7.1875rem;overflow:hidden;display:block; }
#drmvbU4VdFfO3VVpwLGyd3C182JXgtxP { 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.625rem;width:5.625rem;top:0.9375rem;left:47.1875rem;overflow:hidden;display:block; }
#FI744euEbsIn1pkJMLzbrr0ETKfmwCCK { color:#000000;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.3125rem;height:1.625rem;display:block; }
#fn8G1huNoARsoC9MTN5I9MXvbqVsSdDA { color:#565656;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:0.78125rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#R6qgksq8GzE5B61cQd05XxFT7yaTJH4w { color:#565656;display:block;width:14.5625rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.75rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#DnZaOhWiRiqdHugz8D4RZp7nXXSkV0oT { color:#de0000;display:block;width:9.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:5.4375rem;height:1.05615rem;display:block; }
#GnugkeZQWMVhWXCqwsTS6wmCDtWJT6VO { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:44.9375rem;height:1.625rem;display:block; }
#GtkMrDXvOX13KNnaslVuoxIPExePd6WB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#bSe4ChtwzZfUl8FTiTI2OSHxWhtCvUy7 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:26.5625rem;height:1.625rem;display:block; }
#vLARrxCd87UKIL1BWd4pwhUMw2k4UTCD { color:#de0000;display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:25.40625rem;height:1.05615rem;display:block; }
#ERvTm2g93Z2bKht1n5iTDPq7Gr64ABqh { color:#565656;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:20.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI { position:relative;display:block; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI { background-color: transparent; background-image: none; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row .container > .video-iframe-container { display: none; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row > .video-iframe-container { display: none; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .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); }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI { border-width: 0; border-radius: 0; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .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; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L1oyiH8Ubo3DTupFrW55wpTm8ndxEAZr { color:#000000;display:block;width:13.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.1875rem;height:2.03125rem;display:block; }
#IfV5InabLhZQ456ALi74i6QPcX0w3CLN { box-sizing:content-box;height:0.1875rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:#e10000;background-image:none;top:2.875rem;left:23.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk { position:relative;display:block; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk { background-color: transparent; background-image: none; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row .container > .video-iframe-container { display: none; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row > .video-iframe-container { display: none; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .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); }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk { border-width: 0; border-radius: 0; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .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; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MzOmrWmfsOusTKUeSbanniXKL3bTGPpM { box-sizing:content-box;height:15rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.91);background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #b3b3b3;border-left:0.0625rem solid #b3b3b3;border-right:0.0625rem solid #b3b3b3;border-bottom:0.0625rem solid #b3b3b3;display:block; }
#lMMlQKKnvnqIz18ETUtDcyiTEpvUeUHS { 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:10.375rem;width:8.6875rem;top:1rem;left:3.15625rem;overflow:hidden;display:block; }
#G1EtoEpULBf8JCk6n1SuBEDCxmyOMHy8 { 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:8.6875rem;width:8.6875rem;top:2.15625rem;left:18.15625rem;overflow:hidden;display:block; }
#N88APwpSMJxbIAcBhBwdKAE1ZVZ4kKe7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:2.09375rem;left:33.09375rem;overflow:hidden;display:block; }
#TkkeTQSdQpilxLApFMshG9MCH7KGUoHH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.5625rem;top:2.53125rem;left:48.71875rem;overflow:hidden;display:block; }
#RrVF0vTJst2sCm6ccJJyL6G8vPqTMVkD { color:#000000;display:block;width:7.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.03125rem;left:3.625rem;height:1.29980625rem;display:block; }
#xTp4OtFtELVAHlxlARHAvv1UlzqkVEHT { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.09375rem;left:19.46875rem;height:1.29980625rem;display:block; }
#thlFESIFBTTm9RiVV2DcL2UoKONJmq5z { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.34375rem;left:34.90625rem;height:1.29980625rem;display:block; }
#g3pdyhch5piIwl8OGyfd5ZHZ7wtGcfo6 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.34375rem;left:47.28125rem;height:1.29980625rem;display:block; }
#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container { background-color: transparent; background-image: none; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container > .video-iframe-container { display: none; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row > .video-iframe-container { display: none; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .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); }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container { border-width: 0; border-radius: 0; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc { color:#000000;display:block;width:37.25rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15281;line-height:1.7;letter-spacing:0;top:10.0625rem;left:1.5625rem;height:11.984375rem;text-align:justify;text-align-last:initial;display:block; }#D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-form-header {  }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:16.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#e10000;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.0625rem;margin-bottom:0.25rem;margin-left:0.0625rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:16.4375rem;height:2.375rem;font-family:"open sans";overflow:hidden; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.4375rem;overflow:hidden;font-style:normal; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .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; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .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.5; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-container:first-of-type{padding-top:0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-container:last-of-type{padding-bottom:0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.625rem;height:auto;border-top:0.0625rem solid #5d5d5d;border-left:0.0625rem solid #5d5d5d;border-right:0.0625rem solid #5d5d5d;border-bottom:0.0625rem solid #5d5d5d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40rem;top:0.875rem;z-index:15018;position:absolute; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.625rem;display:block;vertical-align:top; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.5rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz {display:block;}#lrgtAfIicghnECmESGO5Put0DqDdacTz { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.625rem;height:auto;border-top:0.0625rem solid #5d5d5d;border-left:0.0625rem solid #5d5d5d;border-right:0.0625rem solid #5d5d5d;border-bottom:0.0625rem solid #5d5d5d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40rem;top:0.875rem;z-index:15018;position:absolute; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #RLrioSXEsJlW1ZDBphxRxFHEJknCJ64u { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #hJMMLwu3FmLxbPNPyOAfksF0gFTI2Wc8 { position:relative;display:block; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #csQVdcnbuZKWlQUoREAtNrZbvhUaaf9K { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #yGZyzi4d2KOWdltmwgz5khrMXUaKVlha { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #DR0bbKK1xz1mPuLQ9HZ3Jv0Hqds2qTWv { position:relative;display:block; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #LNhiUbsJAoG7ns6O4L6RxXk4JZFFQEub { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #A2mU7BPoMlQMlGkIsLl8FcSEGWglQhRl { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #kry4lG6vLOz87Mh7kMVRMuT4TJ92o2fr { position:relative;display:block; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #W5WPZQOHB81PgA9OdbcKSZ3RXlsBJg6Q { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #T4Mxyz8zuTS3Aecyf4BX3BXbx9TKp2bn { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #nBE6r1P3xvT5XECQFr7RlcO0Jw3N738Q { position:relative;display:block; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #NkPVpFv1SzSXDmJNIwlHA6BAEq6IdG73 { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #aqCPfcxPIM6qqrdpoFNbWS9mE4wJREab { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #okFbtp7Bo2UblynCKAm71BT69By1Jlkh { position:relative;display:none; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #gU0UfRsbRE75rPiQFr4n3XxicrsW3doF { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #HITp5dhn93xV9zwIUDLDgDiPmePRpHZb { position:relative;display:block;z-index:15000; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #TQZoaSsyiwkAn5x3hhcnCzyczwl9eLgd { position:relative;display:block;z-index:15000; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #EkCl4Smn6rE82VfP2I9scXZyd1mui1MC { position:relative; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz #bobaZsFUluuWwiOFBbRHSlAAx9iLq0Ud { position:relative; }
#Ra6coHwTIdGlGHUad5V6i51cvkheygqp { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.875rem;left:5.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wO1eQQHFz4GNC32il2yQxNPIK3wx7cXA { color:#e60000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.46240234375rem;left:12.84375rem;height:1.13720625rem;font-style:normal;display:block; }
#Xk8FH1RazZ5uZXNCbu5ozZhWZbey094l { z-index:15030;top:25.25rem;left:22.6875rem;background-color:rgba(0,0,0,0.68);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SDVouL34r90RRPMHlEdxzitJx4cNs7qR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4WQLIo5orPhobf9Tnsbk1QxaNTuFR7G { z-index:15023;top:25.32421875rem;left:5.75rem;background-color:rgba(0,0,0,0.68);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lcs7NBdTqRaGyzpHKfdaR05T38ztbofl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 { position:relative;display:block; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 { background-color: transparent; background-image: none; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row .container > .video-iframe-container { display: none; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row > .video-iframe-container { display: none; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .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); }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 { border-width: 0; border-radius: 0; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .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; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VNkgUl7t9c7qCyhE0xsQ1AwJexVKasDR { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78759765625rem;left:0.9375rem;height:2.9238375rem;display:block; }
#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container { background-color: transparent; background-image: none; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container > .video-iframe-container { display: none; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row > .video-iframe-container { display: none; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .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); }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container { border-width: 0; border-radius: 0; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#ftXeS5vi4grQhwOmzKlNQ3eexarDX639 { color:#000000;display:block;width:7rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.8125rem;height:1.86865rem;display:block; }
#fu5AfGUzXzpS3shfQdmbzK9QgNvJ5S52 { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.55517578125rem;left:0.8125rem;height:12.669925rem;text-align:justify;text-align-last:initial;display:block; }
#z79e3pigT7UzuZMhxqhmvS9I2quT9NzX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.375rem;width:14.4375rem;top:2.5rem;left:45.0625rem;overflow:hidden;display:block; }
#OtJlfuaMbxHkLqKcSEfMarZ1xHXzcNKh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:46.0625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#bGxdH4uL0f40AuB3cOFZ2Z9UcKzbrwB5 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:2.11230625rem;font-style:normal;display:block; }
#qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15005;opacity:1;top:11.6875rem;left:45.6875rem; }
#qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#yeesfvd7kwixfPg1kx5X5oqD6KWJcPWm { box-sizing:content-box;height:12.875rem;width:14.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec0000, #000000);background-image: -moz-linear-gradient(180deg, #ec0000, #000000);background-image: -ms-linear-gradient(180deg, #ec0000, #000000);background-image: -o-linear-gradient(180deg, #ec0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ec0000, #000000);background-size:auto !important;top:2.5rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container { background-color: transparent; background-image: none; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container > .video-iframe-container { display: none; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row > .video-iframe-container { display: none; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .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); }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container { border-width: 0; border-radius: 0; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#pa5e563e2ff9a13ab07728257cb47e53 { z-index:15003;top:0.84375rem;left:19.5625rem;background-color:rgba(0,0,0,0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:1.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e68c2404259293958cd25a894dcccffe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu { display:block; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI6J7mkXzzEbCA7rDBfRUbOAwTuoSTLG { top:1.1875rem;left:39.625rem;width:8.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNg9a3fpOvVuJ3wo7ukaC9ts47phZnag { display:block; }
 }@media only screen and (max-width: 763px) { #JM7aoqVn8kQJNxZRGdOG6g01WL4sfnzf { width:6.3125rem;height:2.5rem;top:1.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7FzRZr15tNuN2EuM23lzMMiSiR9Nbw { display:block; }
 }@media only screen and (max-width: 763px) { #WV18xEScCwtZOPqcvVNDuARXAUGmCeTh { width:8.875rem;height:2.5rem;top:1.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpwSqPZ36Ipt4Tsg1ZLTMC3CBNRq7M8 { display:block; }
 }@media only screen and (max-width: 763px) { #s4I5ZlpzyFx0I6MMmGp3UykgLwxvWHiJ { width:7.75rem;height:2.5rem;top:1.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dTB42k3DLB0vaqHzch0ckkxeXTIqKw { display:block; }
 }@media only screen and (max-width: 763px) { #GPXERohUeaK7gHzCeiITCbiCLw9lmycB { top:3.875rem;left:0rem;width:10.4375rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPRtir9fbTP2iFVRLp37Wi41eTUuXMk { top:0.0625rem;left:0rem;width:7.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK { display:block; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eda077f87f89154c54437c8e8c31b90e { top:18.9375rem;left:0.59375rem;width:7.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e01320a128de940972ab87a8d6b4f0d7 { display:block; }
 }@media only screen and (max-width: 763px) { #ioqPhx7gIIgG68kCv6AKpZXeItfQJyR7 { top:21.625rem;left:44.4375rem;width:3.3125rem;height:0.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKBJva3y9QShfDrethDFEvbNk0IXboB { top:22.8125rem;left:0rem;width:29.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1t91H0w4Rf6aQKegb2eiSuVBHAy9hnG { display:block; }
 }@media only screen and (max-width: 763px) { #hP2hmfgGGzT0VE2OMc5tAQl11wmnCvL7 { top:22.8125rem;left:17rem;width:30.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaaqzdHD8L4Ehy0wGWMWyF0B18Hlh9HF { display:block; }
 }@media only screen and (max-width: 763px) { #WVltM3O3LLRdqPxPctSmTL9RrHqMlKLg { top:10.875rem;left:0rem;width:18.8125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVDaS8ZMLDR1m7ZXpnhGkqKvimsvTC3h { top:14.625rem;left:0rem;width:18.8125rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPWyqwyJdULIOA37h347byvoI8h701TT { top:10.375rem;left:0rem;width:20.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { display:block; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUPUn0wFV5tE37VrFCSGSHL8vVzGNvbF { top:0.375rem;left:0rem;width:31.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHGyMEnWzXaTrciAdtff7t05AJALEbFT { top:2.8125rem;left:0rem;width:44rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSc1vz86vO71PSBsdp7pIy9fFe5kWdfa { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 { display:block; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ5ULSkBtTho9L7ucPFTnE5hGbDT5pdd { top:0.8125rem;left:0.125rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOFFvRIuyCQUDtiqmLihy4wsFSdy1vkp { top:0.875rem;left:0rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQ0TVn9W8MoZRSSGRn40bqfTtvhAqv9 { top:0.875rem;left:2.75rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBnUosMP0CepBdGTUDPkXvuIKXuWQHk { top:0.9375rem;left:4.125rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydLDpdbuPzvobHOMmyvra6TTXrZgBnn { top:5.1875rem;left:0.5625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7mkut1fkKKOkibh5lJGM1OP1EMTbRxv { top:4.875rem;left:0.1875rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXACT7o0yAUTloIPPFhTJcV2FXtw0uqB { top:6.1875rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCF9y5JbaErcD5JqpnvvPDdkgKsiqnpe { top:7.9375rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy82xpMyJAycoKJ471fkSGGHOwI1g1mc { top:9.125rem;left:0.4375rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgRnAmuH9RrnNeyVDHSOlTnpWIBQuR4t { top:10.75rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb9Sdle6NqHsuKk9LQvQRpzxb1rnvR3i { top:11.4375rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyV5QUi8zB60mbswVMWuLpH0tNqrwnTe { top:12.625rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1RqQUMbfvNuLeWnhL3EWlh2skpNnSr { top:13.25rem;left:5.375rem;width:5rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nebwbePno7ya7VmQERGLdyZ4FmsLZcgv { top:14.5625rem;left:0.5625rem;width:6.3125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkzpTa6DFIxsI8X05S7sE209wpZAdZeR { top:24.4375rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJWGXUZHFttAI6VfoLWh3PGA1T76iIyz { top:25.5625rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTd8EkcUMzGXIPsfE0h6bxzSysGx8nmE { top:27.0625rem;left:3.0625rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i { top:28.5rem;left:0.4375rem;width:14.375rem;height:2.9375rem;font-size:0.75rem;display:block; }#wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #oy1MrO70FapJCt1Wq1tMeW612I9SuH0T { width:10rem;height:2.125rem;top:32.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkxRyhLq1HrQsGZP3lZOsgV1MwTMcnE { display:block; }
 }@media only screen and (max-width: 763px) { #LDxtWSkTCVKWZoK6lmKqkcBrO6MAVcb4 { top:0.9375rem;left:16rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTlL5MDckpf3To5CvCZrvgUFsxb9HJG { top:1rem;left:16.0625rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTHJTRrhCaSPIzv4D3donxZ2DMhb7tP { top:1.0625rem;left:20rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns5TX3ko6R81QPCtQfwrdT6LTaCPyhxp { top:1rem;left:18.625rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDktJ1PpaRp0qFg4UltpMvN13ZbpUrvL { top:5.3125rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3FMwUltbBmaZQGuvRu43T2MUZm8BL2 { top:5rem;left:16.0625rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7yayk0pXa5KZAyeeJgGiEaerZTKt5J { top:6.3125rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHGk9pN2239b1zKZRoGh1JMtdTRpEwky { top:8.0625rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQmx1DkIS2Ir2h20IsXxQ4chXNtR4g6H { top:9.25rem;left:16.3125rem;width:14.3125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcvkpnSpHPh2WVTGoAy9hPSfQaQNLPgm { top:10.875rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXeAeXTqCTaMTpGBxbyGVyJRPDcPzkid { top:11.5625rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUQVRyemSXdCscFLNBmSUrTsbATRGhN { top:12.75rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdJJJKXJoSQ1umUwOi50S3h6Gg9NT9L { top:13.375rem;left:21.25rem;width:5.0625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx7529wARa5eeWzmqeLV0zc4zU28FLcv { top:14.5625rem;left:16.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMeNxi712ym19MyJ8sAX6Nr8PP5svDQ { top:24.5625rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCf6kFLyZ4tcqH4CoAqdHPcTxsXhTzr9 { top:25.6875rem;left:19.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTi3KT7ZZb2tcvIpVrQtNh0Z3p4oG4bq { top:25.6875rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiJnmsBEWzB0fgrNHJmyHdPRsq67Pzf { top:27.1875rem;left:22.25rem;width:6.375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw { top:28.625rem;left:16.3125rem;width:14.375rem;height:2.9375rem;font-size:0.75rem;display:block; }#btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #A1q8RUT0n1175JGst0r5NDs83t0R1p5z { width:10rem;height:2.125rem;top:32.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0G9AdQrzcI420QnR96MDTDBsoGgJ9Ub { display:block; }
 }@media only screen and (max-width: 763px) { #eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { display:block; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT7S6q8pTzxNfBUTBDVJU7PTP6qT4hDT { top:0.375rem;left:0rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPtwsqI1HpC2mrbSL33WfCTFAxQDRFxq { top:2.8125rem;left:0rem;width:44rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Ooi2A3Nrrx0OhuiUG63Aket9Hlhpuv { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK { display:block; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHOLgPMe1UNM8P1tatWzq0EWhurR47qy { top:1.5625rem;left:0.125rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfh4ksWX3cxGmA7WxZefO5aRyBC8oO0 { top:1.625rem;left:0.1875rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hrf6m8FyHe10Miaa6m9ZQUJwd2aafx { top:1.625rem;left:2.75rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5RWB5I2ZUxgRDZZxmeovQ5ezX4bmK { top:1.6875rem;left:3.75rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #em26eaBMvngxIQiUW2k27V2sxBEPOLMb { top:5.9375rem;left:0.5625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKuLgr34PW7u6UHKBsaVe6N2sxBNNl { top:5.8125rem;left:0.1875rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHU4mnG7OqTriKCV51asf0Irid3NIxAV { top:6.9375rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTfRIryRuPQJQvFuuT5T63mFpnZWpvuh { top:8.6875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7XTWz1e09fCCxJX5knT5Lg7IdoqrJ8X { top:9.875rem;left:0.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyf4EOICFzTyMV53xvTRygbPCiQUgNJ { top:11.5rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPNtDBHCmXcTsFWMCI3pLh1TxxnMRwm { top:12.1875rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTQXth0QRi3eaS4btpMt1r47KH7dCOk { top:13.375rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIWJH83gAtPTcFPvBMrHyOOy2ZPDBQRU { top:14rem;left:5.3125rem;width:5.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfy2ONz617kM8O5s0J59GdqeIUloVPPO { top:15.8125rem;left:0.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiIf0B6bS0wms4yVs9gK2sfSLUPDJPM { top:17.3125rem;left:0.1875rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIH55xiCHPPU60JrGEMrxhJiPXNf1WBu { top:17.5625rem;left:4.78125rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlNxb4HngPfUxO2RRM7LCSRNVIAFiUQ { top:25.1875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPng7SrFTAgEg6bd9Ha5hLXdssK6eMi { top:26.3125rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w { top:29.25rem;left:0.4375rem;width:14.375rem;height:3.75rem;font-size:0.6875rem;display:block; }#Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #WTmbyZDuVnQnEeTJ0mdKehAw9tyRoPo0 { width:10rem;height:2.125rem;top:33.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTMen8VwzCeC2X10WfqTlNgTu292QqTR { display:block; }
 }@media only screen and (max-width: 763px) { #VR4hzubCUvB2ZgR9HlQKU56BTGwvZ8ls { top:1.5625rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWAdB0r1AIV7hQTknPaPlOhCRevLRQS { top:1.625rem;left:16.0625rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTi1Bafxo2UuJDsNdph59TNxnGwmcIZJ { top:1.625rem;left:18.625rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVgKaDMRNs1rbMlAJ4CFMgb9nQQmwzaV { top:1.6875rem;left:19.1875rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1LTt8UKzwTAbZBJsl6WcfRKJVO9M9w { top:5.8125rem;left:16.0625rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTNCmdZhLHoBAEUJtxTDAw5aGu6V3ym { top:5.9375rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSZg40uSihXCAqOIFJ5KAk9LJuSEWNfq { top:6.9375rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECt7lnPfdIO9mb6f5eMPt0zEBmBG66Q { top:8.6875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJCNDEKqDXGXEfuJD1PeGynuTziN9eP5 { top:9.875rem;left:16.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdJPSUJ3fcGe1dkD8FVeH2TormCRmds { top:11.5rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZqZnTVc4pOyQGBf8yPhKLaSCaTuV2r9 { top:12.1875rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlyPLRpQ4C3e4bwadUSXzPKHTncR6RV9 { top:13.375rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL6whqWdTxue76aH3eAd6EgTfNVmhDFK { top:14rem;left:21.25rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdu7c8k2IlIT8qluxvZz7vfTlxc7hTh { top:15.8125rem;left:16.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJdTzPKcJFIbPJfroneR5tQWXpJWqMZ { top:20.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBiStIsZ62JV366R2UVDh2sGpMU2GGH5 { top:21.25rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtFETPqdu59LVGEG6yKK8eDkBcoSPmD { top:25.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXzKUvaw0zLSD6kXzMuhIrm7Lb8sVG2x { top:26.3125rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD { top:29.25rem;left:16.3125rem;width:15.1875rem;height:3.75rem;font-size:0.6875rem;display:block; }#eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ACVCFdsCwAezmwAx0zExBzmwayCzQLMh { width:10rem;height:2.125rem;top:33.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2u1Q5JHZLsU8TD4UATItpXHTmVTTBQC { display:block; }
 }@media only screen and (max-width: 763px) { #T6SkuSGmnn2W8QKEcbhVeDLzsPQGu3uo { top:1.5625rem;left:31.875rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIfZZ5DB9FrQty10JmN1SqIJTpr5Rm5X { top:1.625rem;left:31.9375rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75D6ETdf20ELE6k2PMvlPJb159InTtG { top:1.625rem;left:34.5rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p59qPieqD9SSzIbuhgzWpFMfDS1rZTKz { top:5.9375rem;left:32.3125rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJniDfvCDcKNPXlCN7mm42KnMPoXcqWa { top:1.6875rem;left:35.0625rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7ggZfOBk3SgoSl9e3y6r66FDJct7Xs { top:5.8125rem;left:31.9375rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf8FQ46oIpwTw42VkghPVLiodLfWAS1D { top:6.9375rem;left:32.3125rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EftZwbLkpvP85xUxSnQWM6t1ebH9y2 { top:8.6875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXE7CfpEbNFUF0y2Z470LTHOp4dVOKi { top:11.5rem;left:32.1875rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDWlc99sTLxeZ6zASvQEDNKVurc29N8 { top:12.1875rem;left:32.1875rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQTidom4Ota3C8B5dH1GqsTIwLnKOxZ { top:13.375rem;left:32.1875rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4eIEAV7hXNMeHJTrOWHEFzsaAfkcbr { top:14rem;left:37.125rem;width:4.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCkUu43IBg8wnqnnHbbUVOfZuUPWvJS { top:14.0625rem;left:42.125rem;width:4.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcJ11ei1xgeqTOJUEsaqXZ7et3onMwA { top:15.8125rem;left:38.375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUTRBnOJqipdtWOHzUQSKaKt4GSFR55 { top:17.3125rem;left:31.9375rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJg9TG3g3rDair3xSP309DGJhcVx2gAI { top:18.0625rem;left:33.0625rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7gTg7IcPxMupWykFkoMNq2XTF9ezbi { top:15.4375rem;left:32.8125rem;width:4.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L61HRTfFRDRCGfxksEcx1hCvmh4qKRuT { top:15.1875rem;left:32.1875rem;width:5.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXXfChJ7igT4U2tHUuZ0SvU7PD4IHcrL { top:20.1875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIfCSFbOwoKXeEoNoHPfHAi4XRLDlJrr { top:9.875rem;left:32.1875rem;width:5.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCemEO0wzrzkx2bQAxkmzz9pvg0UBuPJ { top:21.25rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKKeykKgGb56Sf43eUxPq00UP0XxlDu { top:22.375rem;left:35.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umaGhI9CdRMCh4QgTuhKVTHA2QNXyous { top:25.1875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHy9WxKvD6cOuNRMaZzycw6Mvdxmgsg7 { top:26.3125rem;left:35.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeuowuQdrGi6t1TIbcPxeXpPDLQyMIn4 { top:26.3125rem;left:38.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwgtNBlo8LkxcpeSAS2xqTVuT6RkyFnf { top:26.3125rem;left:41rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FOE44iHlJyGsGzwTFUamMTxpTIZaFb { top:26.3125rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnQ7pXxaQVQGWgeKHWBt9yG56JR86u7L { top:22.375rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqwdxFauT9BycDviMw67mxf3fbXlWtt9 { top:29.1875rem;left:32.1875rem;width:15.1875rem;height:3.4375rem;font-size:0.6875rem;display:block; }#KqwdxFauT9BycDviMw67mxf3fbXlWtt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #xXiTkhinut3k7TxcTe7XJRzxsXE8lw7U { width:10rem;height:2.125rem;top:33.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5eILBpeZXu06ozJozxoDz6XStAhJSb { display:block; }
 }@media only screen and (max-width: 763px) { #O7z0NnHkcKN9SwfzqrLMULEU0vC5nxw1 { top:8.75rem;left:8.375rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDV5l972KNSxropSxZW55HidGcipZi9L { top:9rem;left:8.9375rem;width:6.1875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSE0pGWODSkvOip4ZlHgHxOr0EW9dCXL { top:8.6875rem;left:40.375rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZGrtXEfANHnVZGOFABC3CZeKgXDSKIW { top:9rem;left:41.1875rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFLxqIIiT28UWgXQw0cXER88BHzeIzy6 { top:10.5625rem;left:37.78125rem;width:9.375rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKPP0XI2oDz8d7lonDo11zOV5iSK8x27 { top:18.6875rem;left:4.5rem;width:6.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG { display:block; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoRcbe7Ll7DfBp27RbtOJ1sxoDVrWSBI { top:1.5625rem;left:0.125rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw4w4vHOZFQqV39TceAMsZPXmtxgc6xa { top:1.625rem;left:0.1875rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTByX6S4bRHT0do8g3rDJVrg0qrCDsy { top:1.625rem;left:2.75rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLZV2NxypQrx4LVvStKQN0COahBObs95 { top:1.6875rem;left:3.3125rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHUFivmJ2oqWdklqPh2mGyJu1wRQAhB { top:5.8125rem;left:0.1875rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szH46yNLJ5onoH4DbrkcZonOE9WIXx6f { top:5.9375rem;left:0.5625rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMafL0dEXef0vonLSBbBOxTeK5lVHnn { top:6.9375rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtRTpBK7xDEQh3od3wEaQGpleETNza1 { top:8.6875rem;left:0.4375rem;width:4.5625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk91RtyPd1mAeLEIdv9eIIRwmAT2ICNl { top:9.875rem;left:0.4375rem;width:4.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmHQCwIkOUXRo9yBoT33O4iIXfHtCZC7 { top:11.5rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJTFTVuXy8VSGLKZyy8tW7gJxPuvKkJ8 { top:12.1875rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fag0nO42JiGFLrmovf3lpvXWaLVXEJKW { top:13.375rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICV5wo0XZOHTMV2sbszGLzzIrzgghSO3 { top:14rem;left:5.375rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5OZHosUTDzaGbZwkSSo9ushXNu5TTed { top:15.8125rem;left:0.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghe1QNJTME6WOttHO4K5EVId6KTCOGqt { top:20.1875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxb2qJkQb9cQkz4PMJ7yd6ZUJxp8K8ve { top:21.25rem;left:0.4375rem;width:14.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCu1LQIiMrtpv76v9TvCaqWQJkAQ01P { top:25.1875rem;left:0.4375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdasdk89ch4317TZMTlPf2ehm2OdRcTR { top:26.375rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcRnLaENk2lxpI05BSv5WKmx6RK9QipT { top:26.375rem;left:3.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM { top:29.25rem;left:0.4375rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #sprFtDzTXCT45T0dwfDywogGZ6P8Qmu4 { width:10rem;height:2.125rem;top:33.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVPJZV0OSCzmrEd6nW6H3DqtgSuIRHm { display:block; }
 }@media only screen and (max-width: 763px) { #cy8xbeMDBN6Ao5tvURUqyolvJDNTGovT { top:1.5625rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsxz5P0OVKdcZ8dXXggqKpvTDv1Awei { top:1.625rem;left:16.0625rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPme2tfoD23Le9SRcdKdx9Sq8kCf8Lrq { top:1.625rem;left:18.625rem;width:10.625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHG6hDJfSkehEPV6T2Q25li9nOPO3vgl { top:1.6875rem;left:19.1875rem;width:9.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhFE8ieC9UqTcvgCmlhe0lkq5H8Ozlp { top:5.8125rem;left:16.0625rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQNsuFK53fKGswtJ7CUJLe2B8Jb0Lmq { top:5.9375rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os1B738U8QNs8mSkA0vbzxG7e2RZ9cTw { top:6.9375rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9Vr4zOusPsVQE8oCXC7cPc49kGJTrn { top:8.6875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3gdcnh5Uy2df3RVbJAVcQ4uymTeBfa3 { top:9.875rem;left:16.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5c1ihTr554aXTevIUSuX34yS6A3G09 { top:11.5rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6dJa5L3Z8HVbvGHSF08SAuh5ow5iD { top:12.1875rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMB9x4kWw34ZAkiosJpcc0a8Iw7yyTu { top:13.375rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsNTmeZDZHhuRR6dnIWkL4VUSECS5XTC { top:14rem;left:21.25rem;width:5.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVo3eUPpiBx3kPsyO3S6pK8XyerZFJo { top:15.8125rem;left:16.3125rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuu0pKApF1Uhhi8zouyLDFOdQm7Z2uCZ { top:17.3125rem;left:16.0625rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmpOD7ZXWNGDz61FwBlpfCaB8Cymyht6 { top:18.0625rem;left:19.3125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhAxfwUZSWcoXd782TqGLTOzt9LVtWiT { top:20.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yq2bQsByyyc0bNwyoKTVbFExZX3ovf { top:21.25rem;left:16.3125rem;width:14.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEhTe8NpytwyAyZn7yI4MscMntKi6sXP { top:22.4375rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnoDQ6diqSORiKilRs1IIrt288Sy4t56 { top:22.4375rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT01G0I7ngXGhV0tMRAE79ZNFVOnm6Hk { top:22.4375rem;left:22.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMeNfyXvG8EM3vHdLrv940AskScRgSQS { top:22.4375rem;left:25.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGrpaQqTDgiB1Oh7URpyZ6Tv0Bou2Cmf { top:25.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mAzWez4hESbWprweI0IIoDl8QD85M5 { top:26.375rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrtDSMyJTzKOa6qd25fuAsl7nBnfAJs4 { top:26.375rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwtcnNbvhHnyApLaUtA7kVdNedFPMoK { top:26.375rem;left:22.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyyb1IZczV3XZiZIkSVBT01IPbPlBJ2 { top:9rem;left:9.375rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm { top:29.1875rem;left:16.3125rem;width:15.1875rem;height:4.25rem;font-size:0.6875rem;display:block; }#ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #I6zq0xqEsS9NkukUMgQFa0nJcFfnZ6io { width:10rem;height:2.125rem;top:33.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBt6p09SVyTpdk3JAqbtA2hHyFWnHxWD { display:block; }
 }@media only screen and (max-width: 763px) { #TGp5lyuhW1DobTmO6xKnmmML135xK9io { top:8.6875rem;left:8.5625rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwq0Syan9TEWM3V7KDA7Q2ylOh4fWMCQ { top:8.9375rem;left:24.8125rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUM46OCrcRGxZRxMpPsBTTCJz8JNdlU { top:8.6875rem;left:24.4375rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeEqd1aeBorWUioX189HPACJh25KBMd { top:22.4375rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJbyzalWKF0kJhQekUgL0L4Fi5cab1Z6 { top:1.5rem;left:31.875rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRU4XKKKKBC0xR7cBK9yuuUB3OVZiJqo { top:12.0625rem;left:27.8125rem;width:19.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir28eHOtcTTDBfvVpwkZdkO1OPR20gOO { top:2.3125rem;left:32.125rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIctrHPLaQ9TITlkcT1RBnnpJCO5TKR { top:5.8125rem;left:32.15625rem;width:15.1875rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahz2m8ZMuQH5JW6vho2XKZutfw9D772R { top:32.5rem;left:32.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixVemRRDITdPXbcuQSvCk4JKqcJWlZC { top:32.5rem;left:36.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWP4c4D9EFzJTb37ek3bEvWoWBmB5g1J { top:32.4375rem;left:39.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3SoXd8D9tJ5iOoTApsSGM43Dm7AUHq { top:32.5rem;left:43.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAT4wukDeCwvxTdfzXpQ86b8tXVuuIaD { top:29rem;left:32.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJg1OHNFdyKc7LaPOW5x9AXU91CbBpiy { top:29.0625rem;left:36.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szu6Ziasu1DlAcw0KpMx0rgvUzgVaTId { top:29.0625rem;left:39.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF { display:block; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz7WSwpPQk1n8NVbapgDPGKpc1VC0upt { top:2.5rem;left:15.1875rem;width:17.4375rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZN317hgqESJSnBUD9QhNFJ7suzSE9Nh { top:4.625rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehUIAPrgcuqSfAXBo4Ggz3HQIvmS9rI4 { top:0.5625rem;left:18.1875rem;width:11.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe { display:block; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvL5CZtTVeMSUFbXwP3wl2LvSSdcT8tN { top:0.9375rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drmvbU4VdFfO3VVpwLGyd3C182JXgtxP { top:0.9375rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI744euEbsIn1pkJMLzbrr0ETKfmwCCK { top:6.5625rem;left:3.25rem;width:9.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn8G1huNoARsoC9MTN5I9MXvbqVsSdDA { top:9.75rem;left:0rem;width:18.4375rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qgksq8GzE5B61cQd05XxFT7yaTJH4w { top:9.6875rem;left:32.4375rem;width:14.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnZaOhWiRiqdHugz8D4RZp7nXXSkV0oT { top:8.1875rem;left:3.375rem;width:9.125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnugkeZQWMVhWXCqwsTS6wmCDtWJT6VO { top:6.5rem;left:34.625rem;width:10.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkMrDXvOX13KNnaslVuoxIPExePd6WB { top:0.9375rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSe4ChtwzZfUl8FTiTI2OSHxWhtCvUy7 { top:6.5625rem;left:20.375rem;width:6.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLARrxCd87UKIL1BWd4pwhUMw2k4UTCD { top:8.1875rem;left:19.21875rem;width:9.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvTm2g93Z2bKht1n5iTDPq7Gr64ABqh { top:9.75rem;left:13.3125rem;width:18.4375rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI { display:block; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1oyiH8Ubo3DTupFrW55wpTm8ndxEAZr { top:0.625rem;left:17.0625rem;width:13.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfV5InabLhZQ456ALi74i6QPcX0w3CLN { top:2.875rem;left:17rem;width:13.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy6cffiAmEWMH4c1IvSwVtESqriFBfNk { display:block; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzOmrWmfsOusTKUeSbanniXKL3bTGPpM { top:0.3125rem;left:0rem;width:47.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMMlQKKnvnqIz18ETUtDcyiTEpvUeUHS { top:1rem;left:1.625rem;width:8.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1EtoEpULBf8JCk6n1SuBEDCxmyOMHy8 { top:2.125rem;left:13.5625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N88APwpSMJxbIAcBhBwdKAE1ZVZ4kKe7 { top:2.0625rem;left:25.4375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkeTQSdQpilxLApFMshG9MCH7KGUoHH { top:2.5rem;left:38rem;width:7.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrVF0vTJst2sCm6ccJJyL6G8vPqTMVkD { top:12rem;left:2.09375rem;width:7.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTp4OtFtELVAHlxlARHAvv1UlzqkVEHT { top:12.0625rem;left:14.875rem;width:6.0625rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thlFESIFBTTm9RiVV2DcL2UoKONJmq5z { top:12.3125rem;left:27.25rem;width:5.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pdyhch5piIwl8OGyfd5ZHZ7wtGcfo6 { top:12.3125rem;left:36.5625rem;width:10.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UKJoA3PElwt3cdQoDADsgnWLITbZEl { display:block; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc { top:10.0625rem;left:0rem;width:37.25rem;height:11.9375rem;font-size:0.6875rem;display:block; }#D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-regular-label { display:block;width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.0625rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz  { width:16.625rem;height:auto;top:0.875rem;left:28.1875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz {display:block;}#lrgtAfIicghnECmESGO5Put0DqDdacTz { width:16.625rem;height:auto;top:0.875rem;left:28.1875rem; }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #RLrioSXEsJlW1ZDBphxRxFHEJknCJ64u {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #hJMMLwu3FmLxbPNPyOAfksF0gFTI2Wc8 {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #csQVdcnbuZKWlQUoREAtNrZbvhUaaf9K {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #yGZyzi4d2KOWdltmwgz5khrMXUaKVlha {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #DR0bbKK1xz1mPuLQ9HZ3Jv0Hqds2qTWv {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #LNhiUbsJAoG7ns6O4L6RxXk4JZFFQEub {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #A2mU7BPoMlQMlGkIsLl8FcSEGWglQhRl {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #kry4lG6vLOz87Mh7kMVRMuT4TJ92o2fr { display:block; }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #W5WPZQOHB81PgA9OdbcKSZ3RXlsBJg6Q {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #T4Mxyz8zuTS3Aecyf4BX3BXbx9TKp2bn {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #nBE6r1P3xvT5XECQFr7RlcO0Jw3N738Q {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #NkPVpFv1SzSXDmJNIwlHA6BAEq6IdG73 {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #aqCPfcxPIM6qqrdpoFNbWS9mE4wJREab {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #okFbtp7Bo2UblynCKAm71BT69By1Jlkh {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #gU0UfRsbRE75rPiQFr4n3XxicrsW3doF {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #HITp5dhn93xV9zwIUDLDgDiPmePRpHZb {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #TQZoaSsyiwkAn5x3hhcnCzyczwl9eLgd {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #EkCl4Smn6rE82VfP2I9scXZyd1mui1MC {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #bobaZsFUluuWwiOFBbRHSlAAx9iLq0Ud {  }
 }@media only screen and (max-width: 763px) { #Ra6coHwTIdGlGHUad5V6i51cvkheygqp { top:0.875rem;left:0rem;width:29.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO1eQQHFz4GNC32il2yQxNPIK3wx7cXA { top:5.4375rem;left:6.71875rem;width:14.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk8FH1RazZ5uZXNCbu5ozZhWZbey094l { top:25.25rem;left:16.5625rem;width:10.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDVouL34r90RRPMHlEdxzitJx4cNs7qR { display:block; }
 }@media only screen and (max-width: 763px) { #T4WQLIo5orPhobf9Tnsbk1QxaNTuFR7G { top:25.3125rem;left:0rem;width:10.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcs7NBdTqRaGyzpHKfdaR05T38ztbofl { display:block; }
 }@media only screen and (max-width: 763px) { #Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 { display:block; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNkgUl7t9c7qCyhE0xsQ1AwJexVKasDR { top:0.75rem;left:0rem;width:40.4375rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdwK70eVvlsFZdx6q6oylUbrDnX51RhB { display:block; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftXeS5vi4grQhwOmzKlNQ3eexarDX639 { top:1.0625rem;left:0rem;width:7rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5AfGUzXzpS3shfQdmbzK9QgNvJ5S52 { top:3.5625rem;left:0rem;width:41.9375rem;height:12.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79e3pigT7UzuZMhxqhmvS9I2quT9NzX { top:2.5rem;left:33.3125rem;width:14.4375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJlfuaMbxHkLqKcSEfMarZ1xHXzcNKh { top:9.125rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGxdH4uL0f40AuB3cOFZ2Z9UcKzbrwB5 { top:11.8125rem;left:37.3125rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN { top:11.6875rem;left:39.5625rem;width:2.25rem;height:2.25rem;display:block; }
#qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #yeesfvd7kwixfPg1kx5X5oqD6KWJcPWm { top:2.5rem;left:33.3125rem;width:14.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h { display:block; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5e563e2ff9a13ab07728257cb47e53 { top:0.8125rem;left:13.4375rem;width:20.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e68c2404259293958cd25a894dcccffe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu { position:relative;z-index:auto;display:block; }#rRAZhP9mi0xiqS9xXfIwL0ty7y3Vhxxu > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI6J7mkXzzEbCA7rDBfRUbOAwTuoSTLG { top:4.75rem;left:16.5rem;width:3.4375rem;height:1.5rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#de0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hNg9a3fpOvVuJ3wo7ukaC9ts47phZnag { display:block; }
 }@media only screen and (max-width: 763px) { #JM7aoqVn8kQJNxZRGdOG6g01WL4sfnzf { width:3.0625rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7FzRZr15tNuN2EuM23lzMMiSiR9Nbw { display:block; }
 }@media only screen and (max-width: 763px) { #WV18xEScCwtZOPqcvVNDuARXAUGmCeTh { width:5.6875rem;height:1.875rem;top:4.5625rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpwSqPZ36Ipt4Tsg1ZLTMC3CBNRq7M8 { display:block; }
 }@media only screen and (max-width: 763px) { #s4I5ZlpzyFx0I6MMmGp3UykgLwxvWHiJ { width:3.75rem;height:1.875rem;top:4.5625rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dTB42k3DLB0vaqHzch0ckkxeXTIqKw { display:block; }
 }@media only screen and (max-width: 763px) { #GPXERohUeaK7gHzCeiITCbiCLw9lmycB { width:9.1875rem;height:0.568359375rem;top:3.875rem;left:5.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPRtir9fbTP2iFVRLp37Wi41eTUuXMk { width:7.125rem;height:3.75rem;top:0.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK { display:block; }#X7ocxTfLbs2yGk4XEdSTJCV8528RxkuK > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eda077f87f89154c54437c8e8c31b90e { top:21.81103515625rem;left:6.875rem;width:6.25rem;height:2rem;font-size:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #e01320a128de940972ab87a8d6b4f0d7 { display:block; }
 }@media only screen and (max-width: 763px) { #ioqPhx7gIIgG68kCv6AKpZXeItfQJyR7 { width:2.3125rem;height:0.487305rem;top:12.5625rem;left:16.875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKBJva3y9QShfDrethDFEvbNk0IXboB { top:24.625rem;left:0rem;width:10rem;height:2.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ededed;background-image:none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1t91H0w4Rf6aQKegb2eiSuVBHAy9hnG { display:block; }
 }@media only screen and (max-width: 763px) { #hP2hmfgGGzT0VE2OMc5tAQl11wmnCvL7 { top:24.6875rem;left:10rem;width:10rem;height:2.1875rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaaqzdHD8L4Ehy0wGWMWyF0B18Hlh9HF { display:block; }
 }@media only screen and (max-width: 763px) { #WVltM3O3LLRdqPxPctSmTL9RrHqMlKLg { width:15.25rem;height:2.2744125rem;top:17.32568359375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVDaS8ZMLDR1m7ZXpnhGkqKvimsvTC3h { width:13.625rem;height:1.94921875rem;top:19.599609375rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPWyqwyJdULIOA37h347byvoI8h701TT { width:16rem;height:6.25rem;top:16.62353515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { display:block; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK { background-color: transparent; background-image: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container > .video-iframe-container { display: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row > .video-iframe-container { display: none; }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .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); }#nv16ADvTTHFZIi6gV3zR1RrpTuzeMEaK > .row .container { width:20rem;height:4.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUPUn0wFV5tE37VrFCSGSHL8vVzGNvbF { width:16.0625rem;height:1.4624rem;top:0.25rem;left:1.96875rem;font-size:1.125rem;color:#4f0707;display:block; }
 }@media only screen and (max-width: 763px) { #UHGyMEnWzXaTrciAdtff7t05AJALEbFT { width:20rem;height:1.625rem;top:2.08642578125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #oSc1vz86vO71PSBsdp7pIy9fFe5kWdfa { width:11.25rem;height:0.1875rem;top:1.77392578125rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 { display:block; }#Seh2M3SnqAQ96HgVW9EeWffMTvVq8514 > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ5ULSkBtTho9L7ucPFTnE5hGbDT5pdd { width:18.75rem;height:37.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOFFvRIuyCQUDtiqmLihy4wsFSdy1vkp { width:18.75rem;height:8rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQ0TVn9W8MoZRSSGRn40bqfTtvhAqv9 { width:11.25rem;height:1.25rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBnUosMP0CepBdGTUDPkXvuIKXuWQHk { width:9.4375rem;height:0.9746125rem;top:1.375rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydLDpdbuPzvobHOMmyvra6TTXrZgBnn { width:12.5rem;height:1.21875rem;top:6.5625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7mkut1fkKKOkibh5lJGM1OP1EMTbRxv { width:15.625rem;height:3.125rem;top:6.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXACT7o0yAUTloIPPFhTJcV2FXtw0uqB { width:13.875rem;height:1.4624rem;top:7.8125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCF9y5JbaErcD5JqpnvvPDdkgKsiqnpe { width:12.5rem;height:1.21875rem;top:10rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy82xpMyJAycoKJ471fkSGGHOwI1g1mc { width:12.5rem;height:1.625rem;top:11.25rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgRnAmuH9RrnNeyVDHSOlTnpWIBQuR4t { width:18.125rem;height:0.6875rem;top:13.21923828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb9Sdle6NqHsuKk9LQvQRpzxb1rnvR3i { width:12.5rem;height:1.05615rem;top:14.65234375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyV5QUi8zB60mbswVMWuLpH0tNqrwnTe { width:12.5rem;height:2.2749rem;top:15.5625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1RqQUMbfvNuLeWnhL3EWlh2skpNnSr { width:5.875rem;height:1.13720625rem;top:16.44970703125rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nebwbePno7ya7VmQERGLdyZ4FmsLZcgv { width:9.0625rem;height:1.13720625rem;top:17.7998046875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkzpTa6DFIxsI8X05S7sE209wpZAdZeR { width:12.5rem;height:1.21875rem;top:22.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJWGXUZHFttAI6VfoLWh3PGA1T76iIyz { width:3.125rem;height:3.125rem;top:24.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTd8EkcUMzGXIPsfE0h6bxzSysGx8nmE { width:7.8125rem;height:1.05615rem;top:26.07861328125rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i { width:14.375rem;height:3.63671875rem;top:28.75rem;left:0.9375rem;font-size:0.75rem;display:block; }#wk77eXqVfJcf81HQcPucS6Z5R0n3ub6i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #oy1MrO70FapJCt1Wq1tMeW612I9SuH0T { width:15.625rem;height:2.8125rem;top:34.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkxRyhLq1HrQsGZP3lZOsgV1MwTMcnE { display:block; }
 }@media only screen and (max-width: 763px) { #LDxtWSkTCVKWZoK6lmKqkcBrO6MAVcb4 { width:18.75rem;height:37.5rem;top:41.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTlL5MDckpf3To5CvCZrvgUFsxb9HJG { width:18.75rem;height:8rem;top:41.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTHJTRrhCaSPIzv4D3donxZ2DMhb7tP { width:9.4375rem;height:0.9746125rem;top:42rem;left:5.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns5TX3ko6R81QPCtQfwrdT6LTaCPyhxp { width:11.25rem;height:1.25rem;top:41.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDktJ1PpaRp0qFg4UltpMvN13ZbpUrvL { width:12.5rem;height:1.21875rem;top:47.3125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3FMwUltbBmaZQGuvRu43T2MUZm8BL2 { width:15.625rem;height:3.125rem;top:46.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX7yayk0pXa5KZAyeeJgGiEaerZTKt5J { width:13.6875rem;height:1.4624rem;top:48.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHGk9pN2239b1zKZRoGh1JMtdTRpEwky { width:12.5rem;height:1.21875rem;top:50.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQmx1DkIS2Ir2h20IsXxQ4chXNtR4g6H { width:15.6875rem;height:1.625rem;top:51.875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcvkpnSpHPh2WVTGoAy9hPSfQaQNLPgm { width:18.125rem;height:0.6875rem;top:53.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXeAeXTqCTaMTpGBxbyGVyJRPDcPzkid { width:12.5rem;height:1.05615rem;top:55.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrUQVRyemSXdCscFLNBmSUrTsbATRGhN { width:12.5rem;height:2.2749rem;top:56.2431640625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdJJJKXJoSQ1umUwOi50S3h6Gg9NT9L { width:6.5625rem;height:1.13720625rem;top:57.255859375rem;left:6.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx7529wARa5eeWzmqeLV0zc4zU28FLcv { width:8.125rem;height:1.13720625rem;top:58.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMeNxi712ym19MyJ8sAX6Nr8PP5svDQ { width:6rem;height:1.21875rem;top:63.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCf6kFLyZ4tcqH4CoAqdHPcTxsXhTzr9 { width:3.125rem;height:3.125rem;top:64.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTi3KT7ZZb2tcvIpVrQtNh0Z3p4oG4bq { width:3.125rem;height:3.125rem;top:64.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiJnmsBEWzB0fgrNHJmyHdPRsq67Pzf { width:7.875rem;height:1.05615rem;top:66.875rem;left:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw { width:14.375rem;height:3.63671875rem;top:69.375rem;left:0.9375rem;font-size:0.75rem;display:block; }#btaxhOmcfP0BU9CLrhBMRWEQne9sVsvw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #A1q8RUT0n1175JGst0r5NDs83t0R1p5z { width:15.625rem;height:2.8125rem;top:75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0G9AdQrzcI420QnR96MDTDBsoGgJ9Ub { display:block; }
 }@media only screen and (max-width: 763px) { #eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { display:block; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV { background-color: transparent; background-image: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container > .video-iframe-container { display: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row > .video-iframe-container { display: none; }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .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); }#eUGhJ8gNifUhQPDPuC5FtArMPlwyQnqV > .row .container { width:20rem;height:4.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT7S6q8pTzxNfBUTBDVJU7PTP6qT4hDT { width:10.75rem;height:1.4624rem;top:0.0625rem;left:4.625rem;font-size:1.125rem;font-family:arial;color:#4f0707;display:block; }
 }@media only screen and (max-width: 763px) { #fPtwsqI1HpC2mrbSL33WfCTFAxQDRFxq { width:20rem;height:1.625rem;top:1.96142578125rem;left:0rem;font-size:0.625rem;font-family:arial;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #M7Ooi2A3Nrrx0OhuiUG63Aket9Hlhpuv { width:11.25rem;height:0.1875rem;top:1.58642578125rem;left:4.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK { display:block; }#ZoPMxanfxNc2BcifDrJiO8ntnv1lFPuK > .row .container { width:20rem;height:121.64355625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHOLgPMe1UNM8P1tatWzq0EWhurR47qy { width:18.75rem;height:37.5rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfh4ksWX3cxGmA7WxZefO5aRyBC8oO0 { width:18.75rem;height:8rem;top:1rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hrf6m8FyHe10Miaa6m9ZQUJwd2aafx { width:11.25rem;height:1.25rem;top:0.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5RWB5I2ZUxgRDZZxmeovQ5ezX4bmK { width:9.4375rem;height:0.9746125rem;top:1.083984375rem;left:5.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #em26eaBMvngxIQiUW2k27V2sxBEPOLMb { width:12.5rem;height:1.21875rem;top:6.1875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKuLgr34PW7u6UHKBsaVe6N2sxBNNl { width:15.625rem;height:3.3125rem;top:5.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHU4mnG7OqTriKCV51asf0Irid3NIxAV { width:12.5rem;height:1.4624rem;top:7.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTfRIryRuPQJQvFuuT5T63mFpnZWpvuh { width:12.5rem;height:1.05615rem;top:9.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7XTWz1e09fCCxJX5knT5Lg7IdoqrJ8X { width:12.5rem;height:1.4624rem;top:10.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyf4EOICFzTyMV53xvTRygbPCiQUgNJ { width:18.125rem;height:0.6875rem;top:12.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPNtDBHCmXcTsFWMCI3pLh1TxxnMRwm { width:12.5rem;height:0.89355625rem;top:13.125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTQXth0QRi3eaS4btpMt1r47KH7dCOk { width:12.5rem;height:1.94970625rem;top:14.0625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIWJH83gAtPTcFPvBMrHyOOy2ZPDBQRU { width:5.3125rem;height:0.9746125rem;top:14.6875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfy2ONz617kM8O5s0J59GdqeIUloVPPO { width:6.3125rem;height:0.89355625rem;top:16.3125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiIf0B6bS0wms4yVs9gK2sfSLUPDJPM { width:18.75rem;height:2.5rem;top:18.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIH55xiCHPPU60JrGEMrxhJiPXNf1WBu { width:12.5rem;height:1.13720625rem;top:18.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlNxb4HngPfUxO2RRM7LCSRNVIAFiUQ { width:12.5rem;height:1.05615rem;top:25.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPng7SrFTAgEg6bd9Ha5hLXdssK6eMi { width:2.8125rem;height:2.8125rem;top:26.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w { width:17.6875rem;height:4.6875rem;top:30rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#Tr6ruyGnUte8TwhPVCIKKuRHsLXvSk7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #WTmbyZDuVnQnEeTJ0mdKehAw9tyRoPo0 { width:15.625rem;height:2.5rem;top:35.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTMen8VwzCeC2X10WfqTlNgTu292QqTR { display:block; }
 }@media only screen and (max-width: 763px) { #VR4hzubCUvB2ZgR9HlQKU56BTGwvZ8ls { width:18.75rem;height:37.5rem;top:40.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWAdB0r1AIV7hQTknPaPlOhCRevLRQS { width:18.75rem;height:8rem;top:40.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTi1Bafxo2UuJDsNdph59TNxnGwmcIZJ { width:11.25rem;height:1.25rem;top:40.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVgKaDMRNs1rbMlAJ4CFMgb9nQQmwzaV { width:9.4375rem;height:0.9746125rem;top:40.75rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1LTt8UKzwTAbZBJsl6WcfRKJVO9M9w { width:15.625rem;height:3.3125rem;top:45.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyTNCmdZhLHoBAEUJtxTDAw5aGu6V3ym { width:12.5rem;height:1.21875rem;top:45.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSZg40uSihXCAqOIFJ5KAk9LJuSEWNfq { width:12.5rem;height:1.4624rem;top:47.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECt7lnPfdIO9mb6f5eMPt0zEBmBG66Q { width:12.5rem;height:1.05615rem;top:49.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJCNDEKqDXGXEfuJD1PeGynuTziN9eP5 { width:12.5rem;height:1.4624rem;top:50.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQdJPSUJ3fcGe1dkD8FVeH2TormCRmds { width:18.125rem;height:0.6875rem;top:51.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZqZnTVc4pOyQGBf8yPhKLaSCaTuV2r9 { width:12.5rem;height:0.89355625rem;top:52.5rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlyPLRpQ4C3e4bwadUSXzPKHTncR6RV9 { width:12.5rem;height:1.94970625rem;top:53.375rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL6whqWdTxue76aH3eAd6EgTfNVmhDFK { width:4.875rem;height:0.9746125rem;top:54.0625rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdu7c8k2IlIT8qluxvZz7vfTlxc7hTh { width:6.3125rem;height:0.89355625rem;top:55.625rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJdTzPKcJFIbPJfroneR5tQWXpJWqMZ { width:12.5rem;height:1.05615rem;top:59.75rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBiStIsZ62JV366R2UVDh2sGpMU2GGH5 { width:12.5rem;height:1.05615rem;top:60.875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtFETPqdu59LVGEG6yKK8eDkBcoSPmD { width:12.5rem;height:1.05615rem;top:65.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXzKUvaw0zLSD6kXzMuhIrm7Lb8sVG2x { width:2.8125rem;height:2.8125rem;top:66.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD { width:18.375rem;height:4.6875rem;top:70.0625rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#eKLcwyw5taIW4AgnLpOZ85xRxTxP61RD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ACVCFdsCwAezmwAx0zExBzmwayCzQLMh { width:15.625rem;height:2.5rem;top:75.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2u1Q5JHZLsU8TD4UATItpXHTmVTTBQC { display:block; }
 }@media only screen and (max-width: 763px) { #T6SkuSGmnn2W8QKEcbhVeDLzsPQGu3uo { width:18.75rem;height:37.5rem;top:80.75rem;left:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #DIfZZ5DB9FrQty10JmN1SqIJTpr5Rm5X { width:18.75rem;height:8rem;top:80.8125rem;left:0.6875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #s75D6ETdf20ELE6k2PMvlPJb159InTtG { width:11.25rem;height:1.25rem;top:80.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p59qPieqD9SSzIbuhgzWpFMfDS1rZTKz { width:12.5rem;height:1.21875rem;top:86.25rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJniDfvCDcKNPXlCN7mm42KnMPoXcqWa { width:9.4375rem;height:0.9746125rem;top:80.8125rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7ggZfOBk3SgoSl9e3y6r66FDJct7Xs { width:15.625rem;height:3.3125rem;top:85.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf8FQ46oIpwTw42VkghPVLiodLfWAS1D { width:12.5rem;height:1.4624rem;top:87.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EftZwbLkpvP85xUxSnQWM6t1ebH9y2 { width:5.8125rem;height:1.05615rem;top:89.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXE7CfpEbNFUF0y2Z470LTHOp4dVOKi { width:18.125rem;height:0.6875rem;top:92.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDWlc99sTLxeZ6zASvQEDNKVurc29N8 { width:12.5rem;height:0.9746125rem;top:93.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQTidom4Ota3C8B5dH1GqsTIwLnKOxZ { width:12.5rem;height:2.03125rem;top:94rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4eIEAV7hXNMeHJTrOWHEFzsaAfkcbr { width:5.6875rem;height:1.05615rem;top:94.625rem;left:6.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCkUu43IBg8wnqnnHbbUVOfZuUPWvJS { width:4.9375rem;height:0.89355625rem;top:94.75rem;left:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekcJ11ei1xgeqTOJUEsaqXZ7et3onMwA { width:6.3125rem;height:0.89355625rem;top:96.6875rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUTRBnOJqipdtWOHzUQSKaKt4GSFR55 { width:18.75rem;height:2.5rem;top:98.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJg9TG3g3rDair3xSP309DGJhcVx2gAI { width:14.1875rem;height:1.21875rem;top:98.6875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ7gTg7IcPxMupWykFkoMNq2XTF9ezbi { width:5rem;height:1.13720625rem;top:96.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L61HRTfFRDRCGfxksEcx1hCvmh4qKRuT { width:5.8125rem;height:1.5625rem;top:96.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXXfChJ7igT4U2tHUuZ0SvU7PD4IHcrL { width:12.5rem;height:1.05615rem;top:101.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIfCSFbOwoKXeEoNoHPfHAi4XRLDlJrr { width:6.75rem;height:1.4624rem;top:90.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCemEO0wzrzkx2bQAxkmzz9pvg0UBuPJ { width:12.5rem;height:1.05615rem;top:102.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKKeykKgGb56Sf43eUxPq00UP0XxlDu { width:2.8125rem;height:2.8125rem;top:103.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umaGhI9CdRMCh4QgTuhKVTHA2QNXyous { width:12.5rem;height:1.05615rem;top:106.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHy9WxKvD6cOuNRMaZzycw6Mvdxmgsg7 { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeuowuQdrGi6t1TIbcPxeXpPDLQyMIn4 { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwgtNBlo8LkxcpeSAS2xqTVuT6RkyFnf { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FOE44iHlJyGsGzwTFUamMTxpTIZaFb { width:2.8125rem;height:2.8125rem;top:107.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnQ7pXxaQVQGWgeKHWBt9yG56JR86u7L { width:2.8125rem;height:2.8125rem;top:103.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqwdxFauT9BycDviMw67mxf3fbXlWtt9 { width:17.5rem;height:4.375rem;top:110.625rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#KqwdxFauT9BycDviMw67mxf3fbXlWtt9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #xXiTkhinut3k7TxcTe7XJRzxsXE8lw7U { width:15.625rem;height:2.5rem;top:115.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5eILBpeZXu06ozJozxoDz6XStAhJSb { display:block; }
 }@media only screen and (max-width: 763px) { #O7z0NnHkcKN9SwfzqrLMULEU0vC5nxw1 { width:6.25rem;height:1.4375rem;top:9.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDV5l972KNSxropSxZW55HidGcipZi9L { width:5.375rem;height:0.89355625rem;top:9.625rem;left:13.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSE0pGWODSkvOip4ZlHgHxOr0EW9dCXL { width:7.125rem;height:1.5625rem;top:89.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZGrtXEfANHnVZGOFABC3CZeKgXDSKIW { width:4.9375rem;height:0.9746125rem;top:89.625rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFLxqIIiT28UWgXQw0cXER88BHzeIzy6 { width:10.375rem;height:0.89355625rem;top:91.0625rem;left:8.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKPP0XI2oDz8d7lonDo11zOV5iSK8x27 { width:6.875rem;height:0;top:119.5rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG { display:block; }#QmoI8yiwM1nLLVOZ7QHJkVrFseluwnQG > .row .container { width:20rem;height:117.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoRcbe7Ll7DfBp27RbtOJ1sxoDVrWSBI { width:18.75rem;height:37.5rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw4w4vHOZFQqV39TceAMsZPXmtxgc6xa { width:18.75rem;height:8rem;top:1.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTByX6S4bRHT0do8g3rDJVrg0qrCDsy { width:11.25rem;height:1.25rem;top:1.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLZV2NxypQrx4LVvStKQN0COahBObs95 { width:9.4375rem;height:0.9746125rem;top:1.5rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHUFivmJ2oqWdklqPh2mGyJu1wRQAhB { width:15.625rem;height:3.3125rem;top:6.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szH46yNLJ5onoH4DbrkcZonOE9WIXx6f { width:12.5rem;height:1.21875rem;top:6.875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMMafL0dEXef0vonLSBbBOxTeK5lVHnn { width:12.5rem;height:1.4624rem;top:8.125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtRTpBK7xDEQh3od3wEaQGpleETNza1 { width:12.5rem;height:1.05615rem;top:9.9375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk91RtyPd1mAeLEIdv9eIIRwmAT2ICNl { width:12.5rem;height:1.4624rem;top:11.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmHQCwIkOUXRo9yBoT33O4iIXfHtCZC7 { width:18.125rem;height:0.6875rem;top:12.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJTFTVuXy8VSGLKZyy8tW7gJxPuvKkJ8 { width:12.5rem;height:0.9746125rem;top:13.5625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fag0nO42JiGFLrmovf3lpvXWaLVXEJKW { width:12.5rem;height:2.03125rem;top:14.625rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICV5wo0XZOHTMV2sbszGLzzIrzgghSO3 { width:5rem;height:0.9746125rem;top:15.375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5OZHosUTDzaGbZwkSSo9ushXNu5TTed { width:6.3125rem;height:0.89355625rem;top:16.8125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghe1QNJTME6WOttHO4K5EVId6KTCOGqt { width:12.5rem;height:1.05615rem;top:20rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxb2qJkQb9cQkz4PMJ7yd6ZUJxp8K8ve { width:14.9375rem;height:1.05615rem;top:21.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCu1LQIiMrtpv76v9TvCaqWQJkAQ01P { width:12.5rem;height:1.05615rem;top:25.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdasdk89ch4317TZMTlPf2ehm2OdRcTR { width:2.8125rem;height:2.8125rem;top:26.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcRnLaENk2lxpI05BSv5WKmx6RK9QipT { width:2.8125rem;height:2.8125rem;top:26.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM { width:18.25rem;height:5.0625rem;top:30.1875rem;left:0.9375rem;font-size:0.6875rem;line-height:1;display:block; }#JcPrqL2zcbJ6c9zWBg0hmAXN1dw75anM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #sprFtDzTXCT45T0dwfDywogGZ6P8Qmu4 { width:15.625rem;height:2.5rem;top:35.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVPJZV0OSCzmrEd6nW6H3DqtgSuIRHm { display:block; }
 }@media only screen and (max-width: 763px) { #cy8xbeMDBN6Ao5tvURUqyolvJDNTGovT { width:18.75rem;height:37.5rem;top:42.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsxz5P0OVKdcZ8dXXggqKpvTDv1Awei { width:18.75rem;height:8rem;top:42.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPme2tfoD23Le9SRcdKdx9Sq8kCf8Lrq { width:11.25rem;height:1.25rem;top:42.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHG6hDJfSkehEPV6T2Q25li9nOPO3vgl { width:9.4375rem;height:0.9746125rem;top:42.1875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdhFE8ieC9UqTcvgCmlhe0lkq5H8Ozlp { width:15.625rem;height:3.3125rem;top:46.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQNsuFK53fKGswtJ7CUJLe2B8Jb0Lmq { width:6.375rem;height:1.21875rem;top:47.4375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os1B738U8QNs8mSkA0vbzxG7e2RZ9cTw { width:12.5rem;height:1.4624rem;top:48.75rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9Vr4zOusPsVQE8oCXC7cPc49kGJTrn { width:12.5rem;height:1.05615rem;top:50.8125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3gdcnh5Uy2df3RVbJAVcQ4uymTeBfa3 { width:12.5rem;height:1.4624rem;top:52rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5c1ihTr554aXTevIUSuX34yS6A3G09 { width:18.125rem;height:0.6875rem;top:53.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAU6dJa5L3Z8HVbvGHSF08SAuh5ow5iD { width:12.5rem;height:0.9746125rem;top:54.5rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMB9x4kWw34ZAkiosJpcc0a8Iw7yyTu { width:12.5rem;height:2.03125rem;top:55.5rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsNTmeZDZHhuRR6dnIWkL4VUSECS5XTC { width:5.0625rem;height:0.9746125rem;top:56.3125rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVo3eUPpiBx3kPsyO3S6pK8XyerZFJo { width:6.3125rem;height:0.89355625rem;top:57.5rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuu0pKApF1Uhhi8zouyLDFOdQm7Z2uCZ { width:18.75rem;height:2.5rem;top:58.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmpOD7ZXWNGDz61FwBlpfCaB8Cymyht6 { width:8.75rem;height:1.13720625rem;top:59.431640625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhAxfwUZSWcoXd782TqGLTOzt9LVtWiT { width:12.5rem;height:1.05615rem;top:61.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yq2bQsByyyc0bNwyoKTVbFExZX3ovf { width:14.9375rem;height:1.05615rem;top:62.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEhTe8NpytwyAyZn7yI4MscMntKi6sXP { width:2.8125rem;height:2.8125rem;top:63.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnoDQ6diqSORiKilRs1IIrt288Sy4t56 { width:2.8125rem;height:2.8125rem;top:63.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT01G0I7ngXGhV0tMRAE79ZNFVOnm6Hk { width:2.8125rem;height:2.8125rem;top:63.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMeNfyXvG8EM3vHdLrv940AskScRgSQS { width:2.8125rem;height:2.8125rem;top:63.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGrpaQqTDgiB1Oh7URpyZ6Tv0Bou2Cmf { width:12.5rem;height:1.05615rem;top:66.875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mAzWez4hESbWprweI0IIoDl8QD85M5 { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrtDSMyJTzKOa6qd25fuAsl7nBnfAJs4 { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMwtcnNbvhHnyApLaUtA7kVdNedFPMoK { width:2.8125rem;height:2.8125rem;top:68.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyyb1IZczV3XZiZIkSVBT01IPbPlBJ2 { width:4.9375rem;height:0.9746125rem;top:14.11865234375rem;left:13.0625rem;font-size:0.75rem;z-index:15305;display:block; }
 }@media only screen and (max-width: 763px) { #ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm { width:18.1875rem;height:5.375rem;top:70.75rem;left:0.90625rem;font-size:0.6875rem;line-height:1;display:block; }#ETOdVd5WeD18dX4ZMKHVXeIGs6RS04Fm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #I6zq0xqEsS9NkukUMgQFa0nJcFfnZ6io { width:15.625rem;height:2.5rem;top:76.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBt6p09SVyTpdk3JAqbtA2hHyFWnHxWD { display:block; }
 }@media only screen and (max-width: 763px) { #TGp5lyuhW1DobTmO6xKnmmML135xK9io { width:7.125rem;height:1.5625rem;top:50.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwq0Syan9TEWM3V7KDA7Q2ylOh4fWMCQ { width:5.125rem;height:0.9746125rem;top:50.8681640625rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUM46OCrcRGxZRxMpPsBTTCJz8JNdlU { width:7.125rem;height:1.5625rem;top:13.84375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeEqd1aeBorWUioX189HPACJh25KBMd { width:2.8125rem;height:2.8125rem;top:22.09375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJbyzalWKF0kJhQekUgL0L4Fi5cab1Z6 { width:16.875rem;height:34.375rem;top:81.1875rem;left:1.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #dRU4XKKKKBC0xR7cBK9yuuUB3OVZiJqo { width:19.8125rem;height:23.9375rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir28eHOtcTTDBfvVpwkZdkO1OPR20gOO { width:13.6875rem;height:3.0869125rem;top:81.9375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIctrHPLaQ9TITlkcT1RBnnpJCO5TKR { width:15.1875rem;height:4.8730625rem;top:85.4375rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahz2m8ZMuQH5JW6vho2XKZutfw9D772R { width:3.125rem;height:3.125rem;top:112.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixVemRRDITdPXbcuQSvCk4JKqcJWlZC { width:3.125rem;height:3.125rem;top:112.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWP4c4D9EFzJTb37ek3bEvWoWBmB5g1J { width:3.125rem;height:3.125rem;top:112.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3SoXd8D9tJ5iOoTApsSGM43Dm7AUHq { width:3.125rem;height:3.125rem;top:112.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAT4wukDeCwvxTdfzXpQ86b8tXVuuIaD { width:3.125rem;height:3.125rem;top:108.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJg1OHNFdyKc7LaPOW5x9AXU91CbBpiy { width:3.125rem;height:3.125rem;top:108.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szu6Ziasu1DlAcw0KpMx0rgvUzgVaTId { width:3.125rem;height:3.125rem;top:108.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF { display:block; }#Jq8RkDgTga1PIgeycOSTwy6JMMzTFItF > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz7WSwpPQk1n8NVbapgDPGKpc1VC0upt { width:12.1875rem;height:1.21875rem;top:1.88671875rem;left:3.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZN317hgqESJSnBUD9QhNFJ7suzSE9Nh { width:11.25rem;height:0.1875rem;top:3.48046875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehUIAPrgcuqSfAXBo4Ggz3HQIvmS9rI4 { width:10.1875rem;height:1.7871125rem;top:0rem;left:4.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe { display:block; }#tHHDPNhnAxEoSn4smt6RkmnlRnUCp5oe > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvL5CZtTVeMSUFbXwP3wl2LvSSdcT8tN { width:4.375rem;height:4.375rem;top:1.94921875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drmvbU4VdFfO3VVpwLGyd3C182JXgtxP { width:4.375rem;height:4.375rem;top:16.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI744euEbsIn1pkJMLzbrr0ETKfmwCCK { width:6.625rem;height:1.13720625rem;top:1.8125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn8G1huNoARsoC9MTN5I9MXvbqVsSdDA { width:13.6875rem;height:3.25rem;top:3.1875rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6qgksq8GzE5B61cQd05XxFT7yaTJH4w { width:13.6875rem;height:2.4375rem;top:18.40625rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnZaOhWiRiqdHugz8D4RZp7nXXSkV0oT { width:4.8125rem;height:1.7871125rem;top:1.93359375rem;left:13.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnugkeZQWMVhWXCqwsTS6wmCDtWJT6VO { width:7.4375rem;height:1.13720625rem;top:16.8125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkMrDXvOX13KNnaslVuoxIPExePd6WB { width:4.375rem;height:4.375rem;top:9.51171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSe4ChtwzZfUl8FTiTI2OSHxWhtCvUy7 { width:4.9375rem;height:1.13720625rem;top:8.875rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLARrxCd87UKIL1BWd4pwhUMw2k4UTCD { width:4.8125rem;height:1.7871125rem;top:8.99609375rem;left:13.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERvTm2g93Z2bKht1n5iTDPq7Gr64ABqh { width:13.6875rem;height:4.0625rem;top:10.19921875rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI { display:block; }#azz3xkJRa0Js7HTxrAht4kG9Jxm5gwvI > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1oyiH8Ubo3DTupFrW55wpTm8ndxEAZr { width:10.6875rem;height:1.625rem;top:0rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfV5InabLhZQ456ALi74i6QPcX0w3CLN { width:11.25rem;height:0.1875rem;top:1.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy6cffiAmEWMH4c1IvSwVtESqriFBfNk { display:block; }#qy6cffiAmEWMH4c1IvSwVtESqriFBfNk > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzOmrWmfsOusTKUeSbanniXKL3bTGPpM { width:19.875rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMMlQKKnvnqIz18ETUtDcyiTEpvUeUHS { width:4.25rem;height:5.125rem;top:1.9375rem;left:2.2254704301076rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1EtoEpULBf8JCk6n1SuBEDCxmyOMHy8 { width:4.875rem;height:4.875rem;top:2.0625rem;left:13.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N88APwpSMJxbIAcBhBwdKAE1ZVZ4kKe7 { width:5.5rem;height:5.5rem;top:9.66796875rem;left:1.60009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkeTQSdQpilxLApFMshG9MCH7KGUoHH { width:4.4375rem;height:4.6875rem;top:10.07421875rem;left:13.355016637731rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrVF0vTJst2sCm6ccJJyL6G8vPqTMVkD { width:5.875rem;height:0.9746125rem;top:7.0625rem;left:1.41259765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTp4OtFtELVAHlxlARHAvv1UlzqkVEHT { width:4.8125rem;height:0.9746125rem;top:7.125rem;left:13.06103515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thlFESIFBTTm9RiVV2DcL2UoKONJmq5z { width:3.9375rem;height:0.9746125rem;top:14.91796875rem;left:2.38134765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pdyhch5piIwl8OGyfd5ZHZ7wtGcfo6 { width:7.875rem;height:0.9746125rem;top:15.04296875rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UKJoA3PElwt3cdQoDADsgnWLITbZEl { display:block; }#l0UKJoA3PElwt3cdQoDADsgnWLITbZEl > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc { width:19.5625rem;height:13.7905rem;top:4.15869140625rem;left:0.21875rem;font-size:0.6875rem;z-index:15017;display:block; }#D1NsO7LSRHyV2UWF6CDdc8dQFC0zRcFc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-regular-label { display:block;width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-text {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-textarea { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-select {padding-top: 0; padding-bottom: 0;}#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.0625rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz  { width:16.9375rem;height:auto;top:18.32373046875rem;left:0.21875rem; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lrgtAfIicghnECmESGO5Put0DqDdacTz {display:block;}#lrgtAfIicghnECmESGO5Put0DqDdacTz { width:16.9375rem;height:auto;top:18.32373046875rem;left:0.21875rem; }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #RLrioSXEsJlW1ZDBphxRxFHEJknCJ64u {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #hJMMLwu3FmLxbPNPyOAfksF0gFTI2Wc8 {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #csQVdcnbuZKWlQUoREAtNrZbvhUaaf9K {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #yGZyzi4d2KOWdltmwgz5khrMXUaKVlha {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #DR0bbKK1xz1mPuLQ9HZ3Jv0Hqds2qTWv {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #LNhiUbsJAoG7ns6O4L6RxXk4JZFFQEub {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #A2mU7BPoMlQMlGkIsLl8FcSEGWglQhRl {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #kry4lG6vLOz87Mh7kMVRMuT4TJ92o2fr { display:block; }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #W5WPZQOHB81PgA9OdbcKSZ3RXlsBJg6Q {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #T4Mxyz8zuTS3Aecyf4BX3BXbx9TKp2bn {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #nBE6r1P3xvT5XECQFr7RlcO0Jw3N738Q {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #NkPVpFv1SzSXDmJNIwlHA6BAEq6IdG73 {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #aqCPfcxPIM6qqrdpoFNbWS9mE4wJREab {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #okFbtp7Bo2UblynCKAm71BT69By1Jlkh {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #gU0UfRsbRE75rPiQFr4n3XxicrsW3doF {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #HITp5dhn93xV9zwIUDLDgDiPmePRpHZb {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #TQZoaSsyiwkAn5x3hhcnCzyczwl9eLgd {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #EkCl4Smn6rE82VfP2I9scXZyd1mui1MC {  }
 }@media only screen and (max-width: 763px) { #lrgtAfIicghnECmESGO5Put0DqDdacTz #bobaZsFUluuWwiOFBbRHSlAAx9iLq0Ud {  }
 }@media only screen and (max-width: 763px) { #Ra6coHwTIdGlGHUad5V6i51cvkheygqp { width:19.3125rem;height:1.94921875rem;top:0rem;left:0.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO1eQQHFz4GNC32il2yQxNPIK3wx7cXA { width:10.9375rem;height:0.89355625rem;top:1.94921875rem;left:4.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk8FH1RazZ5uZXNCbu5ozZhWZbey094l { top:48.0625rem;left:1rem;width:8.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDVouL34r90RRPMHlEdxzitJx4cNs7qR { display:block; }
 }@media only screen and (max-width: 763px) { #T4WQLIo5orPhobf9Tnsbk1QxaNTuFR7G { top:48.0625rem;left:10.3125rem;width:8.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcs7NBdTqRaGyzpHKfdaR05T38ztbofl { display:block; }
 }@media only screen and (max-width: 763px) { #Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 { display:block; }#Vd8eCVRGTL3TRNTITbXQwwh8xOx4NU88 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNkgUl7t9c7qCyhE0xsQ1AwJexVKasDR { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdwK70eVvlsFZdx6q6oylUbrDnX51RhB { display:block; }#gdwK70eVvlsFZdx6q6oylUbrDnX51RhB > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftXeS5vi4grQhwOmzKlNQ3eexarDX639 { width:7.0625rem;height:1.70605625rem;top:0.6875rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5AfGUzXzpS3shfQdmbzK9QgNvJ5S52 { width:19.25rem;height:19.6582rem;top:2.99267578125rem;left:0.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79e3pigT7UzuZMhxqhmvS9I2quT9NzX { width:18.9375rem;height:7.875rem;top:23.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJlfuaMbxHkLqKcSEfMarZ1xHXzcNKh { width:18.4375rem;height:1.13720625rem;top:32rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGxdH4uL0f40AuB3cOFZ2Z9UcKzbrwB5 { width:10.0625rem;height:2.11230625rem;top:33.75rem;left:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN { display:flex;width:2.25rem;height:2.25rem;top:33.625rem;left:3.375rem; }
#qBRGyZ3bvuLmWooPJZmATBt0gZfiywJN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #yeesfvd7kwixfPg1kx5X5oqD6KWJcPWm { width:18.9375rem;height:12.875rem;top:23.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h { display:block; }#pK3qvXqud3SXJD2ugW0BAJTiv24hbh2h > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5e563e2ff9a13ab07728257cb47e53 { top:0.25rem;left:2.1875rem;width:15.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e68c2404259293958cd25a894dcccffe { display:block; }
 }