.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1580039d-688d-44f6-b8a0-8a7458143216/the2023newyear.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#eUOdAVeaVagQmXTCgdiahuGiQKSSDGWR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:32.8125rem;top:7.3125rem;left:2.21875rem;overflow:hidden;display:block; }
#eoHMleLSf99mhqmgW7B6IdEFkctVvxTg { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:4.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoTtqwhRVIMtLE0JanKmPRrUG9FOaTen { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"montserrat black";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.3125rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#sI8lC57acxZEINrOw8RPtiKDGQ5mPbtk { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7b243;border-left:0.0625rem solid #d7b243;border-right:0.0625rem solid #d7b243;border-bottom:0.0625rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.8125rem;left:7.8125rem;display:block; }
#A6Aq98Szh5t61LowFS5hcQdEeQva3Ttw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zsw6QqzgZPTqxhcyIouCFtEgMvrcoXN9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.75rem;width:32.8125rem;top:4.875rem;left:40.625rem;overflow:hidden;display:block; }
#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.adaptive-delivery-prevent-bg, #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.lazyload, #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.lazyloading { background-image: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { background-color: transparent; background-image: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container > .video-iframe-container { display: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row > .video-iframe-container { display: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .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); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { border-width: 0; border-radius: 0; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row > .video-iframe-container {  }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WgvmPh1scFSytDyaWpB5k1yvw3Nk5p3W { color:#000000;display:block;width:57.875rem;position:absolute;font-family:"montserrat black";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5244140625rem;left:8.5625rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#gNERzpFsy2yadTx1GtIc1wrQ9AT79HFc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:5rem;top:17.375rem;left:35rem;overflow:hidden;display:block; }
#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container { background-color: transparent; background-image: none; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container > .video-iframe-container { display: none; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row > .video-iframe-container { display: none; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .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); }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container { border-width: 0; border-radius: 0; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row > .video-iframe-container {  }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94612fb7-c020-4fd4-a2eb-321732cfc151/youcandothisbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl.adaptive-delivery-prevent-bg, #tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl.lazyload, #tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl.lazyloading { background-image: none; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container { background-color: transparent; background-image: none; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container > .video-iframe-container { display: none; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row > .video-iframe-container { display: none; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .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); }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container { border-width: 0; border-radius: 0; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row > .video-iframe-container {  }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container { font-size:0.875rem;font-family:arial;height:74.5625rem;width:75rem;position:relative;display:block; }#a3Qhu5TgiarrB5oRF5XC0SSCzNc8gbTT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:46.875rem;top:6.125rem;left:14.0625rem;overflow:hidden;display:block; }
#fsmi4owK26efzeThF7BtekNVXxPSEOyD { color:#d2a82a;display:block;width:24rem;position:absolute;font-family:"white star";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.25rem;left:25.5rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#c5GPMQTzemAWOTR04G35cvGrZ0B5cKWh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:34.5625rem;left:10.8125rem; }
#npHDidgrglCF7Sk1goF5JcvP7TbV1khn { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#u1xTaTfFAzcVmqdRx52V0lRTlF6cK5Kp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:40.5625rem;left:10.8125rem; }
#AXVcZPyiUdWVDuznwicNchlATlSTwJbV { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.5625rem;left:13.25rem;height:1.625rem;font-style:normal;display:block; }
#k2OTw61cn503h1E0XGCMwRPTPkJt4Eu8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:46.9375rem;left:10.8125rem; }
#OTBKGn710OWoSs7Cwuqc8yAziCE1aXPM { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:46.9375rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#UiLoE8xvpwQzvtbLVHiaV1sEt2FTtB8R { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:53.0625rem;left:10.8125rem; }
#eMAOJNNh3kW5Fg7ef16VlfT7vwJBXshd { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:53.0625rem;left:13.25rem;height:1.625rem;font-style:normal;display:block; }
#G7l3gp4QGGzXIWuw76zniSlWZyRASMx6 { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d7b243;border-left:0.125rem solid #d7b243;border-right:0.125rem solid #d7b243;border-bottom:0.125rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:60.5rem;left:26.6875rem;display:block; }
#qI8wIvSx5FAzw8I80ohAJBT2TONr8xaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JJIzI62mAaJkHp1LlbA3GK8BNFsmMNMf { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"montserrat bold";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:67.375rem;left:29.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zdAPHg9godq5nsdHJdicOggwFI026c0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/516cbd81-4dbb-4934-ae0b-4068d5bc0179/testimonialbg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#zdAPHg9godq5nsdHJdicOggwFI026c0I.adaptive-delivery-prevent-bg, #zdAPHg9godq5nsdHJdicOggwFI026c0I.lazyload, #zdAPHg9godq5nsdHJdicOggwFI026c0I.lazyloading { background-image: none; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container { background-color: transparent; background-image: none; }#zdAPHg9godq5nsdHJdicOggwFI026c0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container > .video-iframe-container { display: none; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row > .video-iframe-container { display: none; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .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); }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container { border-width: 0; border-radius: 0; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row > .video-iframe-container {  }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#U9OlgUm3vVdTgfDJB5PQqPkBHBBW7b3e { position:absolute;display:block;z-index:15001;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:2.46875rem;display:block; }
#kWqiMv40vdJNyLoNETq61wLGsm3wR65b { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.875rem;top:5.5rem;left:4.625rem;overflow:hidden;display:block; }
#hCA3zebKxGtupp6ZIF2LCMBxftUMeLV9 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.0625rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#WeHoP36yFiIFVaSF9keW198nl8oAAMsJ { color:#f04136;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:46rem;left:6.25rem;height:2.03125rem;display:block; }
#vgqwpSThLtnpLDfS6PLtHTdpAeFwT1sw { position:absolute;display:block;z-index:15002;background-color:#616161;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:27.46875rem;display:block; }
#bFQlM2JoF3FST9XUsSPkoZL4tOxQkBM8 { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.4375rem;top:5.5rem;left:29.625rem;overflow:hidden;display:block; }
#EPl9DopLmc6uUq41bUfmXvWOrmtuksFu { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.0625rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#Jy6uzLi0x1TH3yPQ7nIyI7nksuUhlSBD { color:#f04136;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46rem;left:31.25rem;height:2.03125rem;display:block; }
#oTXcLs31hT9JMPfWATuUsgkTXFZkeen6 { position:absolute;display:block;z-index:15002;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:52.46875rem;display:block; }
#hNJvrnLLKzpqGwPvvWyoILLXxos4v20R { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.4375rem;top:5.5rem;left:54.625rem;overflow:hidden;display:block; }
#XtgX8SLuuUNVxEP26td6koOaxDgONZya { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.0625rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#OaUTdGdNMwWnxFCZ3eFC0fLpFicUZR8T { color:#f04136;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46rem;left:56.03125rem;height:2.03125rem;display:block; }
#kW5kmryrLA2ux8nyofIruXrRXklicLb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6.adaptive-delivery-prevent-bg, #kW5kmryrLA2ux8nyofIruXrRXklicLb6.lazyload, #kW5kmryrLA2ux8nyofIruXrRXklicLb6.lazyloading { background-image: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { background-color: transparent; background-image: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container > .video-iframe-container { display: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row > .video-iframe-container { display: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .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); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { border-width: 0; border-radius: 0; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row > .video-iframe-container {  }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#AFQ75m6tafIIFqsXc1nP1r7TuVvdTec3 { color:#000000;display:block;width:48.25rem;position:absolute;font-family:"montserrat black";font-size:3.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7744140625rem;left:13.375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#GRWmIzPoHFxdT6JdWAbIzky72CW6Frxi { color:#000000;display:block;width:39.75rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1611328125rem;left:17.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#SIOt7Rbxf07fha4146cdT5lzv2Lxzwyi { color:#000000;display:block;width:54rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:10.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f82223b2-3c03-4ab0-856d-74104c568fe6/cookinghealthymealtogether.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl.adaptive-delivery-prevent-bg, #UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl.lazyload, #UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl.lazyloading { background-image: none; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container { background-color: transparent; background-image: none; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container > .video-iframe-container { display: none; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row > .video-iframe-container { display: none; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .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); }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container { border-width: 0; border-radius: 0; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row > .video-iframe-container {  }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#COIx1aww73k4L2iSp6bJEGzrfKk3qPFc { position:absolute;display:block;z-index:15000;background-color:rgba(250,250,250,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #d7b243;border-left:0;border-right:0;border-bottom:0.3125rem solid #d7b243;height:15.1875rem;width:50.3125rem;top:4.65625rem;left:12.34375rem;display:block; }
#hX73OoNqXkQ5LExQgT38BGI10TG8batX { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.71484375rem;left:16.21875rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#HDApQmDCW64bT4ouzc157LEXStwtv4Me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1580039d-688d-44f6-b8a0-8a7458143216/the2023newyear.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me.adaptive-delivery-prevent-bg, #HDApQmDCW64bT4ouzc157LEXStwtv4Me.lazyload, #HDApQmDCW64bT4ouzc157LEXStwtv4Me.lazyloading { background-image: none; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container { background-color: transparent; background-image: none; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container > .video-iframe-container { display: none; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row > .video-iframe-container { display: none; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .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); }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container { border-width: 0; border-radius: 0; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row > .video-iframe-container {  }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#qE7q886tRIT6vGlIE8ntwNCCrbuXaT5E { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:13.875rem;left:10.625rem; }
#Hch1XkKeksTFZQ2OQIcIs7g26gHWZVyB { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:13.5rem;height:3.25rem;font-style:normal;display:block; }
#IacHKNrOIVhq15IRMl6af4KPRqfC3CHA { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d7b243;border-left:0.125rem solid #d7b243;border-right:0.125rem solid #d7b243;border-bottom:0.125rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.25rem;left:20.84375rem;display:block; }
#Xa58ywn4o2JShUo9AKkV6aDP5NqJM0Z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZoFcJQi5qql2SdhlLFhTbZUyQHy9n03 { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"montserrat black";font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:12.09375rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#sIKq5RyMz8hyHO6F6NMiPb1rEXvTPOtC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:19.8125rem;left:10.625rem; }
#dW0Ub8au3oQ9TkK9oUntnOtNShhmqON4 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:13.5rem;height:1.625rem;font-style:normal;display:block; }
#lWwJZWyoErlwLN2ERRbMi10M6vvQcFsl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:25.25rem;left:10.625rem; }
#Saq2yGtM6R9Ggd0Xz2LghdNgcmI7apcX { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.25rem;left:13.5rem;height:3.25rem;font-style:normal;display:block; }
#DoQlCPWAQPmCouVSfFFAskK8MvgmO046 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:31.3125rem;left:10.625rem; }
#iTA0E9bKK16fqDBXFTCoGuVuPiuQ7Mp1 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.5rem;height:1.625rem;font-style:normal;display:block; }
#ThBvyQWaT0TiNq3hDoRl9zU5HWaJfOh0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.9375rem;left:10.625rem; }
#oZI7I9AHdtx9mL6vWbbyztQ0VmNBxV7r { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:13.5rem;height:1.625rem;font-style:normal;display:block; }
#fSMoObSIzVDToKO70NCHyTEBP7whOMwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1938862e-4207-4201-b465-015c4332c373/testimonial2bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx.adaptive-delivery-prevent-bg, #fSMoObSIzVDToKO70NCHyTEBP7whOMwx.lazyload, #fSMoObSIzVDToKO70NCHyTEBP7whOMwx.lazyloading { background-image: none; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container { background-color: transparent; background-image: none; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container > .video-iframe-container { display: none; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row > .video-iframe-container { display: none; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .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); }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container { border-width: 0; border-radius: 0; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row > .video-iframe-container {  }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#KJnSW0sKE3hb8Hhho1THErVthsmgfX8r { position:absolute;display:block;z-index:15001;background-color:#fccecc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:2.46875rem;display:block; }
#dhcc7N6s2efrwixiWHcneFnqzlKJ0Blt { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.875rem;top:5.5rem;left:4.625rem;overflow:hidden;display:block; }
#iGehMn68BTv4ewC2U9eDiuK4Mp8Mrx4p { color:#f04136;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:46rem;left:6.25rem;height:2.03125rem;display:block; }
#aoBRlU3MuvcTpcNWqDD9vFxlXxymDrhV { position:absolute;display:block;z-index:15002;background-color:#f04136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:27.46875rem;display:block; }
#SyHTPSyxE7NOHEflhAGlAL2XXavJPflR { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.4375rem;top:5.5rem;left:29.625rem;overflow:hidden;display:block; }
#wW1dfRJT3RkobONGgWLWRan50HLEEv4h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46rem;left:31.25rem;height:2.03125rem;display:block; }
#NxNamvTQ9pwFDqVwtpxT0gA3UNg96s5W { position:absolute;display:block;z-index:15002;background-color:#fccecc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.375rem;width:20.0625rem;top:3.46875rem;left:52.46875rem;display:block; }
#XyVtPqBDBmxpRh1oTMVChh3tWspZS7lu { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #363636;border-left:0.4375rem solid #363636;border-right:0.4375rem solid #363636;border-bottom:0.4375rem solid #363636;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;height:14.4375rem;width:14.4375rem;top:5.5rem;left:54.625rem;overflow:hidden;display:block; }
#bORi2uLh5Ak92rDa6O3Z8p17dzStev5K { color:#f04136;display:block;width:12.5rem;position:absolute;font-family:"montserrat bold";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46rem;left:56.03125rem;height:2.03125rem;display:block; }
#Jnlrbr6AC9zy0zwgTo3BPTTN8tUOox64 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.03125rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#OLKCTkVPSErZ77bFpSHnI13iM8eZaWh5 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.03125rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#Aq9OOklJQ7G8DOOeQUSkUoXuglvzdQtb { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.03125rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/516cbd81-4dbb-4934-ae0b-4068d5bc0179/testimonialbg1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn.adaptive-delivery-prevent-bg, #VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn.lazyload, #VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn.lazyloading { background-image: none; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container { background-color: transparent; background-image: none; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container > .video-iframe-container { display: none; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row > .video-iframe-container { display: none; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .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); }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container { border-width: 0; border-radius: 0; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row > .video-iframe-container {  }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#ZIo9OJoipmxcQpfqHcoxdd6HansNaahD { color:#f04136;display:block;width:28.6875rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:1.65625rem;height:4.875rem;display:block; }
#Nrq0RVO2eyQHwhWVJV29ZaAzgx8B0hcb { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.65625rem;height:16.25rem;display:block; }
#nJCd40ykuGt98XMll7dic2fhOpDi23Ei { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:20rem;top:4.8125rem;left:43.03125rem;overflow:hidden;display:block; }
#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.adaptive-delivery-prevent-bg, #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.lazyload, #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.lazyloading { background-image: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { background-color: transparent; background-image: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container > .video-iframe-container { display: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row > .video-iframe-container { display: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .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); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { border-width: 0; border-radius: 0; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row > .video-iframe-container {  }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#GkN5IOzT50tfmSb8HaE8sJaQtlyIQErI { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7744140625rem;left:6.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#iHR9ANNTwyXSRnm8XpOUALffcMRg4588 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:5rem;top:12.8125rem;left:35rem;overflow:hidden;display:block; }
#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed783774-fa13-4ddc-8cbb-1893bd1b4c28/inclusionsbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46.adaptive-delivery-prevent-bg, #xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46.lazyload, #xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46.lazyloading { background-image: none; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container { background-color: transparent; background-image: none; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container > .video-iframe-container { display: none; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row > .video-iframe-container { display: none; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .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); }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container { border-width: 0; border-radius: 0; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row > .video-iframe-container {  }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#zJN4dgypEUhDXDdV6O3BdZWKaqqmzQ5O { position:absolute;display:block;z-index:15000;background-color:#e2e0e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:65.8125rem;top:9.375rem;left:4.59375rem;display:block; }
#mCnTOavudCbhbTnpEyHoXR7nweg81Iaa { position:absolute;display:block;z-index:15001;border-top:0.9375rem solid #ded1d1;border-left:1.875rem solid #ded1d1;border-right:1.875rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:20.375rem;width:15.625rem;top:11.03125rem;left:6.65625rem;overflow:hidden;display:block; }
#h0eQsXWCxQRPPPimrPH4aB6vBTXzbkeT { color:#f04136;display:block;width:29.5625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.03125rem;left:28.71875rem;height:2.03125rem;display:block; }
#XtRADWCiPCiH05qJy0hZkwdyfnshhowT { color:#000000;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.84375rem;left:28.71875rem;height:9.75rem;display:block; }
#cTqGNGrB6p0AhvpFfIrmESUZUJc3UXXx { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.5rem;left:28.71875rem;height:2.03125rem;display:block; }
#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed783774-fa13-4ddc-8cbb-1893bd1b4c28/inclusionsbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC.adaptive-delivery-prevent-bg, #lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC.lazyload, #lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC.lazyloading { background-image: none; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container { background-color: transparent; background-image: none; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container > .video-iframe-container { display: none; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row > .video-iframe-container { display: none; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .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); }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container { border-width: 0; border-radius: 0; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row > .video-iframe-container {  }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#Gy0K3qFstl95T4TvLVgtxPlZzA0JSpmL { position:absolute;display:block;z-index:15005;background-color:#e2e0e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:65.8125rem;top:1.625rem;left:4.625rem;display:block; }
#OQRrTrLuReswCT3TIKXXyhzFFUwvBdGt { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #ded1d1;border-left:1.875rem solid #ded1d1;border-right:1.875rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:20.375rem;width:15.625rem;top:3.3125rem;left:6.625rem;overflow:hidden;display:block; }
#d6hTVAyZvoAAZfKBoNBglC7D48TBWRlB { color:#f04136;display:block;width:36.5rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:28.6875rem;height:2.03125rem;display:block; }
#sfUA1eRTqNHqxNC5GurVkKTIduMkQ7NO { color:#000000;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:28.6875rem;height:9.75rem;display:block; }
#gNfRwtLhGsHh91b2HxogTzit1M1mr8eN { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.6875rem;left:28.6875rem;height:2.03125rem;display:block; }
#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed783774-fa13-4ddc-8cbb-1893bd1b4c28/inclusionsbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep.adaptive-delivery-prevent-bg, #I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep.lazyload, #I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep.lazyloading { background-image: none; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container { background-color: transparent; background-image: none; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container > .video-iframe-container { display: none; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row > .video-iframe-container { display: none; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .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); }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container { border-width: 0; border-radius: 0; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row > .video-iframe-container {  }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#WrDq8GvCtFnTuo5laKoga7B7ETaLtPDW { position:absolute;display:block;z-index:15000;background-color:#e2e0e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:65.8125rem;top:1.5625rem;left:4.625rem;display:block; }
#S7CQSRVQHUuHHD7BmnIZLUVOzwilw893 { position:absolute;display:block;z-index:15001;border-top:0.9375rem solid #ded1d1;border-left:1.875rem solid #ded1d1;border-right:1.875rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:20.375rem;width:15.625rem;top:3.25rem;left:6.6875rem;overflow:hidden;display:block; }
#PzCEwutmBWdmrJkOGh9LOJyOwNcBD56T { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:28.75rem;height:2.03125rem;display:block; }
#tEzDqMQkKiTbJiL68Esi6IN7J3oZGWrS { color:#000000;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:28.75rem;height:8.125rem;display:block; }
#IVSVy5EQHlHHTADROgnnBtDokJvphtlb { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:28.75rem;height:2.03125rem;display:block; }
#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed783774-fa13-4ddc-8cbb-1893bd1b4c28/inclusionsbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw.adaptive-delivery-prevent-bg, #Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw.lazyload, #Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw.lazyloading { background-image: none; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container { background-color: transparent; background-image: none; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container > .video-iframe-container { display: none; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row > .video-iframe-container { display: none; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .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); }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container { border-width: 0; border-radius: 0; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row > .video-iframe-container {  }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#bAO8iF9LhhtbiB7DiWuXBlRt2kOTw3Ri { position:absolute;display:block;z-index:15000;background-color:#e2e0e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.3125rem;width:65.8125rem;top:1.75rem;left:4.625rem;display:block; }
#wCp1R3OWx8UKnE6wHU4ggQ8VGiiuqzEq { position:absolute;display:block;z-index:15001;border-top:0.9375rem solid #ded1d1;border-left:1.875rem solid #ded1d1;border-right:1.875rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:20.375rem;width:15.625rem;top:3.4375rem;left:6.6875rem;overflow:hidden;display:block; }
#FGuefauPe1iIX0nt1HLBFoGPDa5BeK3F { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.75rem;height:2.03125rem;display:block; }
#Cq06fXfx9hhqPstKDNIi7S7296yETrf6 { color:#000000;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.25rem;left:28.75rem;height:13rem;display:block; }
#Ww066dCgk4MThBhV4EQA6CGlmQdTrFPd { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:28.75rem;height:2.03125rem;display:block; }
#v3NlxieaD1CmO1rtrw5sUocdvUmKColh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed783774-fa13-4ddc-8cbb-1893bd1b4c28/inclusionsbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh.adaptive-delivery-prevent-bg, #v3NlxieaD1CmO1rtrw5sUocdvUmKColh.lazyload, #v3NlxieaD1CmO1rtrw5sUocdvUmKColh.lazyloading { background-image: none; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container { background-color: transparent; background-image: none; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container > .video-iframe-container { display: none; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row > .video-iframe-container { display: none; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .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); }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container { border-width: 0; border-radius: 0; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row > .video-iframe-container {  }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#e5mf2PDNZTuhTVaMCMmEK8t8CplKUu3g { color:#000000;display:block;width:47.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:13.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#dXIQkICpJCgKsagAT7t5quwwFL66dJZv { color:#d2a82a;display:block;width:23.8125rem;position:absolute;font-family:"montserrat black";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Gig0CIqvpXWsJlBhu0OFcc8JXVhMJUt4 { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #d7b243;border-left:0.125rem solid #d7b243;border-right:0.125rem solid #d7b243;border-bottom:0.125rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3125rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.8125rem;left:21.625rem;display:block; }
#NNvuB4vJV6nm2RvbIoscv8si04s2RzGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT.adaptive-delivery-prevent-bg, #su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT.lazyload, #su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT.lazyloading { background-image: none; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container { background-color: transparent; background-image: none; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container > .video-iframe-container { display: none; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row > .video-iframe-container { display: none; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .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); }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container { border-width: 0; border-radius: 0; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row > .video-iframe-container {  }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#TIrTzeIdXddXFMdkoM37DhmcdbPHxPfD { color:#d2a82a;display:block;width:47.625rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:13.6875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI.adaptive-delivery-prevent-bg, #GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI.lazyload, #GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI.lazyloading { background-image: none; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container { background-color: transparent; background-image: none; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container > .video-iframe-container { display: none; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row > .video-iframe-container { display: none; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .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); }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container { border-width: 0; border-radius: 0; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row > .video-iframe-container {  }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#WG4Ts4JBAx1heAhqQ3QJc26lNyFzNCR0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:67.625rem;top:0.84375rem;left:3.6875rem;overflow:hidden;display:block; }
#VTTuCnbaC3ABrsZXUqU7tc8vvn6yltGL { position:absolute;display:block;z-index:15002;border-top:0.9375rem solid #ded1d1;border-left:3.75rem solid #ded1d1;border-right:3.75rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:16.25rem;width:12.5rem;top:2.6875rem;left:5.28125rem;overflow:hidden;display:block; }
#oUtRziD6mlgOlTSin9fT8Qm27EaeQfz8 { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.28125rem;height:2.03125rem;display:block; }
#IAQflO5MtTLzT3uHhlFDTOeAscZPB8tp { color:#fafafa;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:29.28125rem;height:11.375rem;display:block; }
#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa.adaptive-delivery-prevent-bg, #xXa5QlqUpR1GciNDklbnDGchrrU2uKCa.lazyload, #xXa5QlqUpR1GciNDklbnDGchrrU2uKCa.lazyloading { background-image: none; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container { background-color: transparent; background-image: none; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container > .video-iframe-container { display: none; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row > .video-iframe-container { display: none; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .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); }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container { border-width: 0; border-radius: 0; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row > .video-iframe-container {  }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#WnmCbnkNtHf6HtIoDEkqUIMiGwabXcGX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:67.625rem;top:0.84375rem;left:3.6875rem;overflow:hidden;display:block; }
#h3Ji69OC7hUUAqbAQeZVaL507eZzG55z { position:absolute;display:block;z-index:15002;border-top:0.9375rem solid #ded1d1;border-left:3.75rem solid #ded1d1;border-right:3.75rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:16.25rem;width:12.4375rem;top:2.6875rem;left:5.28125rem;overflow:hidden;display:block; }
#FiT7NtAKrfq9ZwtD0PfXn2mATzmK2Dab { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.28125rem;height:2.03125rem;display:block; }
#u0MSTPdblqOEvh22ty5cN5iqlwsGWwpJ { color:#fafafa;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:29.28125rem;height:11.375rem;display:block; }
#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd.adaptive-delivery-prevent-bg, #CBGJffEVEXReTUdBt64qNfNPgZPwaiBd.lazyload, #CBGJffEVEXReTUdBt64qNfNPgZPwaiBd.lazyloading { background-image: none; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container { background-color: transparent; background-image: none; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container > .video-iframe-container { display: none; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row > .video-iframe-container { display: none; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .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); }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container { border-width: 0; border-radius: 0; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row > .video-iframe-container {  }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#ErTmndTm0yDCrHzgt8phg2GferbTtUup { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:67.625rem;top:0.84375rem;left:3.6875rem;overflow:hidden;display:block; }
#X08n9vN08lBRJpDnLBUfNh4GoZilJIl4 { position:absolute;display:block;z-index:15002;border-top:0.9375rem solid #ded1d1;border-left:3.75rem solid #ded1d1;border-right:3.75rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:16.25rem;width:12.5rem;top:2.6875rem;left:5.28125rem;overflow:hidden;display:block; }
#PLHOasLusI06vw53Oy9I6GdW9WRqQXOU { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.28125rem;height:2.03125rem;display:block; }
#lTBRzAoa7sTA1bNEoWmkNEQZTbeH2ac1 { color:#fafafa;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:29.28125rem;height:11.375rem;display:block; }
#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ.adaptive-delivery-prevent-bg, #U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ.lazyload, #U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ.lazyloading { background-image: none; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container { background-color: transparent; background-image: none; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container > .video-iframe-container { display: none; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row > .video-iframe-container { display: none; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .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); }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container { border-width: 0; border-radius: 0; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row > .video-iframe-container {  }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#Z89AwPt2SewUyX9rs81cEDSFuQe4iAEq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:67.625rem;top:0.84375rem;left:3.6875rem;overflow:hidden;display:block; }
#a6IZws85iUN6WR3vIDvXIzq5fksXFHtd { position:absolute;display:block;z-index:15002;border-top:0.9375rem solid #ded1d1;border-left:3.75rem solid #ded1d1;border-right:3.75rem solid #ded1d1;border-bottom:0.9375rem solid #ded1d1;height:16.25rem;width:12.4375rem;top:2.6875rem;left:5.28125rem;overflow:hidden;display:block; }
#gFS62HCGwzCWlHOlSqf6BiaFb4nU2eGt { color:#f04136;display:block;width:35.9375rem;position:absolute;font-family:"montserrat black";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.28125rem;height:2.03125rem;display:block; }
#F6JP53T5PtInQrCmsQ8TC7x6GfhxCsEI { color:#fafafa;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:29.28125rem;height:11.375rem;display:block; }
#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd55e39-0cef-423e-b6f4-4b3aacc34443/bonusesbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL.adaptive-delivery-prevent-bg, #HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL.lazyload, #HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL.lazyloading { background-image: none; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container { background-color: transparent; background-image: none; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container > .video-iframe-container { display: none; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row > .video-iframe-container { display: none; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .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); }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container { border-width: 0; border-radius: 0; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row > .video-iframe-container {  }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#uxZMcAOBGsBRQ5hUTmPzxxP8Mki6FT30 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:28.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#e6UyRsCNcPXB6C9qpHlAE9GubDRBsJrv { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7b243;border-left:0.0625rem solid #d7b243;border-right:0.0625rem solid #d7b243;border-bottom:0.0625rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.125rem;left:29.9375rem;display:block; }
#kNdTUUq0CBG5FcOfdzUSUMk6pLgoKM09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f487689-4e04-43d6-bdf5-b2485c809c7b/guaranteebg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP.adaptive-delivery-prevent-bg, #QHwuLAH1eVGutIQO2bRIHWmthABzx2BP.lazyload, #QHwuLAH1eVGutIQO2bRIHWmthABzx2BP.lazyloading { background-image: none; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container { background-color: transparent; background-image: none; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container > .video-iframe-container { display: none; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row > .video-iframe-container { display: none; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .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); }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container { border-width: 0; border-radius: 0; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row > .video-iframe-container {  }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#lSgEiabIXM9xXDI2fmOJ5g3tBka7dIdp { color:#000000;display:block;width:61rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:7rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f487689-4e04-43d6-bdf5-b2485c809c7b/guaranteebg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq.adaptive-delivery-prevent-bg, #tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq.lazyload, #tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq.lazyloading { background-image: none; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container { background-color: transparent; background-image: none; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container > .video-iframe-container { display: none; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row > .video-iframe-container { display: none; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .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); }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container { border-width: 0; border-radius: 0; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row > .video-iframe-container {  }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#T2STG5TvcQA5JS096lTlKOK9o9DBTLzu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:2.0625rem;left:16.40625rem;overflow:hidden;display:block; }
#JyHRT2vPn7ia5VdMA7OpVg7doT9ApDrd { color:#000000;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.21875rem;height:11.375rem;display:block; }
#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a46053b6-bd98-4d23-9fb7-68d40f419382/aboutbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c.adaptive-delivery-prevent-bg, #WF6sxWObKRvwDPRdwahelxnJgDyA7F7c.lazyload, #WF6sxWObKRvwDPRdwahelxnJgDyA7F7c.lazyloading { background-image: none; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container { background-color: transparent; background-image: none; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container > .video-iframe-container { display: none; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row > .video-iframe-container { display: none; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .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); }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container { border-width: 0; border-radius: 0; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row > .video-iframe-container {  }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#QqdzXxmwpTyNV5WLvTG63gz3Cv0ry01i { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"montserrat black";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.96875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#PfHIqzNxcd5AIbBd8yb2CV8abteVJgl1 { color:#f04136;display:block;width:22.6875rem;position:absolute;font-family:"white star";font-size:5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:9.71875rem;height:6.5rem;display:block; }
#IOGGcnONT83rkvPhGphwtQ9J90oql7ys { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.96875rem;left:7.0625rem;height:21.125rem;display:block; }
#t7aTBfkQKGTiyCNoen30F1uhXAPnPU0H { position:absolute;display:block;z-index:15003;border-top:0.4375rem solid #fafafa;border-left:0.4375rem solid #fafafa;border-right:0.4375rem solid #fafafa;border-bottom:0.4375rem solid #fafafa;height:38.75rem;width:29.125rem;top:3.8125rem;left:41.25rem;overflow:hidden;display:block; }
#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.adaptive-delivery-prevent-bg, #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.lazyload, #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.lazyloading { background-image: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { background-color: transparent; background-image: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container > .video-iframe-container { display: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row > .video-iframe-container { display: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .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); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { border-width: 0; border-radius: 0; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row > .video-iframe-container {  }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#CTevlPE5Ty8zLXARpKq5VvSUsEaTOnvz { color:#000000;display:block;width:54.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8994140625rem;left:10.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HCPObO4LKOw24mQZbT2RUbgTdMobvnwn { color:#fdfdfd;display:block;width:11.5625rem;position:absolute;font-family:"montserrat bold";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.71875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70f59562-6589-4d87-ba36-42ad00e6a96f/FAQbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP.adaptive-delivery-prevent-bg, #zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP.lazyload, #zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP.lazyloading { background-image: none; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container { background-color: transparent; background-image: none; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container > .video-iframe-container { display: none; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row > .video-iframe-container { display: none; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .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); }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container { border-width: 0; border-radius: 0; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row > .video-iframe-container {  }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#yKX0DsJKcQP4AKmUzTxAIgyeHwdyWkNh { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:13.21875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#g1wBMu24zgBwoWX2XMuprkXxsTU5sGym { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:10.25rem;left:9.21875rem; }
#qqDTg8WHz47WDfhWHT1HKFCuKTL2pMNB { color:#f04136;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:11.78125rem;height:1.625rem;font-style:normal;display:block; }
#J4hNISZTIcLupayxCAISqFCnMKRXI42I { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:9.21875rem;height:4.875rem;display:block; }
#d9qmOqEgQSFNB0y2b83hEKP2CTkzErAB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:18.875rem;left:9.21875rem; }
#pwAsvQafQtN0L4qGFaBOcVS1pbPDTkNJ { color:#f04136;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19rem;left:11.84375rem;height:1.625rem;font-style:normal;display:block; }
#H5RthwBi7GXlCUUTGV3wLOU8dwDrECrc { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:9.21875rem;height:4.875rem;display:block; }
#WU7qyETITqUmoxTSGK7Hl7VhI2Hw3NHd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:27.375rem;left:9.21875rem; }
#sRu2mL53VRxo7Hsh17u6VrAdXmQ4CCzT { color:#f04136;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.5rem;left:11.78125rem;height:1.625rem;font-style:normal;display:block; }
#izC34QnZ6U2Ea5VG6cBy6fAeNz2Rw9D1 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.25rem;left:9.21875rem;height:4.875rem;display:block; }
#lRcgqw6wD31GAHR0tTkGsyzhRL2t0Mhx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36.0625rem;left:9.21875rem; }
#XPcnH4sUxzxTgAkaOJSgRpIMTErzT0rv { color:#f04136;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.1875rem;left:11.78125rem;height:1.625rem;font-style:normal;display:block; }
#rtPTHkZ8yk7TN8TL1D7na1TyNvHL8mFt { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.9375rem;left:9.21875rem;height:4.875rem;display:block; }
#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/925f36a4-5b87-4352-9f2b-df536159b57d/lastCTAbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q.adaptive-delivery-prevent-bg, #CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q.lazyload, #CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q.lazyloading { background-image: none; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container { background-color: transparent; background-image: none; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container > .video-iframe-container { display: none; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row > .video-iframe-container { display: none; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .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); }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container { border-width: 0; border-radius: 0; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row > .video-iframe-container {  }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#Ti0GZgWeCh3TbzTPUwDsNZ3TQoU3SAnd { color:#fbfbfb;display:block;width:28.9375rem;position:absolute;font-family:"montserrat bold";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:23.03125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zmTzWqTlsiaqBz3tk4xHqyiNRqSsQwpJ { color:#d2a82a;display:block;width:65.625rem;position:absolute;font-family:"montserrat black";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:4.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CvfZTnXLPO5eovLfiM5fHyD66TRXXONx { color:#fbfbfb;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.03125rem;height:2.4375rem;font-style:normal;display:block; }
#n8svyveKDocXtV6Dd6vy7Wii36PuotSe { color:#fdfdfd;display:block;width:23rem;position:absolute;font-family:"montserrat black";font-size:3.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:26rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qTfQN8Vv9IBifZOBvKlAf2m1vf29x7hH { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7b243;border-left:0.0625rem solid #d7b243;border-right:0.0625rem solid #d7b243;border-bottom:0.0625rem solid #d7b243;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat bold";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.9375rem;left:26.75rem;display:block; }
#A649sE7CARgAiU6L16LoHLIcQnmXCfF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container { background-color: transparent; background-image: none; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container > .video-iframe-container { display: none; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row > .video-iframe-container { display: none; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .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); }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container { border-width: 0; border-radius: 0; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row > .video-iframe-container {  }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#aoWU0l5nFxW4pGmR0KfyXt99mbUAF7pw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:15.625rem;top:3.5625rem;left:29.6875rem;overflow:hidden;display:block; }
#h7hf6GZ5Blo8yQrzIF5Nn2kreThy5y5T { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:23.78125rem;height:2.275rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUOdAVeaVagQmXTCgdiahuGiQKSSDGWR { top:7.3125rem;left:0rem;width:32.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHMleLSf99mhqmgW7B6IdEFkctVvxTg { top:22.4375rem;left:0rem;width:28.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTtqwhRVIMtLE0JanKmPRrUG9FOaTen { top:28.5625rem;left:0rem;width:32.625rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI8lC57acxZEINrOw8RPtiKDGQ5mPbtk { width:21.625rem;height:4.125rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Aq98Szh5t61LowFS5hcQdEeQva3Ttw { display:block; }
 }@media only screen and (max-width: 763px) { #Zsw6QqzgZPTqxhcyIouCFtEgMvrcoXN9 { top:4.875rem;left:14.9375rem;width:32.8125rem;height:49.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT { display:block; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgvmPh1scFSytDyaWpB5k1yvw3Nk5p3W { top:3.5rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNERzpFsy2yadTx1GtIc1wrQ9AT79HFc { top:17.375rem;left:21.375rem;width:5rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG { display:block; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl { display:block; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Qhu5TgiarrB5oRF5XC0SSCzNc8gbTT { top:6.125rem;left:0.4375rem;width:46.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmi4owK26efzeThF7BtekNVXxPSEOyD { top:27.25rem;left:11.875rem;width:24rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5GPMQTzemAWOTR04G35cvGrZ0B5cKWh { top:34.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHDidgrglCF7Sk1goF5JcvP7TbV1khn { top:34.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1xTaTfFAzcVmqdRx52V0lRTlF6cK5Kp { top:40.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXVcZPyiUdWVDuznwicNchlATlSTwJbV { top:40.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OTw61cn503h1E0XGCMwRPTPkJt4Eu8 { top:46.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTBKGn710OWoSs7Cwuqc8yAziCE1aXPM { top:46.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiLoE8xvpwQzvtbLVHiaV1sEt2FTtB8R { top:53.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMAOJNNh3kW5Fg7ef16VlfT7vwJBXshd { top:53.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7l3gp4QGGzXIWuw76zniSlWZyRASMx6 { width:21.625rem;height:4.125rem;top:60.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI8wIvSx5FAzw8I80ohAJBT2TONr8xaA { display:block; }
 }@media only screen and (max-width: 763px) { #JJIzI62mAaJkHp1LlbA3GK8BNFsmMNMf { top:67.375rem;left:16.34375rem;width:15.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdAPHg9godq5nsdHJdicOggwFI026c0I { display:block; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9OlgUm3vVdTgfDJB5PQqPkBHBBW7b3e { top:3.4375rem;left:0rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqiMv40vdJNyLoNETq61wLGsm3wR65b { top:5.5rem;left:0.0625rem;width:14.875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCA3zebKxGtupp6ZIF2LCMBxftUMeLV9 { top:23.375rem;left:0rem;width:16.875rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHoP36yFiIFVaSF9keW198nl8oAAMsJ { top:46rem;left:1.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgqwpSThLtnpLDfS6PLtHTdpAeFwT1sw { top:3.4375rem;left:11.6875rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQlM2JoF3FST9XUsSPkoZL4tOxQkBM8 { top:5.5rem;left:15.9375rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPl9DopLmc6uUq41bUfmXvWOrmtuksFu { top:23.375rem;left:14.875rem;width:16.875rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6uzLi0x1TH3yPQ7nIyI7nksuUhlSBD { top:46rem;left:17.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcLs31hT9JMPfWATuUsgkTXFZkeen6 { top:3.4375rem;left:27.5625rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNJvrnLLKzpqGwPvvWyoILLXxos4v20R { top:5.5rem;left:31.8125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtgX8SLuuUNVxEP26td6koOaxDgONZya { top:23.375rem;left:30.75rem;width:16.875rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUTdGdNMwWnxFCZ3eFC0fLpFicUZR8T { top:46rem;left:33.21875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW5kmryrLA2ux8nyofIruXrRXklicLb6 { display:block; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFQ75m6tafIIFqsXc1nP1r7TuVvdTec3 { top:1.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWmIzPoHFxdT6JdWAbIzky72CW6Frxi { top:6.125rem;left:4rem;width:39.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOt7Rbxf07fha4146cdT5lzv2Lxzwyi { top:9.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl { display:block; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COIx1aww73k4L2iSp6bJEGzrfKk3qPFc { top:4.625rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX73OoNqXkQ5LExQgT38BGI10TG8batX { top:6.6875rem;left:2.59375rem;width:42.5625rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDApQmDCW64bT4ouzc157LEXStwtv4Me { display:block; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qE7q886tRIT6vGlIE8ntwNCCrbuXaT5E { top:13.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hch1XkKeksTFZQ2OQIcIs7g26gHWZVyB { top:13.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IacHKNrOIVhq15IRMl6af4KPRqfC3CHA { width:33.3125rem;height:4.625rem;top:43.25rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa58ywn4o2JShUo9AKkV6aDP5NqJM0Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #BZoFcJQi5qql2SdhlLFhTbZUyQHy9n03 { top:3.5625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKq5RyMz8hyHO6F6NMiPb1rEXvTPOtC { top:19.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0Ub8au3oQ9TkK9oUntnOtNShhmqON4 { top:19.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWwJZWyoErlwLN2ERRbMi10M6vvQcFsl { top:25.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saq2yGtM6R9Ggd0Xz2LghdNgcmI7apcX { top:25.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQlCPWAQPmCouVSfFFAskK8MvgmO046 { top:31.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA0E9bKK16fqDBXFTCoGuVuPiuQ7Mp1 { top:31.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBvyQWaT0TiNq3hDoRl9zU5HWaJfOh0 { top:35.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZI7I9AHdtx9mL6vWbbyztQ0VmNBxV7r { top:35.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSMoObSIzVDToKO70NCHyTEBP7whOMwx { display:block; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJnSW0sKE3hb8Hhho1THErVthsmgfX8r { top:3.4375rem;left:0rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhcc7N6s2efrwixiWHcneFnqzlKJ0Blt { top:5.5rem;left:0.0625rem;width:14.875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGehMn68BTv4ewC2U9eDiuK4Mp8Mrx4p { top:46rem;left:1.6875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBRlU3MuvcTpcNWqDD9vFxlXxymDrhV { top:3.4375rem;left:11.6875rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyHTPSyxE7NOHEflhAGlAL2XXavJPflR { top:5.5rem;left:15.9375rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW1dfRJT3RkobONGgWLWRan50HLEEv4h { top:46rem;left:17.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxNamvTQ9pwFDqVwtpxT0gA3UNg96s5W { top:3.4375rem;left:27.5625rem;width:20.0625rem;height:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVtPqBDBmxpRh1oTMVChh3tWspZS7lu { top:5.5rem;left:31.8125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bORi2uLh5Ak92rDa6O3Z8p17dzStev5K { top:46rem;left:33.21875rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnlrbr6AC9zy0zwgTo3BPTTN8tUOox64 { top:23.375rem;left:0rem;width:16.9375rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLKCTkVPSErZ77bFpSHnI13iM8eZaWh5 { top:23.375rem;left:14.8125rem;width:16.9375rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9OOklJQ7G8DOOeQUSkUoXuglvzdQtb { top:23.375rem;left:30.6875rem;width:16.9375rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn { display:block; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIo9OJoipmxcQpfqHcoxdd6HansNaahD { top:4.8125rem;left:0rem;width:28.6875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrq0RVO2eyQHwhWVJV29ZaAzgx8B0hcb { top:12.0625rem;left:0rem;width:33.3125rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJCd40ykuGt98XMll7dic2fhOpDi23Ei { top:4.8125rem;left:27.75rem;width:20rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb { display:block; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkN5IOzT50tfmSb8HaE8sJaQtlyIQErI { top:3.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHR9ANNTwyXSRnm8XpOUALffcMRg4588 { top:12.8125rem;left:21.375rem;width:5rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 { display:block; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJN4dgypEUhDXDdV6O3BdZWKaqqmzQ5O { top:9.375rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCnTOavudCbhbTnpEyHoXR7nweg81Iaa { top:11rem;left:0rem;width:15.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0eQsXWCxQRPPPimrPH4aB6vBTXzbkeT { top:11rem;left:15.09375rem;width:29.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtRADWCiPCiH05qJy0hZkwdyfnshhowT { top:14.8125rem;left:7.75rem;width:40rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqGNGrB6p0AhvpFfIrmESUZUJc3UXXx { top:28.5rem;left:15.09375rem;width:10.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC { display:block; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy0K3qFstl95T4TvLVgtxPlZzA0JSpmL { top:1.625rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrTrLuReswCT3TIKXXyhzFFUwvBdGt { top:3.3125rem;left:0rem;width:15.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6hTVAyZvoAAZfKBoNBglC7D48TBWRlB { top:3.3125rem;left:11.25rem;width:36.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUA1eRTqNHqxNC5GurVkKTIduMkQ7NO { top:7.1875rem;left:7.75rem;width:40rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNfRwtLhGsHh91b2HxogTzit1M1mr8eN { top:20.6875rem;left:15.0625rem;width:10.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep { display:block; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrDq8GvCtFnTuo5laKoga7B7ETaLtPDW { top:1.5625rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7CQSRVQHUuHHD7BmnIZLUVOzwilw893 { top:3.25rem;left:0rem;width:15.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCEwutmBWdmrJkOGh9LOJyOwNcBD56T { top:3.25rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEzDqMQkKiTbJiL68Esi6IN7J3oZGWrS { top:7.0625rem;left:7.75rem;width:40rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVSVy5EQHlHHTADROgnnBtDokJvphtlb { top:19.1875rem;left:15.125rem;width:10.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw { display:block; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAO8iF9LhhtbiB7DiWuXBlRt2kOTw3Ri { top:1.75rem;left:0rem;width:47.75rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCp1R3OWx8UKnE6wHU4ggQ8VGiiuqzEq { top:3.4375rem;left:0rem;width:15.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGuefauPe1iIX0nt1HLBFoGPDa5BeK3F { top:3.4375rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq06fXfx9hhqPstKDNIi7S7296yETrf6 { top:7.25rem;left:7.75rem;width:40rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww066dCgk4MThBhV4EQA6CGlmQdTrFPd { top:25.6875rem;left:15.125rem;width:10.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3NlxieaD1CmO1rtrw5sUocdvUmKColh { display:block; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5mf2PDNZTuhTVaMCMmEK8t8CplKUu3g { top:9.5625rem;left:0.1875rem;width:47.375rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXIQkICpJCgKsagAT7t5quwwFL66dJZv { top:3.375rem;left:12.75rem;width:23.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gig0CIqvpXWsJlBhu0OFcc8JXVhMJUt4 { width:33.3125rem;height:4.625rem;top:19.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNvuB4vJV6nm2RvbIoscv8si04s2RzGo { display:block; }
 }@media only screen and (max-width: 763px) { #su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT { display:block; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIrTzeIdXddXFMdkoM37DhmcdbPHxPfD { top:3.4375rem;left:0.0625rem;width:47.625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI { display:block; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG4Ts4JBAx1heAhqQ3QJc26lNyFzNCR0 { top:0.8125rem;left:0rem;width:47.75rem;height:15.401802218114rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTuCnbaC3ABrsZXUqU7tc8vvn6yltGL { top:2.6875rem;left:0rem;width:12.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUtRziD6mlgOlTSin9fT8Qm27EaeQfz8 { top:2.6875rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQflO5MtTLzT3uHhlFDTOeAscZPB8tp { top:6.5rem;left:7.3125rem;width:40.4375rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXa5QlqUpR1GciNDklbnDGchrrU2uKCa { display:block; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnmCbnkNtHf6HtIoDEkqUIMiGwabXcGX { top:0.8125rem;left:0rem;width:47.75rem;height:15.401802218114rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Ji69OC7hUUAqbAQeZVaL507eZzG55z { top:2.6875rem;left:0rem;width:12.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiT7NtAKrfq9ZwtD0PfXn2mATzmK2Dab { top:2.6875rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0MSTPdblqOEvh22ty5cN5iqlwsGWwpJ { top:6.5rem;left:7.3125rem;width:40.4375rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGJffEVEXReTUdBt64qNfNPgZPwaiBd { display:block; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErTmndTm0yDCrHzgt8phg2GferbTtUup { top:0.8125rem;left:0rem;width:47.75rem;height:15.401802218114rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08n9vN08lBRJpDnLBUfNh4GoZilJIl4 { top:2.6875rem;left:0rem;width:12.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLHOasLusI06vw53Oy9I6GdW9WRqQXOU { top:2.6875rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTBRzAoa7sTA1bNEoWmkNEQZTbeH2ac1 { top:6.5rem;left:7.3125rem;width:40.4375rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ { display:block; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89AwPt2SewUyX9rs81cEDSFuQe4iAEq { top:0.8125rem;left:0rem;width:47.75rem;height:15.401802218114rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IZws85iUN6WR3vIDvXIzq5fksXFHtd { top:2.6875rem;left:0rem;width:12.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFS62HCGwzCWlHOlSqf6BiaFb4nU2eGt { top:2.6875rem;left:11.8125rem;width:35.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6JP53T5PtInQrCmsQ8TC7x6GfhxCsEI { top:6.5rem;left:7.3125rem;width:40.4375rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL { display:block; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxZMcAOBGsBRQ5hUTmPzxxP8Mki6FT30 { top:2rem;left:14.40625rem;width:18.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UyRsCNcPXB6C9qpHlAE9GubDRBsJrv { width:15.125rem;height:4.125rem;top:6.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNdTUUq0CBG5FcOfdzUSUMk6pLgoKM09 { display:block; }
 }@media only screen and (max-width: 763px) { #QHwuLAH1eVGutIQO2bRIHWmthABzx2BP { display:block; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSgEiabIXM9xXDI2fmOJ5g3tBka7dIdp { top:4.4375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq { display:block; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2STG5TvcQA5JS096lTlKOK9o9DBTLzu { top:2.0625rem;left:8.25rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHRT2vPn7ia5VdMA7OpVg7doT9ApDrd { top:3.375rem;left:20.25rem;width:27.5rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF6sxWObKRvwDPRdwahelxnJgDyA7F7c { display:block; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqdzXxmwpTyNV5WLvTG63gz3Cv0ry01i { top:3.8125rem;left:2.15625rem;width:19.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfHIqzNxcd5AIbBd8yb2CV8abteVJgl1 { top:7rem;left:1.1875rem;width:22.6875rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOGGcnONT83rkvPhGphwtQ9J90oql7ys { top:14.9375rem;left:0rem;width:29.1875rem;height:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7aTBfkQKGTiyCNoen30F1uhXAPnPU0H { top:3.8125rem;left:17.75rem;width:29.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe { display:block; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTevlPE5Ty8zLXARpKq5VvSUsEaTOnvz { top:2.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCPObO4LKOw24mQZbT2RUbgTdMobvnwn { top:9.625rem;left:18.09375rem;width:11.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP { display:block; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKX0DsJKcQP4AKmUzTxAIgyeHwdyWkNh { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wBMu24zgBwoWX2XMuprkXxsTU5sGym { top:10.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqDTg8WHz47WDfhWHT1HKFCuKTL2pMNB { top:10.375rem;left:0rem;width:25.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hNISZTIcLupayxCAISqFCnMKRXI42I { top:12.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9qmOqEgQSFNB0y2b83hEKP2CTkzErAB { top:18.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwAsvQafQtN0L4qGFaBOcVS1pbPDTkNJ { top:19rem;left:0rem;width:25.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RthwBi7GXlCUUTGV3wLOU8dwDrECrc { top:20.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7qyETITqUmoxTSGK7Hl7VhI2Hw3NHd { top:27.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRu2mL53VRxo7Hsh17u6VrAdXmQ4CCzT { top:27.5rem;left:0rem;width:25.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izC34QnZ6U2Ea5VG6cBy6fAeNz2Rw9D1 { top:29.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcgqw6wD31GAHR0tTkGsyzhRL2t0Mhx { top:36.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcnH4sUxzxTgAkaOJSgRpIMTErzT0rv { top:36.1875rem;left:0rem;width:25.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPTHkZ8yk7TN8TL1D7na1TyNvHL8mFt { top:37.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q { display:block; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti0GZgWeCh3TbzTPUwDsNZ3TQoU3SAnd { top:4.375rem;left:9.40625rem;width:28.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTzWqTlsiaqBz3tk4xHqyiNRqSsQwpJ { top:7.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvfZTnXLPO5eovLfiM5fHyD66TRXXONx { top:16.25rem;left:14.40625rem;width:18.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8svyveKDocXtV6Dd6vy7Wii36PuotSe { top:19.375rem;left:12.375rem;width:23rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfQN8Vv9IBifZOBvKlAf2m1vf29x7hH { width:21.5rem;height:4rem;top:25.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A649sE7CARgAiU6L16LoHLIcQnmXCfF8 { display:block; }
 }@media only screen and (max-width: 763px) { #ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB { display:block; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoWU0l5nFxW4pGmR0KfyXt99mbUAF7pw { top:3.5625rem;left:16.0625rem;width:15.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hf6GZ5Blo8yQrzIF5Nn2kreThy5y5T { top:11.5rem;left:10.15625rem;width:27.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUOdAVeaVagQmXTCgdiahuGiQKSSDGWR { width:20rem;height:7.8095238095237rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoHMleLSf99mhqmgW7B6IdEFkctVvxTg { width:20rem;height:6.09375rem;top:10.309375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTtqwhRVIMtLE0JanKmPRrUG9FOaTen { width:20rem;height:13rem;top:17.653125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI8lC57acxZEINrOw8RPtiKDGQ5mPbtk { width:19rem;height:4.125rem;top:31.903125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Aq98Szh5t61LowFS5hcQdEeQva3Ttw { display:block; }
 }@media only screen and (max-width: 763px) { #Zsw6QqzgZPTqxhcyIouCFtEgMvrcoXN9 { width:20rem;height:30.323809523809rem;top:37.278125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.adaptive-delivery-prevent-bg, #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.lazyload, #EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT.lazyloading { background-image: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { background-color: transparent; background-image: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container > .video-iframe-container { display: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row > .video-iframe-container { display: none; }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .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); }#EbSJXavVG4WkvWANeqz6KFoWRw5uD7kT > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgvmPh1scFSytDyaWpB5k1yvw3Nk5p3W { width:20rem;height:28.6rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNERzpFsy2yadTx1GtIc1wrQ9AT79HFc { width:2.3125rem;height:4.3125rem;top:31.125000476837rem;left:8.8437503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG { display:block; }#c6kL5wJ7yPRLeT3fIdqH8qiH1VfkbtqG > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl { display:block; }#tBBC2zS4pXhMNWSkTOBvQUhf6ChBfRIl > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Qhu5TgiarrB5oRF5XC0SSCzNc8gbTT { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmi4owK26efzeThF7BtekNVXxPSEOyD { width:20rem;height:2.6rem;top:9.981249809265rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5GPMQTzemAWOTR04G35cvGrZ0B5cKWh { width:1.5625rem;height:1.5625rem;top:17.312501341104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHDidgrglCF7Sk1goF5JcvP7TbV1khn { width:16.5625rem;height:9.75rem;top:17.312499761581rem;left:2.7499998807907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1xTaTfFAzcVmqdRx52V0lRTlF6cK5Kp { width:1.5625rem;height:1.5625rem;top:28.474995374679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXVcZPyiUdWVDuznwicNchlATlSTwJbV { width:16.5625rem;height:6.5rem;top:28.474220275879rem;left:2.7492188215256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OTw61cn503h1E0XGCMwRPTPkJt4Eu8 { width:1.5625rem;height:1.5625rem;top:36.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTBKGn710OWoSs7Cwuqc8yAziCE1aXPM { width:16.5625rem;height:9.75rem;top:36.47500038147rem;left:2.7492188215256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiLoE8xvpwQzvtbLVHiaV1sEt2FTtB8R { width:1.5625rem;height:1.5625rem;top:47.85000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMAOJNNh3kW5Fg7ef16VlfT7vwJBXshd { width:16.5625rem;height:8.125rem;top:47.85000038147rem;left:2.7492188215256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7l3gp4QGGzXIWuw76zniSlWZyRASMx6 { width:18.75rem;height:4.125rem;top:58.474996566772rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI8wIvSx5FAzw8I80ohAJBT2TONr8xaA { display:block; }
 }@media only screen and (max-width: 763px) { #JJIzI62mAaJkHp1LlbA3GK8BNFsmMNMf { width:15.0625rem;height:3.25rem;top:64.100002288819rem;left:2.4687501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdAPHg9godq5nsdHJdicOggwFI026c0I { display:block; }#zdAPHg9godq5nsdHJdicOggwFI026c0I > .row .container { width:20rem;height:144.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9OlgUm3vVdTgfDJB5PQqPkBHBBW7b3e { width:20rem;height:46.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqiMv40vdJNyLoNETq61wLGsm3wR65b { width:14.875rem;height:14.4375rem;top:3.28125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCA3zebKxGtupp6ZIF2LCMBxftUMeLV9 { width:16.875rem;height:19.5rem;top:21.15625rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHoP36yFiIFVaSF9keW198nl8oAAMsJ { width:12.5rem;height:2.03125rem;top:43.78125rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgqwpSThLtnpLDfS6PLtHTdpAeFwT1sw { width:20rem;height:46.375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFQlM2JoF3FST9XUsSPkoZL4tOxQkBM8 { width:14.4375rem;height:14.4375rem;top:50.90625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPl9DopLmc6uUq41bUfmXvWOrmtuksFu { width:16.875rem;height:19.5rem;top:68.78125rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6uzLi0x1TH3yPQ7nIyI7nksuUhlSBD { width:12.5rem;height:2.03125rem;top:91.40625rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcLs31hT9JMPfWATuUsgkTXFZkeen6 { width:20rem;height:46.375rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNJvrnLLKzpqGwPvvWyoILLXxos4v20R { width:14.4375rem;height:14.4375rem;top:98.53125rem;left:2.1562461853027rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtgX8SLuuUNVxEP26td6koOaxDgONZya { width:16.875rem;height:19.5rem;top:116.40625rem;left:1.5937461853027rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaUTdGdNMwWnxFCZ3eFC0fLpFicUZR8T { width:12.5rem;height:2.03125rem;top:139.03125rem;left:3.5624961853027rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW5kmryrLA2ux8nyofIruXrRXklicLb6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6.adaptive-delivery-prevent-bg, #kW5kmryrLA2ux8nyofIruXrRXklicLb6.lazyload, #kW5kmryrLA2ux8nyofIruXrRXklicLb6.lazyloading { background-image: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { background-color: transparent; background-image: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container > .video-iframe-container { display: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row > .video-iframe-container { display: none; }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .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); }#kW5kmryrLA2ux8nyofIruXrRXklicLb6 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFQ75m6tafIIFqsXc1nP1r7TuVvdTec3 { width:20rem;height:5.2rem;top:2.3171875476837rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRWmIzPoHFxdT6JdWAbIzky72CW6Frxi { width:20rem;height:3.9rem;top:9.0125000476837rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOt7Rbxf07fha4146cdT5lzv2Lxzwyi { width:20rem;height:14.625rem;top:14.700001001358rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl { display:block; }#UDx5ziDyCuHVpT9ndf8yRqtEa88F2osl > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COIx1aww73k4L2iSp6bJEGzrfKk3qPFc { width:20rem;height:30.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX73OoNqXkQ5LExQgT38BGI10TG8batX { width:20rem;height:29.25rem;top:2.2500002384186rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDApQmDCW64bT4ouzc157LEXStwtv4Me { display:block; }#HDApQmDCW64bT4ouzc157LEXStwtv4Me > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qE7q886tRIT6vGlIE8ntwNCCrbuXaT5E { width:1.5625rem;height:1.5625rem;top:14.212488174439rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hch1XkKeksTFZQ2OQIcIs7g26gHWZVyB { width:16.5625rem;height:8.125rem;top:14.211719512939rem;left:2.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IacHKNrOIVhq15IRMl6af4KPRqfC3CHA { width:18.75rem;height:4.625rem;top:60.275001525879rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa58ywn4o2JShUo9AKkV6aDP5NqJM0Z3 { display:block; }
 }@media only screen and (max-width: 763px) { #BZoFcJQi5qql2SdhlLFhTbZUyQHy9n03 { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKq5RyMz8hyHO6F6NMiPb1rEXvTPOtC { width:1.5625rem;height:1.5625rem;top:24.02499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0Ub8au3oQ9TkK9oUntnOtNShhmqON4 { width:16.5625rem;height:6.5rem;top:24.02499961853rem;left:2.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWwJZWyoErlwLN2ERRbMi10M6vvQcFsl { width:1.5625rem;height:1.5625rem;top:32.46249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saq2yGtM6R9Ggd0Xz2LghdNgcmI7apcX { width:16.5625rem;height:8.125rem;top:32.46249961853rem;left:2.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoQlCPWAQPmCouVSfFFAskK8MvgmO046 { width:1.5625rem;height:1.5625rem;top:42.462512969971rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA0E9bKK16fqDBXFTCoGuVuPiuQ7Mp1 { width:16.5625rem;height:6.5rem;top:42.462500572204rem;left:2.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBvyQWaT0TiNq3hDoRl9zU5HWaJfOh0 { width:1.5625rem;height:1.5625rem;top:51.087475776672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZI7I9AHdtx9mL6vWbbyztQ0VmNBxV7r { width:16.5625rem;height:6.5rem;top:51.085939407349rem;left:2.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSMoObSIzVDToKO70NCHyTEBP7whOMwx { display:block; }#fSMoObSIzVDToKO70NCHyTEBP7whOMwx > .row .container { width:20rem;height:144.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJnSW0sKE3hb8Hhho1THErVthsmgfX8r { width:20rem;height:46.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhcc7N6s2efrwixiWHcneFnqzlKJ0Blt { width:14.875rem;height:14.4375rem;top:3.28125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGehMn68BTv4ewC2U9eDiuK4Mp8Mrx4p { width:12.5rem;height:2.03125rem;top:43.78125rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBRlU3MuvcTpcNWqDD9vFxlXxymDrhV { width:20rem;height:46.375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyHTPSyxE7NOHEflhAGlAL2XXavJPflR { width:14.4375rem;height:14.4375rem;top:50.90625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW1dfRJT3RkobONGgWLWRan50HLEEv4h { width:12.5rem;height:2.03125rem;top:91.40625rem;left:3.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxNamvTQ9pwFDqVwtpxT0gA3UNg96s5W { width:20rem;height:46.375rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVtPqBDBmxpRh1oTMVChh3tWspZS7lu { width:14.4375rem;height:14.4375rem;top:98.53125rem;left:2.1562461853027rem;display:block; }
 }@media only screen and (max-width: 763px) { #bORi2uLh5Ak92rDa6O3Z8p17dzStev5K { width:12.5rem;height:2.03125rem;top:139.03125rem;left:3.5624961853027rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnlrbr6AC9zy0zwgTo3BPTTN8tUOox64 { width:16.9375rem;height:19.5rem;top:21.15625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLKCTkVPSErZ77bFpSHnI13iM8eZaWh5 { width:16.9375rem;height:19.5rem;top:68.78125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9OOklJQ7G8DOOeQUSkUoXuglvzdQtb { width:16.9375rem;height:19.5rem;top:116.40625rem;left:1.5624961853027rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn { display:block; }#VqLnaxLekZ0THeglpH0DUrbbdKn9dxWn > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIo9OJoipmxcQpfqHcoxdd6HansNaahD { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrq0RVO2eyQHwhWVJV29ZaAzgx8B0hcb { width:20rem;height:24.375rem;top:9.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJCd40ykuGt98XMll7dic2fhOpDi23Ei { width:20rem;height:27.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.adaptive-delivery-prevent-bg, #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.lazyload, #TERH754z3kT1fzPQEhsOMgmI7kzR50Hb.lazyloading { background-image: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { background-color: transparent; background-image: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container > .video-iframe-container { display: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row > .video-iframe-container { display: none; }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .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); }#TERH754z3kT1fzPQEhsOMgmI7kzR50Hb > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkN5IOzT50tfmSb8HaE8sJaQtlyIQErI { width:20rem;height:13rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHR9ANNTwyXSRnm8XpOUALffcMRg4588 { width:3.3125rem;height:6.25rem;top:17.499999523163rem;left:8.3437503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 { display:block; }#xQ7TPRnNINsXxrHczpLGdQzwGKJXyp46 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJN4dgypEUhDXDdV6O3BdZWKaqqmzQ5O { width:20rem;height:57.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCnTOavudCbhbTnpEyHoXR7nweg81Iaa { width:15.625rem;height:20.3125rem;top:2.5937737226486rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0eQsXWCxQRPPPimrPH4aB6vBTXzbkeT { width:20rem;height:4.0625rem;top:27.09375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtRADWCiPCiH05qJy0hZkwdyfnshhowT { width:20rem;height:22.75rem;top:35.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTqGNGrB6p0AhvpFfIrmESUZUJc3UXXx { width:10.5625rem;height:2.03125rem;top:31.9375rem;left:4.1249998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC { display:block; }#lfDg7P6rXQvPGKp4GEyKVFyNXTslHsxC > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy0K3qFstl95T4TvLVgtxPlZzA0JSpmL { width:20rem;height:57.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrTrLuReswCT3TIKXXyhzFFUwvBdGt { width:15.625rem;height:20.375rem;top:2.6859376430511rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6hTVAyZvoAAZfKBoNBglC7D48TBWRlB { width:20rem;height:4.0625rem;top:26.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfUA1eRTqNHqxNC5GurVkKTIduMkQ7NO { width:20rem;height:22.75rem;top:34.998436927796rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNfRwtLhGsHh91b2HxogTzit1M1mr8eN { width:10.5625rem;height:2.03125rem;top:31.625000953674rem;left:4.7187498807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep { display:block; }#I8BQXk0hafX8Ts34b06TymeqaFrMo1Ep > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrDq8GvCtFnTuo5laKoga7B7ETaLtPDW { width:20rem;height:53.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7CQSRVQHUuHHD7BmnIZLUVOzwilw893 { width:15.625rem;height:20.375rem;top:2.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCEwutmBWdmrJkOGh9LOJyOwNcBD56T { width:20rem;height:4.0625rem;top:26.624218940735rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEzDqMQkKiTbJiL68Esi6IN7J3oZGWrS { width:20rem;height:17.875rem;top:35.250000953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVSVy5EQHlHHTADROgnnBtDokJvphtlb { width:10.5625rem;height:2.03125rem;top:31.375000953674rem;left:4.7187498807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw { display:block; }#Zlv2nJRA6vWsoEg23EEpcqdcNeqhNWvw > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAO8iF9LhhtbiB7DiWuXBlRt2kOTw3Ri { width:20rem;height:66.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCp1R3OWx8UKnE6wHU4ggQ8VGiiuqzEq { width:15.625rem;height:20.375rem;top:2.5000000596046rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGuefauPe1iIX0nt1HLBFoGPDa5BeK3F { width:20rem;height:4.0625rem;top:26.437463760376rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq06fXfx9hhqPstKDNIi7S7296yETrf6 { width:20rem;height:32.5rem;top:33.999218940735rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ww066dCgk4MThBhV4EQA6CGlmQdTrFPd { width:10.5625rem;height:2.03125rem;top:30.999999523163rem;left:4.7187498807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3NlxieaD1CmO1rtrw5sUocdvUmKColh { display:block; }#v3NlxieaD1CmO1rtrw5sUocdvUmKColh > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5mf2PDNZTuhTVaMCMmEK8t8CplKUu3g { width:20rem;height:16.25rem;top:5.1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXIQkICpJCgKsagAT7t5quwwFL66dJZv { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gig0CIqvpXWsJlBhu0OFcc8JXVhMJUt4 { width:18.75rem;height:4.625rem;top:22.6rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNvuB4vJV6nm2RvbIoscv8si04s2RzGo { display:block; }
 }@media only screen and (max-width: 763px) { #su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT { display:block; }#su7qGoIhEG8VmPAfiehW8NRM5n3EMfeT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIrTzeIdXddXFMdkoM37DhmcdbPHxPfD { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI { display:block; }#GsX61tZwqiwGTGD1hm0RllqMVGLzO5hI > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG4Ts4JBAx1heAhqQ3QJc26lNyFzNCR0 { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTuCnbaC3ABrsZXUqU7tc8vvn6yltGL { width:12.5rem;height:16.25rem;top:2.5124998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUtRziD6mlgOlTSin9fT8Qm27EaeQfz8 { width:20rem;height:4.0625rem;top:21.82578086853rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQflO5MtTLzT3uHhlFDTOeAscZPB8tp { width:20rem;height:24.375rem;top:27.325769424439rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXa5QlqUpR1GciNDklbnDGchrrU2uKCa { display:block; }#xXa5QlqUpR1GciNDklbnDGchrrU2uKCa > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnmCbnkNtHf6HtIoDEkqUIMiGwabXcGX { width:20rem;height:6.4510166358594rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Ji69OC7hUUAqbAQeZVaL507eZzG55z { width:12.4375rem;height:16.25rem;top:2.7000007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiT7NtAKrfq9ZwtD0PfXn2mATzmK2Dab { width:20rem;height:4.0625rem;top:22.325707435608rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0MSTPdblqOEvh22ty5cN5iqlwsGWwpJ { width:20rem;height:21.125rem;top:27.51328086853rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGJffEVEXReTUdBt64qNfNPgZPwaiBd { display:block; }#CBGJffEVEXReTUdBt64qNfNPgZPwaiBd > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErTmndTm0yDCrHzgt8phg2GferbTtUup { width:20rem;height:6.4510166358594rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08n9vN08lBRJpDnLBUfNh4GoZilJIl4 { width:12.5rem;height:16.25rem;top:2.6999988555908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLHOasLusI06vw53Oy9I6GdW9WRqQXOU { width:20rem;height:4.0625rem;top:22.51328086853rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTBRzAoa7sTA1bNEoWmkNEQZTbeH2ac1 { width:20rem;height:21.125rem;top:27.700782060623rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ { display:block; }#U6HqTO1I2TKIkeLWzy6ALX42hT1sq2mZ > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89AwPt2SewUyX9rs81cEDSFuQe4iAEq { width:20rem;height:6.4510166358594rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IZws85iUN6WR3vIDvXIzq5fksXFHtd { width:12.4375rem;height:16.25rem;top:2.7625007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFS62HCGwzCWlHOlSqf6BiaFb4nU2eGt { width:20rem;height:4.0625rem;top:22.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6JP53T5PtInQrCmsQ8TC7x6GfhxCsEI { width:20rem;height:24.375rem;top:27.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL { display:block; }#HyTU1GSU9XhSVtdJJEzmMxEZ7HBJKwTL > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxZMcAOBGsBRQ5hUTmPzxxP8Mki6FT30 { width:18.9375rem;height:2.6rem;top:1.25rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6UyRsCNcPXB6C9qpHlAE9GubDRBsJrv { width:15.125rem;height:4.125rem;top:5.1rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNdTUUq0CBG5FcOfdzUSUMk6pLgoKM09 { display:block; }
 }@media only screen and (max-width: 763px) { #QHwuLAH1eVGutIQO2bRIHWmthABzx2BP { display:block; }#QHwuLAH1eVGutIQO2bRIHWmthABzx2BP > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSgEiabIXM9xXDI2fmOJ5g3tBka7dIdp { width:20rem;height:20.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq { display:block; }#tfS0rRWV4kCoLCl2sTyUMpyz2BmO75Uq > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2STG5TvcQA5JS096lTlKOK9o9DBTLzu { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyHRT2vPn7ia5VdMA7OpVg7doT9ApDrd { width:20rem;height:19.5rem;top:18.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF6sxWObKRvwDPRdwahelxnJgDyA7F7c { display:block; }#WF6sxWObKRvwDPRdwahelxnJgDyA7F7c > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqdzXxmwpTyNV5WLvTG63gz3Cv0ry01i { width:19.5625rem;height:2.4375rem;top:1.25rem;left:0.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfHIqzNxcd5AIbBd8yb2CV8abteVJgl1 { width:20rem;height:2.6rem;top:4.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOGGcnONT83rkvPhGphwtQ9J90oql7ys { width:20rem;height:37.375rem;top:8.7875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7aTBfkQKGTiyCNoen30F1uhXAPnPU0H { width:19.125rem;height:25.445278969957rem;top:47.4125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.adaptive-delivery-prevent-bg, #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.lazyload, #NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe.lazyloading { background-image: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { background-color: transparent; background-image: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container > .video-iframe-container { display: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row > .video-iframe-container { display: none; }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .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); }#NS9Dmg6VQEg3PBHak5lALcZTdCTGEmqe > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTevlPE5Ty8zLXARpKq5VvSUsEaTOnvz { width:20rem;height:14.625rem;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCPObO4LKOw24mQZbT2RUbgTdMobvnwn { width:11.5625rem;height:2.4375rem;top:19.0625rem;left:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP { display:block; }#zV0cc6ncOLgl7MaXsO11g5kIx2WXnKvP > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKX0DsJKcQP4AKmUzTxAIgyeHwdyWkNh { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wBMu24zgBwoWX2XMuprkXxsTU5sGym { width:1.875rem;height:1.875rem;top:11.612476348877rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqDTg8WHz47WDfhWHT1HKFCuKTL2pMNB { width:16.5625rem;height:3.25rem;top:11.610938072204rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hNISZTIcLupayxCAISqFCnMKRXI42I { width:16.5625rem;height:17.875rem;top:15.987500190735rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9qmOqEgQSFNB0y2b83hEKP2CTkzErAB { width:1.875rem;height:1.875rem;top:35.862500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwAsvQafQtN0L4qGFaBOcVS1pbPDTkNJ { width:16.5625rem;height:3.25rem;top:35.862500667572rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RthwBi7GXlCUUTGV3wLOU8dwDrECrc { width:16.5625rem;height:17.875rem;top:40.29997587204rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU7qyETITqUmoxTSGK7Hl7VhI2Hw3NHd { width:1.875rem;height:1.875rem;top:60.425049781799rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRu2mL53VRxo7Hsh17u6VrAdXmQ4CCzT { width:16.5625rem;height:3.25rem;top:60.425001144409rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izC34QnZ6U2Ea5VG6cBy6fAeNz2Rw9D1 { width:16.5625rem;height:17.875rem;top:64.300002098081rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcgqw6wD31GAHR0tTkGsyzhRL2t0Mhx { width:1.875rem;height:1.875rem;top:83.925001144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcnH4sUxzxTgAkaOJSgRpIMTErzT0rv { width:16.5625rem;height:3.25rem;top:83.925001144406rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPTHkZ8yk7TN8TL1D7na1TyNvHL8mFt { width:16.5625rem;height:17.875rem;top:88.362501144406rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q { display:block; }#CaS2SsO4v0JHgzc2vlzpPJTJpkW22T2Q > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti0GZgWeCh3TbzTPUwDsNZ3TQoU3SAnd { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTzWqTlsiaqBz3tk4xHqyiNRqSsQwpJ { width:20rem;height:10.4rem;top:7.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvfZTnXLPO5eovLfiM5fHyD66TRXXONx { width:18.9375rem;height:2.4375rem;top:19.025rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8svyveKDocXtV6Dd6vy7Wii36PuotSe { width:20rem;height:2.6rem;top:22.7125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfQN8Vv9IBifZOBvKlAf2m1vf29x7hH { width:18.875rem;height:4rem;top:26.5625rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A649sE7CARgAiU6L16LoHLIcQnmXCfF8 { display:block; }
 }@media only screen and (max-width: 763px) { #ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB { display:block; }#ecBbTqUOKu3f6aNAOD9czHBcbW9HHITB > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoWU0l5nFxW4pGmR0KfyXt99mbUAF7pw { width:15.625rem;height:6.0625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7hf6GZ5Blo8yQrzIF5Nn2kreThy5y5T { width:20rem;height:3.4125rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }