.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { background-color: transparent; background-image: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container > .video-iframe-container { display: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container { display: none; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .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); }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { border-width: 0; border-radius: 0; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { 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.12478125rem;width:9.749875rem;top:0.5rem;left:2.1240234375rem;overflow:hidden;display:block; }
#AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.78125rem;left:22.625001907349rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { color:#000000;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:30.375001907349rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { color:#000000;display:block;width:10.999rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45.6875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAIigPsO1hSJIorraloagyg1o1i42EMm { color:#e00800;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.78125rem;left:57.5rem;height:1.62524375rem;text-align:right;text-align-last:right;display:block; }
#Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { color:#3c3030;display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.78125rem;left:64.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { color:#e00800;display:block;width:12.75rem;position:absolute;font-family:dosis;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:5.875rem;left:0.625rem;height:0.61875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { background-color: transparent; background-image: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container > .video-iframe-container { display: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container { display: none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .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); }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { border-width: 0; border-radius: 0; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/4389c1f8-22b8-4002-acaa-e77f7155ca2b/2.png");background-position:center left !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; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.adaptive-delivery-prevent-bg, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyload, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyloading { background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { background-color: transparent; background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .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); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { border-width: 0; border-radius: 0; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.625rem;left:1rem;height:6.75rem;font-style:normal;display:block; }
#zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { color:#ffffff;display:block;width:4rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:1rem;height:2.4375rem;font-style:normal;display:block; }
#xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { position:absolute;display:block;z-index:15002;background-color:#f8f9fa;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.625rem;left:0rem;display:block; }
#VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { position:absolute;display:block;z-index:15003;background-color:rgba(226,234,243,0.83);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:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.624588012695rem;left:37.5rem;display:block; }
#k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { color:#312a2a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.874568462372rem;left:0rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { color:#312a2a;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.874567389488rem;left:37.500002861023rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTmW36Oia317Cb0Inr24fFnJb6p49cLk { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(172,163,163,0.35);border-left:0.0625rem solid rgba(172,163,163,0.35);border-right:0.0625rem solid rgba(172,163,163,0.35);border-bottom:0.0625rem solid rgba(172,163,163,0.35);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:3.9375rem;width:74.875rem;top:24.6875rem;left:0rem;display:block; }
#CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.34375rem;left:6.5rem;height:3.25rem;font-style:normal;display:block; }
#WRblGZIfL0u03FbsVt85KExSL7DhHe6w { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.124783992767rem;left:0.99989128112794rem;height:2.4375rem;font-style:normal;display:block; }
#yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { 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:0.625rem;width:10.6875rem;top:14.5rem;left:6.5rem;overflow:hidden;display:block; }
#RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#e00800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1870625rem;height:2.687175rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.472114086151rem;left:0.99880599975588rem;display:block; }
#eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { position:relative;display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { background-color: transparent; background-image: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container > .video-iframe-container { display: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row > .video-iframe-container { display: none; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .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); }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { border-width: 0; border-radius: 0; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .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; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .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:12.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mQ75wFywqTTWmvPUEsh37BncBeLMx91h { 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:4.125rem;width:4.125rem;top:4.375rem;left:3.25rem;overflow:hidden;display:block; }
#pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { color:#312a2a;display:block;width:15.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e00800, #000000);background-image: -moz-linear-gradient(98deg, #e00800, #000000);background-image: -ms-linear-gradient(98deg, #e00800, #000000);background-image: -o-linear-gradient(98deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(98deg, #e00800, #000000);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;height:1.0625rem;width:8rem;top:4.75rem;left:7.75rem;display:block; }
#HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { color:#fafafa;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8124084472656rem;left:8.1250009536744rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { color:#6b6b6b;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gA81qt8J9RLT1KEphbllw27seDm36BFp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:4.375rem;left:28.375rem;overflow:hidden;display:block; }
#XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { color:#312a2a;display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:32.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e00800, #000000);background-image: -moz-linear-gradient(98deg, #e00800, #000000);background-image: -ms-linear-gradient(98deg, #e00800, #000000);background-image: -o-linear-gradient(98deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(98deg, #e00800, #000000);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;height:1.0625rem;width:8rem;top:4.75rem;left:32.8125rem;display:block; }
#dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { color:#fafafa;display:block;width:7.25rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:33.1875rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { color:#6b6b6b;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:33rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:4.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { color:#312a2a;display:block;width:8.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:58.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #e00800, #000000);background-image: -moz-linear-gradient(91deg, #e00800, #000000);background-image: -ms-linear-gradient(91deg, #e00800, #000000);background-image: -o-linear-gradient(91deg, #e00800, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00800', endColorstr='#000000' );";background-image: linear-gradient(91deg, #e00800, #000000);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;height:1.0625rem;width:8rem;top:4.6875rem;left:58.625rem;display:block; }
#ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { color:#fafafa;display:block;width:7.375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#PXWTISowmcbZHwiREUagg368A2666W36 { color:#6b6b6b;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.8125rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { position:relative;display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { background-color: transparent; background-image: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .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); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { border-width: 0; border-radius: 0; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .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; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;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; }#rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { color:#de0000;display:block;width:31.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:1.124755859375rem;left:2.8125rem;height:2.4375rem;font-style:normal;display:block; }
#logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.8125rem;height:1.13769375rem;display:block; }
#BwyAtRZZU2DmdBFo2outqehq36gwQNcf { 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:29.375rem;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; }
#xHHhzTCrTH4BXG340msxJNy4ETRkh49T { position:relative;display:block; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T { background-color: transparent; background-image: none; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container > .video-iframe-container { display: none; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row > .video-iframe-container { display: none; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .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); }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T { border-width: 0; border-radius: 0; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Fwk56pLlZZhMthQfXTgHZU9gJclSDsT6 { 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:4.6875rem;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; }
#ibTXPLAZprvoc4XknoaxsIAHDUTcnD3r { 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:4.75rem;overflow:hidden;display:block; }
#mHN6JCmNg0ClGwtTFrFKWadAyZeLWds5 { 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:4.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ni7CP54ngi2Lw3LqtVTrNdVrf1mPAaZR { 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:5.125rem;height:1.3rem;font-style:normal;display:block; }
#de4fo1vUOI36DTHLnXWUud5p1I5t9p3T { 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:5rem;height:1.4625rem;font-style:normal;display:block; }
#iqUHAzCEmyIoKS96z64s7qgcaNcrMTat { 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:5rem;overflow:hidden;display:block; }
#qfotz7eWstt4zxK4DJdfUGPW7vwmsFkX { 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:5rem;height:0.89375rem;display:block; }
#c9Et93Qu6Rgq66rNdJ0Qkhc2wraS59Tz { 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:5rem;height:1.950075rem;font-style:normal;display:block; }
#TIWKqvBI04TX6DiOuRTFg9oHHFiF65LL { 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:9.9375rem;height:0.975rem;font-style:normal;display:block; }
#F2qi6goPZ5X0nTuaeAr5GmznHETqRaxs { 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:5.125rem;height:0.975rem;display:block; }
#X0i5apmvST5tSABU09AARwc1UPDsODJ3 { 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:7.3125rem;display:block; }
#Im0WOXZkTU8SUJKot7MT4tTfsbBnRoCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWb6g0TMGDHpmF5xfOzydITcy2IPZwSS { 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:29.6875rem;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; }
#EorTgHG3D9TG8vaskdQOsQa7uT8fIapq { 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:29.75rem;overflow:hidden;display:block; }
#tr3v5KFT83lhy0oXKqBZIpOMazVlG5I0 { 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:29.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XFgCt2WKO2g2y1NfViW2e8PWLTd5Ta4p { 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:30.125rem;height:1.3rem;font-style:normal;display:block; }
#IO9L4JGkIGEhLuQHs4g31oOl4xhfvubv { 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:30rem;height:1.4625rem;font-style:normal;display:block; }
#AhEaNAWRyzBw7EC0ootgNUWaA0v5hwmu { 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:30rem;overflow:hidden;display:block; }
#so3a8S7oe2oPUkTVz18yQQ9uvwJ4fM6b { 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:30rem;height:0.89375rem;display:block; }
#yG3xxMabxxzKo3Uc0X0ycIc5EPTSCaFJ { 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:30rem;height:1.950075rem;font-style:normal;display:block; }
#o20N74JaMNqsSqhCaFEMbFKoglpSbVll { 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:34.9375rem;height:0.975rem;font-style:normal;display:block; }
#erBxaTuNXAJz6wykDkhfLaiSHTF0iUS6 { 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:30.125rem;height:0.975rem;display:block; }
#s5he8yoN1B1a2Fhpl1RceMkHmMHqEl4Q { 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:28.5625rem;left:30.125rem;overflow:hidden;display:block; }
#vZX3ASQiCSazMST0URTWCPv2Kevfq6ws { 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:32.3125rem;display:block; }
#haf6riCwoPp92zHxqCmCTk1UHtzzTzzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgbC1ncSb5tMQHVWHnTQ9ZWFmU5mZERk { position:absolute;display:block;z-index:15099;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:17rem;left:30.125rem;overflow:hidden;display:block; }
#ue8s7Erg1wid5qn74vcpvCB2npqe8rMI { position:absolute;display:block;z-index:15100;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:19.9375rem;left:30.125rem;overflow:hidden;display:block; }
#eweFKpaytu47g8iJawQN1rLfFq1A8Dvx { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:17.1875rem;left:33.6875rem;height:1.13769375rem;display:block; }
#wr72ObITgdJkJlTPuu8N6gqy1RZvAvE0 { color:#000000;display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:18.3125rem;left:33.6875rem;height:1.13769375rem;display:block; }
#UkyqiahRvquqzxnCkM9GT2o01SRQNfOS { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:28.75rem;left:33.6875rem;height:1.13769375rem;display:block; }
#MshoL6SpoH9bMeEx2R6EbmAtUOMcxIRS { color:#000000;display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:29.875rem;left:33.6875rem;height:1.13769375rem;display:block; }
#T5TadwJTdlKuVbNVMN3c6Crbb2hcsWBK { position:absolute;display:block;z-index:15103;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.875rem;left:30.125rem;overflow:hidden;display:block; }
#D0NtvFTFpw2BpPx7PviHrrs3n2OPz6Mr { color:#000000;display:block;width:6rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:23.556640625rem;left:33.6875rem;height:1.13769375rem;display:block; }
#ADPJbMNyo7fyvkSFi4OF5Kohv40fSMGU { position:absolute;display:block;z-index:15102;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.625rem;left:30.125rem;overflow:hidden;display:block; }
#npbGibiS0pWAv8wb6JtSpUsmBA31ymhM { color:#000000;display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:26.5625rem;left:33.6875rem;height:1.13769375rem;display:block; }
#SeQ89qKvkyNqZOyPvkSSSkzCPAdaawQm { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.6875rem;height:1.13769375rem;display:block; }
#bnKaz1LQxmckG4Hu17yrHh7cpUzLu2SJ { color:#000000;display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:21.1875rem;left:33.6875rem;height:1.13769375rem;display:block; }
#g60ZehC009urIbvOi4diSlB3pNDeT6k6 { position:absolute;display:block;z-index:15112;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:18.75rem;left:5.375rem;overflow:hidden;display:block; }
#NpN6qmZECctIUGWQ2bzGuXu3uTCEVGPm { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:18.9375rem;left:8.9375rem;height:1.13769375rem;display:block; }
#LSPkkacLqD5U0tzW0yT3WFT7ed2byHNX { color:#000000;display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:20.0625rem;left:8.9375rem;height:1.13769375rem;display:block; }
#IT4vmo475wxmuKnhMhxwe4kHEz9E9Glx { position:absolute;display:block;z-index:15113;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:21.6875rem;left:5.375rem;overflow:hidden;display:block; }
#piTLwvvQ43Mto5f6uUqpfEsUNizapK6z { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:21.8125rem;left:8.9375rem;height:1.13769375rem;display:block; }
#IQLoyS4MRUqr1zLGu2nSnJoh51t3Jncs { color:#000000;display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:22.9375rem;left:8.9375rem;height:1.13769375rem;display:block; }
#H9BC9d5LkqMxeXF4cpFx8Ti2NQkp98cI { position:absolute;display:block;z-index:15115;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:24.625rem;left:5.375rem;overflow:hidden;display:block; }
#btq9ud2sl25rfpioWOQNe0fioQ9Tt052 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:25.5625rem;left:8.9375rem;height:1.13769375rem;display:block; }
#EeLxJpsX3N0ySsPrPvSt22afsg2WgMbn { position:absolute;display:block;z-index:15108;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:27.5625rem;left:5.375rem;overflow:hidden;display:block; }
#y4LwAA4XgLIWnz3rZM7PEcON6vwiLdSW { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.9375rem;height:1.13769375rem;display:block; }
#zGK7cC0DgxyCU1lDLX5E5tgoAgGt7BCw { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:28.875rem;left:8.9375rem;height:2.2753875rem;display:block; }
#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { position:relative;display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { background-color: transparent; background-image: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .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); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { border-width: 0; border-radius: 0; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .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; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6e7e7;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;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; }#GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { color:#de0000;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { color:#000000;display:block;width:44rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15276;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.0625rem;height:1.13769375rem;display:block; }
#wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { 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:29.375rem;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; }
#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ { position:relative;display:block; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ { background-color: transparent; background-image: none; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row .container > .video-iframe-container { display: none; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row > .video-iframe-container { display: none; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .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); }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ { border-width: 0; border-radius: 0; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .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; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FpJyi34fFfXScCpUmW0Z6G3i2eNIyIkA { 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.5rem;left:4.625rem;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; }
#J3ZMTGCtT5fL1XONBdCLTxlnr98SECwG { 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.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#qXnR5XVlkWQHVHeRyT64NE8t1yQWGq9l { 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.75rem;left:4.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tcI7zHbPfb2DrhN3ikzy9Kg3SOcfTc4E { 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.875rem;left:5.0625rem;height:1.05625rem;display:block; }
#ipAA2DHqkvlXZ4IAzZv5v6Fmz43OR7M6 { 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.875rem;left:5.0625rem;height:1.3rem;font-style:normal;display:block; }
#fyTBozV6MR6WI3vTxEXvHVW4sGHPLiit { 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.625rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#HT1FQFbfS4IcDMzTIwq0SOhOB0gCFpDc { 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.8125rem;left:4.9375rem;height:1.4625rem;font-style:normal;display:block; }
#hpJiIqDkkXvENCS985bT1JrmofIfAV6F { 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.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#vuqzkRpq0ECR5ZhdpRiv8cctNxP7OS6B { 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.125rem;left:4.9375rem;height:0.89375rem;display:block; }
#UkHeECs6b5IhRhAhumBcK8Btm3ISJugM { 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.3125rem;left:4.9375rem;height:1.95rem;font-style:normal;display:block; }
#bQzU4LUZTz6VyXsd38O50aZ8yWEN1Ten { 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:13.9375rem;left:9.875rem;height:0.975rem;font-style:normal;display:block; }
#pIURwVXBebDK2devCnudMpt2hRqyfyeC { 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.75rem;left:5.0625rem;height:0.975rem;display:block; }
#VR3sC1nRT4458E6diwHQo51Dslv6o7hL { 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.125rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#eEKxBydiTO5RSCI7FoAAuCNu7xlZEd98 { 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.1875rem;left:4.9375rem;height:1.05625rem;display:block; }
#L8xmIqdCfRZo0TFRNzrNbSp9t00GMzoH { 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.125rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#OokqsNU3VqhkA2PgHeAxGKudqX820qxL { 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.25rem;left:4.9375rem;overflow:hidden;display:block; }
#RvnuNk0FsfVNPnI8cubEHeu88cW730ZT { 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:1.2;letter-spacing:0;top:29.1875rem;left:4.9375rem;height:4rem;display:block; }#RvnuNk0FsfVNPnI8cubEHeu88cW730ZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RvnuNk0FsfVNPnI8cubEHeu88cW730ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#ADaKwZp9CqApxcWDJz5rTiBF0Tchqz5r { 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.625rem;left:7.25rem;display:block; }
#id3Xlcl2IH8ctT0W9oW9Fm3BIhgi10bQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIbECCeF27JSHtWSzrTe9Dt8v47XhydG { 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:29.6875rem;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; }
#LwuAFZ1FKOHTMvlATANEuDooXU7KHcWg { 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:29.75rem;overflow:hidden;display:block; }
#KnnxJ4TQvIwmbn0wwwg5ivLeipLZ3NVx { 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:30.125rem;height:1.05625rem;display:block; }
#EgHF4kwWWL8qssewi6LJyNZAD4zCnoxU { 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:29.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xilRRWkgun4ukTVg5XgbeLQ1M6cT8JS9 { 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:30.125rem;height:1.3rem;font-style:normal;display:block; }
#JhJ9OxmH6BSq7UQlUsMa4WVn2TTn3n3Q { 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:30rem;height:1.05625rem;font-style:normal;display:block; }
#UfQBTR17imIaKno3tS4Lo9oiT57g3lxE { 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:30rem;overflow:hidden;display:block; }
#ABeut2SrPQhigWDXMxG0BD1SMnLdeLoM { 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:30rem;height:0.89375rem;display:block; }
#VqEWxrPe6M2la7HEbWEfH2JBlJ5aVAuq { 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:30rem;height:1.95rem;font-style:normal;display:block; }
#p7bmLJ6uAn2BAiGldygFKfuNSEEnKkAT { 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:34.9375rem;height:0.975rem;font-style:normal;display:block; }
#GTA0yr0RtV3VRqzp9lK88GiMHyMbpFdF { 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:39.9375rem;height:0.89375rem;display:block; }
#UPIHh7ilne4TFMWtRuNhbZrHit94C6uu { 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:36.1875rem;height:0.975rem;display:block; }
#wx7CTnqLlR956dcU9uw2mTKqdZZ3gSZM { 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:29.75rem;display:block; }
#FpnS44XGQyzDPkcuiz6CITGhFSvXcnfR { 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:30.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ20ELq60G7ADBLk2Uf0QMnkDDn2gTNk { 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:30.625rem;height:1.05625rem;display:block; }
#uCPSnzr0WBZClrdqJ9mAA9hCll9p3KRB { 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:30rem;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; }
#h5wHdoZ5PP4AXI44bG7ZVKC8eqHTGZNA { 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:30rem;height:1.05625rem;font-style:normal;display:block; }
#XdIR9FVXN7oHt7vtJoLxxmrCagH2HpCT { 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:30rem;height:1.4625rem;font-style:normal;display:block; }
#S07PglTR8as6PgXOMsuI02ZTiirTol85 { 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:30rem;height:1.05625rem;display:block; }
#uX2ZXlIlf7SPyCMyOUC7SFUTghyIi4Xe { 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:32.9375rem;overflow:hidden;display:block; }
#FTbrCveX4fPMJKqJ83Ou6Fagtx1qZQ5h { 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:30rem;height:1.05625rem;font-style:normal;display:block; }
#W4R02MPRv6NRsIV8T5abxshSfTtB9Kos { 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:32.9375rem;overflow:hidden;display:block; }
#zhmQECB4vHTCsS1cZorPxJtcS12mmF3k { 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:35.875rem;overflow:hidden;display:block; }
#glCChq5GBPaEmi9A2G3dl2JgQCmzotqX { 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:38.8125rem;overflow:hidden;display:block; }
#R3xIqgQcCOrCiVOIhO0oUc6QCdu60xCx { 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:30rem;overflow:hidden;display:block; }
#Xb7VNwKeVsMmpnocciTt7xrOJWW9sz3Q { 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:30rem;overflow:hidden;display:block; }
#uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z { 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:1.2;letter-spacing:0;top:29.1875rem;left:30rem;height:4rem;display:block; }#uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#PTRhC9N5hmrGgvvrTHWMmrtyLboBwPSX { 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:32.3125rem;display:block; }
#rHOA8c72bR3UO6QTIX6XeL8QlOG6I5Oa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEh0rxSNLWxPdh57lTg9JGybHGQydSrw { 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:38.1875rem;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; }
#iCt1b5Zv1OTzsaDefolupIELaKE7dlzT { 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:39rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDhe3wR8TlEnuWcnkFnuTL1SavLDXlfT { color:#de0000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15145;line-height:1;letter-spacing:0;top:10.875rem;left:35.5625rem;height:0.5625rem;font-style:normal;display:block; }
#XFV5VQmpVxTaBrouaEVUhtSPaBs9d63W { 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:54.6875rem;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; }
#yET2v5xUgsiGRwzMgoxN3GfwBLkDvlcU { 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:54.75rem;overflow:hidden;display:block; }
#EzspRa5BSAITls3ga3ybpL9PUWDuFD7P { 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:54.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#otpMaHtDyp75RrO3nn7VV14I9TSV7TVE { 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:55.125rem;height:1.3rem;font-style:normal;display:block; }
#aT9tFPokZuWUxFIvag5LEvuexxNxtKOf { 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:55rem;height:1.05625rem;font-style:normal;display:block; }
#T5yr1nJPoWE8nU8ZeHmlGUIkZPH8DmCo { 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:55rem;height:1.4625rem;font-style:normal;display:block; }
#oKNyJkW9EHwD0xkk2XynhLhPCzhtye4x { 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:55rem;overflow:hidden;display:block; }
#M6MG9DV3adOCF4IOS0xTkRSiK7sz226h { 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:55rem;height:0.89375rem;display:block; }
#qxzquMhZU8e2fSIRTZcrWutiV6lFQ6to { 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:63.125rem;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; }
#qRs73qTu26S05HZkErMzGh37k0hduqT3 { 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:55rem;height:1.95rem;font-style:normal;display:block; }
#xf7VpX0dVl1WUJL3X9I3P4svCTevRgP3 { 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:59.9375rem;height:0.975rem;font-style:normal;display:block; }
#gifM7OLGaUvoeGJrxNVMvL4M6ThKZV0G { 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:63.9375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTds5tHeasPU1PymX8t0TWL2UsXLtcaG { 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:55rem;height:0.975rem;display:block; }
#Ttqs4F4fzI1deg9PHGFJpU7GbbkQUwv2 { 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:55rem;height:1.05625rem;font-style:normal;display:block; }
#OF5M1u5EzGVyvb71mn1p3ailGQLkKMXK { 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:55rem;height:1.05625rem;display:block; }
#tQcyTHrvNRMzlm9Nx8QDqAvw1f5itXwW { 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:55rem;overflow:hidden;display:block; }
#CNc23BUv6pavkO6xV460WqsBQUstkhIe { 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:55rem;height:1.05625rem;font-style:normal;display:block; }
#TRBwgnot1iyxmLyS7CJ2MuxSD8RTqlIC { 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:55rem;overflow:hidden;display:block; }
#HudGp5nmrUEOhT1aw24L2S5TL92pwTzn { 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:57.9375rem;overflow:hidden;display:block; }
#oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X { 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:1.2;letter-spacing:0;top:29.25rem;left:55rem;height:4rem;display:block; }#oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#ESwVRXE7VT0uOF8JVxrTtilZtzWgyya6 { 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:57.3125rem;display:block; }
#pUlHiUE0DB35rQIhZ1ilnLZAAZGHRMam { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c { position:relative;display:block; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c { background-color: transparent; background-image: none; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row .container > .video-iframe-container { display: none; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row > .video-iframe-container { display: none; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .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); }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c { border-width: 0; border-radius: 0; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .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; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QkODy8JPqTmrnk0bxX3KKUBfsovEFJQi { 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.1875rem;left:4.625rem;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; }
#sWSMKzUTRf0wOQOoB46NVJrCkIw4v3eq { 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.25rem;left:4.6875rem;overflow:hidden;display:block; }
#W8hNWCI394IBIIfDu3xO5ZwJ5i9En2GT { 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.4375rem;left:4.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nd4JHy3gKXsBz5gDXxHKAa0ZkD0xEWJx { 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.5625rem;left:5.0625rem;height:1.3rem;font-style:normal;display:block; }
#M2w57GirJ1gGKdtVlRVPTTJaaJrxgh9v { 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.3125rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#id6HuTOXvSWZUn6FBmJnq4wEvxERxCai { 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.5rem;left:4.9375rem;height:1.4625rem;font-style:normal;display:block; }
#Q7XmmRPWizH6ibZnzNyF11UqV34QbJ1q { 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.125rem;left:4.9375rem;overflow:hidden;display:block; }
#FynNPAd5HCz3iOnmV8NasvXNIT5BO94o { 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:11.8125rem;left:4.9375rem;height:0.89375rem;display:block; }
#Iq0new3UcyAbKQaFqpaPX6zGh2Gz2Cpl { 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:13rem;left:4.9375rem;height:1.95rem;font-style:normal;display:block; }
#QLTZ9Z0pw0F7JJFuSbAOtUxx9mDlmoRA { 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:13.625rem;left:9.875rem;height:0.975rem;font-style:normal;display:block; }
#Ri6S1t54btULygWQXbROOM2baWzSP4nG { 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.4375rem;left:4.9375rem;height:0.975rem;display:block; }
#IqlEWdroAVwPT9AKeBmTnvevlnxcFQGo { 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:19.8125rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#NFHC8bkVdFVkiOZKTZC4ubicfhEo7xt9 { 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:20.875rem;left:4.9375rem;height:1.05625rem;display:block; }
#xfWnmTKhptxUkcaqJdCWeDlETqOQQMCa { 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.0625rem;left:7.875rem;overflow:hidden;display:block; }
#d7ZDtFFuqGxIeynByUZTAGqVtGAvLZPS { 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.0625rem;left:4.9375rem;overflow:hidden;display:block; }
#Nf2SLKaQkdS30nACAnrdfDRxpUQmXJHo { 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.0625rem;left:10.8125rem;overflow:hidden;display:block; }
#r2B6dP3Zr5AlXcRMh8Gi3xinrlulRc3B { 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.0625rem;left:13.75rem;overflow:hidden;display:block; }
#yC6VU4ymDxlPaqkwinHTAZTVnxhshQ5a { 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:24.8125rem;left:4.9375rem;height:1.05625rem;font-style:normal;display:block; }
#ZzF1KTk6wDmNI61crxWJXFbX9an0UsOK { 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:26rem;left:4.9375rem;overflow:hidden;display:block; }
#NrTLuBbHlBh5lEsgpcLgneSx1nmq7uRV { 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:26rem;left:7.875rem;overflow:hidden;display:block; }
#JL4A9oUAAkkDSfAyiAihbGNdwtlC7Vw8 { 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:26rem;left:10.8125rem;overflow:hidden;display:block; }
#mszNt8kOylOrOo8ozeGvooTcr2B8eL5O { 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:1.1;letter-spacing:0;top:28.75rem;left:4.9375rem;height:4.3375rem;display:block; }#mszNt8kOylOrOo8ozeGvooTcr2B8eL5O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mszNt8kOylOrOo8ozeGvooTcr2B8eL5O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
#gfPQd5Xqk7EIZiTCmagSXTFIZ3qEOUvq { 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.3125rem;left:7.25rem;display:block; }
#O1MOuUy0IwbTkAFCx2ndSrCkBoWQpmHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfHC3Z2zM9sB9r6rgNh0PGdhq2wtQTBD { 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.5625rem;left:13.4375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKxow4AW3l4q98UXOfUG6KvQZtOt7hh6 { 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.3125rem;left:13.0625rem;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; }
#egJMQGUEXgHgrrOtzLlrxWO5VDzOPM9E { 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, #f80000, #4f0707);background-image: -moz-linear-gradient(180deg, #f80000, #4f0707);background-image: -ms-linear-gradient(180deg, #f80000, #4f0707);background-image: -o-linear-gradient(180deg, #f80000, #4f0707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80000', endColorstr='#4f0707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80000', endColorstr='#4f0707' );";background-image: linear-gradient(180deg, #f80000, #4f0707);background-size:auto !important;top:1.5rem;left:29.75rem;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; }
#mTaXPOgcuTdKbdsHyd1RaVmov77zShrq { 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:27.625rem;overflow:hidden;display:block; }
#pivpMEIXsohJ048hb576u1xFdmfiwRKl { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15299;line-height:1.3;letter-spacing:0;top:3.6875rem;left:30rem;height:2.03125rem;display:block; }
#EzNh7PKUcL6Xs5qkEFAzxC0p0K2C2ExW { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15300;line-height:1.8;letter-spacing:0;top:7.1875rem;left:30rem;height:3.6rem;display:block; }
#FovKZ6aDat5qXWCtUqp3wZOzIDQ6RlWM { 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:30.6875rem;overflow:hidden;display:block; }
#v3cAISt14OLeesa8eFW9zZctG98sMMBE { 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:34.1875rem;overflow:hidden;display:block; }
#zagJCk0bHyBtXVfHSVomXq2vpbvtQMob { 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:37.75rem;overflow:hidden;display:block; }
#dpyRm3l7DeM83kCH8U8mxnrAT5TUA5Ls { 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:41.375rem;overflow:hidden;display:block; }
#klt1OfOGSN2QvL6FcXeqzRZBiwuTrd7g { 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:30.75rem;overflow:hidden;display:block; }
#iAwgUeviTeW5FDoZDnPvcVSUmrVCa8dV { 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:34.25rem;overflow:hidden;display:block; }
#IDO0OWs0bK5w2fuArbzzUutwo3Trn4dC { 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:37.6875rem;overflow:hidden;display:block; }
#O8msUBidGkMIxvzZgJCvrzmdBk9mWca7 { position:absolute;display:block;z-index:15305;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:6.8125rem;top:6.125rem;left:30rem;overflow:hidden;display:block; }
#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv { position:relative;display:block; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv { background-color: transparent; background-image: none; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row .container > .video-iframe-container { display: none; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row > .video-iframe-container { display: none; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .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); }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv { border-width: 0; border-radius: 0; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .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; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I0O3oeWeMa1T2lZbGVSyG4tyZgVNgV6u { 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:1.35009765625rem;left:8.4375rem;height:1.95rem;display:block; }
#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl { position:relative;display:block; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl { background-color: transparent; background-image: none; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row .container > .video-iframe-container { display: none; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row > .video-iframe-container { display: none; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .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); }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl { border-width: 0; border-radius: 0; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .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; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .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:75rem;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; }#JAJm26nuqlsDVpgGMyKnMOd66cnTcFx8 { 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:9.6875rem;overflow:hidden;display:block; }
#f0ukOh5BaAc6teok1Ot1KWUbHL9nHQDN { 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:59.6875rem;overflow:hidden;display:block; }
#A1Q1dpoqnMu5f3QWM2csQNBMJE2vn6Nn { 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:7.8125rem;height:1.625rem;display:block; }
#X2g7TiJxMlshQOnG0VwtW3H495MXpyGq { 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:3.25rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#f9yvqC59b29bTumw4am9UDKppT71EOxT { 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:55.25rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#dGK10PDHCSo3HvLbXgJrrHLr231ZCXeK { 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:7.9375rem;height:1.05625rem;display:block; }
#Sza7OwHAwyoqlONHzUW0oR26ybeDDCB3 { 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:57.4375rem;height:1.625rem;display:block; }
#IDNHuWsDh8LokDBnybffvhrSoHMTsqai { 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:34.6875rem;overflow:hidden;display:block; }
#LcCJpBSQ8qFkrdFCXI2W0r0lcN3ymrQ9 { 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:34.0625rem;height:1.625rem;display:block; }
#UzucrMpcvSrED0dnTy3825abxHUUqHpT { 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:32.875rem;height:1.05625rem;display:block; }
#PvIbpk5lbqn0FL1zT5h6Ns1sTMXJsraa { 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:28.3125rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 { position:relative;display:block; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 { background-color: transparent; background-image: none; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row .container > .video-iframe-container { display: none; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row > .video-iframe-container { display: none; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .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); }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 { border-width: 0; border-radius: 0; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .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; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uHIsLCopT52TzeTPpUBb3bSmdae5lylQ { 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:30.6875rem;height:2.03125rem;display:block; }
#bFhtF8btp53FDwqB9DNkTp1rtzIf75nr { 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:30.625rem;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; }
#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 { position:relative;display:block; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 { background-color: transparent; background-image: none; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row .container > .video-iframe-container { display: none; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row > .video-iframe-container { display: none; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .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); }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 { border-width: 0; border-radius: 0; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .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; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VootGA6PWT572lDOJZQBxeANEQmbVt2M { box-sizing:content-box;height:15rem;width:74.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.91);background-image:none;top:0.3125rem;left:0.12451171875rem;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; }
#cCbO8Cr7CUXs24tluthKCw7x7fxPVBTI { 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:5rem;overflow:hidden;display:block; }
#oRh3t3v5x5TDgk8X6ahQaWh56Cabnw9a { 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:23.75rem;overflow:hidden;display:block; }
#pfT1Ekp2dNNwZoNODr23HTTJ1VKKODDu { 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:42.4375rem;overflow:hidden;display:block; }
#ATwfSSnvwDeTitfms5W5oRUSsLrlF8bl { 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:61.5625rem;overflow:hidden;display:block; }
#OEUN53BQXZ6W9ObNykcSqgCHJ6Xvv56e { 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:5.5rem;height:1.3rem;display:block; }
#q2LSyxxl8qqeS6cyJeSBtuOpWiVbHpaw { 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:25.0625rem;height:1.3rem;display:block; }
#NrBxGFJfLovAbdGUcTfUTagBlGJvVw1o { 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:44.25rem;height:1.3rem;display:block; }
#RwuxgMGtXcohH1hrb6MttaxgXPd8pp1s { 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:60.375rem;height:1.3rem;display:block; }
#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 { 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; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container { background-color: transparent; background-image: none; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container > .video-iframe-container { display: none; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row > .video-iframe-container { display: none; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .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); }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container { border-width: 0; border-radius: 0; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw { 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.875rem;left:0rem;height:;text-align:justify;text-align-last:initial;display:block; }#JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
#D3SN77ZD7h8q577CedseK86JBxq2KpJ1 { 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:1.6875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfMKr6W3vkoNGkGmTHXQzqqSbcq46k3e { 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:6.25rem;left:7.25rem;height:1.13769375rem;font-style:normal;display:block; }
#WT7TPGSILJeT1qMMT6rtxdOtBSZyClA9 { z-index:15030;top:29.3125rem;left:16.9375rem;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; }
#T4vbTh4P9Ht42wiHUgu4lIe9rCLUQwDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5uzi9mVogMpA415e6OfADbCHssdEsgx { z-index:15023;top:29.375rem;left:0rem;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; }
#mEqNmukTtFvXfKph2gz1Vta5ueZPldtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-form-header {  }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1rem;font-weight:bold;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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:18.75rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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:#e00800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.875rem;height:3.125rem;font-family:ubuntu;overflow:hidden; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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:17.5625rem;overflow:hidden;font-style:normal; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .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; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container:first-of-type{padding-top:0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container:last-of-type{padding-bottom:0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800;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:50.12451171875rem;top:1.6871337890625rem;z-index:15003;position:absolute; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.625rem;line-height:1.3;font-weight:700;color:#7d7171;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs {display:block;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800;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:50.12451171875rem;top:1.6871337890625rem;z-index:15003;position:absolute; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #KCkPdUtxVnpiR9wspH7zCmmMIb570uSE { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #y4a9Dgs4NWo9dm8gJtv8aF79r9aOq3gQ { position:relative;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #fbRJqR8Ql6150Gm8KQIW6DcNcm4H9H4f { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #WrG51u9HPgRExZ0A5dyzBAd5iOlzDaEn { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #pdKue9E2Og3WIf5amqzTdLEPnVFahoiK { position:relative;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #gpeL6t9rRBaDaTaw5L0tIzA6SqenFfIZ { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IUIiKCUhEe5lkr2xOIbWoZBLgWizG01B { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #ffgQ6FBpLnfiuKikgHTVG11uLWByLvrn { position:relative;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NRt5XkswUCFxZUOZlkafdZcOBkwZnw5i { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IZ4c419XZZxtwaBgNcTx2NDpz1VUsxNp { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #Q54E9XERsONllr5pWIRrILNercNsVkgN { position:relative;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #TCbMsMdHBun3rP7PRxkT2mOqJepLCWaJ { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UuVq0PRrq7sVixTyqLMnOeXTcNrqqbTt { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UKXJTztUSq1T6TmwGWIoERgS0F5OiAfI { position:relative;display:block; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #z0LP32rrT1wrGgoDi7spRUKmvay8HyK7 { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #rOZM75dniDMKp4cFGKO0cR2plKnU7cw6 { position:relative;display:block;z-index:15000; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NTrczzTXzFce5758ptkqA19Xk92tuZ9T { position:relative;display:block;z-index:15000; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #maDSpXCTN5ihaMe7zos44Fc2y9RVbKDB { position:relative; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #cXWxsB9HKLxo1kep5KqpXpFyR88zr19R { position:relative; }
#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { background-color: transparent; background-image: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container > .video-iframe-container { display: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container { display: none; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .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); }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { border-width: 0; border-radius: 0; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:34.500001907349rem;height:2.1125rem;display:block; }
#iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1398439407349rem;left:37.187501907349rem;height:2.15625rem;display:block; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.1242189407349rem;left:33.812501907349rem; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { color:#f3f3f3;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:59.625rem;height:2.1125rem;display:block; }
#WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.4;letter-spacing:0;top:4.125rem;left:59.75rem;height:2.4rem;display:block; }
#TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5.68739375rem;width:10.7498125rem;top:9.208984375rem;left:7.1549482345581rem;overflow:hidden;display:block; }
#yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { color:#f3f3f3;display:block;width:18.0625rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0498046875rem;left:3.5rem;height:4.225rem;display:block; }
#UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { color:#e00800;display:block;width:19.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:14.8623046875rem;left:3.5rem;height:0.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { color:#ffffff;display:block;width:57.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:9.96875rem;height:1.5rem;display:block; }
#KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.4;letter-spacing:0;top:6.7880859375rem;left:59.75rem;height:2.4rem;display:block; }
#wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15006;line-height:2.4;letter-spacing:0;top:9.5498046875rem;left:59.875rem;height:2.4rem;display:block; }
#k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.5rem;height:1.3rem;display:block; }
#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e00800;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; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { background-color: transparent; background-image: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container > .video-iframe-container { display: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container { display: none; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .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); }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { border-width: 0; border-radius: 0; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { top:0.5rem;left:0rem;width:9.6875rem;height:5.0919953701329rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { top:2.75rem;left:9.0000019073488rem;width:5.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { top:2.8125rem;left:16.749892234802rem;width:13.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { top:2.8125rem;left:32.062392234803rem;width:10.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIigPsO1hSJIorraloagyg1o1i42EMm { top:2.75rem;left:41.8125rem;width:5.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { top:2.75rem;left:37.125rem;width:10.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { top:5.875rem;left:0rem;width:12.6875rem;height:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { display:block; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { top:3.625rem;left:0rem;width:30.1875rem;height:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { top:11.75rem;left:0rem;width:4rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { top:24.625rem;left:0rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { top:24.5625rem;left:10.25rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { top:25.8125rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { top:25.8125rem;left:10.25rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmW36Oia317Cb0Inr24fFnJb6p49cLk { top:24.6875rem;left:0rem;width:47.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { top:11.3125rem;left:0rem;width:18.5rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRblGZIfL0u03FbsVt85KExSL7DhHe6w { top:15.0625rem;left:0rem;width:30.4375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { top:14.5rem;left:0rem;width:10.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { width:11.125rem;height:2.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block; }
 }@media only screen and (max-width: 763px) { #MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ75wFywqTTWmvPUEsh37BncBeLMx91h { top:4.375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { top:5.875rem;left:0.3125rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { top:4.75rem;left:3.1875rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { top:4.75rem;left:3.5625009536743rem;width:7.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { top:7.0625rem;left:0rem;width:18.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA81qt8J9RLT1KEphbllw27seDm36BFp { top:4.375rem;left:15.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { top:5.8125rem;left:17rem;width:14.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { top:4.75rem;left:19.125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { top:4.75rem;left:19.499892234802rem;width:7.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { top:6.875rem;left:17.8125rem;width:13.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { top:4.3125rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { top:5.75rem;left:35.9375rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { top:4.6875rem;left:35.8125rem;width:7.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { top:4.6875rem;left:36.1875rem;width:7.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXWTISowmcbZHwiREUagg368A2666W36 { top:6.875rem;left:34.6875rem;width:12.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { display:none; }
 }@media only screen and (max-width: 763px) { #L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { display:none; }
 }@media only screen and (max-width: 763px) { #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { top:1.0625rem;left:0rem;width:31.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { top:3.5625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwyAtRZZU2DmdBFo2outqehq36gwQNcf { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHHhzTCrTH4BXG340msxJNy4ETRkh49T { display:block; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fwk56pLlZZhMthQfXTgHZU9gJclSDsT6 { top:0.75rem;left:0.125rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTXPLAZprvoc4XknoaxsIAHDUTcnD3r { top:0.8125rem;left:0.1875rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHN6JCmNg0ClGwtTFrFKWadAyZeLWds5 { top:4.8125rem;left:0.1875rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni7CP54ngi2Lw3LqtVTrNdVrf1mPAaZR { top:6.125rem;left:0.5625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4fo1vUOI36DTHLnXWUud5p1I5t9p3T { top:9.0625rem;left:0.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqUHAzCEmyIoKS96z64s7qgcaNcrMTat { top:10.6875rem;left:0.4375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfotz7eWstt4zxK4DJdfUGPW7vwmsFkX { top:11.375rem;left:0.4375rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Et93Qu6Rgq66rNdJ0Qkhc2wraS59Tz { top:12.5625rem;left:0.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWKqvBI04TX6DiOuRTFg9oHHFiF65LL { top:13.1875rem;left:5.375rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qi6goPZ5X0nTuaeAr5GmznHETqRaxs { top:14.5625rem;left:0.5625rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0i5apmvST5tSABU09AARwc1UPDsODJ3 { width:10rem;height:2.125rem;top:32rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im0WOXZkTU8SUJKot7MT4tTfsbBnRoCz { display:block; }
 }@media only screen and (max-width: 763px) { #kWb6g0TMGDHpmF5xfOzydITcy2IPZwSS { top:0.9375rem;left:16rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EorTgHG3D9TG8vaskdQOsQa7uT8fIapq { top:0.9375rem;left:16.0625rem;width:15.625rem;height:6.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr3v5KFT83lhy0oXKqBZIpOMazVlG5I0 { top:5rem;left:16.0625rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgCt2WKO2g2y1NfViW2e8PWLTd5Ta4p { top:6.25rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO9L4JGkIGEhLuQHs4g31oOl4xhfvubv { top:9.1875rem;left:16.3125rem;width:14.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEaNAWRyzBw7EC0ootgNUWaA0v5hwmu { top:10.8125rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3a8S7oe2oPUkTVz18yQQ9uvwJ4fM6b { top:11.5625rem;left:16.3125rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3xxMabxxzKo3Uc0X0ycIc5EPTSCaFJ { top:12.6875rem;left:16.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20N74JaMNqsSqhCaFEMbFKoglpSbVll { top:13.3125rem;left:21.25rem;width:5.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBxaTuNXAJz6wykDkhfLaiSHTF0iUS6 { top:14.5625rem;left:16.4375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5he8yoN1B1a2Fhpl1RceMkHmMHqEl4Q { top:28.5rem;left:16.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZX3ASQiCSazMST0URTWCPv2Kevfq6ws { width:10rem;height:2.125rem;top:32.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haf6riCwoPp92zHxqCmCTk1UHtzzTzzP { display:block; }
 }@media only screen and (max-width: 763px) { #bgbC1ncSb5tMQHVWHnTQ9ZWFmU5mZERk { top:16.9375rem;left:16.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue8s7Erg1wid5qn74vcpvCB2npqe8rMI { top:19.875rem;left:16.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweFKpaytu47g8iJawQN1rLfFq1A8Dvx { top:17.1875rem;left:20rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr72ObITgdJkJlTPuu8N6gqy1RZvAvE0 { top:18.25rem;left:20rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkyqiahRvquqzxnCkM9GT2o01SRQNfOS { top:28.75rem;left:20rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshoL6SpoH9bMeEx2R6EbmAtUOMcxIRS { top:29.8125rem;left:20rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TadwJTdlKuVbNVMN3c6Crbb2hcsWBK { top:22.8125rem;left:16.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NtvFTFpw2BpPx7PviHrrs3n2OPz6Mr { top:23.5rem;left:20rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADPJbMNyo7fyvkSFi4OF5Kohv40fSMGU { top:25.625rem;left:16.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npbGibiS0pWAv8wb6JtSpUsmBA31ymhM { top:26.5625rem;left:20rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeQ89qKvkyNqZOyPvkSSSkzCPAdaawQm { top:20rem;left:20rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnKaz1LQxmckG4Hu17yrHh7cpUzLu2SJ { top:21.125rem;left:20rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g60ZehC009urIbvOi4diSlB3pNDeT6k6 { top:18.75rem;left:0.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpN6qmZECctIUGWQ2bzGuXu3uTCEVGPm { top:18.875rem;left:4.375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSPkkacLqD5U0tzW0yT3WFT7ed2byHNX { top:20rem;left:4.375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4vmo475wxmuKnhMhxwe4kHEz9E9Glx { top:21.625rem;left:0.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTLwvvQ43Mto5f6uUqpfEsUNizapK6z { top:21.75rem;left:4.375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLoyS4MRUqr1zLGu2nSnJoh51t3Jncs { top:22.875rem;left:4.375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9BC9d5LkqMxeXF4cpFx8Ti2NQkp98cI { top:24.5625rem;left:0.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btq9ud2sl25rfpioWOQNe0fioQ9Tt052 { top:25.5rem;left:4.375rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLxJpsX3N0ySsPrPvSt22afsg2WgMbn { top:27.5rem;left:0.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4LwAA4XgLIWnz3rZM7PEcON6vwiLdSW { top:27.6875rem;left:4.375rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGK7cC0DgxyCU1lDLX5E5tgoAgGt7BCw { top:28.8125rem;left:4.375rem;width:10.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { top:1.0625rem;left:0rem;width:18.875rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { top:3.5rem;left:0rem;width:43.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { top:5.6875rem;left:15.75rem;width:16.25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ { display:block; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpJyi34fFfXScCpUmW0Z6G3i2eNIyIkA { top:1.5rem;left:0.0625rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZMTGCtT5fL1XONBdCLTxlnr98SECwG { top:1.5625rem;left:0.125rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXnR5XVlkWQHVHeRyT64NE8t1yQWGq9l { top:5.75rem;left:0.125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI7zHbPfb2DrhN3ikzy9Kg3SOcfTc4E { top:5.875rem;left:0.5rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipAA2DHqkvlXZ4IAzZv5v6Fmz43OR7M6 { top:6.875rem;left:0.5rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBozV6MR6WI3vTxEXvHVW4sGHPLiit { top:8.625rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1FQFbfS4IcDMzTIwq0SOhOB0gCFpDc { top:9.8125rem;left:0.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpJiIqDkkXvENCS985bT1JrmofIfAV6F { top:11.4375rem;left:0.375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqzkRpq0ECR5ZhdpRiv8cctNxP7OS6B { top:12.125rem;left:0.375rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkHeECs6b5IhRhAhumBcK8Btm3ISJugM { top:13.3125rem;left:0.375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzU4LUZTz6VyXsd38O50aZ8yWEN1Ten { top:13.9375rem;left:5.3125rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIURwVXBebDK2devCnudMpt2hRqyfyeC { top:15.75rem;left:0.5rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR3sC1nRT4458E6diwHQo51Dslv6o7hL { top:20.125rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEKxBydiTO5RSCI7FoAAuCNu7xlZEd98 { top:21.1875rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xmIqdCfRZo0TFRNzrNbSp9t00GMzoH { top:25.125rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OokqsNU3VqhkA2PgHeAxGKudqX820qxL { top:26.25rem;left:0.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnuNk0FsfVNPnI8cubEHeu88cW730ZT { top:29.1875rem;left:0.375rem;width:15.1875rem;height:4rem;font-size:0.6875rem;display:block; }#RvnuNk0FsfVNPnI8cubEHeu88cW730ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ADaKwZp9CqApxcWDJz5rTiBF0Tchqz5r { width:10rem;height:2.125rem;top:33.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id3Xlcl2IH8ctT0W9oW9Fm3BIhgi10bQ { display:block; }
 }@media only screen and (max-width: 763px) { #rIbECCeF27JSHtWSzrTe9Dt8v47XhydG { top:1.5625rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuAFZ1FKOHTMvlATANEuDooXU7KHcWg { top:1.625rem;left:16.0625rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnnxJ4TQvIwmbn0wwwg5ivLeipLZ3NVx { top:5.9375rem;left:16.4375rem;width:12.5rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHF4kwWWL8qssewi6LJyNZAD4zCnoxU { top:5.8125rem;left:16.0625rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilRRWkgun4ukTVg5XgbeLQ1M6cT8JS9 { 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) { #JhJ9OxmH6BSq7UQlUsMa4WVn2TTn3n3Q { top:8.6875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfQBTR17imIaKno3tS4Lo9oiT57g3lxE { top:11.5rem;left:16.3125rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeut2SrPQhigWDXMxG0BD1SMnLdeLoM { 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) { #VqEWxrPe6M2la7HEbWEfH2JBlJ5aVAuq { 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) { #p7bmLJ6uAn2BAiGldygFKfuNSEEnKkAT { top:14rem;left:21.25rem;width:4.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTA0yr0RtV3VRqzp9lK88GiMHyMbpFdF { top:14.0625rem;left:26.25rem;width:4.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIHh7ilne4TFMWtRuNhbZrHit94C6uu { top:15.8125rem;left:22.5rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7CTnqLlR956dcU9uw2mTKqdZZ3gSZM { top:17.3125rem;left:16.0625rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnS44XGQyzDPkcuiz6CITGhFSvXcnfR { top:18.0625rem;left:17.1875rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ20ELq60G7ADBLk2Uf0QMnkDDn2gTNk { top:15.4375rem;left:16.9375rem;width:4.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCPSnzr0WBZClrdqJ9mAA9hCll9p3KRB { top:15.1875rem;left:16.3125rem;width:5.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wHdoZ5PP4AXI44bG7ZVKC8eqHTGZNA { top:20.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdIR9FVXN7oHt7vtJoLxxmrCagH2HpCT { top:9.875rem;left:16.3125rem;width:5.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07PglTR8as6PgXOMsuI02ZTiirTol85 { top:21.25rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ZXlIlf7SPyCMyOUC7SFUTghyIi4Xe { top:22.375rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbrCveX4fPMJKqJ83Ou6Fagtx1qZQ5h { top:25.1875rem;left:16.3125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R02MPRv6NRsIV8T5abxshSfTtB9Kos { top:26.3125rem;left:19.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmQECB4vHTCsS1cZorPxJtcS12mmF3k { top:26.3125rem;left:22.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glCChq5GBPaEmi9A2G3dl2JgQCmzotqX { top:26.3125rem;left:25.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3xIqgQcCOrCiVOIhO0oUc6QCdu60xCx { top:26.3125rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb7VNwKeVsMmpnocciTt7xrOJWW9sz3Q { top:22.375rem;left:16.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z { top:29.1875rem;left:16.3125rem;width:15.1875rem;height:4rem;font-size:0.6875rem;display:block; }#uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #PTRhC9N5hmrGgvvrTHWMmrtyLboBwPSX { width:10rem;height:2.125rem;top:33.6875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHOA8c72bR3UO6QTIX6XeL8QlOG6I5Oa { display:block; }
 }@media only screen and (max-width: 763px) { #iEh0rxSNLWxPdh57lTg9JGybHGQydSrw { top:8.6875rem;left:24.5rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCt1b5Zv1OTzsaDefolupIELaKE7dlzT { top:9rem;left:25.3125rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhe3wR8TlEnuWcnkFnuTL1SavLDXlfT { top:10.875rem;left:21.875000953674rem;width:9.625rem;height:0.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFV5VQmpVxTaBrouaEVUhtSPaBs9d63W { top:1.5625rem;left:31.875rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yET2v5xUgsiGRwzMgoxN3GfwBLkDvlcU { top:1.625rem;left:31.9375rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzspRa5BSAITls3ga3ybpL9PUWDuFD7P { top:5.8125rem;left:31.9375rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otpMaHtDyp75RrO3nn7VV14I9TSV7TVE { 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) { #aT9tFPokZuWUxFIvag5LEvuexxNxtKOf { top:8.6875rem;left:32.1875rem;width:4.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yr1nJPoWE8nU8ZeHmlGUIkZPH8DmCo { top:9.875rem;left:32.1875rem;width:4.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNyJkW9EHwD0xkk2XynhLhPCzhtye4x { top:11.5rem;left:32.1875rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MG9DV3adOCF4IOS0xTkRSiK7sz226h { 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) { #qxzquMhZU8e2fSIRTZcrWutiV6lFQ6to { top:8.6875rem;left:40.3125rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRs73qTu26S05HZkErMzGh37k0hduqT3 { 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) { #xf7VpX0dVl1WUJL3X9I3P4svCTevRgP3 { top:14rem;left:37.125rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gifM7OLGaUvoeGJrxNVMvL4M6ThKZV0G { top:9rem;left:41.125rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTds5tHeasPU1PymX8t0TWL2UsXLtcaG { top:15.8125rem;left:32.1875rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttqs4F4fzI1deg9PHGFJpU7GbbkQUwv2 { top:20.1875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF5M1u5EzGVyvb71mn1p3ailGQLkKMXK { top:21.25rem;left:32.1875rem;width:14.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcyTHrvNRMzlm9Nx8QDqAvw1f5itXwW { top:22.4375rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNc23BUv6pavkO6xV460WqsBQUstkhIe { top:25.1875rem;left:32.1875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBwgnot1iyxmLyS7CJ2MuxSD8RTqlIC { top:26.375rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudGp5nmrUEOhT1aw24L2S5TL92pwTzn { top:26.375rem;left:35.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X { top:29.25rem;left:32.1875rem;width:15.1875rem;height:4rem;font-size:0.6875rem;display:block; }#oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ESwVRXE7VT0uOF8JVxrTtilZtzWgyya6 { width:10rem;height:2.125rem;top:33.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlHiUE0DB35rQIhZ1ilnLZAAZGHRMam { display:block; }
 }@media only screen and (max-width: 763px) { #HsSSm9Oaf7HUTXKP0haT2hX6byuW885c { display:block; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkODy8JPqTmrnk0bxX3KKUBfsovEFJQi { top:1.1875rem;left:0.0625rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSMKzUTRf0wOQOoB46NVJrCkIw4v3eq { top:1.25rem;left:0.125rem;width:15.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hNWCI394IBIIfDu3xO5ZwJ5i9En2GT { top:5.4375rem;left:0.125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4JHy3gKXsBz5gDXxHKAa0ZkD0xEWJx { top:6.5625rem;left:0.5rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2w57GirJ1gGKdtVlRVPTTJaaJrxgh9v { top:8.3125rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id6HuTOXvSWZUn6FBmJnq4wEvxERxCai { top:9.5rem;left:0.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7XmmRPWizH6ibZnzNyF11UqV34QbJ1q { top:11.125rem;left:0.375rem;width:14.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynNPAd5HCz3iOnmV8NasvXNIT5BO94o { top:11.8125rem;left:0.375rem;width:12.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0new3UcyAbKQaFqpaPX6zGh2Gz2Cpl { top:13rem;left:0.375rem;width:12.5rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTZ9Z0pw0F7JJFuSbAOtUxx9mDlmoRA { top:13.625rem;left:5.3125rem;width:5.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6S1t54btULygWQXbROOM2baWzSP4nG { top:15.4375rem;left:0.375rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqlEWdroAVwPT9AKeBmTnvevlnxcFQGo { top:19.8125rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFHC8bkVdFVkiOZKTZC4ubicfhEo7xt9 { top:20.875rem;left:0.375rem;width:14.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfWnmTKhptxUkcaqJdCWeDlETqOQQMCa { top:22.0625rem;left:3.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZDtFFuqGxIeynByUZTAGqVtGAvLZPS { top:22.0625rem;left:0.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2SLKaQkdS30nACAnrdfDRxpUQmXJHo { top:22.0625rem;left:6.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2B6dP3Zr5AlXcRMh8Gi3xinrlulRc3B { top:22.0625rem;left:9.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC6VU4ymDxlPaqkwinHTAZTVnxhshQ5a { top:24.8125rem;left:0.375rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzF1KTk6wDmNI61crxWJXFbX9an0UsOK { top:26rem;left:0.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrTLuBbHlBh5lEsgpcLgneSx1nmq7uRV { top:26rem;left:3.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL4A9oUAAkkDSfAyiAihbGNdwtlC7Vw8 { top:26rem;left:6.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszNt8kOylOrOo8ozeGvooTcr2B8eL5O { top:28.75rem;left:0.375rem;width:15.1875rem;height:4.3125rem;font-size:0.6875rem;display:block; }#mszNt8kOylOrOo8ozeGvooTcr2B8eL5O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #gfPQd5Xqk7EIZiTCmagSXTFIZ3qEOUvq { width:10rem;height:2.125rem;top:33.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MOuUy0IwbTkAFCx2ndSrCkBoWQpmHX { display:block; }
 }@media only screen and (max-width: 763px) { #vfHC3Z2zM9sB9r6rgNh0PGdhq2wtQTBD { top:8.5625rem;left:8.875rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxow4AW3l4q98UXOfUG6KvQZtOt7hh6 { top:8.3125rem;left:8.5rem;width:6.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJMQGUEXgHgrrOtzLlrxWO5VDzOPM9E { top:1.5rem;left:16rem;width:15.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTaXPOgcuTdKbdsHyd1RaVmov77zShrq { top:12.0625rem;left:11.9375rem;width:19.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pivpMEIXsohJ048hb576u1xFdmfiwRKl { top:3.6875rem;left:16.3125rem;width:13.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNh7PKUcL6Xs5qkEFAzxC0p0K2C2ExW { top:7.1875rem;left:16.3125rem;width:15.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FovKZ6aDat5qXWCtUqp3wZOzIDQ6RlWM { top:32.5rem;left:17rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3cAISt14OLeesa8eFW9zZctG98sMMBE { top:32.5rem;left:20.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagJCk0bHyBtXVfHSVomXq2vpbvtQMob { top:32.4375rem;left:24.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpyRm3l7DeM83kCH8U8mxnrAT5TUA5Ls { top:32.5rem;left:27.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klt1OfOGSN2QvL6FcXeqzRZBiwuTrd7g { top:29rem;left:17.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAwgUeviTeW5FDoZDnPvcVSUmrVCa8dV { top:29.0625rem;left:20.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDO0OWs0bK5w2fuArbzzUutwo3Trn4dC { top:29.0625rem;left:24rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8msUBidGkMIxvzZgJCvrzmdBk9mWca7 { top:6.125rem;left:16.3125rem;width:6.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv { display:block; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0O3oeWeMa1T2lZbGVSyG4tyZgVNgV6u { top:1.3125rem;left:0rem;width:40.4375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl { display:block; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAJm26nuqlsDVpgGMyKnMOd66cnTcFx8 { top:0.9375rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ukOh5BaAc6teok1Ot1KWUbHL9nHQDN { top:0.9375rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Q1dpoqnMu5f3QWM2csQNBMJE2vn6Nn { 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) { #X2g7TiJxMlshQOnG0VwtW3H495MXpyGq { top:9.6875rem;left:0rem;width:18.4375rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9yvqC59b29bTumw4am9UDKppT71EOxT { 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) { #dGK10PDHCSo3HvLbXgJrrHLr231ZCXeK { top:8.125rem;left:3.375rem;width:9.125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sza7OwHAwyoqlONHzUW0oR26ybeDDCB3 { top:6.4375rem;left:34.625rem;width:10.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDNHuWsDh8LokDBnybffvhrSoHMTsqai { top:0.9375rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCJpBSQ8qFkrdFCXI2W0r0lcN3ymrQ9 { 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) { #UzucrMpcvSrED0dnTy3825abxHUUqHpT { top:8.125rem;left:19.1875rem;width:9.1875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIbpk5lbqn0FL1zT5h6Ns1sTMXJsraa { top:9.6875rem;left:13.3125rem;width:18.4375rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 { display:block; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHIsLCopT52TzeTPpUBb3bSmdae5lylQ { top:0.625rem;left:17.0625rem;width:13.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFhtF8btp53FDwqB9DNkTp1rtzIf75nr { top:2.8125rem;left:17rem;width:13.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 { display:block; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VootGA6PWT572lDOJZQBxeANEQmbVt2M { top:0.3125rem;left:0rem;width:47.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCbO8Cr7CUXs24tluthKCw7x7fxPVBTI { top:0.9375rem;left:1.59375rem;width:8.6875rem;height:10.375197850267rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRh3t3v5x5TDgk8X6ahQaWh56Cabnw9a { top:2.125rem;left:13.53125rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfT1Ekp2dNNwZoNODr23HTTJ1VKKODDu { top:2.0625rem;left:25.40625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfSSnvwDeTitfms5W5oRUSsLrlF8bl { top:2.5rem;left:37.71875rem;width:7.5625rem;height:7.9372623888393rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEUN53BQXZ6W9ObNykcSqgCHJ6Xvv56e { top:12rem;left:2.09375rem;width:7.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LSyxxl8qqeS6cyJeSBtuOpWiVbHpaw { top:12.0625rem;left:14.84375rem;width:6.0625rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBxGFJfLovAbdGUcTfUTagBlGJvVw1o { top:12.3125rem;left:27.21875rem;width:5.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwuxgMGtXcohH1hrb6MttaxgXPd8pp1s { top:12.3125rem;left:36.53125rem;width:10.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 { display:block; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw { top:10.8125rem;left:0rem;width:37.1875rem;height:;font-size:0.8125rem;display:block; }#JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
 }@media only screen and (max-width: 763px) { #D3SN77ZD7h8q577CedseK86JBxq2KpJ1 { top:1.6875rem;left:0rem;width:29.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfMKr6W3vkoNGkGmTHXQzqqSbcq46k3e { top:6.25rem;left:0rem;width:14.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7TPGSILJeT1qMMT6rtxdOtBSZyClA9 { top:29.3125rem;left:3.3125rem;width:10.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vbTh4P9Ht42wiHUgu4lIe9rCLUQwDp { display:block; }
 }@media only screen and (max-width: 763px) { #n5uzi9mVogMpA415e6OfADbCHssdEsgx { top:29.375rem;left:0rem;width:10.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqNmukTtFvXfKph2gz1Vta5ueZPldtX { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-regular-label { display:block;width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs  { width:18.75rem;height:auto;top:1.625rem;left:26.375rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs {display:block;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs { width:18.75rem;height:auto;top:1.625rem;left:26.375rem; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #KCkPdUtxVnpiR9wspH7zCmmMIb570uSE {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #y4a9Dgs4NWo9dm8gJtv8aF79r9aOq3gQ { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #fbRJqR8Ql6150Gm8KQIW6DcNcm4H9H4f {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #WrG51u9HPgRExZ0A5dyzBAd5iOlzDaEn {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #pdKue9E2Og3WIf5amqzTdLEPnVFahoiK { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #gpeL6t9rRBaDaTaw5L0tIzA6SqenFfIZ {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IUIiKCUhEe5lkr2xOIbWoZBLgWizG01B {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #ffgQ6FBpLnfiuKikgHTVG11uLWByLvrn { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NRt5XkswUCFxZUOZlkafdZcOBkwZnw5i {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IZ4c419XZZxtwaBgNcTx2NDpz1VUsxNp {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #Q54E9XERsONllr5pWIRrILNercNsVkgN {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #TCbMsMdHBun3rP7PRxkT2mOqJepLCWaJ {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UuVq0PRrq7sVixTyqLMnOeXTcNrqqbTt {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UKXJTztUSq1T6TmwGWIoERgS0F5OiAfI { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #z0LP32rrT1wrGgoDi7spRUKmvay8HyK7 {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #rOZM75dniDMKp4cFGKO0cR2plKnU7cw6 {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NTrczzTXzFce5758ptkqA19Xk92tuZ9T {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #maDSpXCTN5ihaMe7zos44Fc2y9RVbKDB {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #cXWxsB9HKLxo1kep5KqpXpFyR88zr19R {  }
 }@media only screen and (max-width: 763px) { #ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { display:block; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { top:0.9375rem;left:20.875001907349rem;width:9.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { top:4.125rem;left:23.5625rem;width:12.25rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { top:4.0625rem;left:20.187501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { top:0.9375rem;left:38.375rem;width:9.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { top:4.125rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { top:9.1875rem;left:0rem;width:10.6875rem;height:5.654426130979rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { top:3rem;left:0rem;width:18.0625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { top:14.8125rem;left:0rem;width:19.75rem;height:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { top:19.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { top:6.75rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { top:9.5rem;left:35.25rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { top:0.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { display:block; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC { position:relative;z-index:auto;display:block; }#zNx2IT4RTbJkq9f7d4lXFeM7r7uddswC > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtCJhagQAVqJ1zQvTQz9bvn5L4vOPqiJ { width:8.5rem;height:4.5rem;top:0.4375rem;left:5.7183160781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AXI8zDW7AQ4iXsmiMZibDXTCHbA6PJh5 { width:3.3125rem;height:1.3rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vag5soh9kBhgVO7QX6ckGvt7FD6zBBoc { width:10.9375rem;height:1.3rem;top:6.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCNF2KbET0JDosLqAdfIaVR3LSHTncHC { width:5.4375rem;height:1.3rem;top:6.875rem;left:14.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WAIigPsO1hSJIorraloagyg1o1i42EMm { width:5.9375rem;height:auto;top:2.75rem;left:7rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cuh7wV2dfSe7QpelNCwzsdvCK83TDKK8 { width:10.625rem;height:auto;top:2.75rem;left:4.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLI6tBF6xnTaJmVWb7BNqI9xImTR6Idi { width:12.75rem;height:0.61889625rem;top:5.3681640625rem;left:3.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 { position:relative;z-index:auto;display:none; }#EfUTr3z1ySiJc9y8gaRxHwxrIuOIMne1 > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK { background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/91c635a5-9655-4609-8de3-4dac51742a5a/eidbanner.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.adaptive-delivery-prevent-bg, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyload, #rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK.lazyloading { background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { background-color: transparent; background-image: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row > .video-iframe-container { display: none; }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .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); }#rTzAFdiVrBi1MATZiIswodZ7GFZ6GqOK > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBU5qs0nsTlZBATRIQcmXwS6RTUbuSvG { width:19.4375rem;height:4.8125rem;top:1.9375rem;left:0.1875rem;font-size:2.1875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zHQuItZtgcxHT9Vb1PJJUfZCn5BZLKRO { width:3.9375rem;height:1.7875rem;top:8.0625rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNowk4e7DsOOstCcW33Mt6UtwHZrLMeH { width:10rem;height:2.5rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWO1dEzFLyopIPbs2kHvMTMLuzJgqMuJ { width:10.125rem;height:2.5rem;top:30.0625rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #k4A2Aynw8qT8Blcw9UKkozOi52B4FHxh { width:10rem;height:1.21875rem;top:30.8125rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GyGrzRTT3oQIgCZuizD8vDybnW1zC3U6 { width:10.0625rem;height:1.21875rem;top:30.8125rem;left:10rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TTmW36Oia317Cb0Inr24fFnJb6p49cLk { width:19.875rem;height:12.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRrLX8nX8xBk9TRfrPiCOmATVSfcN925 { width:14.5rem;height:2.4375rem;top:7.6247844696044rem;left:4.1873917579651rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRblGZIfL0u03FbsVt85KExSL7DhHe6w { width:19.4375rem;height:1.62524375rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNc9TObQDINUPCBQxrFIsLHszoa8M9Er { width:10.6875rem;height:0.625rem;top:10.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDeaZ9B9wkzUqPrGJa7dvbERJbo9twTK { width:8.75rem;height:2.374875rem;top:13.56201171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOCz2IMIeyHignMeLo143LboDEXC9r6 { display:block; }
 }@media only screen and (max-width: 763px) { #MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg { display:block; }#MeBJ4NZmqxqXHxMH0mLNW0SMCGSHmvmg > .row .container { width:20rem;height:21.092185974121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ75wFywqTTWmvPUEsh37BncBeLMx91h { width:3.4375rem;height:3.4375rem;top:3.0625rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWE2T2Vo7miXiSFzDJltG34RPnaFmO7M { width:14.875rem;height:1.21875rem;top:3.5rem;left:4.875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uIRTTGc0ZNtFJkNuPIwaBlPTQ1MwZZf7 { width:7.999125rem;height:1.06228125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrO1bkPu8OZpMUuILViJBAncMqZLRhpe { width:6.875rem;height:0.975rem;top:1.6037311553955rem;left:0rem;font-size:0.75rem;color:#fff6f8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRgqKspKNPDHroALrDzVwtqOZn9m4qnX { width:15.0625rem;height:0.975rem;top:4.875rem;left:4.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gA81qt8J9RLT1KEphbllw27seDm36BFp { width:3.375rem;height:3.375rem;top:9.5980911254881rem;left:0.6239150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1JipmSMr0Ds5X4POTCTA4CcQNSRScJ { width:14.875rem;height:1.21875rem;top:10.09716796875rem;left:4.81640625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iBIPq9V5UTHUufTyigtzrkR63q6M9UwU { width:8rem;height:1rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIqUGIFshqlsDGCua7GSvTHcMLT1VWd { width:7.125rem;height:0.975rem;top:8.125rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vly4W4lwl6guIOyy5PfO9ALEQIRWz5Mk { width:15.0625rem;height:0.975rem;top:11.29736328125rem;left:4.8740234375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wXl6P4MmOxMTu72ibbVo5Q1zESsJWqKO { width:3.4375rem;height:3.4375rem;top:15.971138954162rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6VTGLaRDg6duGGy44ocfnSawAJgNKa { width:12.25rem;height:1.21875rem;top:16.470703125rem;left:4.77783203125rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9a0NnscWGLyJTBQ1WPs5nRw8J0aXfi { width:8rem;height:1rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAVu9JFC3ALbnceITDd7WVlAOPDmFZu { width:7.374125rem;height:0.975rem;top:14.25rem;left:0.375rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXWTISowmcbZHwiREUagg368A2666W36 { width:15.125rem;height:0.975rem;top:17.70263671875rem;left:4.8125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aKDeeJEGF5EbWXxd8VOCLFehRpcxsF3G { top:1.9997825622559rem;left:7.99978351593rem;width:11.875rem;height:0.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #L6iwX2vvvWpi0k34F9l6DaUp3z4FkmBk { top:8.5926647186281rem;left:8rem;width:11.875rem;height:0.0618489375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { display:block; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 { background-color: transparent; background-image: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row > .video-iframe-container { display: none; }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .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); }#KpTbhkvifsLuaOp9TT5OQyhAruNpP0a6 > .row .container { width:20rem;height:6.73730625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWCTrd46ublPcXxiD2gU1vX2ex6HrpxS { width:20rem;height:1.62524375rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #logG6S7nnNUDK5IcC9L1BPUo2otFqTy9 { width:20rem;height:2.925rem;top:3.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #BwyAtRZZU2DmdBFo2outqehq36gwQNcf { width:11.25rem;height:0.1875rem;top:3.125rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xHHhzTCrTH4BXG340msxJNy4ETRkh49T { display:block; }#xHHhzTCrTH4BXG340msxJNy4ETRkh49T > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fwk56pLlZZhMthQfXTgHZU9gJclSDsT6 { width:18.75rem;height:37.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTXPLAZprvoc4XknoaxsIAHDUTcnD3r { width:18.75rem;height:8rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHN6JCmNg0ClGwtTFrFKWadAyZeLWds5 { width:15.625rem;height:3.125rem;top:6.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni7CP54ngi2Lw3LqtVTrNdVrf1mPAaZR { width:13.875rem;height:1.4625rem;top:7.8125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4fo1vUOI36DTHLnXWUud5p1I5t9p3T { width:12.5rem;height:1.4625rem;top:11.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqUHAzCEmyIoKS96z64s7qgcaNcrMTat { width:18.125rem;height:0.6875rem;top:13.21923828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfotz7eWstt4zxK4DJdfUGPW7vwmsFkX { width:12.5rem;height:0.89375rem;top:14.65234375rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Et93Qu6Rgq66rNdJ0Qkhc2wraS59Tz { width:12.5rem;height:1.950075rem;top:15.5625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWKqvBI04TX6DiOuRTFg9oHHFiF65LL { width:5.875rem;height:0.975rem;top:16.19970703125rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qi6goPZ5X0nTuaeAr5GmznHETqRaxs { width:9.0625rem;height:0.89375rem;top:17.7998046875rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0i5apmvST5tSABU09AARwc1UPDsODJ3 { width:15.625rem;height:2.8125rem;top:35.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im0WOXZkTU8SUJKot7MT4tTfsbBnRoCz { display:block; }
 }@media only screen and (max-width: 763px) { #kWb6g0TMGDHpmF5xfOzydITcy2IPZwSS { width:18.75rem;height:37.5rem;top:41.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EorTgHG3D9TG8vaskdQOsQa7uT8fIapq { width:18.75rem;height:8rem;top:41.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr3v5KFT83lhy0oXKqBZIpOMazVlG5I0 { width:15.625rem;height:3.125rem;top:46.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgCt2WKO2g2y1NfViW2e8PWLTd5Ta4p { width:13.6875rem;height:1.4625rem;top:48.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO9L4JGkIGEhLuQHs4g31oOl4xhfvubv { width:15.6875rem;height:1.4625rem;top:51.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhEaNAWRyzBw7EC0ootgNUWaA0v5hwmu { width:18.125rem;height:0.6875rem;top:53.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3a8S7oe2oPUkTVz18yQQ9uvwJ4fM6b { width:12.5rem;height:0.89375rem;top:54.8125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3xxMabxxzKo3Uc0X0ycIc5EPTSCaFJ { width:12.5rem;height:1.950075rem;top:55.8056640625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20N74JaMNqsSqhCaFEMbFKoglpSbVll { width:4.8125rem;height:0.975rem;top:56.54296875rem;left:6.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBxaTuNXAJz6wykDkhfLaiSHTF0iUS6 { width:8.125rem;height:0.89375rem;top:58rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5he8yoN1B1a2Fhpl1RceMkHmMHqEl4Q { width:2.5rem;height:2.5rem;top:72.59375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZX3ASQiCSazMST0URTWCPv2Kevfq6ws { width:15.625rem;height:2.8125rem;top:75.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haf6riCwoPp92zHxqCmCTk1UHtzzTzzP { display:block; }
 }@media only screen and (max-width: 763px) { #bgbC1ncSb5tMQHVWHnTQ9ZWFmU5mZERk { width:2.5rem;height:2.5rem;top:60rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue8s7Erg1wid5qn74vcpvCB2npqe8rMI { width:2.5rem;height:2.5rem;top:63.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eweFKpaytu47g8iJawQN1rLfFq1A8Dvx { width:5.4375rem;height:1.13769375rem;top:60.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr72ObITgdJkJlTPuu8N6gqy1RZvAvE0 { width:4.875rem;height:1.13769375rem;top:61.375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkyqiahRvquqzxnCkM9GT2o01SRQNfOS { width:5.4375rem;height:1.13769375rem;top:72.71875rem;left:4.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshoL6SpoH9bMeEx2R6EbmAtUOMcxIRS { width:8.875rem;height:1.13769375rem;top:74.01953125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TadwJTdlKuVbNVMN3c6Crbb2hcsWBK { width:2.5rem;height:2.5rem;top:66.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NtvFTFpw2BpPx7PviHrrs3n2OPz6Mr { width:6rem;height:1.13769375rem;top:66.931640625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADPJbMNyo7fyvkSFi4OF5Kohv40fSMGU { width:2.5rem;height:2.5rem;top:69.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npbGibiS0pWAv8wb6JtSpUsmBA31ymhM { width:9.875rem;height:1.13769375rem;top:70.431640625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeQ89qKvkyNqZOyPvkSSSkzCPAdaawQm { width:5.4375rem;height:1.13769375rem;top:63.1875rem;left:4.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnKaz1LQxmckG4Hu17yrHh7cpUzLu2SJ { width:4.875rem;height:1.13769375rem;top:64.48828125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g60ZehC009urIbvOi4diSlB3pNDeT6k6 { width:2.5rem;height:2.5rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpN6qmZECctIUGWQ2bzGuXu3uTCEVGPm { width:5.4375rem;height:1.13769375rem;top:20.681640625rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSPkkacLqD5U0tzW0yT3WFT7ed2byHNX { width:4.875rem;height:1.13769375rem;top:21.67578125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT4vmo475wxmuKnhMhxwe4kHEz9E9Glx { width:2.5rem;height:2.5rem;top:23.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piTLwvvQ43Mto5f6uUqpfEsUNizapK6z { width:5.4375rem;height:1.13769375rem;top:24.306640625rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLoyS4MRUqr1zLGu2nSnJoh51t3Jncs { width:4.875rem;height:1.13769375rem;top:25.4375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9BC9d5LkqMxeXF4cpFx8Ti2NQkp98cI { width:2.5rem;height:2.5rem;top:27.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btq9ud2sl25rfpioWOQNe0fioQ9Tt052 { width:9.875rem;height:1.13769375rem;top:28.744140625rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLxJpsX3N0ySsPrPvSt22afsg2WgMbn { width:2.5rem;height:2.5rem;top:31.32421875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4LwAA4XgLIWnz3rZM7PEcON6vwiLdSW { width:8.1875rem;height:1.13769375rem;top:31.3125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGK7cC0DgxyCU1lDLX5E5tgoAgGt7BCw { width:12.9375rem;height:1.13769375rem;top:32.85107421875rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { display:block; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 { background-color: transparent; background-image: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row > .video-iframe-container { display: none; }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .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); }#rITREUJ6I38ozfVV9VWvkGqiTBNZ3FT4 > .row .container { width:20rem;height:5.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxwrpcKABoIH3yQ9m8nxJqPv69hBVRu6 { width:20rem;height:1.70625rem;top:0.312255859375rem;left:0.0621337890625rem;font-size:1.3125rem;font-family:arial;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuMfEJUXqLyfdl9CwsNRXQc24TTRk81Z { width:20rem;height:1.95rem;top:3.148193359375rem;left:0rem;font-size:0.75rem;font-family:arial;text-align:center;text-align-last:center;color:#b50000;display:block; }
 }@media only screen and (max-width: 763px) { #wpIOhMsdLWmpXQrrNNsIA6gbhx8ZNuKl { width:11.25rem;height:0.187378125rem;top:2.336181640625rem;left:4.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ { display:block; }#ZWzx2vcw7p4Kc9JLPJEKSmVXXRB68vfZ > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpJyi34fFfXScCpUmW0Z6G3i2eNIyIkA { width:18.9375rem;height:38.0625rem;top:40.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZMTGCtT5fL1XONBdCLTxlnr98SECwG { width:18.75rem;height:8rem;top:40.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXnR5XVlkWQHVHeRyT64NE8t1yQWGq9l { width:15.625rem;height:3.3125rem;top:45.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI7zHbPfb2DrhN3ikzy9Kg3SOcfTc4E { width:12.5rem;height:1.21875rem;top:46.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipAA2DHqkvlXZ4IAzZv5v6Fmz43OR7M6 { width:12.5rem;height:1.4625rem;top:47.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBozV6MR6WI3vTxEXvHVW4sGHPLiit { width:12.5rem;height:1.05703125rem;top:49.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1FQFbfS4IcDMzTIwq0SOhOB0gCFpDc { width:12.5rem;height:1.4625rem;top:50.25rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpJiIqDkkXvENCS985bT1JrmofIfAV6F { width:18.125rem;height:0.6875rem;top:52.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqzkRpq0ECR5ZhdpRiv8cctNxP7OS6B { width:12.5rem;height:0.890625rem;top:52.875rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkHeECs6b5IhRhAhumBcK8Btm3ISJugM { width:12.5rem;height:1.95rem;top:53.75rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzU4LUZTz6VyXsd38O50aZ8yWEN1Ten { width:4.875rem;height:0.975rem;top:54.4375rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIURwVXBebDK2devCnudMpt2hRqyfyeC { width:6.3125rem;height:0.890625rem;top:55.8125rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR3sC1nRT4458E6diwHQo51Dslv6o7hL { width:12.5rem;height:1.05703125rem;top:60.125rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEKxBydiTO5RSCI7FoAAuCNu7xlZEd98 { width:12.5rem;height:1.05703125rem;top:61.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xmIqdCfRZo0TFRNzrNbSp9t00GMzoH { width:12.5rem;height:1.05703125rem;top:65.4375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OokqsNU3VqhkA2PgHeAxGKudqX820qxL { width:2.8125rem;height:2.8125rem;top:66.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnuNk0FsfVNPnI8cubEHeu88cW730ZT { width:18.375rem;height:4.396875rem;top:70.4375rem;left:0.6875rem;font-size:0.6875rem;line-height:1.1;display:block; }#RvnuNk0FsfVNPnI8cubEHeu88cW730ZT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ADaKwZp9CqApxcWDJz5rTiBF0Tchqz5r { width:15.625rem;height:2.5rem;top:75.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id3Xlcl2IH8ctT0W9oW9Fm3BIhgi10bQ { display:block; }
 }@media only screen and (max-width: 763px) { #rIbECCeF27JSHtWSzrTe9Dt8v47XhydG { width:18.875rem;height:37.9375rem;top:0.875rem;left:0.5625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #LwuAFZ1FKOHTMvlATANEuDooXU7KHcWg { width:18.75rem;height:8rem;top:0.9375rem;left:0.625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #KnnxJ4TQvIwmbn0wwwg5ivLeipLZ3NVx { width:12.5rem;height:1.21875rem;top:6.375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHF4kwWWL8qssewi6LJyNZAD4zCnoxU { width:15.625rem;height:3.3125rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilRRWkgun4ukTVg5XgbeLQ1M6cT8JS9 { width:12.5rem;height:1.4625rem;top:7.5625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhJ9OxmH6BSq7UQlUsMa4WVn2TTn3n3Q { width:5.8125rem;height:1.05703125rem;top:9.4375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfQBTR17imIaKno3tS4Lo9oiT57g3lxE { width:14.1875rem;height:0.6875rem;top:12.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeut2SrPQhigWDXMxG0BD1SMnLdeLoM { width:12.5rem;height:0.975rem;top:13.75rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqEWxrPe6M2la7HEbWEfH2JBlJ5aVAuq { width:12.5rem;height:2.03203125rem;top:14.5625rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7bmLJ6uAn2BAiGldygFKfuNSEEnKkAT { width:5.6875rem;height:1.05703125rem;top:15.1875rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTA0yr0RtV3VRqzp9lK88GiMHyMbpFdF { width:4.9375rem;height:0.890625rem;top:15.3125rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIHh7ilne4TFMWtRuNhbZrHit94C6uu { width:6.3125rem;height:0.890625rem;top:17.25rem;left:7.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7CTnqLlR956dcU9uw2mTKqdZZ3gSZM { width:18.75rem;height:2.5rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnS44XGQyzDPkcuiz6CITGhFSvXcnfR { width:14.1875rem;height:1.21875rem;top:19.25rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ20ELq60G7ADBLk2Uf0QMnkDDn2gTNk { width:5rem;height:1.134375rem;top:16.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCPSnzr0WBZClrdqJ9mAA9hCll9p3KRB { width:5.8125rem;height:1.5625rem;top:16.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wHdoZ5PP4AXI44bG7ZVKC8eqHTGZNA { width:12.5rem;height:1.05703125rem;top:21.6875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdIR9FVXN7oHt7vtJoLxxmrCagH2HpCT { width:6.75rem;height:1.4625rem;top:10.6875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07PglTR8as6PgXOMsuI02ZTiirTol85 { width:12.5rem;height:1.05703125rem;top:22.6875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ZXlIlf7SPyCMyOUC7SFUTghyIi4Xe { width:2.8125rem;height:2.8125rem;top:24rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbrCveX4fPMJKqJ83Ou6Fagtx1qZQ5h { width:12.5rem;height:1.05703125rem;top:27.125rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4R02MPRv6NRsIV8T5abxshSfTtB9Kos { width:2.8125rem;height:2.8125rem;top:28.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhmQECB4vHTCsS1cZorPxJtcS12mmF3k { width:2.8125rem;height:2.8125rem;top:28.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glCChq5GBPaEmi9A2G3dl2JgQCmzotqX { width:2.8125rem;height:2.8125rem;top:28.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3xIqgQcCOrCiVOIhO0oUc6QCdu60xCx { width:2.8125rem;height:2.8125rem;top:28.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb7VNwKeVsMmpnocciTt7xrOJWW9sz3Q { width:2.8125rem;height:2.8125rem;top:24rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z { width:17.5rem;height:4.73671875rem;top:31.1875rem;left:0.875rem;font-size:0.6875rem;line-height:1.2;display:block; }#uM4HQGE90zLSeNsH22SbkSlLkXHxzA8z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #PTRhC9N5hmrGgvvrTHWMmrtyLboBwPSX { width:15.625rem;height:2.5rem;top:36rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHOA8c72bR3UO6QTIX6XeL8QlOG6I5Oa { display:block; }
 }@media only screen and (max-width: 763px) { #iEh0rxSNLWxPdh57lTg9JGybHGQydSrw { width:7.125rem;height:1.5625rem;top:9.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCt1b5Zv1OTzsaDefolupIELaKE7dlzT { width:4.9375rem;height:0.975rem;top:9.75rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhe3wR8TlEnuWcnkFnuTL1SavLDXlfT { width:11.5625rem;height:0.68671875rem;top:11.625rem;left:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFV5VQmpVxTaBrouaEVUhtSPaBs9d63W { width:18.75rem;height:37.5rem;top:81.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yET2v5xUgsiGRwzMgoxN3GfwBLkDvlcU { width:18.75rem;height:8rem;top:81.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzspRa5BSAITls3ga3ybpL9PUWDuFD7P { width:15.625rem;height:3.3125rem;top:86.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otpMaHtDyp75RrO3nn7VV14I9TSV7TVE { width:12.5rem;height:1.4625rem;top:88.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9tFPokZuWUxFIvag5LEvuexxNxtKOf { width:12.5rem;height:1.05703125rem;top:89.9375rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5yr1nJPoWE8nU8ZeHmlGUIkZPH8DmCo { width:12.5rem;height:1.4625rem;top:91.125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNyJkW9EHwD0xkk2XynhLhPCzhtye4x { width:18.125rem;height:0.6875rem;top:92.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MG9DV3adOCF4IOS0xTkRSiK7sz226h { width:12.5rem;height:0.975rem;top:93.5625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzquMhZU8e2fSIRTZcrWutiV6lFQ6to { width:7.125rem;height:1.5625rem;top:50rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRs73qTu26S05HZkErMzGh37k0hduqT3 { width:12.5rem;height:2.03203125rem;top:94.625rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7VpX0dVl1WUJL3X9I3P4svCTevRgP3 { width:5rem;height:0.975rem;top:95.375rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gifM7OLGaUvoeGJrxNVMvL4M6ThKZV0G { width:4.9375rem;height:0.975rem;top:50.3125rem;left:12.6875rem;font-size:0.75rem;z-index:15305;display:block; }
 }@media only screen and (max-width: 763px) { #XTds5tHeasPU1PymX8t0TWL2UsXLtcaG { width:6.3125rem;height:0.890625rem;top:96.8125rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttqs4F4fzI1deg9PHGFJpU7GbbkQUwv2 { width:12.5rem;height:1.05703125rem;top:100rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF5M1u5EzGVyvb71mn1p3ailGQLkKMXK { width:14.9375rem;height:1.05703125rem;top:101.0625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcyTHrvNRMzlm9Nx8QDqAvw1f5itXwW { width:2.8125rem;height:2.8125rem;top:102.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNc23BUv6pavkO6xV460WqsBQUstkhIe { width:12.5rem;height:1.05703125rem;top:105.1875rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBwgnot1iyxmLyS7CJ2MuxSD8RTqlIC { width:2.8125rem;height:2.8125rem;top:106.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudGp5nmrUEOhT1aw24L2S5TL92pwTzn { width:2.8125rem;height:2.8125rem;top:106.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X { width:18.25rem;height:5.0765625rem;top:110.1875rem;left:0.8125rem;font-size:0.6875rem;line-height:1.3;display:block; }#oPCr4f4lCHXdLyVVEuMHipS3ToAfny6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #ESwVRXE7VT0uOF8JVxrTtilZtzWgyya6 { width:15.625rem;height:2.5rem;top:115.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlHiUE0DB35rQIhZ1ilnLZAAZGHRMam { display:block; }
 }@media only screen and (max-width: 763px) { #HsSSm9Oaf7HUTXKP0haT2hX6byuW885c { display:block; }#HsSSm9Oaf7HUTXKP0haT2hX6byuW885c > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkODy8JPqTmrnk0bxX3KKUBfsovEFJQi { width:18.75rem;height:39.3125rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSMKzUTRf0wOQOoB46NVJrCkIw4v3eq { width:18.75rem;height:8rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hNWCI394IBIIfDu3xO5ZwJ5i9En2GT { width:15.625rem;height:3.3125rem;top:5.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4JHy3gKXsBz5gDXxHKAa0ZkD0xEWJx { width:12.5rem;height:1.4625rem;top:7.6875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2w57GirJ1gGKdtVlRVPTTJaaJrxgh9v { width:12.5rem;height:1.05625rem;top:9.75rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id6HuTOXvSWZUn6FBmJnq4wEvxERxCai { width:12.5rem;height:1.4625rem;top:10.9375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7XmmRPWizH6ibZnzNyF11UqV34QbJ1q { width:18.125rem;height:0.6875rem;top:12.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynNPAd5HCz3iOnmV8NasvXNIT5BO94o { width:12.5rem;height:0.975rem;top:13.4375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0new3UcyAbKQaFqpaPX6zGh2Gz2Cpl { width:12.5rem;height:2.03125rem;top:14.4375rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTZ9Z0pw0F7JJFuSbAOtUxx9mDlmoRA { width:5.0625rem;height:0.975rem;top:15.25rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6S1t54btULygWQXbROOM2baWzSP4nG { width:6.3125rem;height:0.89375rem;top:16.4375rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqlEWdroAVwPT9AKeBmTnvevlnxcFQGo { width:12.5rem;height:1.05625rem;top:20.5rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFHC8bkVdFVkiOZKTZC4ubicfhEo7xt9 { width:14.9375rem;height:1.05625rem;top:21.5625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfWnmTKhptxUkcaqJdCWeDlETqOQQMCa { width:2.8125rem;height:2.8125rem;top:22.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZDtFFuqGxIeynByUZTAGqVtGAvLZPS { width:2.8125rem;height:2.8125rem;top:22.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2SLKaQkdS30nACAnrdfDRxpUQmXJHo { width:2.8125rem;height:2.8125rem;top:22.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2B6dP3Zr5AlXcRMh8Gi3xinrlulRc3B { width:2.8125rem;height:2.8125rem;top:22.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC6VU4ymDxlPaqkwinHTAZTVnxhshQ5a { width:12.5rem;height:1.05625rem;top:25.8125rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzF1KTk6wDmNI61crxWJXFbX9an0UsOK { width:2.8125rem;height:2.8125rem;top:27rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrTLuBbHlBh5lEsgpcLgneSx1nmq7uRV { width:2.8125rem;height:2.8125rem;top:27rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL4A9oUAAkkDSfAyiAihbGNdwtlC7Vw8 { width:2.8125rem;height:2.8125rem;top:27rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszNt8kOylOrOo8ozeGvooTcr2B8eL5O { width:18.1875rem;height:5.5703125rem;top:31.125rem;left:0.90625rem;font-size:0.6875rem;line-height:1.2;display:block; }#mszNt8kOylOrOo8ozeGvooTcr2B8eL5O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59b3c9fa5db06ba21b95f7e41d0744cd01aa6ce2.svg); }
 }@media only screen and (max-width: 763px) { #gfPQd5Xqk7EIZiTCmagSXTFIZ3qEOUvq { width:15.625rem;height:2.5rem;top:37.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MOuUy0IwbTkAFCx2ndSrCkBoWQpmHX { display:block; }
 }@media only screen and (max-width: 763px) { #vfHC3Z2zM9sB9r6rgNh0PGdhq2wtQTBD { width:5.125rem;height:0.975rem;top:9.8125rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxow4AW3l4q98UXOfUG6KvQZtOt7hh6 { width:7.125rem;height:1.5625rem;top:9.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJMQGUEXgHgrrOtzLlrxWO5VDzOPM9E { width:16.875rem;height:34.375rem;top:41.8125rem;left:1.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #mTaXPOgcuTdKbdsHyd1RaVmov77zShrq { width:19.8125rem;height:23.9375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pivpMEIXsohJ048hb576u1xFdmfiwRKl { width:13.6875rem;height:1.54453125rem;top:43.375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNh7PKUcL6Xs5qkEFAzxC0p0K2C2ExW { width:15.1875rem;height:2.7rem;top:46.875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FovKZ6aDat5qXWCtUqp3wZOzIDQ6RlWM { width:3.125rem;height:3.125rem;top:72.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3cAISt14OLeesa8eFW9zZctG98sMMBE { width:3.125rem;height:3.125rem;top:72.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagJCk0bHyBtXVfHSVomXq2vpbvtQMob { width:3.125rem;height:3.125rem;top:72.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpyRm3l7DeM83kCH8U8mxnrAT5TUA5Ls { width:3.125rem;height:3.125rem;top:72.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klt1OfOGSN2QvL6FcXeqzRZBiwuTrd7g { width:3.125rem;height:3.125rem;top:69.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAwgUeviTeW5FDoZDnPvcVSUmrVCa8dV { width:3.125rem;height:3.125rem;top:69.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDO0OWs0bK5w2fuArbzzUutwo3Trn4dC { width:3.125rem;height:3.125rem;top:69.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8msUBidGkMIxvzZgJCvrzmdBk9mWca7 { width:6.8125rem;height:0.625rem;top:45.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv { display:block; }#MLWKokOlBs5mSbGNaaUcg5B1pM4q0Jhv > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0O3oeWeMa1T2lZbGVSyG4tyZgVNgV6u { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl { display:block; }#TWilSEVRV2yOWzfb4Mp6zBkNJX7zDFWl > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAJm26nuqlsDVpgGMyKnMOd66cnTcFx8 { width:4.375rem;height:4.375rem;top:1.9125003814698rem;left:0.099999964237212rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ukOh5BaAc6teok1Ot1KWUbHL9nHQDN { width:4.375rem;height:4.375rem;top:16.618751049042rem;left:0.099999964237212rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Q1dpoqnMu5f3QWM2csQNBMJE2vn6Nn { width:6.625rem;height:1.1375rem;top:1.8125183105469rem;left:4.9375000715256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2g7TiJxMlshQOnG0VwtW3H495MXpyGq { width:13.6875rem;height:3.25rem;top:3.1875183105469rem;left:4.9375000715256rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9yvqC59b29bTumw4am9UDKppT71EOxT { width:13.6875rem;height:2.4375rem;top:18.406268310547rem;left:5.3125000715256rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGK10PDHCSo3HvLbXgJrrHLr231ZCXeK { width:8.3125rem;height:0.89375rem;top:1.9242431640625rem;left:11.562500548363rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sza7OwHAwyoqlONHzUW0oR26ybeDDCB3 { width:7.4375rem;height:1.1375rem;top:16.812518310547rem;left:5.2500000715256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDNHuWsDh8LokDBnybffvhrSoHMTsqai { width:4.375rem;height:4.375rem;top:8.9749999046325rem;left:0.099999964237212rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCJpBSQ8qFkrdFCXI2W0r0lcN3ymrQ9 { width:4.9375rem;height:1.1375rem;top:8.8750183105469rem;left:5.1250000715256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzucrMpcvSrED0dnTy3825abxHUUqHpT { width:8.75rem;height:0.89375rem;top:8.8711120605469rem;left:11.000000548363rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvIbpk5lbqn0FL1zT5h6Ns1sTMXJsraa { width:13.6875rem;height:4.0625rem;top:10.199237060547rem;left:5.1875000715256rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 { display:block; }#IJdBNdpgyM50hTl7TPd9f9KhmT18zNk3 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHIsLCopT52TzeTPpUBb3bSmdae5lylQ { width:10.6875rem;height:1.625rem;top:0.9375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFhtF8btp53FDwqB9DNkTp1rtzIf75nr { width:11.25rem;height:0.1875rem;top:2.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 { display:block; }#HilLQh7poaVUIOn98SdhiWKLz0SVJ9S5 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VootGA6PWT572lDOJZQBxeANEQmbVt2M { width:19.875rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCbO8Cr7CUXs24tluthKCw7x7fxPVBTI { width:4.25rem;height:5.125rem;top:1.9375rem;left:2.2254704301076rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRh3t3v5x5TDgk8X6ahQaWh56Cabnw9a { width:4.875rem;height:4.875rem;top:2.0625rem;left:13.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfT1Ekp2dNNwZoNODr23HTTJ1VKKODDu { width:5.5rem;height:5.5rem;top:9.66796875rem;left:1.60009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfSSnvwDeTitfms5W5oRUSsLrlF8bl { width:4.4375rem;height:4.6875rem;top:10.07421875rem;left:13.355016637731rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEUN53BQXZ6W9ObNykcSqgCHJ6Xvv56e { width:5.875rem;height:0.975rem;top:7.0625rem;left:1.41259765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LSyxxl8qqeS6cyJeSBtuOpWiVbHpaw { width:4.8125rem;height:0.975rem;top:7.125rem;left:13.06103515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBxGFJfLovAbdGUcTfUTagBlGJvVw1o { width:3.9375rem;height:0.975rem;top:14.91796875rem;left:2.38134765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwuxgMGtXcohH1hrb6MttaxgXPd8pp1s { width:7.875rem;height:0.975rem;top:15.04296875rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 { display:block; }#gngtOpZpM90gBMZ36QzvaxCUKkcotHP6 > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw { width:19.624625rem;height:18.89375rem;top:6.907958984375rem;left:0rem;font-size:0.8125rem;z-index:15002;display:block; }#JIA4R1MIHNtooynT6CPu1uwtTrtuNgqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7818402aa91ca62067a0e9b65b4d565fcbac717.svg); }
 }@media only screen and (max-width: 763px) { #D3SN77ZD7h8q577CedseK86JBxq2KpJ1 { width:20rem;height:2.2753875rem;top:1.3116455078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfMKr6W3vkoNGkGmTHXQzqqSbcq46k3e { width:19.937125rem;height:1.13769375rem;top:4.197998046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT7TPGSILJeT1qMMT6rtxdOtBSZyClA9 { top:64.9375rem;left:0rem;width:8.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vbTh4P9Ht42wiHUgu4lIe9rCLUQwDp { display:block; }
 }@media only screen and (max-width: 763px) { #n5uzi9mVogMpA415e6OfADbCHssdEsgx { top:64.9375rem;left:11.25rem;width:8.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqNmukTtFvXfKph2gz1Vta5ueZPldtX { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;font-family:"source sans pro"; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0.8125rem;margin-bottom:0.25rem;margin-left:0.875rem;height:2.8125rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container:first-of-type{padding-top:0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .widget-container:last-of-type{padding-bottom:0;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs  { width:17.374875rem;height:auto;top:27.25rem;left:0rem;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs {display:block;}#PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs { width:17.374875rem;height:auto;top:27.25rem;left:0rem;border-top:0.0625rem solid #e00800;border-left:0.0625rem solid #e00800;border-right:0.0625rem solid #e00800;border-bottom:0.0625rem solid #e00800; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #KCkPdUtxVnpiR9wspH7zCmmMIb570uSE {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #y4a9Dgs4NWo9dm8gJtv8aF79r9aOq3gQ { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #fbRJqR8Ql6150Gm8KQIW6DcNcm4H9H4f {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #WrG51u9HPgRExZ0A5dyzBAd5iOlzDaEn {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #pdKue9E2Og3WIf5amqzTdLEPnVFahoiK { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #gpeL6t9rRBaDaTaw5L0tIzA6SqenFfIZ {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IUIiKCUhEe5lkr2xOIbWoZBLgWizG01B {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #ffgQ6FBpLnfiuKikgHTVG11uLWByLvrn { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NRt5XkswUCFxZUOZlkafdZcOBkwZnw5i {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #IZ4c419XZZxtwaBgNcTx2NDpz1VUsxNp {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #Q54E9XERsONllr5pWIRrILNercNsVkgN {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #TCbMsMdHBun3rP7PRxkT2mOqJepLCWaJ {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UuVq0PRrq7sVixTyqLMnOeXTcNrqqbTt {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #UKXJTztUSq1T6TmwGWIoERgS0F5OiAfI { display:block; }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #z0LP32rrT1wrGgoDi7spRUKmvay8HyK7 {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #rOZM75dniDMKp4cFGKO0cR2plKnU7cw6 {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #NTrczzTXzFce5758ptkqA19Xk92tuZ9T {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #maDSpXCTN5ihaMe7zos44Fc2y9RVbKDB {  }
 }@media only screen and (max-width: 763px) { #PXfOq9QQK4XyfEED64WOkwIQDSU6gCPs #cXWxsB9HKLxo1kep5KqpXpFyR88zr19R {  }
 }@media only screen and (max-width: 763px) { #ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS { display:block; }#ZmUpTr6EuqyJtTvr4UmDb7aqGNlsKbFS > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkrKO9omhVQyagGgVJE2mQfe67fzRDwT { width:20rem;height:2.4375rem;top:18.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJmlBkNLoTrGFAiEBHQ9pF8245xkCXqT { width:15.3125rem;height:2.625rem;top:22.03125rem;left:2.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR { display:flex;width:1.9375rem;height:1.9375rem;top:22.375rem;left:0.375rem; }
#SFaDGTFmtVNydC2ipwJ7NJGvg6eDdzfR > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #OWb8otfGkqeq12DZEgrZ6iyTOgOwivwu { width:11.3125rem;height:2.275rem;top:26.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxKl1h3ETwsHdUTmKOgJNKvgMIL0DAJU { width:12.5rem;height:2.4rem;top:29.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcSkE0TXTMkIkOO5WwvpR1G58S9eUlz { width:9.375rem;height:5rem;top:3.6588554382324rem;left:4.7808160781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yI1MCeuTwNM0Fo9vNBHnISrFLekX6u47 { width:20rem;height:4.0625rem;top:11.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKXcxcvwx8f8wQ9JuFy2ZZXiQzOWIEGd { width:19.9375rem;height:0.9rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#271212;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SRPvZhrPuVZm3dTWQleXhkxXBCK12Z { width:20rem;height:4.5rem;top:38.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyE27g6p6zTe0aNxhFCCi0oUAMFAqyqp { width:12.5rem;height:2.4rem;top:31.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvUqbPqtpdHw7dgMKeUp6IGqF4OqgDo5 { width:12.5rem;height:2.4rem;top:34.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k561ZfPhgd7rLDoCPJI7xfGHmKUKpZvm { width:12.5rem;height:1.3rem;top:1.28515625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h { display:block; }#sn071yT5hOGpe1tWFwHg0Mq6JXsXM16h > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }