.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.25rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:33.3740234375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5da531, #296205);background-image: -moz-linear-gradient(180deg, #5da531, #296205);background-image: -ms-linear-gradient(180deg, #5da531, #296205);background-image: -o-linear-gradient(180deg, #5da531, #296205);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da531', endColorstr='#296205' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da531', endColorstr='#296205' );";background-image: linear-gradient(180deg, #5da531, #296205);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5615234375rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.2);background-image:none;top:27rem;left:25.875rem;border-top:0.125rem solid #48941a;border-left:0.125rem solid #48941a;border-right:0.125rem solid #48941a;border-bottom:0.125rem solid #48941a;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; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#5ec521;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:28.1240234375rem;left:25.9990234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:28.1865234375rem;left:40.6240234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.0625rem;left:28.375rem; }
#Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.625rem;top:3.3125rem;left:30rem;overflow:hidden;display:block; }
#qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { box-sizing:content-box;height:2rem;width:9.25rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #9e7741);background-image: -moz-linear-gradient(180deg, #d3a96d, #9e7741);background-image: -ms-linear-gradient(180deg, #d3a96d, #9e7741);background-image: -o-linear-gradient(180deg, #d3a96d, #9e7741);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#9e7741' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#9e7741' );";background-image: linear-gradient(180deg, #d3a96d, #9e7741);background-size:auto !important;top:19rem;left:32.875rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#HhKIqzWs83LFyODn7XEHENSrosxJhOLu { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:19.30078125rem;left:34.46875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { 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; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,148,26,0.6); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(72,148,26,0.6); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::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; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:block; }#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
#ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:8.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:21.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:block; }
#saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:block; }
#tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#ffffff;display:block;width:27.9989375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem; }
#yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:32rem;left:66.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;top:30.9375rem;left:38.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ca81670-4424-48b0-ba29-b631b7c90a4c/TypeB.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.adaptive-delivery-prevent-bg, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyload, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyloading { background-image: none; }
#EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:31.75rem;left:59.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:31.9375rem;left:55.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:31.875rem;left:46.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:31.5625rem;left:45.875rem; }
#yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:31.875rem;left:44.5rem;height:1.21875rem;display:block; }
#TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:31.4375rem;left:42.625rem; }
#PWd411TErCei5qMhBranUJDWJsGB4Rl7 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:11.875rem;left:39.0625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:31.875rem;left:41.375rem;height:1.21875rem;display:block; }
#QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15208;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:31.625rem;left:39.375rem; }
#X4vZ719IeFzJB7Bbnl4wUCVaLTlckOqn { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;top:55.3125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#B6PlhSPkJ53uEwmcnK1oodvBO9fy6sCT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:56rem;left:1.25rem; }
#b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15109;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2dc05b92-1806-42b4-935b-1adfa4b7013c/TypeBPool.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.adaptive-delivery-prevent-bg, #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.lazyload, #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.lazyloading { background-image: none; }
#GDoAnuw2qM8vS5ucPax95nGLoGGS10FV { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:56.25rem;left:3.25rem;height:1.21875rem;display:block; }
#a0WkoolTTeMWnmWuFzGnqvuPxdnymq3z { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:56.25rem;left:6.375rem;height:1.21875rem;display:block; }
#WoZimC4M8L3DwZMOstVSfQDZ0V2PSdre { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:55.8125rem;left:4.5rem; }
#qqTVduDfUkzXM9EUSFggbIcmHwdS46kS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:55.9375rem;left:7.75rem; }
#ZMpRkhUAlTkGEPMxJi5s9ivSxpZplvQn { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:56.25rem;left:7.875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#dQAQICowmUODkfEQBqWD7V9ibnDlL4X0 { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:56.3125rem;left:17.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#sctWCdztgEHEEtMGSr9APhlEy3ov3qxW { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:56.125rem;left:21.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B0Uca4SQR201n1QdoTceXPSdx9tUGv6O { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:56.375rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#p1OVgZsrPttJFRsfQgGDnf0uAAFOObzb { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15220;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:36.25rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#Sa2ybqNM1deBFTvr6hMfxqmMypbEgVNA { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15221;line-height:1.3;letter-spacing:0;top:36.75rem;left:2.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;top:55.375rem;left:38.125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15182;opacity:1;top:56.0625rem;left:39.375rem; }
#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15122;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8762f614-e9d8-41b3-a6e2-528d44d4c0c8/TypeC.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.375rem;left:38.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.adaptive-delivery-prevent-bg, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyload, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyloading { background-image: none; }
#kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:56.3125rem;left:41.375rem;height:1.21875rem;display:block; }
#JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:56.3125rem;left:44.5rem;height:1.21875rem;display:block; }
#JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:55.875rem;left:42.625rem; }
#IkJKSbler1PbnTkAr842qFq24KzHvdaU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;opacity:1;top:56rem;left:45.875rem; }
#g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:56.3125rem;left:46.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:56.375rem;left:54.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:56.1875rem;left:59.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:56.4375rem;left:66.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15233;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:36.3125rem;left:39.0625rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:36.8125rem;left:39.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqltXwmizefzT3sqHF9MBGgPRshxBFKt { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#peima45DeK5sV2BtwZHO6vuacmvJPywo { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#peima45DeK5sV2BtwZHO6vuacmvJPywo.adaptive-delivery-prevent-bg, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyload, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyloading { background-image: none; }
#qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#Nub73TvvOA3NShis7KaEKGdU9kQmik1w { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#yExEDBMGp5WxOsn03kgCZnLurS8F81mb { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#WuECux0CMrZiEXyQe3orvD70oEIRWITo { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#LKaOXkV97Wdt36uacRcImea9yUDGMeJq { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pi9qaZRBxqk3umfDf64flI1EHF9K5Xx5 { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#rcqgALEACyA8sT12TpSuNMZT4Cu0bFUR { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.adaptive-delivery-prevent-bg, #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.lazyload, #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.lazyloading { background-image: none; }
#SxweaqiZ0yb1uvw0iqoa7rQ9Ze7FgZ2B { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#Lbllh1QTgH5oilwCSW2yXkxqt44E1nqZ { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bBRg1g5kIhh7IEP0RRp6T6EXtzoZAxnI { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#LgXAGcuy2QRC0u0SG2U3KvwZzc3tMAFq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#d8eNw9AtA7lFcnOBCz8nCN5eXa8CCfkb { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#RO4nOCnwbUf5DOyMnOflD3JLr3dVys7s { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#U7iLowqBeT057nXrbQLOZhAe1Oc072OP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#TdLtrCHgvR1eMUusXrrLAX12qyTqKG3C { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#q93mr7GLdLiSeimnaGh0gNCKiFhz867h { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#bJzrnqd4MBhFyTBTaTe97acDViUwvXZR { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { color:#48941a;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:31.9375rem;left:17.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { box-sizing:content-box;height:3.125rem;width:36.875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:30.9375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b8d2d63-f938-4085-ae69-f8631b17e50f/0B1A3449.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.adaptive-delivery-prevent-bg, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyload, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyloading { background-image: none; }
#OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:31.625rem;left:1.25rem;display:none; }
#xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { color:#000000;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:31.75rem;left:22.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bruTQOtN9T7pczgCbnuHwuL59QsurHmm { color:#000000;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.25rem;height:1.21875rem;display:none; }
#XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:31.4375rem;left:4.5rem;display:none; }
#Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { color:#000000;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:31.875rem;left:6.375rem;height:1.21875rem;display:none; }
#gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#lc7sEI6234rQr50I5K2VbVNss9sGXe8P { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:31.5625rem;left:7.75rem;display:none; }
#gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:31.875rem;left:9.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { box-sizing:content-box;height:2.5rem;width:7.1875rem;position:absolute;display:block;z-index:15194;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -moz-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -ms-linear-gradient(180deg, #d3a96d, #a57b3e);background-image: -o-linear-gradient(180deg, #d3a96d, #a57b3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#a57b3e' );";background-image: linear-gradient(180deg, #d3a96d, #a57b3e);background-size:auto !important;top:11.875rem;left:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
#dZobs6G0eZaws5SvCQWT4NITHkMO3HND { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15195;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/219aab42-24b8-4856-9389-601f888055b3/About.jpg");background-position: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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:17.171875rem;left:38.78125rem;height:13.157225rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:18.962890625rem;left:5.28125rem;height:9.07325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { box-sizing:content-box;height:28.75rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:rgba(11,33,2,0.65);background-image:none;top:9.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -moz-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -ms-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -o-linear-gradient(180deg, #ffffff, #e8f6cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );";background-image: linear-gradient(180deg, #ffffff, #e8f6cc);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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a0c1594-d6b1-4342-a885-63fd37c96a4d/EVClubhouse1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:25.3115234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/acbbd051-1a74-426b-8fd2-87f0784c33a3/Clubhouse.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e2eb5665-64c5-4a45-9315-0bbf0caad155/EVClubhouse3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.9365234375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.adaptive-delivery-prevent-bg, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyload, #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1.lazyloading { background-image: none; }
#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b369e31d-44c5-402f-8dad-c7c6b2a90e11/EVClubhouseelevate.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.adaptive-delivery-prevent-bg, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyload, #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp.lazyloading { background-image: none; }
#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a529cd73-d87e-48a5-9ca0-8eefd60aaee8/EVGym2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.adaptive-delivery-prevent-bg, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyload, #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE.lazyloading { background-image: none; }
#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81692f49-cda3-42fe-8dfe-942195644a90/488048645_1221940276603033_9214077701274193433_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.adaptive-delivery-prevent-bg, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyload, #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74.lazyloading { background-image: none; }
#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#48941a;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;top:37.8125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { color:#48941a;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:50.5rem;left:2.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:52.25rem;left:2.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:42.5rem;left:6.9375rem; }
#KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15069;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:4.3125rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;top:37.8125rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { color:#48941a;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:50.5rem;left:21.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:52.3125rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15074;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:23.4375rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:42.1875rem;left:25.625rem; }
#AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;top:37.8125rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:52.25rem;left:40.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { color:#48941a;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:50.5rem;left:40.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15079;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:42.5rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:42.375rem;left:45.125rem; }
#hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { box-sizing:content-box;height:17.8125rem;width:18rem;position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;top:37.8125rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { color:#48941a;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:50.5rem;left:60rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:52.3125rem;left:59.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { box-sizing:content-box;height:8.125rem;width:8.125rem;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:15084;background-color:rgba(0,0,0,0);background-image:none;top:39.9375rem;left:61.5625rem;border-top:0.625rem solid #e8f6cc;border-left:0.625rem solid #e8f6cc;border-right:0.625rem solid #e8f6cc;border-bottom:0.625rem solid #e8f6cc;display:block; }
#HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:42.1875rem;left:63.75rem; }
#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/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(27,72,1,0.6); }#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(27,72,1,0.6); }#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:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;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;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#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.5rem;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -moz-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -ms-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -o-linear-gradient(180deg, #d3a96d, #7d5823);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#7d5823' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#7d5823' );";background-image: linear-gradient(180deg, #d3a96d, #7d5823);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;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:1.8110046386719rem;left:47.967668533325rem; }
#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:1.8110046386719rem;left:47.967668533325rem; }
#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; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { 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:28.686962127686rem;left:51.312139511108rem;height:1.949575rem;text-align:center;text-align-last:center;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:8.1875rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#d59f55;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.4375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#n2orCZW8u9P07SOSriImhUu2kftTC4CP { position:relative;display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP { background-color: transparent; background-image: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container > .video-iframe-container { display: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row > .video-iframe-container { display: none; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .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); }#n2orCZW8u9P07SOSriImhUu2kftTC4CP { border-width: 0; border-radius: 0; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .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; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .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:45.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#to3UvAed2cEittpmOPARpBlNDpwTekm7 { 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:45.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #48941a, #1b4801);background-image: -moz-linear-gradient(180deg, #48941a, #1b4801);background-image: -ms-linear-gradient(180deg, #48941a, #1b4801);background-image: -o-linear-gradient(180deg, #48941a, #1b4801);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#48941a', endColorstr='#1b4801' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#48941a', endColorstr='#1b4801' );";background-image: linear-gradient(180deg, #48941a, #1b4801);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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { 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; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#DoUihhICZJA7pazTw155Hc3gqPKXHPJW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -moz-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -ms-linear-gradient(180deg, #d3a96d, #7d5823);background-image: -o-linear-gradient(180deg, #d3a96d, #7d5823);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#7d5823' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a96d', endColorstr='#7d5823' );";background-image: linear-gradient(180deg, #d3a96d, #7d5823);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:60.7109375rem;left:25.875rem;display:block; }
#RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:45.9375rem;left:0rem;height:10.3984375rem;text-align:left;text-align-last:left;display:block; }
#ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { position:absolute;display:block;z-index:15122;height:31.25rem;width:75rem;top:10.9375rem;left:0rem;display:block; }
#iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15124;background-color:#ffffff;background-image:none;top:45.76171875rem;left:38.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { color:#000000;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:46.1806640625rem;left:42.875rem;height:2.3984375rem;font-style:normal;display:block; }
#kL9N52fX9JsdhsFdZu160cmimtZl2Joy { color:#48941a;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:48.6181640625rem;left:42.875rem;height:1.19921875rem;font-style:normal;display:block; }
#crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:47.04296875rem;left:39.75rem; }
#H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15128;background-color:#ffffff;background-image:none;top:45.75rem;left:57.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { color:#000000;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:46.9375rem;left:61.5625rem;height:1.19921875rem;font-style:normal;display:block; }
#GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { color:#48941a;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:48.1875rem;left:61.5625rem;height:1.19921875rem;font-style:normal;display:block; }
#ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:47rem;left:58.5rem; }
#iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15132;background-color:#ffffff;background-image:none;top:51.6875rem;left:57.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { 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:15137;opacity:1;top:52.8125rem;left:58.25rem; }
#BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { color:#000000;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:52.875rem;left:61.5625rem;height:1.19921875rem;font-style:normal;display:block; }
#EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { color:#48941a;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:54.125rem;left:61.5625rem;height:1.19921875rem;font-style:normal;display:block; }
#QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { box-sizing:content-box;height:4.6875rem;width:17.5rem;position:absolute;display:block;z-index:15136;background-color:#ffffff;background-image:none;top:51.6875rem;left:38.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CBVZLkoGotetFBReDKWS8gAspltEaE0z { 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:15141;opacity:1;top:52.8125rem;left:39.6875rem; }
#msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { color:#000000;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15139;line-height:1.2;letter-spacing:0;top:52.875rem;left:42.875rem;height:1.19921875rem;font-style:normal;display:block; }
#yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { color:#48941a;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:54.125rem;left:42.875rem;height:1.19921875rem;font-style:normal;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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.13671875rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:22.125rem;left:16.625rem;width:16.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:27.75rem;left:19.7490234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:31.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:27rem;left:12.25rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:28.0625rem;left:12.3740234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:28.125rem;left:26.9990234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:22.0625rem;left:14.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { top:3.3125rem;left:16.375rem;width:15.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { top:19rem;left:19.25rem;width:9.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhKIqzWs83LFyODn7XEHENSrosxJhOLu { top:19.25rem;left:20.84375rem;width:6.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { display:none; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:32rem;left:15rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { top:31.875rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:31.75rem;left:8rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:31.9375rem;left:3.5625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:31.875rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { top:12.375rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:31.875rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { top:32rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { top:30.9375rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { top:10.9375rem;left:10.875rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { top:31.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { top:31.9375rem;left:41.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { top:31.875rem;left:32.875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { top:31.5625rem;left:32.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { top:31.875rem;left:30.875rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { top:31.4375rem;left:29rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWd411TErCei5qMhBranUJDWJsGB4Rl7 { top:11.875rem;left:25.4375rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { top:31.875rem;left:27.75rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { top:12.375rem;left:25.9375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { top:31.625rem;left:25.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4vZ719IeFzJB7Bbnl4wUCVaLTlckOqn { top:55.3125rem;left:0rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PlhSPkJ53uEwmcnK1oodvBO9fy6sCT { top:56rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U { top:35.3125rem;left:0rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDoAnuw2qM8vS5ucPax95nGLoGGS10FV { top:56.25rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0WkoolTTeMWnmWuFzGnqvuPxdnymq3z { top:56.25rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoZimC4M8L3DwZMOstVSfQDZ0V2PSdre { top:55.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqTVduDfUkzXM9EUSFggbIcmHwdS46kS { top:55.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMpRkhUAlTkGEPMxJi5s9ivSxpZplvQn { top:56.25rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQAQICowmUODkfEQBqWD7V9ibnDlL4X0 { top:56.3125rem;left:3.4375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sctWCdztgEHEEtMGSr9APhlEy3ov3qxW { top:56.125rem;left:7.875rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Uca4SQR201n1QdoTceXPSdx9tUGv6O { top:56.375rem;left:15rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1OVgZsrPttJFRsfQgGDnf0uAAFOObzb { top:36.25rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2ybqNM1deBFTvr6hMfxqmMypbEgVNA { top:36.75rem;left:0rem;width:10.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { top:55.375rem;left:10.875rem;width:36.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { top:56.0625rem;left:25.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { top:35.375rem;left:10.875rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { top:56.3125rem;left:27.75rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { top:56.3125rem;left:30.875rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { top:55.875rem;left:29rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJKSbler1PbnTkAr842qFq24KzHvdaU { top:56rem;left:32.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { top:56.3125rem;left:32.875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { top:56.375rem;left:41.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { top:56.1875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { top:56.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { top:36.3125rem;left:25.4375rem;width:7.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { top:36.8125rem;left:25.9375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqltXwmizefzT3sqHF9MBGgPRshxBFKt { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #peima45DeK5sV2BtwZHO6vuacmvJPywo { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { top:31.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { top:30.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nub73TvvOA3NShis7KaEKGdU9kQmik1w { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { top:30.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { top:32rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yExEDBMGp5WxOsn03kgCZnLurS8F81mb { top:30.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuECux0CMrZiEXyQe3orvD70oEIRWITo { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKaOXkV97Wdt36uacRcImea9yUDGMeJq { top:19.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi9qaZRBxqk3umfDf64flI1EHF9K5Xx5 { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcqgALEACyA8sT12TpSuNMZT4Cu0bFUR { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxweaqiZ0yb1uvw0iqoa7rQ9Ze7FgZ2B { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lbllh1QTgH5oilwCSW2yXkxqt44E1nqZ { top:46.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBRg1g5kIhh7IEP0RRp6T6EXtzoZAxnI { top:45.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgXAGcuy2QRC0u0SG2U3KvwZzc3tMAFq { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8eNw9AtA7lFcnOBCz8nCN5eXa8CCfkb { top:45.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RO4nOCnwbUf5DOyMnOflD3JLr3dVys7s { top:47rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7iLowqBeT057nXrbQLOZhAe1Oc072OP { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdLtrCHgvR1eMUusXrrLAX12qyTqKG3C { top:45.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q93mr7GLdLiSeimnaGh0gNCKiFhz867h { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJzrnqd4MBhFyTBTaTe97acDViUwvXZR { top:34.875rem;left:0rem;width:4.5625rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { top:31.9375rem;left:4.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { top:30.9375rem;left:0rem;width:36.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { top:10.9375rem;left:0rem;width:36.875rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { top:61.875rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bruTQOtN9T7pczgCbnuHwuL59QsurHmm { top:60.625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { top:31.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { top:60.625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { top:62rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc7sEI6234rQr50I5K2VbVNss9sGXe8P { top:31.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { top:60.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { top:11.875rem;left:0rem;width:7.1875rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZobs6G0eZaws5SvCQWT4NITHkMO3HND { top:49.875rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:17.125rem;left:15.6875rem;width:32.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:18.9375rem;left:0rem;width:26.5rem;height:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { top:9.375rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:10.875rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:10.875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { top:10.875rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { top:24.375rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { top:24.375rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { top:24.375rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { top:37.8125rem;left:0rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { top:50.5rem;left:0rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { top:52.25rem;left:0rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { top:42.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { top:39.9375rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { top:37.8125rem;left:5.4375rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { top:50.5rem;left:8.25rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { top:52.3125rem;left:8.125rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { top:39.9375rem;left:9.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { top:42.1875rem;left:12rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { top:37.8125rem;left:24.5rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { top:52.25rem;left:26.6875rem;width:13.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { top:50.5rem;left:27.3125rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { top:39.9375rem;left:28.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { top:42.375rem;left:31.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { top:37.8125rem;left:29.75rem;width:18rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { top:50.5rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { top:52.3125rem;left:35.0625rem;width:12.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { top:39.9375rem;left:38.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { top:42.1875rem;left:42.75rem;width:5rem;height:5rem;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) { #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:1.75rem;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:1.75rem;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) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { 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:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.1875rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.4375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2orCZW8u9P07SOSriImhUu2kftTC4CP { display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to3UvAed2cEittpmOPARpBlNDpwTekm7 { top:0rem;left:0rem;width:47.75rem;height:29.1275rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:23.25rem;height:3.25rem;top:60.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:6.875rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { top:45.9375rem;left:0rem;width:36.875rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { top:10.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { display:none; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { top:45.75rem;left:25.1875rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { top:46.125rem;left:29.25rem;width:11rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { top:48.5625rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { top:47rem;left:26.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { top:45.75rem;left:30.25rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { top:46.9375rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { top:48.1875rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { top:47rem;left:44.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { top:51.6875rem;left:30.25rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { top:52.8125rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { top:52.875rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { top:54.125rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { top:51.6875rem;left:25.1875rem;width:17.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBVZLkoGotetFBReDKWS8gAspltEaE0z { top:52.8125rem;left:26.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { top:52.875rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { top:54.125rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:12.375rem;height:0.82421875rem;top:8.5rem;left:5.3125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:23.875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:26.5rem;left:1.25rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:23.1875rem;left:1.25rem;background-color:rgba(0,0,0,0);background-image:none;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; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:24rem;left:1.9375rem;font-size:0.8125rem;color:#65cc26;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:24.0625rem;left:12.8125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:8.4365234375rem;left:4.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Td9hoH3rR2VwvqzVKyoNUAz0gDkqN45C { width:4.5rem;height:4.4375rem;top:1rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlIbSfzonRk9DS1k7CbqQClSTNXfH2g { width:5.8125rem;height:1.625rem;top:6rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhKIqzWs83LFyODn7XEHENSrosxJhOLu { width:6.0625rem;height:0.8994125rem;top:6.3125rem;left:7rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HNcDI7vHKmmPPLqzg6niE5rQ5hx4vWT9 { height:11.25rem;width:20rem;top:10.375rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { background-color:rgba(72,148,26,0.6);background-image:url("https://images.assets-landingi.com/uc/055c2d98-c5e7-45c2-9cea-dfe5d1a816e0/BG5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:17.01171875rem;left:9.5rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.adaptive-delivery-prevent-bg, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyload, #fmnm97tp4Za0yhdgcZZ7smTv34Q8LnNx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ISZnwL5RAvxq0LT0iyfh17aR4qWs2Owf { width:5.625rem;height:1.13671875rem;top:15.625rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:16.875rem;left:4.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:16.8564453125rem;left:1.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:15.625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saIXJfxUgQmfy67obTBnv6T7PJAKqEzc { width:4.5625rem;height:1.21875rem;top:4.880859375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:7.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:15.625rem;left:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMa7BvwkRlwHyFqMAcJiuqZtZp7aNbln { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:9.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:15.5625rem;left:4.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yZ0JiXJke1PcXMKTQIQT3bH1cSExzAqJ { width:20rem;height:3.125rem;top:15.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VcJR1gu3EbxlS90mm7HZBD9l4cFaAT { width:5.75rem;height:1.9375rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHeTy7o3x7meAuxgxBaesi4ru9PkLQz { width:7.125rem;height:0.9746125rem;top:119.125rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hVhT2JNrafuI2kkFMhFpKnbwuEQkfsRm { width:20rem;height:3.125rem;top:118rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq { width:20rem;height:20rem;top:92.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.adaptive-delivery-prevent-bg, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyload, #P0N7rBZOKUrpqKnbBkFo2CTlNMWCJTIq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQRI8ZTR7rZVgHVZfxoLhMP9w7HJiheX { width:7.9375rem;height:1.21875rem;top:118.875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #l14lJsSnT27xgFG7Rc0zV1sGmUA5tnd3 { width:5.75rem;height:1.13671875rem;top:119.0625rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SD6r25G9GoNJ2GJWZBrKSXRo1lOWI4d5 { width:5.625rem;height:1.13671875rem;top:119rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rl6J502Luc75doDSXaJTQ8zPTPVuwgRN { display:flex;width:1.625rem;height:1.625rem;top:118.6875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTlwZWcxbreL3KHFL12SrRqVTXnTCbne { width:1.3125rem;height:1.13671875rem;top:119rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOhQfC7TgSidsNqCsiqgQyztMBO6KsZA { display:flex;width:1.625rem;height:1.625rem;top:118.5625rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWd411TErCei5qMhBranUJDWJsGB4Rl7 { width:7.1875rem;height:2.5rem;top:93.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUIT9Iv6GKFXnKRLkZNpV6roeAP411qo { width:1.375rem;height:1.13671875rem;top:119rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QWHT8Abnws5TRtz9swRpbbWp5wBeUlMS { width:6.25rem;height:1.3808625rem;top:93.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #caaH4ROEbPFDwN2r6J4mR1rAW8F0QmAn { display:flex;width:1.625rem;height:1.625rem;top:118.75rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4vZ719IeFzJB7Bbnl4wUCVaLTlckOqn { width:20rem;height:3.125rem;top:55.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6PlhSPkJ53uEwmcnK1oodvBO9fy6sCT { display:flex;width:1.625rem;height:1.625rem;top:56rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U { width:20rem;height:20rem;top:35.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.adaptive-delivery-prevent-bg, #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.lazyload, #b1KEonKW6sCZHFvuVinbXSnfH7Ai4M0U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GDoAnuw2qM8vS5ucPax95nGLoGGS10FV { width:1.375rem;height:auto;top:56.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a0WkoolTTeMWnmWuFzGnqvuPxdnymq3z { width:1.3125rem;height:auto;top:56.25rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WoZimC4M8L3DwZMOstVSfQDZ0V2PSdre { display:flex;width:1.625rem;height:1.625rem;top:55.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqTVduDfUkzXM9EUSFggbIcmHwdS46kS { display:flex;width:1.625rem;height:1.625rem;top:55.9375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMpRkhUAlTkGEPMxJi5s9ivSxpZplvQn { width:5.625rem;height:auto;top:56.25rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dQAQICowmUODkfEQBqWD7V9ibnDlL4X0 { width:5.75rem;height:auto;top:56.3125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sctWCdztgEHEEtMGSr9APhlEy3ov3qxW { width:7.9375rem;height:auto;top:56.125rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #B0Uca4SQR201n1QdoTceXPSdx9tUGv6O { width:7.125rem;height:auto;top:56.375rem;left:6.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #p1OVgZsrPttJFRsfQgGDnf0uAAFOObzb { width:12.5rem;height:2.5rem;top:36.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa2ybqNM1deBFTvr6hMfxqmMypbEgVNA { width:10.625rem;height:auto;top:36.75rem;left:4.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LGUSSl1KzdvWGGgF9tuS2s2V42HecTSW { width:20rem;height:3.125rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ea6g31uuKiSP2yfKVqSAucvdz1swsqda { display:flex;width:1.625rem;height:1.625rem;top:56.0625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8 { width:20rem;height:20rem;top:35.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/1ff8102e-e6b8-486a-9d9c-557a729ca455/ps.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.adaptive-delivery-prevent-bg, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyload, #RlsLMrkHHtrrINRtPMv1UaocTT13PNx8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kzBof4omeshxgqD2JfuH8ehGP0Uym8lX { width:1.375rem;height:auto;top:56.3125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JyHJcRKIoXFL0vwD2tWv2tmlHNvV8iFc { width:1.3125rem;height:auto;top:56.3125rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JTA3fK7Q6u3l84d3QO73gwcZR893uIbh { display:flex;width:1.625rem;height:1.625rem;top:55.875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkJKSbler1PbnTkAr842qFq24KzHvdaU { display:flex;width:1.625rem;height:1.625rem;top:56rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8iNGEG6s5zgD2KcP4qFkRx4nby1UNGt { width:5.625rem;height:auto;top:56.3125rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PnVTW5DhRTzQNQdLAlsvz3TX53TOnQo8 { width:5.75rem;height:auto;top:56.375rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #CLZMRdWVtVfmZHK0G2UHA0D4r7TruySR { width:7.9375rem;height:auto;top:56.1875rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tP7dBo6wm3NaUwDZwFv2td3wML3Arlx7 { width:7.125rem;height:auto;top:56.4375rem;left:6.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vzRChuRtG46blrLrEOm5vq1kNDtqJzi9 { width:7.1875rem;height:2.5rem;top:36.3125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #St4TKRR6gs0Gteb3vZbn8d0AXBZTBU7W { width:6.25rem;height:auto;top:36.8125rem;left:6.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KqltXwmizefzT3sqHF9MBGgPRshxBFKt { width:5.75rem;height:1.13671875rem;top:31.875rem;left:1.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #RQKm1NrTAOLTUo1ixHfAVTK0hTopJUrP { width:20rem;height:3.125rem;top:30.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #peima45DeK5sV2BtwZHO6vuacmvJPywo { width:20rem;height:11.25rem;top:18.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/6ca81670-4424-48b0-ba29-b631b7c90a4c/TypeB.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15096;display:block; }#peima45DeK5sV2BtwZHO6vuacmvJPywo.adaptive-delivery-prevent-bg, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyload, #peima45DeK5sV2BtwZHO6vuacmvJPywo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qiJxtNnOMPHHfzTIumg1C89maow0ZsqX { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:4.4375rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #Ohwlfyu47MxkDLaZVo3BhbvhuOdxJxZP { width:7.9375rem;height:1.21875rem;top:31.875rem;left:4.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #N8RgRxwOi556s41LPcD6r7ZUTtuhWa23 { width:1.375rem;height:1.13671875rem;top:30.625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #Nub73TvvOA3NShis7KaEKGdU9kQmik1w { display:flex;width:1.25rem;height:1.25rem;top:30.5rem;left:7.125rem;font-size:0.875rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #hrBIoplMdLIZE0AJaoIeGyBSTJxHdTCV { width:1.3125rem;height:1.13671875rem;top:30.625rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vbRLoWJVaDwI4We8pZ3Vfb1CZu7IK4Na { width:7.125rem;height:0.9746125rem;top:32rem;left:9.3125rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #kCivfMvMUls50E9GeN1OSMSt3ogKeKXE { display:flex;width:1.25rem;height:1.25rem;top:30.5625rem;left:9.8125rem;font-size:0.875rem;z-index:15158; }
 }@media only screen and (max-width: 763px) { #yExEDBMGp5WxOsn03kgCZnLurS8F81mb { width:5.625rem;height:1.13671875rem;top:30.625rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #WuECux0CMrZiEXyQe3orvD70oEIRWITo { width:5.75rem;height:1.9375rem;top:19.5625rem;left:0.625rem;z-index:15207;display:block; }
 }@media only screen and (max-width: 763px) { #LKaOXkV97Wdt36uacRcImea9yUDGMeJq { width:4.5625rem;height:1.21875rem;top:19.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #Pi9qaZRBxqk3umfDf64flI1EHF9K5Xx5 { width:5.75rem;height:1.13671875rem;top:46.875rem;left:1.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15181;display:block; }
 }@media only screen and (max-width: 763px) { #rcqgALEACyA8sT12TpSuNMZT4Cu0bFUR { width:20rem;height:3.125rem;top:45.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF { width:20rem;height:11.25rem;top:33.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/2dc05b92-1806-42b4-935b-1adfa4b7013c/TypeBPool.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15109;display:block; }#cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.adaptive-delivery-prevent-bg, #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.lazyload, #cE8bfzRrVLg6wWQh2ym3ilUI1TFzhwbF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SxweaqiZ0yb1uvw0iqoa7rQ9Ze7FgZ2B { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:4.4375rem;font-size:0.875rem;z-index:15169; }
 }@media only screen and (max-width: 763px) { #Lbllh1QTgH5oilwCSW2yXkxqt44E1nqZ { width:7.9375rem;height:1.21875rem;top:46.875rem;left:4.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15183;display:block; }
 }@media only screen and (max-width: 763px) { #bBRg1g5kIhh7IEP0RRp6T6EXtzoZAxnI { width:1.375rem;height:1.13671875rem;top:45.625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #LgXAGcuy2QRC0u0SG2U3KvwZzc3tMAFq { display:flex;width:1.25rem;height:1.25rem;top:45.5rem;left:7.125rem;font-size:0.875rem;z-index:15170; }
 }@media only screen and (max-width: 763px) { #d8eNw9AtA7lFcnOBCz8nCN5eXa8CCfkb { width:1.3125rem;height:1.13671875rem;top:45.625rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #RO4nOCnwbUf5DOyMnOflD3JLr3dVys7s { width:7.125rem;height:0.9746125rem;top:47rem;left:9.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #U7iLowqBeT057nXrbQLOZhAe1Oc072OP { display:flex;width:1.25rem;height:1.25rem;top:45.5625rem;left:9.8125rem;font-size:0.875rem;z-index:15171; }
 }@media only screen and (max-width: 763px) { #TdLtrCHgvR1eMUusXrrLAX12qyTqKG3C { width:5.625rem;height:1.13671875rem;top:45.625rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #q93mr7GLdLiSeimnaGh0gNCKiFhz867h { width:10.125rem;height:1.9375rem;top:34.5625rem;left:0.625rem;z-index:15220;display:block; }
 }@media only screen and (max-width: 763px) { #bJzrnqd4MBhFyTBTaTe97acDViUwvXZR { width:9.25rem;height:1.21875rem;top:34.875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15221;display:block; }
 }@media only screen and (max-width: 763px) { #laPKt6MCoVfl3qsxMi4nehMdkFdK6eTN { width:5.75rem;height:1.13671875rem;top:61.875rem;left:1.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #NLOc449hSw5i9tsuqZPVC91SPgTtW6Fa { width:20rem;height:3.125rem;top:60.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW { width:20rem;height:11.25rem;top:48.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/8762f614-e9d8-41b3-a6e2-528d44d4c0c8/TypeC.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15122;display:block; }#O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.adaptive-delivery-prevent-bg, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyload, #O9aTfT5wS4miVr7WTEb8oyhzOL3gXTUW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OOe60v5J1E8vbEwk8FmMFF7Ozpvu4brh { display:flex;width:1.25rem;height:1.25rem;top:60.5625rem;left:4rem;font-size:0.875rem;z-index:15182; }
 }@media only screen and (max-width: 763px) { #xDI8y1VcdQEe1br9WP1oUHzw8GlEIoSv { width:7.9375rem;height:1.21875rem;top:61.875rem;left:4rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15196;display:block; }
 }@media only screen and (max-width: 763px) { #bruTQOtN9T7pczgCbnuHwuL59QsurHmm { width:1.375rem;height:1.13671875rem;top:60.625rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #XMRwc3bzqhI2MktakZ67IFsdqaMf8XpL { display:flex;width:1.25rem;height:1.25rem;top:60.5rem;left:6.6875rem;font-size:0.875rem;z-index:15183; }
 }@media only screen and (max-width: 763px) { #Kzk0tK5br8QTT0T5bdGFx8GrvHf03nWy { width:1.3125rem;height:1.13671875rem;top:60.625rem;left:7.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #gCcMAr9lMw6MHdBuSvwMDb9V62AKiQUK { width:7.125rem;height:0.9746125rem;top:62rem;left:9.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #lc7sEI6234rQr50I5K2VbVNss9sGXe8P { display:flex;width:1.25rem;height:1.25rem;top:60.5625rem;left:9.4375rem;font-size:0.875rem;z-index:15184; }
 }@media only screen and (max-width: 763px) { #gTxbupmKr2khaVmT7KAMDuixBE0xb7qn { width:5.625rem;height:1.13671875rem;top:60.625rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #vfaMaZcrdHP32iCJHa8lE1ifDxWcuW7d { width:5.75rem;height:1.9375rem;top:49.5625rem;left:0.625rem;z-index:15233;display:block; }
 }@media only screen and (max-width: 763px) { #dZobs6G0eZaws5SvCQWT4NITHkMO3HND { width:4.5625rem;height:1.21875rem;top:49.875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15234;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/219aab42-24b8-4856-9389-601f888055b3/About.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:8.9941375rem;top:6.30859375rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:13.6875rem;height:2.548825rem;top:3.171875rem;left:3.15625rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWqLeO9h1c8K4eRLiEWS5MDPTwxXPvom { width:20rem;height:15.375rem;top:1.5625rem;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;background-color:rgba(11,33,2,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -moz-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -ms-linear-gradient(180deg, #ffffff, #e8f6cc);background-image: -o-linear-gradient(180deg, #ffffff, #e8f6cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f6cc' );";background-image: linear-gradient(180deg, #ffffff, #e8f6cc);background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:3.69921875rem;left:10.3125rem;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; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.5625rem;top:3.73046875rem;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; }
 }@media only screen and (max-width: 763px) { #ZshwThDBSIx5rqz9enFhQz6K9dyaVBN1 { width:9.6875rem;height:5.625rem;top:15.85546875rem;left:10.3125rem;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; }
 }@media only screen and (max-width: 763px) { #TTo5osee3NqJABZ6kOwlyhXoou1zCBwp { width:9.6875rem;height:5.625rem;top:9.9375rem;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; }
 }@media only screen and (max-width: 763px) { #w8Vz7HfV450dPyCzykWOTX0Nfq8VDJmE { width:20rem;height:12.5rem;top:129.751953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwaCWoN9QQHseFODWxckWI4lR3Q7aw74 { width:9.6875rem;height:5.625rem;top:9.9375rem;left:10.3125rem;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; }
 }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrt8KgtFoJ8uDihMo5Nw9gQhhFeJicJ9 { width:20rem;height:3.125rem;top:16.1875rem;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; }
 }@media only screen and (max-width: 763px) { #MKLUfH7FOk8CVT0H3i0EMW3im19b48xm { width:12.5rem;height:1.21875rem;top:16.625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzMLmCcChZKl2eTDMSzbAbkptMlz3SGZ { width:12.6875rem;height:0.9746125rem;top:17.875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mMhzVZgDzt2AuLWNhIk3FKE2G6SZpImf { display:flex;width:1.25rem;height:1.25rem;top:17.125rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KkslEaO3d3EXPbTIVToFf7Hx1owLBDvN { width:1.875rem;height:1.875rem;top:16.5rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #fd3U58pgvHB4TwGy43kgnnazcpRWFtoS { width:20rem;height:3.125rem;top:19.9375rem;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; }
 }@media only screen and (max-width: 763px) { #dZXHQZN8HPupeJ12mGCSt1V2dPHiiR3t { width:12.5rem;height:1.21875rem;top:20.375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xu1bdzVy2GKG0Qo86oaszbtWtXgF4loG { width:12.6875rem;height:0.9746125rem;top:21.63671875rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpPLq89bw8Zdi4v1OGkfDTBTKC668J9t { width:1.875rem;height:1.875rem;top:20.25rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #b4HFkR272sKLrpH9g5yTcyOuKQLLtkvM { display:flex;width:1.5rem;height:1.5rem;top:20.75rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #AU7FbN5O0kCwAIkVNwiykqHgHzv6t5QS { width:20rem;height:3.125rem;top:23.6875rem;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; }
 }@media only screen and (max-width: 763px) { #KAnLJpIRC5kcFcfhxQLO3k2dkRHQ11oG { width:13.625rem;height:0.9746125rem;top:25.375rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTaFsQQJc38Dkoex5iu9hD4hUrfg8zML { width:12.5rem;height:1.21875rem;top:24.162109375rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfhqciZGpxpEUCEnIRN7kQD5hF87IPch { width:1.875rem;height:1.875rem;top:24rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #oZ35IUE3ds7n8lE6EW3g43XJsWNOGyDi { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:1.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hgSr3WrZyqDEu5aANgdkpSorKsK5Md5G { width:20rem;height:3.125rem;top:27.4375rem;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; }
 }@media only screen and (max-width: 763px) { #cJNubhurMvqhlxURhT5dvmkJlM1zs5Us { width:12.5rem;height:1.21875rem;top:27.875rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rhhf9lOkC6CAzpqGab7QbVNNNMh05dml { width:12.6875rem;height:0.9746125rem;top:29.04296875rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJAw1zaJvVuxyQ0fWA75EVMm93ZEA8Ww { width:1.875rem;height:1.875rem;top:27.75rem;left:0.625rem;border-top:0.3125rem solid #e8f6cc;border-left:0.3125rem solid #e8f6cc;border-right:0.3125rem solid #e8f6cc;border-bottom:0.3125rem solid #e8f6cc;display:block; }
 }@media only screen and (max-width: 763px) { #HcQio9fm1XU8HlqCi6yePHq4HwZQ35pl { display:flex;width:1.375rem;height:1.375rem;top:28.3125rem;left:1.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2eb580e-7dff-4367-9547-14fa7cee83ce/BG3.jpg");background-position:top 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(27,72,1,0.6); }#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(27,72,1,0.6); }#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:30rem;position:relative;display:block; } }@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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#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:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#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.125rem;padding-right:0;padding-bottom:0.0625rem;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:3.9373245239258rem;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:3.9373245239258rem;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) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { 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.7871125rem;top:26.5107421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;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:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #n2orCZW8u9P07SOSriImhUu2kftTC4CP { display:block; }#n2orCZW8u9P07SOSriImhUu2kftTC4CP > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to3UvAed2cEittpmOPARpBlNDpwTekm7 { width:20rem;height:12.19925rem;top:0.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #DoUihhICZJA7pazTw155Hc3gqPKXHPJW { width:20rem;height:2.5rem;top:36.875rem;left:0rem;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #RW4HI29XaCAdzIuEbchxGef9DovRzcUE { display:block; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { width:20rem;height:8.2421875rem;top:15.6318359375rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { width:20rem;height:31.25rem;top:70.4443359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { top:3.75rem;left:0rem;width:20rem;height:10.625rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { width:20rem;height:2.5rem;top:25.125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { width:13.5625rem;height:0.9746125rem;top:25.9375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { width:5.75rem;height:0.8994125rem;top:25.9375rem;left:13.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #crf8qCpTi3RBVb0lFFWvLmCUVCDwSXF5 { display:flex;width:1.5625rem;height:1.5625rem;top:25.5625rem;left:0.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { width:20rem;height:2.5rem;top:27.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { width:11rem;height:0.9746125rem;top:28.5rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { width:6.6875rem;height:0.8994125rem;top:28.5rem;left:12.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { display:flex;width:1.625rem;height:1.625rem;top:28.125rem;left:0.4375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { width:20rem;height:2.5rem;top:32.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2L6ZEVALDK0ztyn2ODadeivq0N0b8TR { display:flex;width:1.6875rem;height:1.6875rem;top:33.15625rem;left:0.4375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { width:11rem;height:0.9746125rem;top:33.5751953125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { width:5.875rem;height:0.8994125rem;top:33.61328125rem;left:13.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { width:20rem;height:2.5rem;top:30.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBVZLkoGotetFBReDKWS8gAspltEaE0z { display:flex;width:1.75rem;height:1.75rem;top:30.625rem;left:0.3125rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { width:11rem;height:0.9746125rem;top:31.0625rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { width:11rem;height:0.8994125rem;top:31.0625rem;left:8.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }