.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { 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:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e59dd5a-086b-4814-beeb-f070c7bda42b/edm_sep_Arisevibe03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.adaptive-delivery-prevent-bg, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyload, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyloading { background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { border-width: 0; border-radius: 0; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#wDEKMstaOcwegBfOCJfH89Wslo0BT7uV { background-color:#e1482c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius: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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:22.2473125rem;height:2.99805rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.625rem;left:26.5rem;display:block; }
#vHrSZyNhsT4c1hNrTUsluHdlxSI4WT0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbT77Al21IVUpiG8RyCXhoyPycIbeHNf { color:#e1482c;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:35.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BET4i7hcKVlJXa14QZsinArqqqBoEugA { box-sizing:content-box;height:4.6875rem;width:27.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);background-image:none;top:31.125rem;left:23.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pwTHSeR6BRraIFErO1K4spWp5M9hkibe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:12.4375rem;top:4.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#NdqL9OyqG0QEeleiowuurhqVJpwBg5Tf { 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:6.25rem;width:6.25rem;top:0.625rem;left:68.75rem;overflow:hidden;display:block; }
#dcpzpE28aCgWCStf0cd5Xpx0PVTRECSP { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.3125rem;left:26.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgV2UeiwGMGOgGuZdAQkcgG7GuuzIEWh { box-sizing:content-box;height:3rem;width:27.9375rem;position:absolute;display:block;z-index:15016;background-color:#146142;background-image:none;top:20.0625rem;left:23.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IgVRzu2aPWBCLP5C0EPRTHaWwH06xn00 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.5rem;left:29.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#PXT2lglTPSisRnaZmZLEr0mcPgltsZ1G { box-sizing:content-box;height:5.375rem;width:27.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:24.5625rem;left:23.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#rI9lLQnfPcKHtNl2s413CT8J0WSJi3lp { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:25.625rem;left:37.3125rem;display:block; }
#knA6EZPCn1wXQ0vf1FVr0dRot8MWRv7L { color:#cdedf8;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:32.5rem;left:24.9375rem;height:1.1254875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UI5FUxu7dIR0RqevaTa1AvutBuW5qgau { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.875rem;left:42.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#nNxdO93R30gP9ASUE5vd7pXdtwevbbRp { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.4375rem;left:39.9375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgXGZLIOvXXTr31IiUmQEvKblepVABXc { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:24.2255859375rem;left:59.3720703125rem;display:none; }
#eoi5zV6HCLdi7VNIWRMcK7syZ0agt5TQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:28.875rem;top:11.0625rem;left:23.0625rem;overflow:hidden;display:block; }
#haJeWdnurIoWen8H8z0aNFIXvJMCGOWm { color:#cdedf8;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:34.25rem;left:38.75rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#LfN9EcFP9u5KZBKZcQQHqfcFbOmbNRgK { box-sizing:content-box;height:0.125rem;width:4.0625rem;position:absolute;display:block;z-index:15121;background-color:#e1482c;background-image:none;top:34.6875rem;left:45.875rem;display:block; }
#LxzAWOE1oUxQtmnL6wXHFermT8ThnRkB { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.8125rem;left:23.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abff868e-d195-4241-8e7e-a2e585cb1472/heronew4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.adaptive-delivery-prevent-bg, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyload, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyloading { background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { background-color: transparent; background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container > .video-iframe-container { display: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container { display: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .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); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { border-width: 0; border-radius: 0; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.196876525879rem;left:40.403907775879rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { background-color:#e1482c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius: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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:22.249625rem;height:2.999825rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.986721038818rem;left:43.80703163147rem;display:block; }
#C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:52.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { box-sizing:content-box;height:3.5rem;width:27.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.4);background-image:none;top:15.668749809265rem;left:41.18593788147rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fB10BNRv4eKA33xXbDpXODZiNP25FQlM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4992875rem;width:11.5625rem;top:4.3681640625rem;left:49.216796875rem;overflow:hidden;display:block; }
#fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { 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:6.25rem;width:6.25rem;top:0.625rem;left:68.75rem;overflow:hidden;display:block; }
#LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.0615234375rem;left:43.812255859375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.2490234375rem;left:46.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { box-sizing:content-box;height:5.375rem;width:27.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:19.47998046875rem;left:41.15234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:20.673828125rem;left:54.871826171875rem;display:block; }
#cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.5625rem;left:49.3125rem; }
#N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9375rem;left:43.0625rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.625rem;left:60.46875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.187255859375rem;left:57.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:24.2255859375rem;left:59.3720703125rem;display:none; }
#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1482c;background-image:url("https://images.assets-landingi.com/uc/4462dddf-a6dc-4ca9-a519-e29bdd67ba53/bgnew2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu.adaptive-delivery-prevent-bg, #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu.lazyload, #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu.lazyloading { background-image: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { background-color: transparent; background-image: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container > .video-iframe-container { display: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container { display: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .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); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { border-width: 0; border-radius: 0; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.625rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:17.75rem;left:4.625rem;height:6.75rem;font-style:normal;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#146042;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5rem;left:47.312501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5rem;left:47.312501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { position:relative;display:block; }
#nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { position:relative;display:block; }
#VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:50.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4.3125rem;left:4.375rem;display:none; }
#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3c9d1e3b-cd02-4731-9b6d-34eaca3c722d/bg02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.adaptive-delivery-prevent-bg, #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.lazyload, #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.lazyloading { background-image: none; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv > .row .container { border-width: 0; border-radius: 0; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv > .row .container { font-size:0.875rem;font-family:arial;height:97.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#bC8KkRg0cixq8B41FSsrPzh4vOa9Py8v { box-sizing:content-box;height:22.9998125rem;width:24.6244375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:8.5312473773956rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM { box-sizing:content-box;height:15.6875rem;width:23.1875rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/092def67-5185-4f00-a9c0-d0fadbcc3eb8/s2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.46732711792rem;left:0.62411117553711rem;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; }#Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.adaptive-delivery-prevent-bg, #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.lazyload, #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.lazyloading { background-image: none; }
#NvsVpSoAihGOtCp8pEyUBnHzXiAp65ck { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:block; }
#PP0rFEeNZPb0Fi2zaJa1BSu2pPTIndCE { box-sizing:content-box;height:22.8125rem;width:24.6244375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:8.625rem;left:25.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PCDBZmpBhLgQp2JfEQZ1Nmiw7Xk5tBix { box-sizing:content-box;height:22.8125rem;width:24.6235625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:8.6234018802644rem;left:50.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#NpqH9Wm951CKFo2BGLMdDqGkWWXTTpbr { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.177301406861rem;left:10.929256439209rem;height:1.13769375rem;display:block; }
#KN93cLRxL7DeRzFx6v1IC597LPrZ8aBq { color:#111111;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.194662570953rem;left:18.309028625488rem;height:1.0559875rem;display:block; }
#F7NqcMCpUslaAJQr93mBBlrHvUnDheN0 { color:#146142;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:25.872396945953rem;left:25.811634063721rem;height:1.625rem;display:block; }
#Z3b55eMDiwcbrPELiJK87xE4bheLUsN1 { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:26.177301883697rem;left:33.179039001465rem;height:1.13769375rem;display:block; }
#xWO7xXmxZO8rlyXNg2Febh95U5vTz0xe { color:#111111;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.256727695465rem;left:43.372180938721rem;height:1.0559875rem;text-align:right;text-align-last:right;display:block; }
#EdEdDXlSpNTzTUbzHB2cDQHKIRJyhDxv { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:27.685546875rem;left:25.8125rem;height:0.974825rem;display:block; }
#SWxJqhh2b015F5ynelAdgWzJZVNRsJMz { color:#ffffff;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:29.340496063233rem;left:26.291015625rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#nFNfNlRLgKT6JGrPkSvD7KA5q5TWaw81 { box-sizing:content-box;height:1.5rem;width:8.4375rem;position:absolute;display:block;z-index:15104;background-color:#146142;background-image:none;top:29.011068344116rem;left:25.747395515442rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#gaqtiNJgMVCMVp1iBtF88yffAQQptkat { color:#ee3625;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:29.248484134674rem;left:38.624134063721rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aiTE46FqPTai2lP0IdbATW6TSIvnsd8Q { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:28.372831821442rem;left:41.872833251953rem;height:0.974825rem;text-align:right;text-align-last:right;display:block; }
#HChzUdBSoAAJWsdPJvXcIk8evo7yFOAt { color:#146142;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:25.950781345367rem;left:51.092973709106rem;height:1.21875rem;font-style:normal;display:block; }
#GTE8JeiJZFiDT7WOnkQSmgATCrs5UwCB { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:26.114844322204rem;left:63.413286209106rem;height:1.13769375rem;display:block; }
#e3g26HUtLX2HMZOHkGzEOzInnffEylBT { color:#111111;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:26.068796634674rem;left:71.798400878906rem;height:1.0559875rem;display:block; }
#Kguty0sPV4cvDSgumJ81CSEyVLKDpE7l { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:27.685156345367rem;left:51.125001907349rem;height:0.975rem;display:block; }
#JOFttl37iWtLRBxcQIRGZvU5vE23HZUJ { color:#ffffff;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:29.339844226837rem;left:51.60312461853rem;height:0.8125rem;text-align:left;text-align-last:left;display:block; }
#x8PFH8mJMhz8Hp39JhUHC54STl1z4UhT { box-sizing:content-box;height:1.5rem;width:8.4375rem;position:absolute;display:block;z-index:15112;background-color:#146142;background-image:none;top:29.010937213897rem;left:51.059377670288rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#PXAyr6RdC987TdEQcZ5nmi3roCtnlv19 { color:#ee3625;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:29.37326669693rem;left:63.936637878419rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z26usEolqdi1dJoQf8oQtRGU7MG1cl2M { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:28.497614383697rem;left:67.18533325195rem;height:0.974825rem;text-align:right;text-align-last:right;display:block; }
#eFhsx6N6QIRmVDHLFxk74HE5wHkGSkB7 { color:#146142;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:25.746094703674rem;left:56.04140663147rem;height:1.625rem;display:block; }
#AtN8yove4DHLhBwbdhS9PLTtTGPOC9iR { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#hbRtc3H1mdMkFOKZi7ohQuoHs1XTeCdu { color:#111111;display:block;width:15.8123125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:32.371270179749rem;left:59.187673568726rem;height:0.974825rem;text-align:right;text-align-last:right;display:block; }
#Cy3n8OcS4Q7afZeyyrdk0m9P0QruXBwf { color:#146142;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:25.950781345367rem;left:51.092973709106rem;height:1.21875rem;font-style:normal;display:none; }
#HeO0JzqRGwoRey4aoUkILx94ErpJbQJw { color:#146142;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:25.950781345367rem;left:51.092973709106rem;height:1.21875rem;font-style:normal;display:none; }
#XfMwz1Mm0gsTQviSB8A9uNmtkIvvDsKC { color:#146142;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:25.950781345367rem;left:51.092973709106rem;height:1.21875rem;font-style:normal;display:none; }
#a7X6qmSJ3BKSZWdQtISBEQmiqZ1tMx9P { box-sizing:content-box;height:1.625rem;width:12.25rem;position:absolute;display:block;z-index:15049;background-color:#ee3625;background-image:none;top:4.8125rem;left:10.5625rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#TFM6dUskgJaUpHEzFfsGArhIM2ag2mOQ { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:5rem;left:11.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#fTewM7lBqrhJLJHXxgtt1ywrJxiURpKP { color:#000000;display:block;width:20.499125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.4375rem;height:3.3311625rem;font-style:normal;display:block; }
#L8nykpN2p8XylsMBTKmyUNwQGOTTCfur { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:5.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.625rem;height:6.7431875rem;font-style:normal;display:block; }
#SMnHaqUaKkBlRsz6hH6StaaxVkJ7oT9q { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;top:35.6875rem;left:38.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#USlAb11aTolzDLFbb27TTDNuVFwXzU58 { box-sizing:content-box;height:17.5611875rem;width:34.9361875rem;position:absolute;display:block;z-index:15057;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e4df5fc7-b8ae-40e1-acf4-bd9100f300db/2b1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.5rem;left:39.375rem;display:block; }#USlAb11aTolzDLFbb27TTDNuVFwXzU58.adaptive-delivery-prevent-bg, #USlAb11aTolzDLFbb27TTDNuVFwXzU58.lazyload, #USlAb11aTolzDLFbb27TTDNuVFwXzU58.lazyloading { background-image: none; }
#cQG6iHhARdWz2x0kPu8K95tidVnxVkDJ { color:#000000;display:block;width:14.8736875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:54.6875rem;left:39.4375rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uanie0Iw5NpnEPKLDkCVbVh5QNaVc1hO { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:54.8125rem;left:47.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZ7SvXrvxp7Ea7qTK0RTB4cdncGIcpQC { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:56.625rem;left:39.375rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wB35ZCy7BULTo3wbDAqTqf4QAcCCftyx { box-sizing:content-box;height:1.5625rem;width:11.75rem;position:absolute;display:block;z-index:15064;background-color:#146042;background-image:none;top:58.3125rem;left:39.4375rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#BgUk40r31amiy60ougXQAc01wvHMrqdR { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:58.5625rem;left:39.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#AZ3fNnTSQpahk0UVl4nbcnfD25tsufVI { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15096;background-color:#ee3625;background-image:none;top:59.125rem;left:46.25rem;display:block; }
#LJ9h04FSwMXgXGcs9UOWkIiEIROSCLGg { color:#ee3625;display:block;width:20.6861875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:56.3125rem;left:53.6875rem;height:1.8684875rem;text-align:right;text-align-last:right;display:block; }
#zxzNXsOxEv9Ga4dkup2CbII74Fe41rnl { color:#ee3625;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:57.625rem;left:59.4375rem;height:2.35546875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kPts9ekbTUd2e4CNeFhXGDX67mraaaN9 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:54.9375rem;left:66rem;height:1.4622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d9wTH0ou3W9yleDdousOVyyHVkzHLGiy { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;top:63.1875rem;left:0rem;display:block; }
#iINbnEHmb03UeyKWB0zbiTUO79Dumd7t { box-sizing:content-box;height:17.5611875rem;width:34.9361875rem;position:absolute;display:block;z-index:15067;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0e958491-d5f4-41d9-9028-80f22251fe7e/2b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64rem;left:0.625rem;display:block; }#iINbnEHmb03UeyKWB0zbiTUO79Dumd7t.adaptive-delivery-prevent-bg, #iINbnEHmb03UeyKWB0zbiTUO79Dumd7t.lazyload, #iINbnEHmb03UeyKWB0zbiTUO79Dumd7t.lazyloading { background-image: none; }
#yZwhmVeCGLcflJ3J02RJLZcfEDbZihsT { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:82.1875rem;left:0.6875rem;height:1.70573125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#St9sT2ASFZV2gVm1c1rXMukzdi6AbqzO { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:82.25rem;left:16.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wKeF1qiNOqEkKRRaTWqSbkcTKd75TbvQ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:82.375rem;left:27.25rem;height:1.4622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yykr8OSsNB8oy33ss5Im4T7kgvKbloUa { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:82.0625rem;left:7.75rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l5bETwFpesmMxAXBxRFITfTn0Degv1HT { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;top:63.1875rem;left:38.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uLh3QDNTMMEtOxqWK0gy6G3mOQiyt7aE { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:82.375rem;left:66rem;height:1.4622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I { box-sizing:content-box;height:17.5611875rem;width:34.9361875rem;position:absolute;display:block;z-index:15078;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/484f7b2b-3fc4-4b24-a6c4-b42f7dce7f01/2b3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64rem;left:39.375rem;display:block; }#evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I.adaptive-delivery-prevent-bg, #evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I.lazyload, #evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I.lazyloading { background-image: none; }
#sTRZRNectPXubLLSVGGwdZnDLEpOGKzO { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:82.1875rem;left:39.4375rem;height:1.70573125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCA5QZxV5DFyUW4Ob5Fy35O7c1Fl1o5o { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:82.25rem;left:55.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iCgItUanvipIZSGMptcPwkhifh8cH6Zi { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:82.0625rem;left:46.5rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZyHfIZcbopu5hJG3RDTnXCP43TNZBHc { color:#ee3625;display:block;width:20.6861875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:83.9375rem;left:14.9375rem;height:1.8684875rem;text-align:right;text-align-last:right;display:block; }
#eL2nuW2EXy98v23ifWdRpEGK1ym7ESIg { color:#ee3625;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:85.375rem;left:20.6875rem;height:2.35546875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ryG5yqprTtmupTD6sqNh9lLT8Q3cV7Zm { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:84.125rem;left:0.625rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVNVvt1L10hnzy9IkeO4gCPsrBvAHDmb { box-sizing:content-box;height:1.5625rem;width:11.75rem;position:absolute;display:block;z-index:15074;background-color:#146042;background-image:none;top:85.8125rem;left:0.6875rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#WOBv7Qobe1tkUx89ncdPJhyHT2EFLG7k { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:86rem;left:1.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#N5Le52JBdhdPgiDfOHa9qhq9OLc9nH1l { color:#ee3625;display:block;width:20.6861875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:83.9375rem;left:53.6875rem;height:1.8684875rem;text-align:right;text-align-last:right;display:block; }
#nTw0AXz3NrlWHKirf7UDL9BEsDxzwNAc { color:#ee3625;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:85.4375rem;left:59.4375rem;height:2.35546875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Pz4DeyCHt8TvkyCWLMl03vLqs7M3ZAQz { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:84.125rem;left:39.375rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E977DeK1wp91D7fwWaDzqh74OLpGr9sW { box-sizing:content-box;height:1.5625rem;width:12.1875rem;position:absolute;display:block;z-index:15085;background-color:#146042;background-image:none;top:85.8125rem;left:39.4375rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#CDuiBz6tRcrQiC1GrmrdwGftvV36PRUB { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:86.0625rem;left:39.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#mriUKvhtLWA5TtgRS7TcGPApqRU9CiaK { box-sizing:content-box;height:0.1875rem;width:4.8125rem;position:absolute;display:block;z-index:15097;background-color:#ee3625;background-image:none;top:86.625rem;left:46.375rem;display:block; }
#U8QZcVfvvCh0nGtScuABVP83uW1cehCn { box-sizing:content-box;height:0.1875rem;width:4.8125rem;position:absolute;display:block;z-index:15098;background-color:#ee3625;background-image:none;top:86.5625rem;left:7.1875rem;display:block; }
#fbN2mkbUlzWOkxUcQACGHcckd6KFTx1K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:66.9375rem;display:none; }
#uVIcUNc7RHLWPkT8Ti6Ahvl1qczqHi05 { 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:18rem;width:22.1875rem;display:none; }
#uZzv0H0dnfIyywdPFH8HHy55hWTEpFrC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WgFymw5luT1EAKWD3In9mEDO2UqgTBLg { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#JK3SEBXzQ1fQdhvw4u3Qq2qD8X32BZd2 { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#hud1I4nyMER9qWpCxLmldCrlLSPAiw4J { 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:20.0625rem;width:64.625rem;display:none; }
#JBdfekyKJCUPfsRlz0g6gKzupAiPBEx2 { box-sizing:content-box;height:22.9998125rem;width:24.6244375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:8.5312473773956rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#f48UPJFaaCvI1zsBRXW4bGky2V6noN6b { box-sizing:content-box;height:15.6875rem;width:23.1875rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/092def67-5185-4f00-a9c0-d0fadbcc3eb8/s2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.46732711792rem;left:0.62411117553711rem;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; }#f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.adaptive-delivery-prevent-bg, #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.lazyload, #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.lazyloading { background-image: none; }
#qog5fC24VuklLmqe5NseVORK96MFCvyi { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#i0mQJ1gntqGKqp2Vdapx4dIMiAI9qvEL { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.177301406861rem;left:10.929256439209rem;height:1.13769375rem;display:none; }
#Pn1zZP8fkFwycZ9RX8hAT9qy4QrORUcb { color:#111111;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.194662570953rem;left:18.309028625488rem;height:1.0559875rem;display:none; }
#biefzKcWvp49oSDA1A6uXhFXwdsHIpP4 { 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:18rem;width:22.1875rem;display:none; }
#J5vsiJwfcROnPv14lrXq4aM0Xf7sfzOw { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#K5I1IluK6DolebgJtCJGxNGlvPvI8itF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EsgCUdqXnMUuR3TlOJTETD80hSBEEaw3 { 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:20.0625rem;width:64.625rem;display:none; }
#CImAvJyOTTlEBJVPL5fQz2A3xNs6mS2D { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#MtiHJ7u2aTCOaMFC1L8mrwXEg6q89Hto { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#Je8NxtrWENJVu8WHImxwPZP8RMEVdKmf { box-sizing:content-box;height:22.9998125rem;width:24.6244375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:8.5312473773956rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4 { box-sizing:content-box;height:15.6875rem;width:23.1875rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/092def67-5185-4f00-a9c0-d0fadbcc3eb8/s2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.46732711792rem;left:0.62411117553711rem;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; }#Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.adaptive-delivery-prevent-bg, #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.lazyload, #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.lazyloading { background-image: none; }
#dk3Wyzn2ixmFXZpHpUEC9QK5GWvVzPhG { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#EK27KphZcZGUwl1WCdnybeEHvmmlJMU4 { 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:18rem;width:22.1875rem;display:none; }
#DlJT5hTZE36B5l3cVtuurZZx6IHIGPEE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cK2k5ObWc3sFkf6G1eTx56IxESWCTrOk { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.177301406861rem;left:10.929256439209rem;height:1.13769375rem;display:none; }
#Isksg7zB0PFWMeT5rJLBVzRTGeB1Vkm9 { color:#111111;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.194662570953rem;left:18.309028625488rem;height:1.0559875rem;display:none; }
#Tn7Nu7EGBUX0Hc3ckfmrvOHlHbemdtbS { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#a3oROTZcZ4VEM3EVOIrKfWeEQaszz8qo { 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:20.0625rem;width:64.625rem;display:none; }
#gK8rFcp8WIRGNKM4CXhkTuF3egk0D8FW { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#TBNkpRL2MSUUtQV4R1DsDh2MJwT9koky { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#ZbGOu3SfClavESSyMNdt0DdDvqSzDcTD { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#ASR6addkk2Xktpxzf0xzpVtX2ENcsP3E { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#wJZdEXXfuFFtKka4uR3UyE2n8CJvSQtL { box-sizing:content-box;height:22.9998125rem;width:24.6244375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:8.5312473773956rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu { box-sizing:content-box;height:15.6875rem;width:23.1875rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/092def67-5185-4f00-a9c0-d0fadbcc3eb8/s2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.46732711792rem;left:0.62411117553711rem;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; }#TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.adaptive-delivery-prevent-bg, #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.lazyload, #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.lazyloading { background-image: none; }
#FeSDGFfQRHs8gETDTTTUNTHaJB21UuhH { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#Wc6ghOStTA303GistcIiBdQX8Ag97L6O { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#z1WU2LUECNi8M7eaPp7SMeIS4gdB0N2R { 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:18rem;width:22.1875rem;display:none; }
#B0cZePFqx52PFTpPc1SwbRLWBDm6llfH { color:#111111;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.177301406861rem;left:10.929256439209rem;height:1.13769375rem;display:none; }
#pVpntUkJcV1StamJQkuBeXfQIxS1VETr { color:#111111;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.194662570953rem;left:18.309028625488rem;height:1.0559875rem;display:none; }
#WBSmDIvQIx4cdqGt85Utx22g7I3FUJKg { color:#146142;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.872396469116rem;left:0.625rem;height:1.625rem;display:none; }
#kgH6BTCr3dZ40Z3k8Umz5PpAPIUTVNgV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#b2IEuFU7Ona4rrMNlrmgDKFXMXrgZuwa { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#ldAXHCRToAsN5GVx2MGBz9kNVBlnCec3 { 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:20.0625rem;width:64.625rem;display:none; }
#b5NHf0TiLNhP3sMKPhitobFMWUcZ0T9t { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#QEdLahuqRGp9INPEpn1wsKavClhsVE22 { color:#ee3625;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.186790466309rem;left:16.68678855896rem;height:0.975rem;text-align:right;text-align-last:right;display:none; }
#mm5aKd37NTEK3aIg19eq4E2fryRwRE7f { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15103;background-color:#ed3c24;background-image:none;top:79.966991424562rem;left:58.664772987366rem;display:none; }
#CvSrFIxWXQ5UVKLSF4RfLdzAtsnTATtI { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15103;background-color:#ed3c24;background-image:none;top:79.966991424562rem;left:58.664772987366rem;display:none; }
#ekmTleP8XCB97dtwDt47tUaiHghHNLps { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15103;background-color:#ed3c24;background-image:none;top:79.966991424562rem;left:58.664772987366rem;display:none; }
#Ufmg465N9wvZVzcSs9UBwOhFE5wHcKsa { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15103;background-color:#ed3c24;background-image:none;top:79.966991424562rem;left:58.664772987366rem;display:none; }
#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f835a9a-88e2-40b3-9040-734fdca34702/edm_sep_Arisevibe07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.adaptive-delivery-prevent-bg, #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.lazyload, #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.lazyloading { background-image: none; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU > .row .container { border-width: 0; border-radius: 0; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:75rem;position:relative;display:none; }#WiiB3OitJoOAix0mxfSoL296MLTzBUMh { box-sizing:content-box;height:21.0625rem;width:65.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.812500476837rem;left:5.8750019073486rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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; }
#rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO { box-sizing:content-box;height:19.4375rem;width:35.9375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79fdb904-2f96-4661-bad5-8bd9df6da18f/1b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.625000476837rem;left:6.6875019073488rem;display:block; }#rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO.adaptive-delivery-prevent-bg, #rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO.lazyload, #rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO.lazyloading { background-image: none; }
#xdeN4adlqhmGFf50fgTI9a5HWBAtl9bB { color:#000000;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:30.579833984375rem;left:45.450439453125rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VvZsX9AiOqWzine6vTmEXTKmakqiw929 { color:#146142;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:51.75rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a4D0ZXpi3TPlJSTQIyTT3o9EpxRFTZJw { color:#000000;display:block;width:6.4995625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:55.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ThZTHNZTQxK96Hh9odTRKmTfiZxhCm14 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:61.875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wTcB2kCNtAT4QHlQ43Km3K2GTkUPaTiN { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#fGn7cOPJU6uZ80PXL42SuRuT0nBzhnnt { color:#ee3625;display:block;width:14.9370625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.962158203125rem;left:20.66162109375rem;height:2.35618125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#AUQPbFwRUJF7hdxTTfGHfIwEn0Xidhy0 { color:#ee3625;display:block;width:20.686875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6201171875rem;left:14.910888671875rem;height:1.8679rem;text-align:right;text-align-last:right;display:none; }
#Qnsdts5LRymrvrTAOIUQ9u7BNbZZqrSy { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.048828125rem;left:27.2314453125rem;height:1.46218125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#pCiCJnw5V67GCkKMRqIi31EghDpPh5fg { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.74853515625rem;left:0.654296875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM { box-sizing:content-box;height:17.561875rem;width:34.9370625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79fdb904-2f96-4661-bad5-8bd9df6da18f/1b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.635634422303rem;left:0.65646743774412rem;display:none; }#llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.adaptive-delivery-prevent-bg, #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.lazyload, #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.lazyloading { background-image: none; }
#PGD5PrbZJ7to1xk2S2n3kqbTKD8toxvH { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.939021110534rem;left:12.810981750488rem;height:1.62475625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mS5kFRD1XQW1RIlBp6753yJDikzDfmv8 { color:#000000;display:block;width:14.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.817492485046rem;left:0.68663215637206rem;height:1.8679rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IwaUG8pNgtptleE105TQzLXPCS2BgHU9 { box-sizing:content-box;height:1.5625rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:#146042;background-image:none;top:33.437255859375rem;left:0.687255859375rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#sUr4IoTZsUBSvHD1nXTf8IpVBdFX4pSC { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.6875rem;left:1.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:none; }
#uIcaJVgSNmTmGWssA6KmfIcxBvqieNRJ { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15049;background-color:#ee3625;background-image:none;top:34.23193359375rem;left:7.41943359375rem;display:none; }
#hZCMgoadu6T67TGHFxeWFby5Stm77ouo { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#d4Okfd7P9Wn9nAERDaPmLICNamZNbpZf { color:#ee3625;display:block;width:14.9370625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.962158203125rem;left:20.66162109375rem;height:2.35618125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#o9fdW6xzJf2snEGXLCBu5dtGuJViX6GT { color:#ee3625;display:block;width:20.686875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6201171875rem;left:14.910888671875rem;height:1.8679rem;text-align:right;text-align-last:right;display:none; }
#wzVKDW7z9qFVOV0mUW6sA5ZzktcGxgeK { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.048828125rem;left:27.2314453125rem;height:1.46218125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#KBspGtMyQgJFk7hGgheuesLn88pJSJpT { box-sizing:content-box;height:17.561875rem;width:34.9370625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79fdb904-2f96-4661-bad5-8bd9df6da18f/1b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.635634422303rem;left:0.65646743774412rem;display:none; }#KBspGtMyQgJFk7hGgheuesLn88pJSJpT.adaptive-delivery-prevent-bg, #KBspGtMyQgJFk7hGgheuesLn88pJSJpT.lazyload, #KBspGtMyQgJFk7hGgheuesLn88pJSJpT.lazyloading { background-image: none; }
#VwMFSVJmf2clrd12GgACD4intRMn7Jgi { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.74853515625rem;left:0.654296875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EZvpnVbbdFfNlgLivPVOO65HdGmIpTbK { box-sizing:content-box;height:24.75rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:10.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#h6UgVf0ZyRTePx0al11Zlt2NGNPDcwGi { color:#ee3625;display:block;width:20.686875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6201171875rem;left:14.910888671875rem;height:1.8679rem;text-align:right;text-align-last:right;display:none; }
#W2m6SPdwzeTtb5KeEszdWnsKmoh5TDak { color:#ee3625;display:block;width:14.9370625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.962158203125rem;left:20.66162109375rem;height:2.35618125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gG86DGJtnKOBqArvb4F3yZW59X33TyLH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.74853515625rem;left:0.654296875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dGZq5lBMmDIEiRtMZ8dGJJleVJTvezrn { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.939021110534rem;left:12.810981750488rem;height:1.62475625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G { box-sizing:content-box;height:17.561875rem;width:34.9370625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/79fdb904-2f96-4661-bad5-8bd9df6da18f/1b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.635634422303rem;left:0.65646743774412rem;display:none; }#ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.adaptive-delivery-prevent-bg, #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.lazyload, #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.lazyloading { background-image: none; }
#ZbQ3FwOLgORDKJp3alqdH1V1IxHkn1kr { color:#000000;display:block;width:14.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.817492485046rem;left:0.68663215637206rem;height:1.8679rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fRb0ELTkLdybq0e8H1qHicLsZNleuQLC { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.939021110534rem;left:12.810981750488rem;height:1.62475625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WWMbQBJ3JHgJPn2CReIeXmPPKe0EgtSH { box-sizing:content-box;height:1.5625rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:#146042;background-image:none;top:33.437255859375rem;left:0.687255859375rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#pJ228Bk1Zc7Vy6HUPTQmq0MItNpp36ZV { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.6875rem;left:1.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:none; }
#WDpodp31sFVDcN3HbmFzT4iFIwH3OFkw { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.048828125rem;left:27.2314453125rem;height:1.46218125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#u4G2OzAqNrr8u2lyaCnQ1vn20z2J27N2 { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15049;background-color:#ee3625;background-image:none;top:34.23193359375rem;left:7.41943359375rem;display:none; }
#wAu90LSqQVpV30NE2K74BeGD1OCRyMay { box-sizing:content-box;height:1.5625rem;width:11.75rem;position:absolute;display:block;z-index:15008;background-color:#146042;background-image:none;top:33.437255859375rem;left:0.687255859375rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#mCSg50JSntdimtGRGC8iwwVmebb0isBV { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.6875rem;left:1.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:none; }
#Jllbif8xH9TIIT3r17OxfhPTbuQFxfiM { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15049;background-color:#ee3625;background-image:none;top:34.23193359375rem;left:7.41943359375rem;display:none; }
#TRipJXFm234VGwsWKAVJtKWF8CgLEZTz { color:#000000;display:block;width:14.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.817492485046rem;left:0.68663215637206rem;height:1.8679rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#otZqIpN8lDedMXeQuLScGaXxA0HlLOXI { color:#000000;display:block;width:14.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.817492485046rem;left:0.68663215637206rem;height:1.8679rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OnGEtlNdB1z895lXt3T7GJQlRX2g1Ge7 { color:#000000;display:block;width:14.874125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.817492485046rem;left:0.68663215637206rem;height:1.8679rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Qpo5vifbHHJJAgUVL2xGNgG5Vd3KqWtL { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:24.625rem;top:3.498046875rem;left:3.060546875rem;overflow:hidden;display:block; }
#xVsRdqwyC64TBbbSCTElMJ2BiaIypxbT { position:absolute;display:block;z-index:15056;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.125rem;width:10.1875rem;top:21.081817626953rem;left:43.499349594116rem;overflow:hidden;display:block; }
#X7ZiTL7luv6KUPqvEAGTx6NOBuMBEoy8 { box-sizing:content-box;height:5.375rem;width:24.8125rem;position:absolute;display:block;z-index:15055;background-color:#ed3c24;background-image:none;top:23.416666507721rem;left:46.979166030884rem;display:block; }
#y5OePHGe0Fmd6sUwR3v19klTXgZP0PhI { color:#ffffff;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:23.99169921875rem;left:52.825927734375rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvtUPreuGa5f4rx5F98aKnzOsamtnRMZ { box-sizing:content-box;height:0.1875rem;width:17.5rem;position:absolute;display:block;z-index:15058;background-color:#146142;background-image:none;top:20.95703125rem;left:52.9375rem;display:block; }
#BBT9vwkN523Iiun3KBhvP0XKOL7996wK { position:absolute;display:block;z-index:15059;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.4365rem;width:24.24925rem;top:27.5146484375rem;left:47.5146484375rem;overflow:hidden;display:block; }
#yuEolEpT8OarJyLo1B9ZP04p7XI5Q1q9 { color:#ee3625;display:block;width:14.934875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:30.25390625rem;left:55.513916015625rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zdBHESNINbDATBCziS42UwpJU5Ql7RWn { box-sizing:content-box;height:21.0625rem;width:65.8125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:38.625rem;left:5.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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; }
#W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo { box-sizing:content-box;height:19.4375rem;width:35.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9693e570-eb8c-42d1-9115-c4b90e8f9ebf/2b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.4375rem;left:6.6875rem;display:block; }#W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo.adaptive-delivery-prevent-bg, #W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo.lazyload, #W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo.lazyloading { background-image: none; }
#m407nItgB2sou58AyleHCEShDaxDUaJM { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.1875rem;top:45.875rem;left:43.5rem;overflow:hidden;display:block; }
#EwP0dn2zbT3fMumALO3ZC68ZnEUkt5aL { box-sizing:content-box;height:5.375rem;width:24.8125rem;position:absolute;display:block;z-index:15067;background-color:#ed3c24;background-image:none;top:48.25rem;left:46.9375rem;display:block; }
#Ws7xPg6x51gNDI9xAbLIyts4wyORt7oq { color:#146142;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.8125rem;left:51.75rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F52nJIBHptrkahBipN1gQykVJNSuu6r0 { color:#000000;display:block;width:6.4995625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:43.5625rem;left:60.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQxsBlHkOy8Fbk0setccqyXsPfRBFMTc { color:#ffffff;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:48.8125rem;left:52.8125rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzcW3oZnQqgc8C59rs9fvdvnHLLWXdxz { box-sizing:content-box;height:0.1875rem;width:17.5rem;position:absolute;display:block;z-index:15070;background-color:#146142;background-image:none;top:45.75rem;left:52.9375rem;display:block; }
#aiFVO8R5FxDTPOJXoOJd2F1kVracTQaa { position:absolute;display:block;z-index:15071;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.4365rem;width:24.24925rem;top:52.3125rem;left:47.5rem;overflow:hidden;display:block; }
#MrWZUuadGNh3ZZdbUF733Rur4TFJSGoy { color:#000000;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:55.375rem;left:45.4375rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tekykervm3nmc3yPk2eDXDHRk6Fh4PZk { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:43.625rem;left:61.875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nyt0uFd4CgJFo6eR955hLElqlUGSoetT { color:#ee3625;display:block;width:14.934875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:55.0625rem;left:55.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fZnT1QIQHcSSVh0QGG0VAfrAOd08cF6G { box-sizing:content-box;height:21.0625rem;width:65.8125rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:64.25rem;left:5.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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; }
#N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO { box-sizing:content-box;height:19.4375rem;width:35.9375rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6191644b-78cb-469f-868c-c2f3a0afeb9f/1b2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:65.0625rem;left:6.6875rem;display:block; }#N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO.adaptive-delivery-prevent-bg, #N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO.lazyload, #N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO.lazyloading { background-image: none; }
#L8fzMvwUk5GlpLtDQQ05Ef0MNTONcHGt { position:absolute;display:block;z-index:15080;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.125rem;width:10.1875rem;top:71.5rem;left:43.5rem;overflow:hidden;display:block; }
#cdAv887SXXDJNx01zeGPT1O0LmTsKsZJ { box-sizing:content-box;height:5.375rem;width:24.8125rem;position:absolute;display:block;z-index:15079;background-color:#ed3c24;background-image:none;top:73.875rem;left:46.9375rem;display:block; }
#wd6t3KAQTbBAiU6MeMP9UE2DyJU7dQLT { color:#146142;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:66.4375rem;left:51.75rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GITzfOkuqLGLsrC0Tcl0ySfvan8FWV8B { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:74.45068359375rem;left:51.966796875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Esbwt9xEoO7xDhZTitsefNgKOSv3quJe { box-sizing:content-box;height:0.1875rem;width:17.5rem;position:absolute;display:block;z-index:15082;background-color:#146142;background-image:none;top:71.375rem;left:52.9375rem;display:block; }
#eR9B1LEoktNH9goICPtc13Ob3SLPozRM { position:absolute;display:block;z-index:15083;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.4365rem;width:24.24925rem;top:77.9375rem;left:47.5rem;overflow:hidden;display:block; }
#rTksCvbqvZ0IFnplQIGg1m3a0OVMho8C { color:#000000;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:81rem;left:45.4375rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h9Uo6dP42M77onqBcAed3KS8XVfMk6S6 { color:#ee3625;display:block;width:14.934875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:80.6875rem;left:55.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NFpX1H7qUEyaMV60sVeEwFV0IqTmgBKg { color:#000000;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:69.1875rem;left:59.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stDc6byzapEGVPdhgfaJTBzJOytVo8la { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:69.25rem;left:61.875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EIolibtbyPt7Jo9oqOkw6nr0g7MKX25Z { color:#146142;display:block;width:18.62425rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:66.8642578125rem;left:39.09228515625rem;height:2.11263125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RglasTQkKcSlwcXDlZsJL6Vr11aBZXiM { color:#000000;display:block;width:12.68675rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:72.428955078125rem;left:57.763671875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eTglXRTgOiEf4umMgZchWaTR88nbBs8F { box-sizing:content-box;height:21.0625rem;width:65.8125rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:89.5rem;left:5.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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; }
#KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv { box-sizing:content-box;height:19.4375rem;width:35.9375rem;position:absolute;display:block;z-index:15039;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1d4f7eb9-3c53-4e18-b291-23dc10efcd94/2b1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:90.3125rem;left:6.6875rem;display:block; }#KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv.adaptive-delivery-prevent-bg, #KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv.lazyload, #KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv.lazyloading { background-image: none; }
#fMm2TH5JNTk8Hq6TvMGf9t7r6p7907qC { color:#146142;display:block;width:18.62425rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:92.125rem;left:39.0625rem;height:2.11263125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pzvIFKeJudXvc8Tc3t4sxbNSXNIf55tT { position:absolute;display:block;z-index:15094;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.125rem;width:10.1875rem;top:96.75rem;left:43.5rem;overflow:hidden;display:block; }
#yg3qkG8bzMMA9nZbEe0Td2UiarghTnxX { box-sizing:content-box;height:5.375rem;width:24.8125rem;position:absolute;display:block;z-index:15093;background-color:#ed3c24;background-image:none;top:99.125rem;left:46.9375rem;display:block; }
#hieeNhFkOWu6coptLl70Orx89UpK33a0 { color:#146142;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:91.6875rem;left:51.75rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Grfmt5TT0oDyadOIviAWr0gGu4mpFDu7 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:99.6875rem;left:51.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7Tcx5qO8ic9TXniL0wfSFzkfCxOP5rO { position:absolute;display:block;z-index:15097;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.4365rem;width:24.24925rem;top:103.1875rem;left:47.5rem;overflow:hidden;display:block; }
#I9KZynr5oIg6729HhIq7TG66w0TdW395 { box-sizing:content-box;height:0.1875rem;width:17.5rem;position:absolute;display:block;z-index:15096;background-color:#146142;background-image:none;top:96.625rem;left:52.9375rem;display:block; }
#vk7tJi9V0RLmp7677K32A7tLz4XMOq1V { color:#ee3625;display:block;width:14.934875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:105.9375rem;left:55.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nX9lqq9uHvb58hOm1G4QkhbTnyXcsyHB { color:#000000;display:block;width:14.9361875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:106.25rem;left:45.4375rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#erAUsFB3loaNpB77ptRHs8xQTplzhXtR { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:97.6875rem;left:53.3125rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KzshJNfoL9fvalB2gugrMmJGtMCcrVsa { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:94.4375rem;left:59.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ek1lnFlKgqINOE6FP0eD308wAaCp13rR { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:94.5rem;left:61.875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Z53y2NhAaBp6oDgq8pWTuvBlCiaT99pJ { box-sizing:content-box;height:0.1875rem;width:3.75rem;position:absolute;display:block;z-index:15100;background-color:#ed3c24;background-image:none;top:31.31640625rem;left:55.013671875rem;display:block; }
#M6KmhquD5uLG8EzTCIlnHegxJbxtLdD2 { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15101;background-color:#ed3c24;background-image:none;top:56.1865234375rem;left:55.875rem;display:block; }
#Em1FWnTZG4660NJozSdpmTCENXB7AT1L { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15102;background-color:#ed3c24;background-image:none;top:81.8115234375rem;left:55.3125rem;display:block; }
#eo1AvGDSvdf8GcUKM9E8hWSqMnK04Sv3 { box-sizing:content-box;height:0.1875rem;width:4.375rem;position:absolute;display:block;z-index:15103;background-color:#ed3c24;background-image:none;top:107.15376091003rem;left:54.664772987366rem;display:block; }
#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { background-color:#624e46;background-image:url("https://images.assets-landingi.com/uc/778c290c-8712-458f-b50c-3678e33d38c3/bgunit.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.adaptive-delivery-prevent-bg, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyload, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyloading { background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { background-color: transparent; background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container > .video-iframe-container { display: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container { display: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .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); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { border-width: 0; border-radius: 0; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { color:#111111;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:11.373933792114rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { color:#111111;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:31.936965405941rem;left:5.3125rem;height:1.4625rem;font-style:normal;display:block; }
#X9E9s7fyxATP62wkN82HCy4EH2izIcdt { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:14.81178855896rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { color:#111111;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:10.12428855896rem;height:1.1375rem;display:block; }
#unabvTLn0xcvCbLvMivPzkv41fDPQfPu { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:3.6869659423828rem;height:1.1375rem;display:block; }
#XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:29.624288022518rem;left:1.25rem; }
#WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:29.436965405941rem;left:7.6873207092288rem; }
#Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:29.624288022518rem;left:13.749998092651rem; }
#cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { box-sizing:content-box;height:22.8125rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:11.687499463558rem;left:0rem;display:block; }
#HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:1.25rem;display:block; }#HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.adaptive-delivery-prevent-bg, #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.lazyload, #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.lazyloading { background-image: none; }
#Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:2.8103675842285rem;left:25.9375rem;height:3.57510625rem;text-align:center;text-align-last:center;display:block; }
#mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:27.374644696713rem;left:1.25rem;height:1.625rem;display:block; }
#C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { color:#e1482c;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:1.25rem;height:1.3rem;display:block; }
#l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60d53f03-a1e0-49a1-ab25-6b9149e45eda/1b33.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:25.874465942382rem;display:block; }#l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.adaptive-delivery-prevent-bg, #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.lazyload, #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.lazyloading { background-image: none; }
#aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:27.312499463558rem;left:25.874465942382rem;height:1.625rem;display:block; }
#IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:29.624288022518rem;left:25.874465942382rem; }
#BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:28.249286651611rem;height:1.1375rem;display:block; }
#KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:29.436965405941rem;left:31.624641418457rem; }
#THQkgHamsNHIHcouHAhF1T268UPXWoLO { color:#111111;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:33.937320709229rem;height:1.1375rem;display:block; }
#bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.624288022518rem;left:37.499996185302rem; }
#z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:37.999820709229rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { color:#e1482c;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:25.874465942382rem;height:1.3rem;display:block; }
#GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:29.936965942382rem;height:1.4625rem;font-style:normal;display:block; }
#IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { color:#111111;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:34.9375rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea8c256b-2553-4223-9bb6-e1cc66b40bc7/2b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:50.499816894531rem;display:block; }#M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.adaptive-delivery-prevent-bg, #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.lazyload, #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.lazyloading { background-image: none; }
#rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:27.312499463558rem;left:50.499816894531rem;height:1.625rem;display:block; }
#nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:29.624288022518rem;left:50.499816894531rem; }
#PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:52.874641418457rem;height:1.1375rem;display:block; }
#khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:29.436965405941rem;left:57.249641418457rem; }
#Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { color:#111111;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:59.562316894531rem;height:1.1375rem;display:block; }
#dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:29.624288022518rem;left:63.874290466306rem; }
#QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:64.6875rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { color:#e1482c;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:50.499816894531rem;height:1.3rem;display:block; }
#eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { color:#111111;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:54.562316894531rem;height:1.4625rem;font-style:normal;display:block; }
#QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { color:#111111;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:59.811431884766rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.3732223510744rem;left:1.25rem;display:none; }#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.adaptive-delivery-prevent-bg, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyload, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyloading { background-image: none; }
#CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:23.789060592651rem;left:1.25rem;height:1.625rem;display:none; }
#i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { color:#111111;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { color:#e1482c;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.437321662903rem;left:1.2498226165771rem;height:1.298825rem;display:none; }
#Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { color:#111111;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.353159427643rem;left:5.3039760589599rem;height:1.46218125rem;font-style:normal;display:none; }
#rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { color:#111111;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.576880931854rem;left:9.2412986755369rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.3732223510744rem;left:1.25rem;display:none; }#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.adaptive-delivery-prevent-bg, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyload, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyloading { background-image: none; }
#m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { color:#111111;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:23.789060592651rem;left:1.25rem;height:1.625rem;display:none; }
#vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { color:#111111;display:block;width:3.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { color:#111111;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { color:#e1482c;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.437321662903rem;left:1.2498226165771rem;height:1.298825rem;display:none; }
#eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { color:#111111;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.353159427643rem;left:5.3039760589599rem;height:1.46218125rem;font-style:normal;display:none; }
#SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { color:#111111;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.576880931854rem;left:9.2412986755369rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:9.2240767478944rem;left:25.998401641846rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { box-sizing:content-box;height:3.125rem;width:22.875rem;position:absolute;display:block;z-index:15097;background-color:rgba(0,0,0,0);background-image:none;top:8.4454894065856rem;left:25.859020233154rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { background-color: transparent; background-image: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container > .video-iframe-container { display: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container { display: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .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); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { border-width: 0; border-radius: 0; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.311256170273rem;left:44.874820709229rem;height:14.29780625rem;display:block; }
#uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { color:#000000;display:block;width:26.3743125rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.6237564086914rem;left:44.749641418457rem;height:9.9rem;display:block; }
#BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { box-sizing:content-box;height:26rem;width:41.25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79a78004-2f7a-4fb8-a56c-c2a19e0af52c/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.7487573623658rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.adaptive-delivery-prevent-bg, #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.lazyload, #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.lazyloading { background-image: none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb48670a-ff83-4d58-8945-325bef38c627/Summer.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:transparent;background-image:none;top:4.625rem;left:4.9375rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { position:absolute;display:block;z-index:15026;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:5rem;width:5rem;top:6.125rem;left:6.4375rem;overflow:hidden;display:block; }
#JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { color:#ffffff;display:block;width:7.624rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { color:#ffffff;display:block;width:9.4365rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:transparent;background-image:none;top:4.6875rem;left:23.6875rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.25rem;left:25.1875rem;overflow:hidden;display:block; }
#BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { color:#ffffff;display:block;width:15.4365rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { color:#ffffff;display:block;width:14.624rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:20.375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { color:#ffffff;display:block;width:17.3730625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.625rem;left:37.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image:none;top:4.6875rem;left:42.5rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.1875rem;left:44rem;overflow:hidden;display:block; }
#UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { color:#ffffff;display:block;width:17.3730625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:56.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { color:#ffffff;display:block;width:12.5605625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:58.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:transparent;background-image:none;top:4.6875rem;left:61.1875rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { position:absolute;display:block;z-index:15031;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:5rem;width:5rem;top:6.25rem;left:62.75rem;overflow:hidden;display:block; }
#zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { color:#ffffff;display:block;width:12.562125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { color:#ffffff;display:block;width:17.3739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { color:#ffffff;display:block;width:12.562125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { color:#ffffff;display:block;width:17.3739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { color:#ffffff;display:block;width:12.562125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T00DKoHbstPFg6uGppTauyc1kE6xrvvD { color:#ffffff;display:block;width:17.3739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { color:#ffffff;display:block;width:12.562125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { color:#ffffff;display:block;width:17.3739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { position:relative;display:none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { border-width: 0; border-radius: 0; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .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; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .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:18.75rem;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:none; }#stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { background-color: transparent; background-image: none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container > .video-iframe-container { display: none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container { display: block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .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); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { border-width: 0; border-radius: 0; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { background-color: transparent; background-image: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container > .video-iframe-container { display: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container { display: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .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); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { border-width: 0; border-radius: 0; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { color:#111111;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:12.898259162903rem;left:0rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2298efae-a175-4254-9913-86313c005ffc/AriseVibe7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:36.875rem;display:block; }#pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.adaptive-delivery-prevent-bg, #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.lazyload, #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.lazyloading { background-image: none; }
#RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e001d94d-0da0-436c-a16e-fb17c4a37de4/AriseVibe6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:56.25rem;display:block; }#RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.adaptive-delivery-prevent-bg, #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.lazyload, #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.lazyloading { background-image: none; }
#qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d5c6eacf-0155-49a1-84d8-dc7fb77541a8/AriseVibe4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:56.25rem;display:block; }#qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.adaptive-delivery-prevent-bg, #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.lazyload, #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.lazyloading { background-image: none; }
#RMfTm84NmioL9FTP11Dd6hblarzTPRdX { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a958c59-6530-49c3-b450-76cd55264b49/AriseVibe8.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.3749980926514rem;left:17.562145233154rem;display:block; }#RMfTm84NmioL9FTP11Dd6hblarzTPRdX.adaptive-delivery-prevent-bg, #RMfTm84NmioL9FTP11Dd6hblarzTPRdX.lazyload, #RMfTm84NmioL9FTP11Dd6hblarzTPRdX.lazyloading { background-image: none; }
#TbolLwS1dv1Z07znInwvssD0gByKZZqP { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77b35ea2-8c94-4271-a20f-94591cf251f4/outside.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:17.5625rem;display:block; }#TbolLwS1dv1Z07znInwvssD0gByKZZqP.adaptive-delivery-prevent-bg, #TbolLwS1dv1Z07znInwvssD0gByKZZqP.lazyload, #TbolLwS1dv1Z07znInwvssD0gByKZZqP.lazyloading { background-image: none; }
#WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/704aa914-cac4-414a-9a13-67ada3e71a5f/1receptionre1copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:36.874111175537rem;display:block; }#WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.adaptive-delivery-prevent-bg, #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.lazyload, #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.lazyloading { background-image: none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1ce;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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { position:absolute;display:block;z-index:15007;height:28.125rem;width:75rem;top:8.125rem;left:0rem;display:block; }
#UdC7rt88FLokN09CcwE8oJdCfubLKG3I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { box-sizing:content-box;height:24.25rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:38.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Onoov22J9XAS18QB7c5x4uGdE1om0F5i { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.462675rem;font-style:normal;display:block; }
#SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41.1875rem;left:53.375rem;height:1.462675rem;font-style:normal;display:block; }
#MWghnyuBlh4IuFKIc93b5O84hAJzFswN { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15032;line-height:2;letter-spacing:0;top:43.1875rem;left:51.1875rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:43.1875rem;left:64.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#LoseDgfzyLp11510PxGZQtMdv0XkkTzy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.1875rem;left:28.8125rem;height:1.462675rem;font-style:normal;display:block; }
#DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15036;line-height:2;letter-spacing:0;top:43.1875rem;left:26.625rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:43.1875rem;left:40rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:52.125rem;left:4.0625rem;height:1.462675rem;font-style:normal;display:block; }
#tbo3BTzUqxRh3qgEVckRE629TJgSofUx { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15040;line-height:2;letter-spacing:0;top:54.125rem;left:2.1875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:2;letter-spacing:0;top:54.125rem;left:15.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#dCbIio7ePq8tIblD1aZrA3sTuty0au85 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:52.125rem;left:53.375rem;height:1.462675rem;font-style:normal;display:block; }
#ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:2;letter-spacing:0;top:54.125rem;left:51.1875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2;letter-spacing:0;top:54.125rem;left:64.5625rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:52.125rem;left:28.9375rem;height:1.462675rem;font-style:normal;display:block; }
#TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:2;letter-spacing:0;top:54.125rem;left:26.625rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2;letter-spacing:0;top:54.125rem;left:40rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { color:#222222;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:2.4996490478516rem;left:22.03125rem;height:3.57510625rem;text-align:center;text-align-last:center;display:block; }
#BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { background-color:#e1482c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius: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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:23.625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65.560546875rem;left:25.6875rem;display:block; }
#cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:40.917612075806rem;left:1.9976902008057rem; }
#QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:40.855112075806rem;left:26.466083526611rem; }
#MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:40.749998092651rem;left:50.966262817382rem; }
#TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:51.749820709229rem;left:1.875rem; }
#Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:51.81569480896rem;left:26.437145233154rem; }
#eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:51.87819480896rem;left:51.186965942382rem; }
#bSvxscTXPubIidTLrAfgF9vE00FvUyst { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { color:#e1482c;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { color:#111111;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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: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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { display:block; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDEKMstaOcwegBfOCJfH89Wslo0BT7uV { width:22.1875rem;height:2.9375rem;top:38.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrSZyNhsT4c1hNrTUsluHdlxSI4WT0b { display:block; }
 }@media only screen and (max-width: 763px) { #pbT77Al21IVUpiG8RyCXhoyPycIbeHNf { top:31.75rem;left:21.875rem;width:14.375rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BET4i7hcKVlJXa14QZsinArqqqBoEugA { top:31.125rem;left:10.1875rem;width:27.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTHSeR6BRraIFErO1K4spWp5M9hkibe { top:4.9375rem;left:17.6875rem;width:12.375rem;height:4.6011586358702rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdqL9OyqG0QEeleiowuurhqVJpwBg5Tf { top:0.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcpzpE28aCgWCStf0cd5Xpx0PVTRECSP { top:28.3125rem;left:12.625rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgV2UeiwGMGOgGuZdAQkcgG7GuuzIEWh { top:20.0625rem;left:9.9375rem;width:27.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgVRzu2aPWBCLP5C0EPRTHaWwH06xn00 { top:25.5rem;left:15.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXT2lglTPSisRnaZmZLEr0mcPgltsZ1G { top:24.5625rem;left:10rem;width:27.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI9lLQnfPcKHtNl2s413CT8J0WSJi3lp { top:25.625rem;left:23.6875rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knA6EZPCn1wXQ0vf1FVr0dRot8MWRv7L { top:32.5rem;left:11.3125rem;width:10.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5FUxu7dIR0RqevaTa1AvutBuW5qgau { top:25.875rem;left:29.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNxdO93R30gP9ASUE5vd7pXdtwevbbRp { top:28.4375rem;left:26.3125rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXGZLIOvXXTr31IiUmQEvKblepVABXc { top:24.1875rem;left:45.7470703125rem;width:0.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoi5zV6HCLdi7VNIWRMcK7syZ0agt5TQ { top:11.0625rem;left:9.4375rem;width:28.875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJeWdnurIoWen8H8z0aNFIXvJMCGOWm { top:34.25rem;left:25.125rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfN9EcFP9u5KZBKZcQQHqfcFbOmbNRgK { top:34.6875rem;left:32.25rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzAWOE1oUxQtmnL6wXHFermT8ThnRkB { top:20.8125rem;left:9.875rem;width:28.0625rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { display:block; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { top:10.1875rem;left:18.6875rem;width:29.0625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { width:22.1875rem;height:2.9375rem;top:26.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block; }
 }@media only screen and (max-width: 763px) { #ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { top:16.5rem;left:33.375rem;width:14.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { top:15.625rem;left:19.9375rem;width:27.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB10BNRv4eKA33xXbDpXODZiNP25FQlM { top:4.3125rem;left:35.591796875rem;width:11.5625rem;height:4.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { top:0.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { top:23rem;left:30.187255859375rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { top:20.1875rem;left:33.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { top:19.4375rem;left:19.9375rem;width:27.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { top:20.625rem;left:41.246826171875rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { top:13.5625rem;left:35.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { top:13.5625rem;left:26.0625rem;width:21.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { top:16.9375rem;left:29.4375rem;width:10rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { top:20.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { top:23.125rem;left:39.25rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { top:24.1875rem;left:45.7470703125rem;width:0.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { display:block; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:7.5rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:17.75rem;left:0rem;width:28.1875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { display:block; }
 }@media only screen and (max-width: 763px) { #nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { display:block; }
 }@media only screen and (max-width: 763px) { #VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { top:4.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv { display:block; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC8KkRg0cixq8B41FSsrPzh4vOa9Py8v { top:8.5rem;left:0rem;width:24.5625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM { top:9.4375rem;left:0rem;width:23.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsVpSoAihGOtCp8pEyUBnHzXiAp65ck { top:25.8125rem;left:0rem;width:10.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP0rFEeNZPb0Fi2zaJa1BSu2pPTIndCE { top:8.625rem;left:11.5625rem;width:24.5625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDBZmpBhLgQp2JfEQZ1Nmiw7Xk5tBix { top:8.5625rem;left:23.1875rem;width:24.5625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpqH9Wm951CKFo2BGLMdDqGkWWXTTpbr { top:17.375rem;left:0rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN93cLRxL7DeRzFx6v1IC597LPrZ8aBq { top:26.1875rem;left:4.6840286254883rem;width:5.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7NqcMCpUslaAJQr93mBBlrHvUnDheN0 { top:25.8125rem;left:12.186634063721rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3b55eMDiwcbrPELiJK87xE4bheLUsN1 { top:26.125rem;left:19.554039001465rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWO7xXmxZO8rlyXNg2Febh95U5vTz0xe { top:26.25rem;left:29.747180938721rem;width:5.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdEdDXlSpNTzTUbzHB2cDQHKIRJyhDxv { top:27.625rem;left:12.186634063721rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWxJqhh2b015F5ynelAdgWzJZVNRsJMz { top:29.3125rem;left:12.665149688721rem;width:11.9375rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNfNlRLgKT6JGrPkSvD7KA5q5TWaw81 { top:29rem;left:12.122395515442rem;width:8.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqtiNJgMVCMVp1iBtF88yffAQQptkat { top:29.1875rem;left:24.999134063721rem;width:10.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTE46FqPTai2lP0IdbATW6TSIvnsd8Q { top:28.3125rem;left:28.247833251953rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HChzUdBSoAAJWsdPJvXcIk8evo7yFOAt { top:25.9375rem;left:37.467973709106rem;width:6.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTE8JeiJZFiDT7WOnkQSmgATCrs5UwCB { top:26.0625rem;left:43.0625rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3g26HUtLX2HMZOHkGzEOzInnffEylBT { top:26.0625rem;left:45rem;width:2.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kguty0sPV4cvDSgumJ81CSEyVLKDpE7l { top:27.625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOFttl37iWtLRBxcQIRGZvU5vE23HZUJ { top:29.3125rem;left:35.8125rem;width:11.9375rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8PFH8mJMhz8Hp39JhUHC54STl1z4UhT { top:29rem;left:37.434377670288rem;width:8.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXAyr6RdC987TdEQcZ5nmi3roCtnlv19 { top:29.3125rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26usEolqdi1dJoQf8oQtRGU7MG1cl2M { top:28.4375rem;left:40.625rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhsx6N6QIRmVDHLFxk74HE5wHkGSkB7 { top:25.6875rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtN8yove4DHLhBwbdhS9PLTtTGPOC9iR { top:24.75rem;left:0rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbRtc3H1mdMkFOKZi7ohQuoHs1XTeCdu { top:32.3125rem;left:32rem;width:15.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy3n8OcS4Q7afZeyyrdk0m9P0QruXBwf { top:25.9375rem;left:37.467973709106rem;width:6.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeO0JzqRGwoRey4aoUkILx94ErpJbQJw { top:25.9375rem;left:37.467973709106rem;width:6.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfMwz1Mm0gsTQviSB8A9uNmtkIvvDsKC { top:25.9375rem;left:37.467973709106rem;width:6.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7X6qmSJ3BKSZWdQtISBEQmiqZ1tMx9P { top:4.8125rem;left:0rem;width:12.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFM6dUskgJaUpHEzFfsGArhIM2ag2mOQ { top:5rem;left:0rem;width:10.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTewM7lBqrhJLJHXxgtt1ywrJxiURpKP { top:1.875rem;left:0rem;width:20.4375rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8nykpN2p8XylsMBTKmyUNwQGOTTCfur { top:0.875rem;left:0rem;width:15.1875rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMnHaqUaKkBlRsz6hH6StaaxVkJ7oT9q { top:35.6875rem;left:11.5rem;width:36.25rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USlAb11aTolzDLFbb27TTDNuVFwXzU58 { top:36.5rem;left:12.875rem;width:34.875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQG6iHhARdWz2x0kPu8K95tidVnxVkDJ { top:54.6875rem;left:25.8125rem;width:14.8125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uanie0Iw5NpnEPKLDkCVbVh5QNaVc1hO { top:54.8125rem;left:34.25rem;width:6.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ7SvXrvxp7Ea7qTK0RTB4cdncGIcpQC { top:56.625rem;left:25.75rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB35ZCy7BULTo3wbDAqTqf4QAcCCftyx { top:58.3125rem;left:25.8125rem;width:11.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUk40r31amiy60ougXQAc01wvHMrqdR { top:58.5625rem;left:25.9375rem;width:11.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ3fNnTSQpahk0UVl4nbcnfD25tsufVI { top:59.125rem;left:32.625rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9h04FSwMXgXGcs9UOWkIiEIROSCLGg { top:56.3125rem;left:27.125rem;width:20.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxzNXsOxEv9Ga4dkup2CbII74Fe41rnl { top:57.625rem;left:32.875rem;width:14.875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPts9ekbTUd2e4CNeFhXGDX67mraaaN9 { top:54.9375rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9wTH0ou3W9yleDdousOVyyHVkzHLGiy { top:63.1875rem;left:0rem;width:36.25rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINbnEHmb03UeyKWB0zbiTUO79Dumd7t { top:64rem;left:0rem;width:34.875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZwhmVeCGLcflJ3J02RJLZcfEDbZihsT { top:82.1875rem;left:0rem;width:18rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St9sT2ASFZV2gVm1c1rXMukzdi6AbqzO { top:82.25rem;left:2.8125rem;width:6.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKeF1qiNOqEkKRRaTWqSbkcTKd75TbvQ { top:82.375rem;left:13.625rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yykr8OSsNB8oy33ss5Im4T7kgvKbloUa { top:82.0625rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5bETwFpesmMxAXBxRFITfTn0Degv1HT { top:63.1875rem;left:11.5rem;width:36.25rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLh3QDNTMMEtOxqWK0gy6G3mOQiyt7aE { top:82.375rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I { top:64rem;left:12.875rem;width:34.875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRZRNectPXubLLSVGGwdZnDLEpOGKzO { top:82.1875rem;left:25.8125rem;width:18rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCA5QZxV5DFyUW4Ob5Fy35O7c1Fl1o5o { top:82.25rem;left:40.6875rem;width:7.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCgItUanvipIZSGMptcPwkhifh8cH6Zi { top:82.0625rem;left:32.875rem;width:9.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyHfIZcbopu5hJG3RDTnXCP43TNZBHc { top:83.9375rem;left:1.3125rem;width:20.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL2nuW2EXy98v23ifWdRpEGK1ym7ESIg { top:85.375rem;left:7.0625rem;width:14.875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryG5yqprTtmupTD6sqNh9lLT8Q3cV7Zm { top:84.125rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNVvt1L10hnzy9IkeO4gCPsrBvAHDmb { top:85.8125rem;left:0rem;width:11.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBv7Qobe1tkUx89ncdPJhyHT2EFLG7k { top:86rem;left:0rem;width:10.625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Le52JBdhdPgiDfOHa9qhq9OLc9nH1l { top:83.9375rem;left:27.125rem;width:20.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTw0AXz3NrlWHKirf7UDL9BEsDxzwNAc { top:85.4375rem;left:32.875rem;width:14.875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz4DeyCHt8TvkyCWLMl03vLqs7M3ZAQz { top:84.125rem;left:25.75rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E977DeK1wp91D7fwWaDzqh74OLpGr9sW { top:85.8125rem;left:25.8125rem;width:12.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuiBz6tRcrQiC1GrmrdwGftvV36PRUB { top:86.0625rem;left:26.3125rem;width:11.375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mriUKvhtLWA5TtgRS7TcGPApqRU9CiaK { top:86.625rem;left:32.75rem;width:4.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QZcVfvvCh0nGtScuABVP83uW1cehCn { top:86.5625rem;left:0rem;width:4.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbN2mkbUlzWOkxUcQACGHcckd6KFTx1K { width:47.75rem;height:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVIcUNc7RHLWPkT8Ti6Ahvl1qczqHi05 { width:22.1875rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZzv0H0dnfIyywdPFH8HHy55hWTEpFrC { display:none; }
 }@media only screen and (max-width: 763px) { #WgFymw5luT1EAKWD3In9mEDO2UqgTBLg { top:28.0625rem;left:0rem;width:10.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JK3SEBXzQ1fQdhvw4u3Qq2qD8X32BZd2 { top:28.625rem;left:0rem;width:10.75rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hud1I4nyMER9qWpCxLmldCrlLSPAiw4J { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBdfekyKJCUPfsRlz0g6gKzupAiPBEx2 { top:8.5rem;left:0rem;width:24.5625rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b { top:9.4375rem;left:0rem;width:23.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qog5fC24VuklLmqe5NseVORK96MFCvyi { top:39.75rem;left:0rem;width:10rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0mQJ1gntqGKqp2Vdapx4dIMiAI9qvEL { top:39.9375rem;left:1.125rem;width:4.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn1zZP8fkFwycZ9RX8hAT9qy4QrORUcb { top:41.125rem;left:1.4375rem;width:4.9375rem;height:0.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #biefzKcWvp49oSDA1A6uXhFXwdsHIpP4 { width:22.1875rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5vsiJwfcROnPv14lrXq4aM0Xf7sfzOw { top:42.875rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5I1IluK6DolebgJtCJGxNGlvPvI8itF { display:none; }
 }@media only screen and (max-width: 763px) { #EsgCUdqXnMUuR3TlOJTETD80hSBEEaw3 { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CImAvJyOTTlEBJVPL5fQz2A3xNs6mS2D { top:46.3125rem;left:0rem;width:10.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtiHJ7u2aTCOaMFC1L8mrwXEg6q89Hto { top:46.125rem;left:0rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je8NxtrWENJVu8WHImxwPZP8RMEVdKmf { top:8.5rem;left:0rem;width:24.5625rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4 { top:9.4375rem;left:0rem;width:23.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Wyzn2ixmFXZpHpUEC9QK5GWvVzPhG { top:62.375rem;left:0rem;width:13.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EK27KphZcZGUwl1WCdnybeEHvmmlJMU4 { width:22.1875rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlJT5hTZE36B5l3cVtuurZZx6IHIGPEE { display:none; }
 }@media only screen and (max-width: 763px) { #cK2k5ObWc3sFkf6G1eTx56IxESWCTrOk { top:62.5rem;left:0.81184989213944rem;width:4.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Isksg7zB0PFWMeT5rJLBVzRTGeB1Vkm9 { top:63.75rem;left:1.4375rem;width:4.25rem;height:0.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn7Nu7EGBUX0Hc3ckfmrvOHlHbemdtbS { top:65.625rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3oROTZcZ4VEM3EVOIrKfWeEQaszz8qo { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gK8rFcp8WIRGNKM4CXhkTuF3egk0D8FW { top:68.9375rem;left:0rem;width:10.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBNkpRL2MSUUtQV4R1DsDh2MJwT9koky { top:68.75rem;left:0rem;width:7.625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbGOu3SfClavESSyMNdt0DdDvqSzDcTD { top:63.875rem;left:0rem;width:13.25rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASR6addkk2Xktpxzf0xzpVtX2ENcsP3E { top:63.875rem;left:0rem;width:5.8125rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJZdEXXfuFFtKka4uR3UyE2n8CJvSQtL { top:8.5rem;left:0rem;width:24.5625rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu { top:9.4375rem;left:0rem;width:23.1875rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeSDGFfQRHs8gETDTTTUNTHaJB21UuhH { top:62.375rem;left:0rem;width:13.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc6ghOStTA303GistcIiBdQX8Ag97L6O { top:85.375rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1WU2LUECNi8M7eaPp7SMeIS4gdB0N2R { width:22.1875rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0cZePFqx52PFTpPc1SwbRLWBDm6llfH { top:85.5rem;left:0.8125rem;width:4.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVpntUkJcV1StamJQkuBeXfQIxS1VETr { top:86.5625rem;left:1.375rem;width:4.1875rem;height:0.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBSmDIvQIx4cdqGt85Utx22g7I3FUJKg { top:87.375rem;left:0rem;width:11.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgH6BTCr3dZ40Z3k8Umz5PpAPIUTVNgV { display:none; }
 }@media only screen and (max-width: 763px) { #b2IEuFU7Ona4rrMNlrmgDKFXMXrgZuwa { top:88.625rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldAXHCRToAsN5GVx2MGBz9kNVBlnCec3 { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5NHf0TiLNhP3sMKPhitobFMWUcZ0T9t { top:91.875rem;left:0rem;width:10.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEdLahuqRGp9INPEpn1wsKavClhsVE22 { top:91.6875rem;left:0rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm5aKd37NTEK3aIg19eq4E2fryRwRE7f { top:80.5625rem;left:44.625rem;width:3.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvSrFIxWXQ5UVKLSF4RfLdzAtsnTATtI { top:80.5625rem;left:44.625rem;width:3.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekmTleP8XCB97dtwDt47tUaiHghHNLps { top:80.5625rem;left:44.625rem;width:3.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ufmg465N9wvZVzcSs9UBwOhFE5wHcKsa { top:80.5625rem;left:44.625rem;width:3.125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU { display:block; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiiB3OitJoOAix0mxfSoL296MLTzBUMh { top:13.8125rem;left:0rem;width:47.75rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO { top:14.625rem;left:0rem;width:35.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdeN4adlqhmGFf50fgTI9a5HWBAtl9bB { top:30.5625rem;left:31.825304031372rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZsX9AiOqWzine6vTmEXTKmakqiw929 { top:16rem;left:29.125rem;width:18.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4D0ZXpi3TPlJSTQIyTT3o9EpxRFTZJw { top:18.75rem;left:41.3125rem;width:6.4375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZTHNZTQxK96Hh9odTRKmTfiZxhCm14 { top:18.8125rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTcB2kCNtAT4QHlQ43Km3K2GTkUPaTiN { top:10.8125rem;left:0rem;width:36.25rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGn7cOPJU6uZ80PXL42SuRuT0nBzhnnt { top:40rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUQPbFwRUJF7hdxTTfGHfIwEn0Xidhy0 { top:31.5625rem;left:1.285888671875rem;width:20.625rem;height:1.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qnsdts5LRymrvrTAOIUQ9u7BNbZZqrSy { top:37.875rem;left:0rem;width:8.4375rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCiCJnw5V67GCkKMRqIi31EghDpPh5fg { top:31.6875rem;left:0rem;width:17.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM { top:11.625rem;left:0rem;width:34.875rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGD5PrbZJ7to1xk2S2n3kqbTKD8toxvH { top:37.75rem;left:0rem;width:4.0625rem;height:2.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mS5kFRD1XQW1RIlBp6753yJDikzDfmv8 { top:37.625rem;left:0rem;width:8.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwaUG8pNgtptleE105TQzLXPCS2BgHU9 { top:33.375rem;left:0rem;width:11.75rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUr4IoTZsUBSvHD1nXTf8IpVBdFX4pSC { top:40.3125rem;left:0rem;width:7.5625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIcaJVgSNmTmGWssA6KmfIcxBvqieNRJ { top:34.1875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZCMgoadu6T67TGHFxeWFby5Stm77ouo { top:10.8125rem;left:0rem;width:36.25rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4Okfd7P9Wn9nAERDaPmLICNamZNbpZf { top:78.75rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9fdW6xzJf2snEGXLCBu5dtGuJViX6GT { top:31.5625rem;left:1.285888671875rem;width:20.625rem;height:1.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzVKDW7z9qFVOV0mUW6sA5ZzktcGxgeK { top:76.5625rem;left:0rem;width:8.4375rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBspGtMyQgJFk7hGgheuesLn88pJSJpT { top:11.625rem;left:0rem;width:34.875rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwMFSVJmf2clrd12GgACD4intRMn7Jgi { top:77.6875rem;left:0rem;width:14rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZvpnVbbdFfNlgLivPVOO65HdGmIpTbK { top:10.8125rem;left:0rem;width:36.25rem;height:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6UgVf0ZyRTePx0al11Zlt2NGNPDcwGi { top:31.5625rem;left:1.285888671875rem;width:20.625rem;height:1.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2m6SPdwzeTtb5KeEszdWnsKmoh5TDak { top:59.6875rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gG86DGJtnKOBqArvb4F3yZW59X33TyLH { top:58.625rem;left:0rem;width:13.9375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGZq5lBMmDIEiRtMZ8dGJJleVJTvezrn { top:76.4375rem;left:0rem;width:4.0625rem;height:2.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G { top:11.625rem;left:0rem;width:34.875rem;height:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbQ3FwOLgORDKJp3alqdH1V1IxHkn1kr { top:57.25rem;left:0rem;width:8.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRb0ELTkLdybq0e8H1qHicLsZNleuQLC { top:57.375rem;left:0rem;width:4.0625rem;height:1rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWMbQBJ3JHgJPn2CReIeXmPPKe0EgtSH { top:33.375rem;left:0rem;width:11.75rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ228Bk1Zc7Vy6HUPTQmq0MItNpp36ZV { top:60rem;left:0rem;width:7.5rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDpodp31sFVDcN3HbmFzT4iFIwH3OFkw { top:57.5rem;left:0rem;width:8.4375rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4G2OzAqNrr8u2lyaCnQ1vn20z2J27N2 { top:34.1875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAu90LSqQVpV30NE2K74BeGD1OCRyMay { top:33.375rem;left:0rem;width:11.75rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCSg50JSntdimtGRGC8iwwVmebb0isBV { top:79.0625rem;left:0rem;width:7.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jllbif8xH9TIIT3r17OxfhPTbuQFxfiM { top:34.1875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRipJXFm234VGwsWKAVJtKWF8CgLEZTz { top:57.5rem;left:0rem;width:6.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #otZqIpN8lDedMXeQuLScGaXxA0HlLOXI { top:57.5rem;left:0rem;width:6.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnGEtlNdB1z895lXt3T7GJQlRX2g1Ge7 { top:57.25rem;left:0rem;width:8.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qpo5vifbHHJJAgUVL2xGNgG5Vd3KqWtL { top:3.4375rem;left:0rem;width:24.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVsRdqwyC64TBbbSCTElMJ2BiaIypxbT { top:21.0625rem;left:29.874349594116rem;width:10.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZiTL7luv6KUPqvEAGTx6NOBuMBEoy8 { top:23.375rem;left:22.9375rem;width:24.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5OePHGe0Fmd6sUwR3v19klTXgZP0PhI { top:23.9375rem;left:31.375rem;width:16.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvtUPreuGa5f4rx5F98aKnzOsamtnRMZ { top:20.9375rem;left:30.25rem;width:17.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT9vwkN523Iiun3KBhvP0XKOL7996wK { top:27.5rem;left:23.5625rem;width:24.1875rem;height:7.4175631720569rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuEolEpT8OarJyLo1B9ZP04p7XI5Q1q9 { top:30.25rem;left:32.875rem;width:14.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdBHESNINbDATBCziS42UwpJU5Ql7RWn { top:38.625rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo { top:39.4375rem;left:0rem;width:35.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m407nItgB2sou58AyleHCEShDaxDUaJM { top:45.875rem;left:29.875rem;width:10.125rem;height:8.0757479078214rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwP0dn2zbT3fMumALO3ZC68ZnEUkt5aL { top:48.25rem;left:23rem;width:24.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7xPg6x51gNDI9xAbLIyts4wyORt7oq { top:40.8125rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F52nJIBHptrkahBipN1gQykVJNSuu6r0 { top:43.5625rem;left:41.3125rem;width:6.4375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQxsBlHkOy8Fbk0setccqyXsPfRBFMTc { top:48.8125rem;left:31.375rem;width:16.375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzcW3oZnQqgc8C59rs9fvdvnHLLWXdxz { top:45.75rem;left:30.25rem;width:17.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiFVO8R5FxDTPOJXoOJd2F1kVracTQaa { top:52.3125rem;left:23.5625rem;width:24.1875rem;height:7.4167418981929rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrWZUuadGNh3ZZdbUF733Rur4TFJSGoy { top:55.375rem;left:31.8125rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tekykervm3nmc3yPk2eDXDHRk6Fh4PZk { top:43.625rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyt0uFd4CgJFo6eR955hLElqlUGSoetT { top:55.0625rem;left:32.875rem;width:14.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnT1QIQHcSSVh0QGG0VAfrAOd08cF6G { top:64.25rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO { top:65.0625rem;left:0rem;width:35.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8fzMvwUk5GlpLtDQQ05Ef0MNTONcHGt { top:71.5rem;left:29.875rem;width:10.125rem;height:8.0757479078214rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdAv887SXXDJNx01zeGPT1O0LmTsKsZJ { top:73.875rem;left:23rem;width:24.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6t3KAQTbBAiU6MeMP9UE2DyJU7dQLT { top:66.4375rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITzfOkuqLGLsrC0Tcl0ySfvan8FWV8B { top:74.4375rem;left:27.625rem;width:19.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esbwt9xEoO7xDhZTitsefNgKOSv3quJe { top:71.375rem;left:30.25rem;width:17.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9B1LEoktNH9goICPtc13Ob3SLPozRM { top:77.9375rem;left:23.5625rem;width:24.1875rem;height:7.4167418981929rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTksCvbqvZ0IFnplQIGg1m3a0OVMho8C { top:80.9375rem;left:31.81201171875rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Uo6dP42M77onqBcAed3KS8XVfMk6S6 { top:80.625rem;left:32.875rem;width:14.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpX1H7qUEyaMV60sVeEwFV0IqTmgBKg { top:69.1875rem;left:41rem;width:6.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stDc6byzapEGVPdhgfaJTBzJOytVo8la { top:69.25rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIolibtbyPt7Jo9oqOkw6nr0g7MKX25Z { top:66.8125rem;left:25.46728515625rem;width:18.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RglasTQkKcSlwcXDlZsJL6Vr11aBZXiM { top:72.375rem;left:35.125rem;width:12.625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTglXRTgOiEf4umMgZchWaTR88nbBs8F { top:89.5rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv { top:90.3125rem;left:0rem;width:35.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMm2TH5JNTk8Hq6TvMGf9t7r6p7907qC { top:92.125rem;left:25.4375rem;width:18.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzvIFKeJudXvc8Tc3t4sxbNSXNIf55tT { top:96.75rem;left:29.875rem;width:10.125rem;height:8.0757479078214rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg3qkG8bzMMA9nZbEe0Td2UiarghTnxX { top:99.125rem;left:23rem;width:24.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hieeNhFkOWu6coptLl70Orx89UpK33a0 { top:91.6875rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grfmt5TT0oDyadOIviAWr0gGu4mpFDu7 { top:99.6875rem;left:28.6875rem;width:19.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Tcx5qO8ic9TXniL0wfSFzkfCxOP5rO { top:103.1875rem;left:23.5625rem;width:24.1875rem;height:7.4167418981929rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KZynr5oIg6729HhIq7TG66w0TdW395 { top:96.625rem;left:30.25rem;width:17.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk7tJi9V0RLmp7677K32A7tLz4XMOq1V { top:105.9375rem;left:32.875rem;width:14.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX9lqq9uHvb58hOm1G4QkhbTnyXcsyHB { top:106.25rem;left:31.8125rem;width:14.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAUsFB3loaNpB77ptRHs8xQTplzhXtR { top:97.6875rem;left:30.6875rem;width:17.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzshJNfoL9fvalB2gugrMmJGtMCcrVsa { top:94.4375rem;left:40.6875rem;width:7.0625rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek1lnFlKgqINOE6FP0eD308wAaCp13rR { top:94.5rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z53y2NhAaBp6oDgq8pWTuvBlCiaT99pJ { top:31.3125rem;left:41.388671875rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KmhquD5uLG8EzTCIlnHegxJbxtLdD2 { top:56.125rem;left:42.25rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em1FWnTZG4660NJozSdpmTCENXB7AT1L { top:81.75rem;left:41.6875rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo1AvGDSvdf8GcUKM9E8hWSqMnK04Sv3 { top:107.125rem;left:41.039772987366rem;width:4.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { display:block; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { top:32.0625rem;left:0rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { top:31.875rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9E9s7fyxATP62wkN82HCy4EH2izIcdt { top:29.9375rem;left:1.1867885589599rem;width:6.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { top:29.9375rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unabvTLn0xcvCbLvMivPzkv41fDPQfPu { top:29.9375rem;left:0rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { top:29.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { top:29.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { top:29.5625rem;left:0.12499809265137rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { top:11.625rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { top:12.875rem;left:0rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { top:2.75rem;left:12.3125rem;width:23.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { top:27.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { top:31.9375rem;left:0rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { top:12.875rem;left:12.249465942382rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { top:27.25rem;left:12.249465942382rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { top:29.5625rem;left:12.249465942382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { top:29.9375rem;left:14.624286651611rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { top:29.375rem;left:17.999641418457rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQkgHamsNHIHcouHAhF1T268UPXWoLO { top:29.9375rem;left:20.312320709229rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { top:29.5625rem;left:23.874996185302rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { top:29.9375rem;left:24.374820709229rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { top:31.9375rem;left:12.249465942382rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { top:31.9375rem;left:16.311965942382rem;width:6.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { top:32.0625rem;left:21.3125rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { top:12.875rem;left:24.5rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { top:27.25rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { top:29.5625rem;left:36.874816894531rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { top:29.9375rem;left:39.249641418457rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { top:29.375rem;left:43.624641418457rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { top:29.9375rem;left:44.3125rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { top:29.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { top:29.9375rem;left:41.6875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { top:31.9375rem;left:36.874816894531rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { top:31.9375rem;left:40.5rem;width:7.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { top:32.0625rem;left:38.875rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { top:9.3125rem;left:0rem;width:23.3125rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { top:34.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { top:37.25rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { top:26.375rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { top:37.25rem;left:0.31232219934464rem;width:6rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { top:28.375rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { top:38.9375rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { top:41rem;left:0rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { top:9.3125rem;left:0rem;width:23.3125rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { top:52.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { top:55.9375rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { top:55.9375rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { top:55.9375rem;left:0.31232219934464rem;width:6rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { top:28.375rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { top:57.625rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { top:59.6875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { top:9.1875rem;left:12.373401641846rem;width:22.8125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { top:8.4375rem;left:12.234020233154rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { top:16.25rem;left:18.9375rem;width:28.8125rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { top:4.5625rem;left:21.4375rem;width:26.3125rem;height:9.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { top:4.6875rem;left:0rem;width:41.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { top:4.625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { top:6.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { top:13.6875rem;left:0rem;width:7.5625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { top:13.6875rem;left:9.375rem;width:9.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { top:4.6875rem;left:10.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { top:6.25rem;left:11.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { top:17.625rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { top:17.625rem;left:6.75rem;width:14.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { top:17.625rem;left:24.1875rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { top:13.6875rem;left:28.9375rem;width:7.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { top:4.6875rem;left:28.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { top:6.1875rem;left:30.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { top:17.625rem;left:30.4375rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { top:13.6875rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { top:4.6875rem;left:39.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { top:6.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { top:18.8125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { top:15.875rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { top:12.6875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { top:74.625rem;left:0rem;width:17.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { top:17.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T00DKoHbstPFg6uGppTauyc1kE6xrvvD { top:7.0625rem;left:0rem;width:16.375rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { top:6.4375rem;left:0rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { top:9.0625rem;left:0rem;width:17.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { display:none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { display:none; }
 }@media only screen and (max-width: 763px) { #ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { display:block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { top:12.875rem;left:0rem;width:30.9375rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { top:17.5rem;left:23.25rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { top:17.5rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { top:4.375rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfTm84NmioL9FTP11Dd6hblarzTPRdX { top:4.3125rem;left:3.9371452331543rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbolLwS1dv1Z07znInwvssD0gByKZZqP { top:17.5rem;left:3.9375rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { top:4.375rem;left:23.249111175537rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { top:8.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { display:none; }
 }@media only screen and (max-width: 763px) { #zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { top:38.75rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onoov22J9XAS18QB7c5x4uGdE1om0F5i { top:43.1875rem;left:0rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { top:43.1875rem;left:1.9375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { top:41.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { top:41.1875rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWghnyuBlh4IuFKIc93b5O84hAJzFswN { top:43.1875rem;left:30.8125rem;width:16.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { top:43.1875rem;left:39.5rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoseDgfzyLp11510PxGZQtMdv0XkkTzy { top:41.1875rem;left:15.1875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { top:43.1875rem;left:13rem;width:16.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { top:43.1875rem;left:26.375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { top:52.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbo3BTzUqxRh3qgEVckRE629TJgSofUx { top:54.125rem;left:0rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { top:54.125rem;left:1.9375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbIio7ePq8tIblD1aZrA3sTuty0au85 { top:52.125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { top:54.125rem;left:30.8125rem;width:16.9375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { top:54.125rem;left:39.5rem;width:8.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { top:52.125rem;left:15.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { top:54.0625rem;left:12.999645233154rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { top:54.0625rem;left:26.374996185302rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { top:2.4375rem;left:8.40625rem;width:30.9375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { width:23.625rem;height:3rem;top:65.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block; }
 }@media only screen and (max-width: 763px) { #rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { top:40.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { top:40.8125rem;left:12.841083526611rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { top:40.6875rem;left:37.341262817382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { top:51.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { top:51.8125rem;left:12.812145233154rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { top:51.875rem;left:37.561965942382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvxscTXPubIidTLrAfgF9vE00FvUyst { top:28.1875rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { top:26.1875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { top:28.1875rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { top:35.75rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { top:34.0625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { top:35.75rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { top:43.25rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { top:43.25rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { top:41.5625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { top:50.75rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { top:50.75rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { top:49.0625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { top:57.0625rem;left:0rem;width:15.9375rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { top:57.0625rem;left:0rem;width:8.25rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { top:56.6875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e59dd5a-086b-4814-beeb-f070c7bda42b/edm_sep_Arisevibe03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.adaptive-delivery-prevent-bg, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyload, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyloading { background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wDEKMstaOcwegBfOCJfH89Wslo0BT7uV { width:15rem;height:2.5rem;top:22.45859336853rem;left:2.5rem;font-size:0.8125rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrSZyNhsT4c1hNrTUsluHdlxSI4WT0b { display:block; }
 }@media only screen and (max-width: 763px) { #pbT77Al21IVUpiG8RyCXhoyPycIbeHNf { width:10.375rem;height:1.54385625rem;top:18.625rem;left:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BET4i7hcKVlJXa14QZsinArqqqBoEugA { width:20rem;height:3.4375rem;top:18rem;left:0.0625rem;background-color:rgba(0,0,0,0.57);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pwTHSeR6BRraIFErO1K4spWp5M9hkibe { width:5.9375rem;height:2.311525rem;top:2.1839485168457rem;left:7.0312498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdqL9OyqG0QEeleiowuurhqVJpwBg5Tf { width:2.687325rem;height:2.687325rem;top:0.625rem;left:17.311789095402rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcpzpE28aCgWCStf0cd5Xpx0PVTRECSP { width:9.0625rem;height:0.975rem;top:15.149219512939rem;left:0rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IgV2UeiwGMGOgGuZdAQkcgG7GuuzIEWh { width:20rem;height:1.875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgVRzu2aPWBCLP5C0EPRTHaWwH06xn00 { display:flex;width:1.875rem;height:1.875rem;top:13.274219512939rem;left:3.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PXT2lglTPSisRnaZmZLEr0mcPgltsZ1G { width:19.75rem;height:3.75rem;top:12.702344894409rem;left:0.022656261920929rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rI9lLQnfPcKHtNl2s413CT8J0WSJi3lp { width:0.124511875rem;height:2.5rem;top:15.28053855896rem;left:5.4314626455307rem;display:none; }
 }@media only screen and (max-width: 763px) { #knA6EZPCn1wXQ0vf1FVr0dRot8MWRv7L { width:7.4375rem;height:0.8129875rem;top:18.987501144409rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5FUxu7dIR0RqevaTa1AvutBuW5qgau { display:flex;width:1.875rem;height:1.875rem;top:13.211719512939rem;left:13.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nNxdO93R30gP9ASUE5vd7pXdtwevbbRp { width:6.0625rem;height:0.975rem;top:15.086719512939rem;left:11.5625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xgXGZLIOvXXTr31IiUmQEvKblepVABXc { width:0.125rem;height:2.5rem;top:13.274219512939rem;left:9.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eoi5zV6HCLdi7VNIWRMcK7syZ0agt5TQ { width:16.5625rem;height:4.43685rem;top:5.8105466365814rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJeWdnurIoWen8H8z0aNFIXvJMCGOWm { width:10.8125rem;height:0.8941rem;top:20.1875rem;left:8.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfN9EcFP9u5KZBKZcQQHqfcFbOmbNRgK { width:3.625rem;height:0.125rem;top:20.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzAWOE1oUxQtmnL6wXHFermT8ThnRkB { width:20rem;height:1.05625rem;top:11.28363776207rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b30a5d4-53c2-4860-a17f-7ae183e45a3c/bgmobile.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.adaptive-delivery-prevent-bg, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyload, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyloading { background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { background-color: transparent; background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container > .video-iframe-container { display: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container { display: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .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); }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { width:20rem;height:1.21875rem;top:4.685546875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { width:15rem;height:2.5rem;top:16.560546875rem;left:2.5rem;font-size:0.8125rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block; }
 }@media only screen and (max-width: 763px) { #ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { width:11.125rem;height:1.38125rem;top:8.9375rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { width:20rem;height:2.5rem;top:8.3656256198881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB10BNRv4eKA33xXbDpXODZiNP25FQlM { width:5.9375rem;height:2.3117875rem;top:1.4969811439514rem;left:7.0303621888162rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { width:2.687325rem;height:2.687325rem;top:0.625rem;left:17.311789095402rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { width:9.0625rem;height:0.975rem;top:13.5rem;left:0.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { display:flex;width:1.875rem;height:1.875rem;top:11.625rem;left:3.65625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { width:19.75rem;height:3.75rem;top:10.8740234375rem;left:0.0625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { width:0.124511875rem;height:2.5rem;top:15.28053855896rem;left:5.4314626455307rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { display:flex;width:0.875rem;height:0.875rem;top:6.341796875rem;left:6.654296875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { width:7rem;height:0.975rem;top:6.279296875rem;left:7.685546875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { width:4.875rem;height:0.89375rem;top:9.25rem;left:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { display:flex;width:1.875rem;height:1.875rem;top:11.5615234375rem;left:13.591796875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { width:6rem;height:0.975rem;top:13.4365234375rem;left:11.6240234375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { width:0.125rem;height:2.5rem;top:11.5986328125rem;left:9.9990234375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { display:block; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.3117904663086rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:4.147725rem;top:2.9154720306396rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:.5;display:none; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:5.1873226165771rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:5.1873226165771rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { display:block; }
 }@media only screen and (max-width: 763px) { #nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { display:block; }
 }@media only screen and (max-width: 763px) { #VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.95rem;top:27.23828125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { top:2.8544921875rem;left:0.4375rem;width:19.1230625rem;height:2.400175rem;z-index:15011;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f835a9a-88e2-40b3-9040-734fdca34702/edm_sep_Arisevibe07.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.adaptive-delivery-prevent-bg, #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.lazyload, #vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv.lazyloading { background-image: none; }#vNTe41ZR0eqJCbLUH7NWrD6bSNlNrMdv > .row .container { width:20rem;height:97.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bC8KkRg0cixq8B41FSsrPzh4vOa9Py8v { width:20rem;height:19.9375rem;top:5.515625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM { width:18.75rem;height:10.4998125rem;top:6.142578125rem;left:0.62411218881607rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8acb32c-d36d-4155-a47c-2f98e93ecb31/1b33.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.adaptive-delivery-prevent-bg, #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.lazyload, #Txx1rf81xXCU1hAFJQ6gu2HXSXn1wVTM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvsVpSoAihGOtCp8pEyUBnHzXiAp65ck { width:10rem;height:1.54385625rem;top:17.27499961853rem;left:1.2999999523163rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PP0rFEeNZPb0Fi2zaJa1BSu2pPTIndCE { width:20rem;height:22.8125rem;top:77.830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCDBZmpBhLgQp2JfEQZ1Nmiw7Xk5tBix { width:20rem;height:22.8125rem;top:101.892578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpqH9Wm951CKFo2BGLMdDqGkWWXTTpbr { width:4.6875rem;height:1.1375rem;top:17.4375rem;left:14.735938072204rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KN93cLRxL7DeRzFx6v1IC597LPrZ8aBq { width:4.9375rem;height:0.73125rem;top:18.625rem;left:15.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7NqcMCpUslaAJQr93mBBlrHvUnDheN0 { width:7.0623125rem;height:1.46218125rem;top:26.765114406586rem;left:6.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z3b55eMDiwcbrPELiJK87xE4bheLUsN1 { width:4.6875rem;height:1.13725rem;top:29.477295656586rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xWO7xXmxZO8rlyXNg2Febh95U5vTz0xe { width:5.7492875rem;height:0.73153125rem;top:31.863658156586rem;left:7.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EdEdDXlSpNTzTUbzHB2cDQHKIRJyhDxv { width:12.5rem;height:0.9747875rem;top:40.923489406586rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SWxJqhh2b015F5ynelAdgWzJZVNRsJMz { width:11.9993125rem;height:0.73153125rem;top:48.123064406586rem;left:4rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nFNfNlRLgKT6JGrPkSvD7KA5q5TWaw81 { width:8.4375rem;height:1.5rem;top:45.373064406586rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaqtiNJgMVCMVp1iBtF88yffAQQptkat { width:10.4368125rem;height:1.38139375rem;top:50.103708156586rem;left:4.75rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #aiTE46FqPTai2lP0IdbATW6TSIvnsd8Q { width:7.1244375rem;height:0.9747875rem;top:52.735101906586rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HChzUdBSoAAJWsdPJvXcIk8evo7yFOAt { width:6.6868125rem;height:1.2180375rem;top:54.124521038056rem;left:5.7835998535156rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GTE8JeiJZFiDT7WOnkQSmgATCrs5UwCB { width:4.6875rem;height:1.13725rem;top:36.556483156586rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3g26HUtLX2HMZOHkGzEOzInnffEylBT { width:2.062325rem;height:0.73153125rem;top:38.942845656586rem;left:8.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kguty0sPV4cvDSgumJ81CSEyVLKDpE7l { width:12.5rem;height:0.9747875rem;top:54.959889406586rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JOFttl37iWtLRBxcQIRGZvU5vE23HZUJ { width:11.9993125rem;height:0.73153125rem;top:59.934676906586rem;left:4rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x8PFH8mJMhz8Hp39JhUHC54STl1z4UhT { width:8.4375rem;height:1.5rem;top:57.184676906586rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXAyr6RdC987TdEQcZ5nmi3roCtnlv19 { width:10.4368125rem;height:1.38139375rem;top:61.915320656586rem;left:4.75rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #z26usEolqdi1dJoQf8oQtRGU7MG1cl2M { width:7.1244375rem;height:0.9747875rem;top:43.148276906586rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFhsx6N6QIRmVDHLFxk74HE5wHkGSkB7 { width:7.6243125rem;height:1.46218125rem;top:33.844301906586rem;left:6.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AtN8yove4DHLhBwbdhS9PLTtTGPOC9iR { width:11.1248125rem;height:2.6rem;top:20.448330163956rem;left:7.0294741392138rem;font-size:1rem;z-index:15125;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbRtc3H1mdMkFOKZi7ohQuoHs1XTeCdu { width:15.75rem;height:auto;top:32.3125rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Cy3n8OcS4Q7afZeyyrdk0m9P0QruXBwf { width:6.6868125rem;height:0;top:61.5625rem;left:7.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #HeO0JzqRGwoRey4aoUkILx94ErpJbQJw { width:6.6868125rem;height:0;top:54.5625rem;left:2.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #XfMwz1Mm0gsTQviSB8A9uNmtkIvvDsKC { width:6.6868125rem;height:0;top:61.104162216186rem;left:12.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #a7X6qmSJ3BKSZWdQtISBEQmiqZ1tMx9P { width:12.1875rem;height:1.5625rem;top:72.124101058962rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFM6dUskgJaUpHEzFfsGArhIM2ag2mOQ { width:10.625rem;height:1.13606875rem;top:72.311601058962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTewM7lBqrhJLJHXxgtt1ywrJxiURpKP { width:20rem;height:1.38020625rem;top:67.561601058962rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8nykpN2p8XylsMBTKmyUNwQGOTTCfur { width:15.1875rem;height:2.59874375rem;top:59.62410105896rem;left:2.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMnHaqUaKkBlRsz6hH6StaaxVkJ7oT9q { width:20rem;height:24.75rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USlAb11aTolzDLFbb27TTDNuVFwXzU58 { width:20rem;height:17.5rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQG6iHhARdWz2x0kPu8K95tidVnxVkDJ { width:14.8125rem;height:auto;top:54.6875rem;left:2.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uanie0Iw5NpnEPKLDkCVbVh5QNaVc1hO { width:6.5rem;height:auto;top:54.8125rem;left:6.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ7SvXrvxp7Ea7qTK0RTB4cdncGIcpQC { width:17.5625rem;height:auto;top:56.625rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wB35ZCy7BULTo3wbDAqTqf4QAcCCftyx { width:11.75rem;height:1.5625rem;top:58.3125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgUk40r31amiy60ougXQAc01wvHMrqdR { width:11.5rem;height:auto;top:58.5625rem;left:4.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ3fNnTSQpahk0UVl4nbcnfD25tsufVI { width:4.6875rem;height:0.1875rem;top:59.125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ9h04FSwMXgXGcs9UOWkIiEIROSCLGg { width:20rem;height:auto;top:56.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxzNXsOxEv9Ga4dkup2CbII74Fe41rnl { width:14.875rem;height:auto;top:57.625rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPts9ekbTUd2e4CNeFhXGDX67mraaaN9 { width:8.4375rem;height:auto;top:54.9375rem;left:5.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9wTH0ou3W9yleDdousOVyyHVkzHLGiy { width:20rem;height:24.75rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iINbnEHmb03UeyKWB0zbiTUO79Dumd7t { width:20rem;height:17.5rem;top:64rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZwhmVeCGLcflJ3J02RJLZcfEDbZihsT { width:18rem;height:auto;top:82.1875rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #St9sT2ASFZV2gVm1c1rXMukzdi6AbqzO { width:6.5rem;height:auto;top:82.25rem;left:6.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKeF1qiNOqEkKRRaTWqSbkcTKd75TbvQ { width:8.4375rem;height:auto;top:82.375rem;left:5.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yykr8OSsNB8oy33ss5Im4T7kgvKbloUa { width:9.5rem;height:auto;top:82.0625rem;left:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5bETwFpesmMxAXBxRFITfTn0Degv1HT { width:20rem;height:24.75rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLh3QDNTMMEtOxqWK0gy6G3mOQiyt7aE { width:8.4375rem;height:auto;top:82.375rem;left:5.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evZ26ZDBJqhL7yNLWx3wDEbLQ5o4B67I { width:20rem;height:17.5rem;top:64rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTRZRNectPXubLLSVGGwdZnDLEpOGKzO { width:18rem;height:auto;top:82.1875rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCA5QZxV5DFyUW4Ob5Fy35O7c1Fl1o5o { width:7.0625rem;height:auto;top:82.25rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCgItUanvipIZSGMptcPwkhifh8cH6Zi { width:9.5rem;height:auto;top:82.0625rem;left:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZyHfIZcbopu5hJG3RDTnXCP43TNZBHc { width:20rem;height:auto;top:83.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eL2nuW2EXy98v23ifWdRpEGK1ym7ESIg { width:14.875rem;height:auto;top:85.375rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryG5yqprTtmupTD6sqNh9lLT8Q3cV7Zm { width:17.5625rem;height:auto;top:84.125rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVNVvt1L10hnzy9IkeO4gCPsrBvAHDmb { width:11.75rem;height:1.5625rem;top:85.8125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOBv7Qobe1tkUx89ncdPJhyHT2EFLG7k { width:10.625rem;height:auto;top:86rem;left:4.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5Le52JBdhdPgiDfOHa9qhq9OLc9nH1l { width:20rem;height:auto;top:83.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTw0AXz3NrlWHKirf7UDL9BEsDxzwNAc { width:14.875rem;height:auto;top:85.4375rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pz4DeyCHt8TvkyCWLMl03vLqs7M3ZAQz { width:17.5625rem;height:auto;top:84.125rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E977DeK1wp91D7fwWaDzqh74OLpGr9sW { width:12.1875rem;height:1.5625rem;top:85.8125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDuiBz6tRcrQiC1GrmrdwGftvV36PRUB { width:11.375rem;height:auto;top:86.0625rem;left:4.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mriUKvhtLWA5TtgRS7TcGPApqRU9CiaK { width:4.8125rem;height:0.1875rem;top:86.625rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8QZcVfvvCh0nGtScuABVP83uW1cehCn { width:4.8125rem;height:0.1875rem;top:86.5625rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbN2mkbUlzWOkxUcQACGHcckd6KFTx1K { top:1.124267578125rem;left:0.623779296875rem;width:12.312rem;height:3.2495125rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uVIcUNc7RHLWPkT8Ti6Ahvl1qczqHi05 { top:18.6875rem;left:0.375rem;width:6.25rem;height:5.0625rem;z-index:15124;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uZzv0H0dnfIyywdPFH8HHy55hWTEpFrC { top:20.125rem;left:2.375rem;width:17rem;height:3.25rem;z-index:15123;background-color:#ed3c24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WgFymw5luT1EAKWD3In9mEDO2UqgTBLg { width:10.75rem;height:1.1375rem;top:23.75rem;left:4.625rem;font-size:0.875rem;z-index:15126;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK3SEBXzQ1fQdhvw4u3Qq2qD8X32BZd2 { width:7.625rem;height:1.625rem;top:23.625rem;left:11.75rem;font-size:1.25rem;z-index:15127;color:#ed3c24;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hud1I4nyMER9qWpCxLmldCrlLSPAiw4J { top:23.153123855591rem;left:12.5rem;width:7.5625rem;height:2.3125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JBdfekyKJCUPfsRlz0g6gKzupAiPBEx2 { width:20rem;height:19.9375rem;top:28rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b { width:18.75rem;height:10.4998125rem;top:28.625rem;left:0.625rem;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9693e570-eb8c-42d1-9115-c4b90e8f9ebf/2b3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.adaptive-delivery-prevent-bg, #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.lazyload, #f48UPJFaaCvI1zsBRXW4bGky2V6noN6b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qog5fC24VuklLmqe5NseVORK96MFCvyi { width:10rem;height:1.54385625rem;top:39.75rem;left:1rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #i0mQJ1gntqGKqp2Vdapx4dIMiAI9qvEL { width:4.875rem;height:1.1375rem;top:39.9375rem;left:14.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Pn1zZP8fkFwycZ9RX8hAT9qy4QrORUcb { width:4.25rem;height:0.73125rem;top:41.125rem;left:15.0625rem;font-size:0.5625rem;text-align:right;text-align-last:right;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #biefzKcWvp49oSDA1A6uXhFXwdsHIpP4 { top:41.1875rem;left:0.375rem;width:6.25rem;height:5.0625rem;z-index:15135;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J5vsiJwfcROnPv14lrXq4aM0Xf7sfzOw { width:12.8125rem;height:2.6rem;top:42.875rem;left:6.1875rem;font-size:1rem;z-index:15136;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I1IluK6DolebgJtCJGxNGlvPvI8itF { top:42.625rem;left:2.375rem;width:17rem;height:3.25rem;z-index:15134;background-color:#ed3c24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EsgCUdqXnMUuR3TlOJTETD80hSBEEaw3 { top:45.625rem;left:12.5rem;width:7.5625rem;height:2.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CImAvJyOTTlEBJVPL5fQz2A3xNs6mS2D { width:10.75rem;height:1.1375rem;top:46.3125rem;left:4.4375rem;font-size:0.875rem;z-index:15137;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtiHJ7u2aTCOaMFC1L8mrwXEg6q89Hto { width:7.625rem;height:1.625rem;top:46.125rem;left:11.75rem;font-size:1.25rem;z-index:15138;color:#ed3c24;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Je8NxtrWENJVu8WHImxwPZP8RMEVdKmf { width:20rem;height:19.9375rem;top:50.625rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4 { width:18.75rem;height:10.4998125rem;top:51.25rem;left:0.625rem;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6191644b-78cb-469f-868c-c2f3a0afeb9f/1b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.adaptive-delivery-prevent-bg, #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.lazyload, #Lfgp7GWb6zD84uFU7Zv7Fzzm15RVSmC4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dk3Wyzn2ixmFXZpHpUEC9QK5GWvVzPhG { width:11.9375rem;height:1.54385625rem;top:62.375rem;left:0.625rem;font-size:1.1875rem;text-align:right;text-align-last:right;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #EK27KphZcZGUwl1WCdnybeEHvmmlJMU4 { top:64rem;left:0.375rem;width:6.25rem;height:5.0625rem;z-index:15146;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DlJT5hTZE36B5l3cVtuurZZx6IHIGPEE { top:65.4375rem;left:2.375rem;width:17rem;height:3.25rem;z-index:15145;background-color:#ed3c24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cK2k5ObWc3sFkf6G1eTx56IxESWCTrOk { width:4.875rem;height:1.1375rem;top:62.5625rem;left:14.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Isksg7zB0PFWMeT5rJLBVzRTGeB1Vkm9 { width:4.25rem;height:0.73125rem;top:63.625rem;left:15rem;font-size:0.5625rem;text-align:right;text-align-last:right;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7Nu7EGBUX0Hc3ckfmrvOHlHbemdtbS { width:12.8125rem;height:2.6rem;top:65.6875rem;left:6.1875rem;font-size:1rem;z-index:15147;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3oROTZcZ4VEM3EVOIrKfWeEQaszz8qo { top:68.25rem;left:12.5rem;width:7.5625rem;height:2.3125rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gK8rFcp8WIRGNKM4CXhkTuF3egk0D8FW { width:10.75rem;height:1.1375rem;top:68.9375rem;left:4.4375rem;font-size:0.875rem;z-index:15148;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBNkpRL2MSUUtQV4R1DsDh2MJwT9koky { width:7.625rem;height:1.625rem;top:68.75rem;left:11.75rem;font-size:1.25rem;z-index:15149;color:#ed3c24;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGOu3SfClavESSyMNdt0DdDvqSzDcTD { width:5.8125rem;height:1.3rem;top:62.434374809265rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #ASR6addkk2Xktpxzf0xzpVtX2ENcsP3E { width:11.3125rem;height:0.975rem;top:64.431249618531rem;left:7.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15097;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wJZdEXXfuFFtKka4uR3UyE2n8CJvSQtL { width:20rem;height:19.9375rem;top:73.5625rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu { width:18.75rem;height:10.4998125rem;top:74.1875rem;left:0.625rem;z-index:15104;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d4f7eb9-3c53-4e18-b291-23dc10efcd94/2b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.adaptive-delivery-prevent-bg, #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.lazyload, #TvhzoKvIC5BipZCFbo94Bhmok8GM7aQu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FeSDGFfQRHs8gETDTTTUNTHaJB21UuhH { width:11.9375rem;height:1.54385625rem;top:85.25rem;left:1.375rem;font-size:1.1875rem;text-align:right;text-align-last:right;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6ghOStTA303GistcIiBdQX8Ag97L6O { width:5.8125rem;height:1.3rem;top:85.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #z1WU2LUECNi8M7eaPp7SMeIS4gdB0N2R { top:86.9375rem;left:0.375rem;width:6.25rem;height:5.0625rem;z-index:15159;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B0cZePFqx52PFTpPc1SwbRLWBDm6llfH { width:5.0625rem;height:1.1375rem;top:85.5rem;left:14.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #pVpntUkJcV1StamJQkuBeXfQIxS1VETr { width:4.25rem;height:0.73125rem;top:86.5625rem;left:15rem;font-size:0.5625rem;text-align:right;text-align-last:right;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #WBSmDIvQIx4cdqGt85Utx22g7I3FUJKg { width:11.3125rem;height:0.975rem;top:87.375rem;left:7.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15110;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kgH6BTCr3dZ40Z3k8Umz5PpAPIUTVNgV { top:88.375rem;left:2.375rem;width:17rem;height:3.25rem;z-index:15158;background-color:#ed3c24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b2IEuFU7Ona4rrMNlrmgDKFXMXrgZuwa { width:12.8125rem;height:2.6rem;top:88.625rem;left:6.1875rem;font-size:1rem;z-index:15160;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldAXHCRToAsN5GVx2MGBz9kNVBlnCec3 { top:91.1875rem;left:12.5rem;width:7.5625rem;height:2.3125rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b5NHf0TiLNhP3sMKPhitobFMWUcZ0T9t { width:10.75rem;height:1.1375rem;top:91.875rem;left:4.4375rem;font-size:0.875rem;z-index:15161;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEdLahuqRGp9INPEpn1wsKavClhsVE22 { width:7.625rem;height:1.625rem;top:91.6875rem;left:11.75rem;font-size:1.25rem;z-index:15162;color:#ed3c24;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mm5aKd37NTEK3aIg19eq4E2fryRwRE7f { width:2.5rem;height:0.1875rem;top:24.3125rem;left:9.5625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #CvSrFIxWXQ5UVKLSF4RfLdzAtsnTATtI { width:1.875rem;height:0.1875rem;top:46.8125rem;left:9.609375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #ekmTleP8XCB97dtwDt47tUaiHghHNLps { width:2.5rem;height:0.1875rem;top:69.4375rem;left:9.484375rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #Ufmg465N9wvZVzcSs9UBwOhFE5wHcKsa { width:2.5rem;height:0.1875rem;top:92.375rem;left:9.359375rem;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9414f5b8-be3b-457d-9a7f-8a5eef731a5d/bg0202.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.adaptive-delivery-prevent-bg, #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.lazyload, #gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU.lazyloading { background-image: none; }#gHMRHG00Db61vqXe4I8xhG9SOlVEuVbU > .row .container { width:20rem;height:205rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiiB3OitJoOAix0mxfSoL296MLTzBUMh { width:20rem;height:16.875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgt3cy4r6QSWbroDi1kqkeIQZhksIGWO { width:19.3125rem;height:11.375rem;top:6.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdeN4adlqhmGFf50fgTI9a5HWBAtl9bB { width:8.9994375rem;height:1.38125rem;top:20.9375rem;left:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvZsX9AiOqWzine6vTmEXTKmakqiw929 { width:8.9994375rem;height:1.2999125rem;top:18.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4D0ZXpi3TPlJSTQIyTT3o9EpxRFTZJw { width:4.12421875rem;height:0.8941rem;top:18.8896484375rem;left:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZTHNZTQxK96Hh9odTRKmTfiZxhCm14 { width:8.4375rem;height:0.8125rem;top:18.8125rem;left:11.125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wTcB2kCNtAT4QHlQ43Km3K2GTkUPaTiN { width:20rem;height:16.875rem;top:25.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fGn7cOPJU6uZ80PXL42SuRuT0nBzhnnt { width:8.9994375rem;height:1.38125rem;top:40.000001907349rem;left:10.5rem;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #AUQPbFwRUJF7hdxTTfGHfIwEn0Xidhy0 { width:10.1873125rem;height:0.8941rem;top:39.187501907349rem;left:9.3125rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Qnsdts5LRymrvrTAOIUQ9u7BNbZZqrSy { width:8.4375rem;height:0.8125rem;top:37.875001907349rem;left:11.125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pCiCJnw5V67GCkKMRqIi31EghDpPh5fg { width:14rem;height:0.8941rem;top:39rem;left:0.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM { width:19.3125rem;height:11.375rem;top:25.75rem;left:0.3125rem;z-index:15012;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e4df5fc7-b8ae-40e1-acf4-bd9100f300db/2b1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.adaptive-delivery-prevent-bg, #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.lazyload, #llXnmNt1PO7C8pxgRKFHAoKEu2xK50zM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PGD5PrbZJ7to1xk2S2n3kqbTKD8toxvH { width:4.9375rem;height:0.8941rem;top:37.9375rem;left:6.6875rem;font-size:0.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mS5kFRD1XQW1RIlBp6753yJDikzDfmv8 { width:8.9994375rem;height:1.2999125rem;top:37.625rem;left:0.5rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #IwaUG8pNgtptleE105TQzLXPCS2BgHU9 { width:8.5rem;height:1.0625rem;top:40.1875rem;left:0.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #sUr4IoTZsUBSvHD1nXTf8IpVBdFX4pSC { width:7.5625rem;height:0.812325rem;top:40.3125rem;left:0.875rem;font-size:0.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #uIcaJVgSNmTmGWssA6KmfIcxBvqieNRJ { width:3.125rem;height:0.125rem;top:40.6875rem;left:5.375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #hZCMgoadu6T67TGHFxeWFby5Stm77ouo { width:20rem;height:16.875rem;top:63.9990234375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #d4Okfd7P9Wn9nAERDaPmLICNamZNbpZf { width:8.9994375rem;height:1.38125rem;top:78.75rem;left:10.499267578125rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #o9fdW6xzJf2snEGXLCBu5dtGuJViX6GT { width:10.1873125rem;height:0.8941rem;top:77.93701171875rem;left:9.3115234375rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #wzVKDW7z9qFVOV0mUW6sA5ZzktcGxgeK { width:8.4375rem;height:0.8125rem;top:76.624755859375rem;left:11.124267578125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #KBspGtMyQgJFk7hGgheuesLn88pJSJpT { width:19.3125rem;height:11.375rem;top:64.49951171875rem;left:0.3125rem;z-index:15034;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a34f6000-a364-41f2-80f3-1d777b7099b6/2b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KBspGtMyQgJFk7hGgheuesLn88pJSJpT.adaptive-delivery-prevent-bg, #KBspGtMyQgJFk7hGgheuesLn88pJSJpT.lazyload, #KBspGtMyQgJFk7hGgheuesLn88pJSJpT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VwMFSVJmf2clrd12GgACD4intRMn7Jgi { width:14rem;height:0.8941rem;top:77.7490234375rem;left:0.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #EZvpnVbbdFfNlgLivPVOO65HdGmIpTbK { width:20rem;height:16.875rem;top:44.9365234375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #h6UgVf0ZyRTePx0al11Zlt2NGNPDcwGi { width:10.1873125rem;height:0.8941rem;top:58.87451171875rem;left:9.3115234375rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #W2m6SPdwzeTtb5KeEszdWnsKmoh5TDak { width:8.9994375rem;height:1.38125rem;top:59.6875rem;left:10.499267578125rem;font-size:1.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gG86DGJtnKOBqArvb4F3yZW59X33TyLH { width:14rem;height:0.8941rem;top:58.6865234375rem;left:0.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #dGZq5lBMmDIEiRtMZ8dGJJleVJTvezrn { width:4.375rem;height:0.8941rem;top:76.685546875rem;left:10.125rem;font-size:0.6875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G { width:19.3125rem;height:11.375rem;top:45.43701171875rem;left:0.3125rem;z-index:15023;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0e958491-d5f4-41d9-9028-80f22251fe7e/2b2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.adaptive-delivery-prevent-bg, #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.lazyload, #ZbqSRlDuE8y7HsFITpfUWULvFsrfHn2G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZbQ3FwOLgORDKJp3alqdH1V1IxHkn1kr { width:6.4375rem;height:1.2999125rem;top:57.3115234375rem;left:4.0625rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #fRb0ELTkLdybq0e8H1qHicLsZNleuQLC { width:4.12464375rem;height:0.8941rem;top:57.623046875rem;left:10.0625rem;font-size:0.6875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #WWMbQBJ3JHgJPn2CReIeXmPPKe0EgtSH { width:8.5rem;height:1.0625rem;top:59.8740234375rem;left:0.4365234375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #pJ228Bk1Zc7Vy6HUPTQmq0MItNpp36ZV { width:7.5625rem;height:0.812325rem;top:60rem;left:0.8740234375rem;font-size:0.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #WDpodp31sFVDcN3HbmFzT4iFIwH3OFkw { width:8.4375rem;height:0.8125rem;top:57.562255859375rem;left:11.124267578125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #u4G2OzAqNrr8u2lyaCnQ1vn20z2J27N2 { width:3.125rem;height:0.125rem;top:60.3740234375rem;left:5.3740234375rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #wAu90LSqQVpV30NE2K74BeGD1OCRyMay { width:8.5rem;height:1.0625rem;top:78.9365234375rem;left:0.4365234375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #mCSg50JSntdimtGRGC8iwwVmebb0isBV { width:8.25rem;height:0.812325rem;top:79.0625rem;left:0.6240234375rem;font-size:0.625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Jllbif8xH9TIIT3r17OxfhPTbuQFxfiM { width:3.4375rem;height:0.125rem;top:79.4365234375rem;left:5.3740234375rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #TRipJXFm234VGwsWKAVJtKWF8CgLEZTz { width:6.4375rem;height:0.8941rem;top:57.5615234375rem;left:0.4375rem;font-size:0.6875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #otZqIpN8lDedMXeQuLScGaXxA0HlLOXI { width:6.4375rem;height:0.8941rem;top:76.5615234375rem;left:0.4375rem;font-size:0.6875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #OnGEtlNdB1z895lXt3T7GJQlRX2g1Ge7 { width:6.4375rem;height:1.2999125rem;top:76.3115234375rem;left:4.0625rem;font-size:1rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #Qpo5vifbHHJJAgUVL2xGNgG5Vd3KqWtL { width:19.5rem;height:5.4375rem;top:82.123485565187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVsRdqwyC64TBbbSCTElMJ2BiaIypxbT { width:8.125rem;height:6.5625rem;top:88.840935565187rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZiTL7luv6KUPqvEAGTx6NOBuMBEoy8 { width:20rem;height:5.375rem;top:96.653435565187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5OePHGe0Fmd6sUwR3v19klTXgZP0PhI { width:16.375rem;height:4.225rem;top:97.229607440187rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvtUPreuGa5f4rx5F98aKnzOsamtnRMZ { width:17.5rem;height:0.1875rem;top:94.194939471437rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT9vwkN523Iiun3KBhvP0XKOL7996wK { width:20rem;height:6.1327064791259rem;top:103.27843556519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuEolEpT8OarJyLo1B9ZP04p7XI5Q1q9 { width:14.875rem;height:2.4375rem;top:106.01769337769rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdBHESNINbDATBCziS42UwpJU5Ql7RWn { width:20rem;height:21rem;top:110.65929806519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6AAZULk8VOC0sPgXXymJMS51ZDdqxXo { width:20rem;height:19.375rem;top:111.47228634644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m407nItgB2sou58AyleHCEShDaxDUaJM { width:10.125rem;height:8.0757479078214rem;top:117.90905392456rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwP0dn2zbT3fMumALO3ZC68ZnEUkt5aL { width:20rem;height:5.3125rem;top:120.28454220581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7xPg6x51gNDI9xAbLIyts4wyORt7oq { width:18.5625rem;height:1.3rem;top:112.84679806519rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F52nJIBHptrkahBipN1gQykVJNSuu6r0 { width:6.4375rem;height:0;top:115.59704220581rem;left:9.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQxsBlHkOy8Fbk0setccqyXsPfRBFMTc { width:16.375rem;height:4.225rem;top:120.84728634644rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzcW3oZnQqgc8C59rs9fvdvnHLLWXdxz { width:17.5rem;height:0.125rem;top:117.78454220581rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiFVO8R5FxDTPOJXoOJd2F1kVracTQaa { width:20rem;height:6.1327064791259rem;top:132.90929806519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrWZUuadGNh3ZZdbUF733Rur4TFJSGoy { width:14.875rem;height:0;top:135.97204220581rem;left:-2.06298828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tekykervm3nmc3yPk2eDXDHRk6Fh4PZk { width:8.4375rem;height:0.8125rem;top:115.65929806519rem;left:11.43798828125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nyt0uFd4CgJFo6eR955hLElqlUGSoetT { width:14.875rem;height:2.4375rem;top:135.65954220581rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnT1QIQHcSSVh0QGG0VAfrAOd08cF6G { width:20rem;height:21rem;top:140.29016056519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1fwuT6GMs2v7Rr6z60GdTqCzL4ingQO { width:20rem;height:19.375rem;top:141.10314884644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8fzMvwUk5GlpLtDQQ05Ef0MNTONcHGt { width:10.125rem;height:8.0757479078214rem;top:147.53991642456rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdAv887SXXDJNx01zeGPT1O0LmTsKsZJ { width:20rem;height:5.3125rem;top:149.91540470581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6t3KAQTbBAiU6MeMP9UE2DyJU7dQLT { width:18.5625rem;height:0;top:142.47766056519rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITzfOkuqLGLsrC0Tcl0ySfvan8FWV8B { width:19.125rem;height:4.0625rem;top:150.49157658081rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esbwt9xEoO7xDhZTitsefNgKOSv3quJe { width:17.5rem;height:0.125rem;top:147.41540470581rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9B1LEoktNH9goICPtc13Ob3SLPozRM { width:20rem;height:6.1327064791259rem;top:162.54016056519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTksCvbqvZ0IFnplQIGg1m3a0OVMho8C { width:14.875rem;height:0;top:165.60290470581rem;left:-2.06298828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Uo6dP42M77onqBcAed3KS8XVfMk6S6 { width:14.875rem;height:2.4375rem;top:165.29040470581rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpX1H7qUEyaMV60sVeEwFV0IqTmgBKg { width:6.75rem;height:0;top:145.22790470581rem;left:9.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stDc6byzapEGVPdhgfaJTBzJOytVo8la { width:8.4375rem;height:0;top:145.29016056519rem;left:11.43798828125rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EIolibtbyPt7Jo9oqOkw6nr0g7MKX25Z { width:18.5625rem;height:0;top:142.90490665894rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RglasTQkKcSlwcXDlZsJL6Vr11aBZXiM { width:12.625rem;height:0;top:148.46887150269rem;left:7.375rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eTglXRTgOiEf4umMgZchWaTR88nbBs8F { width:20rem;height:21rem;top:169.92102306519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KglXgMo0kJ91gdGupqIU8ZyV4APuxFVv { width:20rem;height:19.375rem;top:170.73352306519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMm2TH5JNTk8Hq6TvMGf9t7r6p7907qC { width:18.5625rem;height:0;top:172.54602306519rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzvIFKeJudXvc8Tc3t4sxbNSXNIf55tT { width:10.125rem;height:8.0757479078214rem;top:177.17102306519rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg3qkG8bzMMA9nZbEe0Td2UiarghTnxX { width:20rem;height:5.3125rem;top:179.54602306519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hieeNhFkOWu6coptLl70Orx89UpK33a0 { width:18.5625rem;height:0;top:172.10852306519rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grfmt5TT0oDyadOIviAWr0gGu4mpFDu7 { width:19.0625rem;height:4.0625rem;top:180.10852306519rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Tcx5qO8ic9TXniL0wfSFzkfCxOP5rO { width:20rem;height:6.1327064791259rem;top:192.17102306519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KZynr5oIg6729HhIq7TG66w0TdW395 { width:17.5rem;height:0.125rem;top:177.04602306519rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk7tJi9V0RLmp7677K32A7tLz4XMOq1V { width:14.875rem;height:2.4375rem;top:194.92102306519rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX9lqq9uHvb58hOm1G4QkhbTnyXcsyHB { width:14.875rem;height:0;top:195.23352306519rem;left:-2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAUsFB3loaNpB77ptRHs8xQTplzhXtR { width:17.0625rem;height:0;top:178.10852306519rem;left:2.875rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KzshJNfoL9fvalB2gugrMmJGtMCcrVsa { width:7.0625rem;height:0;top:174.85852306519rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek1lnFlKgqINOE6FP0eD308wAaCp13rR { width:8.4375rem;height:0.8125rem;top:174.92102306519rem;left:11.4375rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z53y2NhAaBp6oDgq8pWTuvBlCiaT99pJ { width:3.75rem;height:0.1875rem;top:199.55294806519rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KmhquD5uLG8EzTCIlnHegxJbxtLdD2 { width:3.125rem;height:0.1875rem;top:200.99044806519rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em1FWnTZG4660NJozSdpmTCENXB7AT1L { width:3.125rem;height:0.1875rem;top:202.42794806519rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo1AvGDSvdf8GcUKM9E8hWSqMnK04Sv3 { width:4.375rem;height:0.1875rem;top:203.86544806519rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { background-color:#6e665b;background-image:url("https://images.assets-landingi.com/uc/8685d7b0-b2cf-4a72-9b18-418b1bce1639/backgroundregisterscaled.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.adaptive-delivery-prevent-bg, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyload, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyloading { background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { background-color: transparent; background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container > .video-iframe-container { display: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container { display: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .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); }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { width:8.4375rem;height:1.1375rem;top:22.329544067382rem;left:10.624999582768rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { width:10.3125rem;height:1.462675rem;top:22.16796875rem;left:2.4359019398689rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9E9s7fyxATP62wkN82HCy4EH2izIcdt { width:6.0617875rem;height:1.1375rem;top:20.499820709229rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { width:7.8125rem;height:1.1375rem;top:20.475849151611rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unabvTLn0xcvCbLvMivPzkv41fDPQfPu { width:6.3743125rem;height:1.1375rem;top:20.499820709229rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { display:flex;width:1.25rem;height:1.25rem;top:19.248046875rem;left:2.5621448159218rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { display:flex;width:1.25rem;height:1.25rem;top:19.054508209229rem;left:9.3749995827675rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { display:flex;width:1.25rem;height:1.25rem;top:19.186786651611rem;left:16.374289095402rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { width:20rem;height:56.625rem;top:5.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { width:18.75rem;height:10.4998125rem;top:6.142578125rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { width:20rem;height:1.625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { width:12.5rem;height:1.462675rem;top:17.390800476074rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { width:4.93696875rem;height:1.1375rem;top:22.327766418457rem;left:0.33558231592178rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { width:20rem;height:13rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { width:12.5rem;height:auto;top:27.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { width:3.5rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { display:flex;width:1.875rem;height:1.875rem;top:29.375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THQkgHamsNHIHcouHAhF1T268UPXWoLO { width:3.4375rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { width:6.0625rem;height:auto;top:29.9375rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { width:4.875rem;height:auto;top:31.9375rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { width:6.0625rem;height:auto;top:31.9375rem;left:6.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { width:8.6875rem;height:auto;top:32.0625rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { width:20rem;height:13rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { width:12.5rem;height:auto;top:27.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { width:3.5rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { display:flex;width:1.875rem;height:1.875rem;top:29.375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { width:3.4375rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { width:6.0625rem;height:auto;top:29.9375rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { width:4.875rem;height:auto;top:31.9375rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { width:7.25rem;height:auto;top:31.9375rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { width:8.875rem;height:auto;top:32.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { width:18.75rem;height:10.4998125rem;top:24.829544067382rem;left:0.62411218881607rem;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60d53f03-a1e0-49a1-ab25-6b9149e45eda/1b33.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.adaptive-delivery-prevent-bg, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyload, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { width:12.5rem;height:1.462675rem;top:36.077766418457rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { display:flex;width:1.25rem;height:1.25rem;top:37.935012817382rem;left:2.5621448159218rem;font-size:0.875rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { width:6.3743125rem;height:1.1375rem;top:39.186790466309rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { display:flex;width:1.25rem;height:1.25rem;top:37.741477966309rem;left:9.3749995827675rem;font-size:0.875rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { width:7.8125rem;height:1.1375rem;top:39.162818908691rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { display:flex;width:1.25rem;height:1.25rem;top:37.873756408691rem;left:16.374289095402rem;font-size:0.875rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { width:6.0617875rem;height:1.1375rem;top:39.186790466309rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { width:4.93696875rem;height:1.1375rem;top:41.013847351074rem;left:0.52183943986893rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { width:10.3125rem;height:1.462675rem;top:40.854934692382rem;left:2.6234019398689rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { width:8.875rem;height:1.1375rem;top:41.015625rem;left:10.437499582768rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { width:18.75rem;height:10.4998125rem;top:43.516510009766rem;left:0.62411218881607rem;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea8c256b-2553-4223-9bb6-e1cc66b40bc7/2b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.adaptive-delivery-prevent-bg, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyload, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { width:12.5rem;height:1.462675rem;top:54.76473236084rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { display:flex;width:1.25rem;height:1.25rem;top:56.621978759766rem;left:2.5621448159218rem;font-size:0.875rem;z-index:15078; }
 }@media only screen and (max-width: 763px) { #GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { width:6.3743125rem;height:1.1375rem;top:57.873756408691rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { display:flex;width:1.25rem;height:1.25rem;top:56.428443908691rem;left:9.3749995827675rem;font-size:0.875rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { width:7.8125rem;height:1.1375rem;top:57.849784851074rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { display:flex;width:1.25rem;height:1.25rem;top:56.560722351074rem;left:16.374289095402rem;font-size:0.875rem;z-index:15080; }
 }@media only screen and (max-width: 763px) { #iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { width:6.0617875rem;height:1.1375rem;top:57.873756408691rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { width:4.93696875rem;height:1.1375rem;top:59.700817108154rem;left:0.20845168828964rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { width:10.3125rem;height:1.462675rem;top:59.541904449463rem;left:2.3721590638161rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { width:8.375rem;height:1.1375rem;top:59.702587127686rem;left:10.686079561711rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { width:14.6875rem;height:1.1375rem;top:3.9403400421142rem;left:2.6553621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { width:18.3125rem;height:2rem;top:3.3584861755371rem;left:0.62499994039536rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { width:20rem;height:10.8rem;top:17.714310646057rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { width:15.374625rem;height:2.6rem;top:14.623224258423rem;left:2.3109019398689rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { width:20rem;height:11.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb48670a-ff83-4d58-8945-325bef38c627/Summer.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,56,56,0.61); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,56,56,0.61); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { width:7.5rem;height:7.5rem;top:4.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { width:5rem;height:5rem;top:6.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { width:7.5625rem;height:auto;top:13.6875rem;left:6.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { width:9.375rem;height:auto;top:13.6875rem;left:5.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { width:5rem;height:5rem;top:6.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { width:15.375rem;height:auto;top:17.625rem;left:2.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { width:14.5625rem;height:auto;top:17.625rem;left:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { width:17.3125rem;height:auto;top:17.625rem;left:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { width:7.8125rem;height:auto;top:13.6875rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { width:5rem;height:5rem;top:6.1875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { width:17.3125rem;height:auto;top:17.625rem;left:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { width:12.5rem;height:auto;top:13.6875rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { width:5rem;height:5rem;top:6.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { top:2.375rem;left:0.875rem;width:2rem;height:2rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { width:2.5rem;height:2.5rem;top:1.8125rem;left:0.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { width:2.5rem;height:2.5rem;top:6.125rem;left:0.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { top:6.75rem;left:0.875rem;width:1.875rem;height:1.875rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { top:11.0625rem;left:0.9375rem;width:1.875rem;height:1.875rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { width:2.5rem;height:2.5rem;top:10.4375rem;left:0.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { top:15.4375rem;left:0.9375rem;width:1.875rem;height:1.875rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { width:2.5rem;height:2.5rem;top:14.8125rem;left:0.3125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { width:12.5rem;height:1.1375rem;top:14.6875rem;left:4.125rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { width:14.625rem;height:1.95rem;top:16.0625rem;left:4.125rem;font-size:0.75rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { width:8.5rem;height:1.1375rem;top:10.375rem;left:4.125rem;font-size:0.875rem;z-index:15023;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { width:15.0615rem;height:1.95rem;top:11.625rem;left:4.1875rem;font-size:0.75rem;z-index:15022;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { width:12.5rem;height:1.1375rem;top:6.0625rem;left:4.125rem;font-size:0.875rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T00DKoHbstPFg6uGppTauyc1kE6xrvvD { width:15.625rem;height:1.8rem;top:7.375rem;left:4.125rem;font-size:0.75rem;z-index:15018;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { width:10.5625rem;height:1.1375rem;top:1.8125rem;left:4.1875rem;font-size:0.875rem;z-index:15015;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { width:13.4375rem;height:1.8rem;top:3.0625rem;left:4.1875rem;font-size:0.75rem;z-index:15014;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { background-color: transparent; background-image: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container > .video-iframe-container { display: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container { display: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .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); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { border-width: 0; border-radius: 0; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { display:none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { width:9.6875rem;height:6.4375rem;top:19.368961930275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { width:9.6875rem;height:6.4375rem;top:19.36806678772rem;left:10.311611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { width:9.6875rem;height:6.4375rem;top:12.30752825737rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfTm84NmioL9FTP11Dd6hblarzTPRdX { width:9.6875rem;height:6.375rem;top:5.3082387447357rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbolLwS1dv1Z07znInwvssD0gByKZZqP { width:9.6875rem;height:6.4375rem;top:12.306630849838rem;left:10.311611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { width:9.6875rem;height:6.375rem;top:5.3091354370117rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { width:20rem;height:28.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { top:3.7476959228516rem;left:0rem;width:20rem;height:12.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { width:20rem;height:45.625rem;top:17.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Onoov22J9XAS18QB7c5x4uGdE1om0F5i { width:15.9375rem;height:4.8rem;top:20.6875rem;left:0.9375rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { width:8.3123125rem;height:4.8rem;top:20.6875rem;left:10.8125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { width:12.5rem;height:1.21875rem;top:19rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { width:12.5rem;height:1.13725rem;top:96.758343113706rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWghnyuBlh4IuFKIc93b5O84hAJzFswN { width:16.937125rem;height:3.60084375rem;top:108.84463061371rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { width:8.2493125rem;height:3.60084375rem;top:113.69459311371rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #LoseDgfzyLp11510PxGZQtMdv0XkkTzy { width:12.5rem;height:1.13725rem;top:90.809480613706rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { width:16.937125rem;height:3.60084375rem;top:99.144705613706rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { width:8.2493125rem;height:3.60084375rem;top:103.99466811371rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbo3BTzUqxRh3qgEVckRE629TJgSofUx { width:16.9375rem;height:auto;top:54.125rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { width:8.25rem;height:auto;top:54.125rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dCbIio7ePq8tIblD1aZrA3sTuty0au85 { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { width:16.9375rem;height:auto;top:54.125rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { width:8.25rem;height:auto;top:54.125rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { width:16.9375rem;height:auto;top:54.0625rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { width:8.25rem;height:auto;top:54.0625rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { width:16.25rem;height:2.5rem;top:64.874111175537rem;left:1.8741121888161rem;font-size:0.875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block; }
 }@media only screen and (max-width: 763px) { #rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { display:flex;width:1.875rem;height:1.875rem;top:18.681469917297rem;left:0.74999994039537rem; }
 }@media only screen and (max-width: 763px) { #QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { display:flex;width:1.875rem;height:1.875rem;top:26.118602752686rem;left:0.81249994039537rem; }
 }@media only screen and (max-width: 763px) { #MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { display:flex;width:1.875rem;height:1.875rem;top:33.61203956604rem;left:0.81249994039537rem; }
 }@media only screen and (max-width: 763px) { #TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { display:flex;width:1.875rem;height:1.875rem;top:41.118235588074rem;left:0.74999994039537rem; }
 }@media only screen and (max-width: 763px) { #Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { display:flex;width:2rem;height:2rem;top:48.681461334229rem;left:0.68749994039537rem; }
 }@media only screen and (max-width: 763px) { #eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { display:flex;width:1.875rem;height:1.875rem;top:56.366830825806rem;left:0.87446731328963rem; }
 }@media only screen and (max-width: 763px) { #bSvxscTXPubIidTLrAfgF9vE00FvUyst { width:15.9375rem;height:4.8rem;top:28.249643683434rem;left:0.93749982118606rem;font-size:0.75rem;line-height:1.6;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { width:12.5rem;height:1.21875rem;top:26.561966300011rem;left:2.9998221993446rem;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { width:8.3123125rem;height:4.8rem;top:28.249643683434rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { width:15.9375rem;height:4.8rem;top:35.81178855896rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { width:12.5rem;height:1.21875rem;top:34.124111175537rem;left:2.9989343285561rem;font-size:0.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { width:8.3123125rem;height:4.8rem;top:35.81178855896rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { width:15.9375rem;height:4.8rem;top:43.311433792114rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { width:8.3123125rem;height:4.8rem;top:43.311433792114rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { width:12.5rem;height:1.21875rem;top:41.623756408691rem;left:2.8730469346046rem;font-size:0.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { width:15.9375rem;height:4.8rem;top:50.811433792114rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { width:8.3123125rem;height:4.8rem;top:50.811433792114rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { width:12.5rem;height:1.21875rem;top:49.123754501343rem;left:3.1223364472389rem;font-size:0.9375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { width:15.9375rem;height:3.6rem;top:58.373222351074rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { width:8.3123125rem;height:3.6rem;top:58.373222351074rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { width:12.5rem;height:1.21875rem;top:56.685544967651rem;left:3.1214488148689rem;font-size:0.9375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }