.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.72);background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT.adaptive-delivery-prevent-bg, #kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT.lazyload, #kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT.lazyloading { background-image: none; }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT > .row .container { border-width: 0; border-radius: 0; }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT > .row > .video-iframe-container {  }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:none; }#oJiUSURXsFh4ETQMqxlZg5mAXNWVaZE4 { color:#f3dbdb;display:block;width:60.125rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:700;z-index:100040;line-height:1.1;letter-spacing:0;top:3.5434029102326rem;left:7.4375rem;height:5.0868rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBye5C3JXQg4ligWVXb6nRaKREJB5Rh9 { position:absolute;display:block;z-index:99997;background-color:#ffa0be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #ff97be ;height:9.1875rem;width:56.25rem;top:1.3125rem;left:9.375rem;display:block; }
#RO0BeT8kIECVpGft6heeATqfyk1cvdgf { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.5625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:12.3125rem;left:28.96875rem;display:block; }
#dmklXmD1cGqcEhKxWQf5R5Q2eRnU1LJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb5ccd35-efd3-4c90-a6c0-310083c62a5c/FutureSkillProcreate01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.adaptive-delivery-prevent-bg, #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.lazyload, #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.lazyloading { background-image: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { background-color: transparent; background-image: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container > .video-iframe-container { display: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row > .video-iframe-container { display: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .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); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { border-width: 0; border-radius: 0; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row > .video-iframe-container {  }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#fpiqQ32ULX3eKvLqI45OCaJvvoRHmopN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:19rem;top:24.875rem;left:33.707398490082rem;overflow:hidden;display:block; }
#WIFUaXpQpRDeIiFReHzNOZV6myA2SAfg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:9.4375rem;top:39.5rem;left:42.281251907349rem;overflow:hidden;display:block; }
#JSdw2mIwFTMQ1y3GBOKr0rxzbqJGUtRy { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:15.125rem;top:7.0625rem;left:2.0625rem;overflow:hidden;display:none; }
#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/235e6c07-051b-46cc-8e33-84b0c3267fd7/low.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.adaptive-delivery-prevent-bg, #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.lazyload, #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.lazyloading { background-image: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { background-color: transparent; background-image: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container > .video-iframe-container { display: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row > .video-iframe-container { display: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .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); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { border-width: 0; border-radius: 0; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row > .video-iframe-container {  }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#TUq7bqdN2TI5zKTtO85sKid3GymcdCH4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:16.375rem;top:47.375rem;left:58.625rem;overflow:hidden;display:block; }
#uuZe24dTfKzOkhwJV3e40kvTlBKTXtuq { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:16.5rem;top:44.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#WLzpGJJJKms00ZG8CQc8ytH4meNMmuy7 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 0.3125rem 0.375rem rgba(0,0,0,0.5) ;height:28.75rem;width:51.4375rem;top:7.53125rem;left:11.78125rem;display:block; }
#ShKkNswlNav0dDFKz9IKBaKnrNBrUPeJ { position:absolute;display:block;z-index:99996;background-color:#ffa0be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #ff97be ;height:9.9375rem;width:56.25rem;top:43.375rem;left:9.0625rem;display:block; }
#dU1tdTK258vqK6w03367IWyowUxbo8h0 { background-color:#73625e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:55.1875rem;left:40rem;display:block; }
#enIG2pXoTgMX6wngFaZHMwcEXfwBZVbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:44.6875rem;left:20.125rem;height:7.5293125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN li:before{  }
#uOsMF8gSHNk07b0T8HurO4wmkOHZbVNS { box-sizing:content-box;color:rgba(135,185,180,0.72);font-size:15.6875rem;font-weight:400;line-height:1;height:22.5rem;width:22.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:32.6875rem;left:0rem;display:block; }
#ygkaQzU1irTsrN9mleODDWgBWwTDvsSU { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:16.9375rem;top:36.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#bIbxf1wf9XBnq1RZ5mUFDr0iOHz9QTd6 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:40.5rem;left:6.0625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hd4XsxTR1g4kI0ilfpTiHTyTdPOq7MQQ { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:36.9375rem;top:5.0625rem;left:18.70197740113rem;overflow:hidden;display:block; }
#n5yVpQ2yV5HcbM9PAUUZ5n1fiAOXxTP4 { background-color:#ff0e0e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.25rem 0.625rem rgba(14,174,255,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.375rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:54.78125rem;left:20.125rem;display:block; }
#pUbTfw7quWHCVaPrugLLTg6TuKTN45k4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K.adaptive-delivery-prevent-bg, #wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K.lazyload, #wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K.lazyloading { background-image: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { background-color: transparent; background-image: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container > .video-iframe-container { display: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container { display: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .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); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { border-width: 0; border-radius: 0; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container {  }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#Pv85uDnhqSTpfOABTTMXXXvbXFrn7pRf { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:47.75rem;display:block; }
#gIR4I1IJbVxpZowvP3oftr6zZtyo9M0c { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:28.25rem;display:block; }
#GZq2WEko3H3R6DwvMb1EehJwTeMlb20n { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:8.8125rem;display:block; }
#XJ8oT4Ohpc0BS6dZmsW9K0OnWcIVkq1b { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.6875rem;top:22.3125rem;left:10.75rem;overflow:hidden;display:block; }
#SU6WHqrE8CfLt7vcmJz8e236oIbaegNg { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6rem;width:5.25rem;top:22.1875rem;left:30.5rem;overflow:hidden;display:block; }
#UPN4p3vPS42c5PDDpysPO55uNaEiW8N9 { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.75rem;top:22.25rem;left:49.9375rem;overflow:hidden;display:block; }
#leX0JGDT8rPStqglWXV2ObnuefalMRTx { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:24.5625rem;left:16.9375rem;overflow:hidden;display:block; }
#q06yHs83rdighDnyM3rWTWsI6KzWfQzU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:24.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#LT5ekbpt3DyXNw0m1BQAWODocGSRs4By { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:24.5625rem;left:56.1875rem;overflow:hidden;display:block; }
#McFwXIThpcqv9T0mQotnkcL2PEffFqTD { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:28.984375rem;left:48.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zumDlCuiwSPngLSpe9xK6N6TkgX7Zyqq { color:#1a1a1a;display:block;width:15.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:28.984375rem;left:29.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NItIGKTwTTge8qJ5LOiGiDpEHns5ylTu { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:28.375rem;left:9.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ay6talvIUTcK11SHvw2PpmJ2eMuxIUhR { color:#606060;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:32.9375rem;left:49.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBBIUrWzvq7uC4qALucsM2U4tpWXrn2y { color:#606060;display:block;width:14.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:32.9375rem;left:30.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6i5Ei3rqhCQGK17uTKayK81iGTIFvl9 { color:#606060;display:block;width:11.8125rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:32.9375rem;left:12.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdQb1TsKAPU6PxRIHUgqLSZEyJRk71tz { color:#9a52e4;display:block;width:38.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3rem;left:18.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWmAF6FLigFRU0bHbfeTNb3Th120Ez3y { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:8.875rem;display:block; }
#XxbBMGXZcH0S7utQTrd6Empvhmah5u0a { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.0625rem;top:7.46875rem;left:10.75rem;overflow:hidden;display:block; }
#IJWiOoQrt0HylEaIdawZLOc9f2yr2zmB { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:28.25rem;display:block; }
#AyZytRcIJT6e7LLDbcBkvxfW6mAIdayW { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:17.0625rem;overflow:hidden;display:block; }
#FPmFibVUTqIFLolHpTH8TZM0tXs4WKGk { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.828125rem;left:9.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbFFRiVbSxwH0gdCIIepTvdpsXDKKmnH { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.21875rem;left:29.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlpURPrQt31DHvWBWxdZGWBcVq2gG7E5 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.8125rem;width:5.75rem;top:6.4375rem;left:30.625rem;overflow:hidden;display:block; }
#rnGb2CHpPauO9IlGk69d08Mn67NhXxC2 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:36.5625rem;overflow:hidden;display:block; }
#fgKARqSSWrcvB7WfvMmh6krMu57tMmaX { color:#606060;display:block;width:7.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.75rem;left:14.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZX9D8wpwHcSJt3UczbCgmQod4E25tBAP { color:#606060;display:block;width:7.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:33.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7rJo7cbybZbZPIsaPMnhyZIbUhLRx1H { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:47.8125rem;display:block; }
#cPArKpJaI7xQ8VWizmDQ9iLaSiDZ6aPT { color:#1a1a1a;display:block;width:16.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.546875rem;left:48.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ApcfzRww4re9OXHbDDkoy0xuIcm5RccX { color:#606060;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.75rem;left:49.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igsqi7m14tD9WzfcOrBQZnNJcmUneIIW { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.625rem;top:6.53125rem;left:49.9375rem;overflow:hidden;display:block; }
#etDsbNhVz6lIILrhJ33C8IhSGroyghF2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:56.1875rem;overflow:hidden;display:block; }
#EpDNpgtT3oSS6adTc99TOVONW3RSOiAk { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#z9QxlDLLMlCAA4dgErCog82zAZvvNCET { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#JPTaPGygrMW1XlxNrt4n6HNyEpyTK90n { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#u6X4XSMrRWm0iF7JMlHnpTv7xBJCBAhT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#CxLtgnVBW7hzWnnZU5aofvtPRqAtTcIf { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#z6dG7Ftfys9vRTOcN6wIHTv75Jgp0cNT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:9.6875rem;display:none; }
#qzLzMtGPRQsUco3xp3otO6EcKPE3Muox { background-color:#ff0e0e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.25rem 0.625rem rgba(14,174,255,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.25rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:37.71875rem;left:28.25rem;display:block; }
#QBGwxvDDwXXcbhC4P1GiNTBayQPoFH0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jyh7KNfQ6abqay8tibDHuZMTiwHrABJg { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:62.375rem;top:1.96875rem;left:8.8125rem;overflow:hidden;display:block; }
#IpQBbPO5H6afpwTSuPFlkPdqT4yk193s { color:#9a52e4;display:block;width:38.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3rem;left:18.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa521022-0b14-4058-b1aa-f1fc702459f3/low.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3.adaptive-delivery-prevent-bg, #HaCiXhuNNagIEivgIGZhaONwqUnds4T3.lazyload, #HaCiXhuNNagIEivgIGZhaONwqUnds4T3.lazyloading { background-image: none; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row .container { border-width: 0; border-radius: 0; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row > .video-iframe-container {  }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row .container { font-size:0.875rem;font-family:arial;height:95.8125rem;width:75rem;position:relative;display:none; }#PG73MtTSLaaTLZOUF4vETZklag82o9EZ { color:#565656;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100039;line-height:1.1;letter-spacing:0;top:3.8125rem;left:16.625rem;height:2.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRdugpL5W9V8oNhkmNJDy3e6guIKALoz { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:64.9375rem;top:3.125rem;left:5.0625rem;overflow:hidden;display:block; }
#e9eAM0vrmS4WWO9yLdoDlblKBiQxvFC4 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.6875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:87.6875rem;left:26.71875rem;display:block; }
#ssyM8ktysWTXvlBuCT64r02Sib4w3rOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y9DQXfde4PKQ3mhpTn4egoqkMVnR0Rx4 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:16.0625rem;width:15.9375rem;top:34.4375rem;left:39.09375rem;overflow:hidden;display:block; }
#c8h4Cvb0iFtvzL3OScN7KP56DUfKGeIi { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:16.625rem;width:22.4375rem;top:69.6875rem;left:22.5625rem;overflow:hidden;display:block; }
#tkau0HDKA20FLrn7mIvTWwsiBg8LbhEz { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:16.375rem;width:21.875rem;top:69.8125rem;left:49.78125rem;overflow:hidden;display:block; }
#xChrhVOGgswTP1OETsWtP4Xax1wf4296 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:19.75rem;top:38.8623046875rem;left:0rem;overflow:hidden;display:block; }
#zFB2xoiyFF350Sef23TtzMT3S9dKQTT0 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:16.6875rem;width:16.75rem;top:30.53125rem;left:21.125rem;overflow:hidden;display:block; }
#U6WIueVv2TPZTnFzzuLahgyvrsgy9dIe { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:19.0625rem;width:17.3125rem;top:48.75rem;left:19.75rem;overflow:hidden;display:block; }
#HbReST9RqgGTHs9KyEM2Itc1HAm3Vviu { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:26.6875rem;width:18.8125rem;top:36.0185546875rem;left:56.092706013363rem;overflow:hidden;display:block; }
#uSTo4f2dHO3TFcD0dsTliOXPNmS31lSc { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:24.625rem;width:24.625rem;top:10.03125rem;left:55.25rem;overflow:hidden;display:block; }
#tXU3afGTb7DNl6ZaxGNpeHxXAdE9doTR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:29.25rem;top:10.03125rem;left:14.59375rem;overflow:hidden;display:block; }
#GpSP6IlPt60oc8hKb92xkfDsVToyu1Hx { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:16rem;width:16rem;top:16.8310546875rem;left:40.4375rem;overflow:hidden;display:block; }
#A9H12R280MGiTrpgFKXovEuJCr1TH65l { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:19.75rem;width:19.75rem;top:14.9560546875rem;left:0rem;overflow:hidden;display:block; }
#JWeq1QaNcQ9oVETzyk0UxtRO7kCvq9hB { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:17rem;width:17rem;top:51.626953125rem;left:38.09375rem;overflow:hidden;display:block; }
#aVMl9zGv4A7XKAZrMi5gN9IUvnfhEbgC { position:absolute;display:block;z-index:100023;background-color:#f5f5f6;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;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:17.0625rem;width:17.0625rem;top:12.1875rem;left:21.7353515625rem;display:block; }
#LXe9CT9cHzV0C54UT5OHm6KmbCLCVF4s { position:absolute;display:block;z-index:100024;background-color:#f5f5f6;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;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:19.125rem;width:19.125rem;top:40.2060546875rem;left:0rem;display:block; }
#SqdGKbAsvxVPHybMG40rhXDZwCHkB2cJ { position:absolute;display:block;z-index:100024;background-color:#f5f5f6;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;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:22.3125rem;width:17.0625rem;top:11.5rem;left:57.9375rem;display:block; }
#ABSwZH7Os7zk7vpO40Ky9Dg6bvxZ1Pyz { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.72) ;height:27rem;width:18.9375rem;top:62.7060546875rem;left:0rem;overflow:hidden;display:block; }
#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94885a02-d19b-4139-b4dc-35e599476ae1/73.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.adaptive-delivery-prevent-bg, #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.lazyload, #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.lazyloading { background-image: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { background-color: transparent; background-image: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container > .video-iframe-container { display: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container { display: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .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); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { border-width: 0; border-radius: 0; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container {  }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#ATRbWsLzNl57o2KZ5pUf717BLg6dWEXb { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:4.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#wuCdGw8JfZD3U3F0p5mn352Fauwr5eBT { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:15.125rem;top:7.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#pTEUJM2EHyqg9zPNptiMygwbqeIH4h5U { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:9.6875rem;top:7.0625rem;left:23.5625rem;overflow:hidden;display:block; }
#mnAXmITvtATRETLSsmiJKOh688h8tvSL { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:6.1875rem;top:6.75rem;left:62.75rem;overflow:hidden;display:block; }
#XRfTOXZnBTdx5qf5vn6SV5fS38hNyTaG { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:11rem;top:7.125rem;left:41.4375rem;overflow:hidden;display:block; }
#ZcxkBIxQZgo7eCTAwuFWJtbR3qmWHcfl { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.875rem;top:22.25rem;left:1.6875rem;overflow:hidden;display:block; }
#b80we1qG8op8yTi7WXu4UpcviOQVmpRT { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:15.875rem;top:21.25rem;left:20.4375rem;overflow:hidden;display:block; }
#ScaMsH4cI3OaAGLRJgam1pKXCCKVbBXy { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:15.875rem;top:21.0625rem;left:39.1875rem;overflow:hidden;display:block; }
#nyTQBTB1Kpi2PSZaqbhbSGhclScDwQTN { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:15.875rem;top:21.0625rem;left:57.9375rem;overflow:hidden;display:block; }
#FFvrCbBTHZ9FdWW3GQSIWuq1PafXow4b { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(234,169,186,0.55);top:23rem;left:3.875rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MPxCZLVODhFqo0M3d1MuyXD6ezxA2R9i { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100020;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(234,169,186,0.55);top:22.375rem;left:23.4375rem;height:4.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZp89OJbRcb6FnaNRlJTkOPWUF2pqH0W { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100021;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(234,169,186,0.55);top:22.0625rem;left:40.6875rem;height:4.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qW4KQSdNlgENE9OJ87lkBLdynhXDSqcs { color:#000000;display:block;width:15rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100022;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(234,169,186,0.55);top:22.312503814698rem;left:58.124998092651rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHEuAOHB1ltUqXEKR4wDoOEx1Eg7ayUM { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:4.8125rem;left:19.4375rem;overflow:hidden;display:block; }
#v3frl0uQ34uRo8mHZP4ZqFAx7oBXykIZ { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:4.8125rem;left:56.5rem;overflow:hidden;display:block; }
#JrAXZDp3FIlSaFrnCsUr7aI9luSi6ZtO { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:4.8125rem;left:37.75rem;overflow:hidden;display:block; }
#a5IaO1zKnOX9SI9sOmIaa2ntINqJV9f4 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:1.1103515625rem;left:0.4375rem;overflow:hidden;display:none; }
#ffKzWQ6AeeoX0T1EApQaeh7uTRtofTTR { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.875rem;top:17.375rem;left:1.4375rem;overflow:hidden;display:none; }
#B286ErBTB8yw7ieuOp30f7ZUzQB1sktJ { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:1.1103515625rem;left:0.4375rem;overflow:hidden;display:none; }
#xwZ1n498IwnO0xhFO0Ox6dZdaxSVISgr { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.875rem;top:17.375rem;left:1.4375rem;overflow:hidden;display:none; }
#Wtc37AENCsrhGSNZmPsS9pOclUdsmwBp { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:17.875rem;top:1.1103515625rem;left:0.4375rem;overflow:hidden;display:none; }
#kD8XLgEpIdnzP6FWPXBKiQ6OXNPJty6z { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.875rem;top:17.375rem;left:1.4375rem;overflow:hidden;display:none; }
#xUpghrmPU7UFUNiwmTu0XGWm1TVLCZPA { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem #f8f8f8;top:0.625rem;left:17.1875rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa521022-0b14-4058-b1aa-f1fc702459f3/low.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.adaptive-delivery-prevent-bg, #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.lazyload, #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.lazyloading { background-image: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { background-color: transparent; background-image: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container > .video-iframe-container { display: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row > .video-iframe-container { display: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .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); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { border-width: 0; border-radius: 0; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row > .video-iframe-container {  }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;position:relative;display:block; }#S9W4al9uhmpeHLc5NXwTlLhl2VGDptTS { position:absolute;display:block;z-index:100000;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:5.8125rem;left:13.46875rem;display:block; }
#fNI7I6HZiPmw9MAw0Vc6TkIBfJwKNzEM { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.02734375rem;left:30.96875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7xbpups6cf2ngefvou7Bfkf7quUNLn5 { position:absolute;display:block;z-index:100002;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:8.25rem;left:13.5rem;display:block; }
#v1SBBAmBrRdQfzzXr4o9IMO9RfbXCoXV { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.46484375rem;left:22.40625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEdDQmTH8vovgUHXAFTrwM0uoEOvMM7C { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:block; }
#UKIloCimxcygeCEHEtPkMxDH4mv62UtT { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:10.65625rem;left:20.21875rem;display:block; }
#l2z6C1PKkPlh5RrRBVw4EvmMpHKmHPWl { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:10.99609375rem;left:16.53125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7qTt4ILmAXgo4O9WKgLV5hfWpGayaao { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.75rem;left:17.3125rem;display:block; }
#yzmLschxFp3s4dTIZrh4iUkkfoLPneRe { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:13.25rem;left:20.25rem;display:block; }
#vNDCVagRUSgTyickIoKApoRBfmG8T6u9 { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:13.5625rem;left:21.1875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOUfN7vXT8MNQaDx4WQ42bsbeQ4MwcfR { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:21rem;left:20.25rem;display:block; }
#ND6ONl4M795kGZRbLwDGiwDXb61BKuiF { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:21.3125rem;left:21.1875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKkwHo4rg3K58B34hz57v2ROPypMMtp5 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:18.4375rem;left:20.1875rem;display:block; }
#ECPqyfsDeoqRTiDMbnO0ewTP7eiluggX { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:18.77734375rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vv1cbduxpqEK4piBUw5UeTg2W13nHbAn { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:17.875rem;left:17.25rem;display:block; }
#bG360iSVUtxExbd1VKd3kDp5qFDDCG5E { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:20.5rem;left:17.3125rem;display:block; }
#AWQtRD4cN2uOWxmTJ7waO27E6CzbgQ7k { position:absolute;display:block;z-index:100010;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:16rem;left:13.5rem;display:block; }
#pApzCGqQ6OpA6eXAbn1ToabCHpJwUqQP { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:16.1875rem;left:22.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTBOsvGsXAHiklOoZwE6GriK2XqskTH7 { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:26.1875rem;left:20.3125rem;display:block; }
#H0eMA6f1lbPnHbInTz4930dw2wvfWBfg { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:26.5rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQ2O7StBMGS5lZVf3Z1a3mHL8r8U3D6p { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:23.625rem;left:20.25rem;display:block; }
#BHTWZSwvph95CukHLOG4IUZT8cfuiXPc { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:23.9375rem;left:21.0625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyfzhSvuXrbJQqeqb0BcXWLltsreZ2it { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:23.0625rem;left:17.3125rem;display:block; }
#uw5do49HKQCgfAF94Nva6phDaoRO2rlP { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:25.6875rem;left:17.375rem;display:block; }
#TfLUTfRsSAzWcUvhWyKl2WWSZm8zKuV3 { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:28.3125rem;left:17.375rem;display:block; }
#WXB0m9bUDTs1Mui8CZ9rBioXvT9MEcFf { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:28.8125rem;left:20.3125rem;display:block; }
#UFRlcKzAe0fwqiTMgB3z3AZlaCOfzQ4T { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:29.125rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwQgCGLpyrJgTtUZHVTJ19LEs5PsmaxX { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:41.625rem;left:20.3125rem;display:block; }
#T0z2vlZdywrEIwFLznAZ0Mxr8MwUi65l { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:41.9375rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhOBWQnMgiwl6N7aWzfys6fcN83SbrE3 { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:38.5rem;left:17.3125rem;display:block; }
#mfiet1AfKP68Xxn0hHp8xGCmnJ1BIGOm { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:41.125rem;left:17.375rem;display:block; }
#uGTKkS4Dsacru136BOW7U1DLN265CvLT { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:43.75rem;left:17.375rem;display:block; }
#pLzSvqAnVvSichAmJ0Ps6Ad9M0isI9q8 { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:44.25rem;left:20.3125rem;display:block; }
#UGzfXf27LFIpWw4KDiPAwPhIsVV9onW9 { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:44.5625rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oS023PscbM3Du5mKdGTgdC5aM0g11lC5 { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:36.4375rem;left:20.25rem;display:block; }
#D0li7RNiMusBlh8e08gvSVUNLOkk49pc { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:35.9375rem;left:17.3125rem;display:block; }
#LpTUaJryTQt7UEWunCoFgKeCqzykS3Sc { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:39.0625rem;left:20.25rem;display:block; }
#dNmuy3u75KOVqNUTUJyQT7KXLWBo2syy { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:39.375rem;left:21.0625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JN9M7nB0CsvcsZuhG7q4oyuR4p5fmZXD { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:36.75rem;left:21.1875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWFqqn9L7TwkoPeIwrdgLmFbocfVSkvt { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:33.875rem;left:20.1875rem;display:block; }
#rzQL8LlOxV0TStMvyBtcNt99tsB7L8fB { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:33.3125rem;left:17.25rem;display:block; }
#IPofW580Cs0dUlSoo6zxzzPdHmVpmQlH { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExgEZtnTo7boH0D9Ggl9HD5HVR8OiV4l { position:absolute;display:block;z-index:100027;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:31.4375rem;left:13.5rem;display:block; }
#GtVlnDNfyG7sx4B1CfyetsLXbhswDHOZ { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:31.625rem;left:22.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FC2qHn23PUS6WAzZrVGBcc3cUf2Nb2Ku { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:49.3125rem;left:20.25rem;display:block; }
#fhl5GdnqN49e4ItGP6Ey9Tw8Tudg3mOg { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:48.75rem;left:17.3125rem;display:block; }
#vTc46dLZDivydMcSOcr7JaNcmgmNZ0KL { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:49.625rem;left:21.3125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZSL6hINN8FDOh7KPZXU5mdvmZyhDAscH { position:absolute;display:block;z-index:100032;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:46.875rem;left:13.5625rem;display:block; }
#eWOEgJoNnUTlLxIf0eHLKPkyHrTi14UK { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:47.0625rem;left:22.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K25ig509NuDTrOTGW8IcHSJITh7XXThd { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:62.125rem;left:20.3125rem;display:block; }
#Ihtstoz31HGBCsJwgLKU0lbG76uXFvq9 { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:62.4375rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5l2Vps7qUstHxQdKRGZxCKKbF1l8C4o { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:59rem;left:17.3125rem;display:block; }
#d969rgTkaidT8T4k5LqooGG3JTpnrpL6 { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:61.625rem;left:17.375rem;display:block; }
#axbqbtV1MxgQvqQ1gaX8VHLgDnyftEoV { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:56.9375rem;left:20.25rem;display:block; }
#XTVuCJUgnCHCUPJT7JZx6TkU9DBqFUMi { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:56.4375rem;left:17.3125rem;display:block; }
#WcTvmhTzSezooi56bprQCmwzQI91TdAA { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:59.5625rem;left:20.25rem;display:block; }
#MiN7ezPZipNZuyFTftIaa7ugQKgyo0up { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:59.875rem;left:21.0625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xw5wwtRL4Av1FDM3ExEARMT62RxVDFX9 { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:57.25rem;left:21.1875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPLtHlDUKkXEoBLLGb56cIHBWWlnSq7r { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff006a;border-left:0.125rem solid #ff006a;border-right:0.125rem solid #ff006a;border-bottom:0.125rem solid #ff006a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:41.125rem;top:54.375rem;left:20.1875rem;display:block; }
#ElD7xsFvop0n8VBTeFXoT445WOTRDW3T { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:53.8125rem;left:17.25rem;display:block; }
#KyHotIDPTv6KomIxqcHNq2xJuDc6n9ao { color:#f62079;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:54.6875rem;left:21.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#caOmV6Z0v4dPKPm55wM52pThcPrryOW2 { position:absolute;display:block;z-index:100041;background-color:#ff538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:1.8125rem;width:48.0625rem;top:51.9375rem;left:13.5rem;display:block; }
#n8vfT4PQl2f5NoXpamVW7stvcCXSLOp9 { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:52.125rem;left:22.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8W3Gp3hTGrCm4skZydOuheDOZ9bRQ3P { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:none; }
#AgMozWNEpGIkXmxTvmUzgL412CQB96G1 { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:none; }
#xCs7AXq2X6lEwWGlnuBTKOoKol6XQc0n { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:none; }
#rImaqOEbASmNBSP4o5QhMvHbaIJDBiw5 { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:none; }
#AcFS0RQz4LfuNBasAUtWPTq6ea1TS9Pf { box-sizing:content-box;color:#ff95ab;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:10.125rem;left:17.28125rem;display:none; }
#nFw6MxTAxGeidloCRWvkKZMvb1SIek4s { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(28,26,26,0.55);top:1.4375rem;left:16.625rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPZebq5gcnXg1vPMxl3DvlVGXcXTGCvD { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(234,169,186,0.55);top:0.6875rem;left:16.5rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VULfekIPbbU4agAEOLU6LxfJ2HuGNw7P { position:absolute;display:block;z-index:99993;background-color:#87b9b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87b9b4;border-left:0.3125rem solid #87b9b4;border-right:0.3125rem solid #87b9b4;border-bottom:0.3125rem solid #87b9b4;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #2eb3a6 ;height:3.625rem;width:39.75rem;top:0.75000381469725rem;left:17.3125rem;display:block; }
#WGwzXAHezDzmgk8qT4TImUK5R8bbToky { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:66rem;left:31.093751907349rem;display:block; }
#TMSZSWrTP9kzOJ80LRfXS9xPbTHVDP4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5.adaptive-delivery-prevent-bg, #RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5.lazyload, #RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5.lazyloading { background-image: none; }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 > .row .container { border-width: 0; border-radius: 0; }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 > .row > .video-iframe-container {  }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:none; }#tSn74Nyhr0Wnh9I2Gw7uThed4JSeiCmG { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:24.9375rem;top:16.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#snAiot8GuUOLtKL1HUMhVH0Z9htTvSCH { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:27.5625rem;top:16.59375rem;left:26.0625rem;overflow:hidden;display:block; }
#IrqRzTP65xBgsFPaynCiLIWM66NVRflF { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:24.9375rem;top:16.5625rem;left:50.0625rem;overflow:hidden;display:block; }
#ONM9ARfk6NfkTKHQGSXsl8wOFirdUghb { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:24.9375rem;top:38rem;left:14.0625rem;overflow:hidden;display:block; }
#rw4b9S6f4vluNTuTuTWxyCTW9DLFJH4F { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:29.25rem;top:38rem;left:38.125rem;overflow:hidden;display:block; }
#wFy6XEMCB8tFNDim6c6nBfUJIDGDqFbz { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100029;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(1,58,31,0.55);top:17.48828125rem;left:4.8125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLaUiayKagD1kQmWZWKe02FDbCIiyFBo { color:#000000;display:block;width:21.375rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100030;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(1,58,31,0.55);top:16.899999856949rem;left:25.468751907349rem;height:4.78515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viRHRJAyS1VV6I37y0r9pAf9f1JKlXfn { color:#000000;display:block;width:14.875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100030;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(1,58,31,0.55);top:17.487499475479rem;left:52.562501907349rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xh3HxvlpuLN1MMTcHRPUQc5GhxW4brzc { color:#000000;display:block;width:14.875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100031;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(1,58,31,0.55);top:39.743740081787rem;left:15.1875rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTiaN5g5BmzFTPgpIzBU4xXqaze4BmCu { color:#000000;display:block;width:22.875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100032;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(1,58,31,0.55);top:38.956250190735rem;left:36.312501907349rem;height:4.78515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NftXuEh39XvHtzQ62DOgCXZFXeIRWAZu { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:19.25rem;top:20.63671875rem;left:14.0625rem;overflow:hidden;display:block; }
#Fl6QJi84IMQR68EddUdgDPbQGQDiVLns { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:19.25rem;top:20.63671875rem;left:38.125rem;overflow:hidden;display:block; }
#mDgaG5RR9Vb3AOnsOyqmdOPlNkswCP1h { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:4.8125rem;top:3.8742187023163rem;left:57.593748092651rem;overflow:hidden;display:block; }
#TvF6lVOthEpKeiTosWmJ7NNCUsc1u6Ak { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:5.25rem;top:3.1867187023163rem;left:34.875001907349rem;overflow:hidden;display:block; }
#p90UmN3yweHaiiTXfevBt3CgmUQLB4m4 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:6.25rem;top:4.4367187023163rem;left:9.25rem;overflow:hidden;display:block; }
#tgxrPvGJ2vOEiqxuBKXUAfNSUz1iCp3z { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:5.6875rem;top:23.875rem;left:21.0625rem;overflow:hidden;display:block; }
#awFVGSVbC2AnJ54CL1wTfnOW2ZFBosoW { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.375rem -0.375rem 0.5rem rgba(135,211,199,0.47) ;height:9.1875rem;width:9.1875rem;top:23.09375rem;left:41.8125rem;overflow:hidden;display:block; }
#EuP4aqog7BBNNIFKcOKCqTEB5kPLVSxt { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.375rem -0.375rem 0.5rem rgba(135,211,199,0.47) ;height:9.1875rem;width:8.625rem;top:25.04296875rem;left:44.4375rem;overflow:hidden;display:block; }
#L0oM2UpIWnu8P0Mp0DaPx1sfF32bMxPh { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:43.7412109375rem;left:30.3125rem;display:block; }
#b5GOTqycyGFFcbryJy9y8ctSanr96eBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n2k25Zg75uptdq0dgpmOe6TVaRgXisZ8 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:19.25rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#TthrEgz5LgbooX2U8MwGEs8gLqTz5zeq { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:19.25rem;top:0rem;left:27.25rem;overflow:hidden;display:block; }
#hHLIwp2wDWFrNGP37NJ4wCUpPg6vBpbv { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:19.25rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa521022-0b14-4058-b1aa-f1fc702459f3/low.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.adaptive-delivery-prevent-bg, #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.lazyload, #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.lazyloading { background-image: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { background-color: transparent; background-image: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container > .video-iframe-container { display: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row > .video-iframe-container { display: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .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); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { border-width: 0; border-radius: 0; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row > .video-iframe-container {  }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#JhD7abbtBHUfMFq6rZiFJXQPwqssT8Ao { color:#565656;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(2,1,1,0.81);top:3.1812505722046rem;left:15.061717987061rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPkyPxtcFhFNasDHwAn2pQCFpJJzJh9h { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:20.375rem;top:8rem;left:3.3125rem;overflow:hidden;display:block; }
#EOc5yJtnBNs61kMpRNQbGnFK35r3sCeq { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0.25rem solid #f1d0d8;border-left:0.25rem solid #f1d0d8;border-right:0.25rem solid #f1d0d8;border-bottom:0.25rem solid #f1d0d8;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,251,252,0.5) ;height:26.6875rem;width:46.75rem;top:13.75rem;left:24.375rem;display:block; }
#Gi49PHKPfXriCB8C4t8DLBMDt3285TDr { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:64.9375rem;top:1.3796863555908rem;left:5.03125rem;overflow:hidden;display:block; }
#tLbTVNnLPpEeybsWlzg2tAsxhGQVzDGN { color:#ff99c3;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.5rem;height:5.60595rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B18S4WyomSuux1qFqz9n9LgmxZVS6naJ { color:#c73b75;display:block;width:43.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:700;z-index:100047;line-height:1.6;letter-spacing:0;top:21.1875rem;left:26.375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oaw08VKhwz6alsvx92pdqhJ3LgHfOalh { position:absolute;display:block;z-index:100001;background-color:#ff8176;background-image:none;border-top:0.25rem solid #ff8176;border-left:0.25rem solid #ff8176;border-right:0.25rem solid #ff8176;border-bottom:0.25rem solid #ff8176;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:12.8125rem;width:46.75rem;top:27.4375rem;left:24.375rem;display:block; }
#EdJ1DV1R3oIsrg1q27b5v8iRxSkPypr7 { color:rgba(255,153,195,0.71);display:block;width:44.5rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:29.1875rem;left:25.75rem;height:9.66603125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sl3TtRlwTSNHVnEcsncc5tX3NF2pKNJb { color:#565656;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(2,1,1,0.81);top:9.8999967575075rem;left:27.125001907349rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r > .row .container { border-width: 0; border-radius: 0; }#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r > .row > .video-iframe-container {  }#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:none; }#aVH0gf5ETF32ilBUOUFwIqaa4OlxX944 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:1.75rem;left:1rem;overflow:hidden;display:block; }
#PDBrW4TBqTw71216GitWaJ9hRSn5fA2A { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:0.75rem;left:0rem;display:block; }
#Ziqi0eawger5DxQMlKXykTFzrBJUuXGm { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:0.8125rem;left:25.25rem;display:block; }
#N0RBM3KhKdPZQuUasZspyaTe0dGLpWPM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:1.8125rem;left:26.25rem;overflow:hidden;display:block; }
#fygmCFZlOoPs5qMTgbuUcTE1XSh77o9k { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:0.75rem;left:50.4375rem;display:block; }
#pC58TvQRLRFOeg1gbe63ZOPVtb68Q4AQ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:1.75rem;left:51.4375rem;overflow:hidden;display:block; }
#qCkTqbO7as6V46brTcTJTiV2twBrIgiJ { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:26rem;left:50.4375rem;display:block; }
#qibESzmmzsvN2qMCO2GJDOgan2FMF04e { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:27rem;left:51.4375rem;overflow:hidden;display:block; }
#bZCsSh0iTMGgXuSt3ft222lZIvpam4p7 { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:26.0625rem;left:25.25rem;display:block; }
#LnRcuXoWVFC6ZR86UW75iCqQKMl9FK8S { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:27.0625rem;left:26.25rem;overflow:hidden;display:block; }
#WuytO5cFC6xx2LvAuETW9BSJfJdqWkIg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:27rem;left:1rem;overflow:hidden;display:block; }
#Qgd4HfqTTCm8p6npR0SOcmIHLS1TTmBb { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:26rem;left:0rem;display:block; }
#JpSQ42hqJ0TJUQbR2FlBIvu4vGtr1sct { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:0.75rem;left:0rem;display:none; }
#oL8dxFTuaSzv0Jlf9NW1Tcyhc7moIwqt { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:24.5625rem;top:0.75rem;left:0rem;display:none; }
#Er3HFIQTy7quouvDVFRm0AGA2xLmfR6n { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:22.625rem;top:1.8125rem;left:26.25rem;overflow:hidden;display:none; }
#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG.adaptive-delivery-prevent-bg, #epzNisAyK8reuE4WaGlnVhnhCaCGoaiG.lazyload, #epzNisAyK8reuE4WaGlnVhnhCaCGoaiG.lazyloading { background-image: none; }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG > .row .container { border-width: 0; border-radius: 0; }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG > .row > .video-iframe-container {  }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#UyJBPZ8bOrQ20Ooy8sDahm6JVX3RceTr { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:36.5625rem;left:43.375rem;display:block; }
#i4I2vke4uEp5FC90ro0nxOVR0bmcZX1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J2ZWbg02LSWHPKHIWJrBKX7UXvWWBWbt { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.93) ;height:16.9375rem;width:32.5rem;top:17.90625rem;left:21.25rem;overflow:hidden;display:block; }
#ZkCfG7W4XCW1rCq6NbCfWfglTfpTSTyt { background-color:#ffb554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.46) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:36.5625rem;left:13.0625rem;display:block; }
#ECJgm27FZPeN81ePUIXoXkr7pVF7RmFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XOmlgC0vELtKm71bEiWfVmKiODHhTXaH { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.69));background-image: -moz-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.69));background-image: -ms-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.69));background-image: -o-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#af000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#af000000' );";background-image: linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:9.0625rem;width:50.1875rem;top:2.0625rem;left:12.40625rem;display:block; }
#S6TGfnfu1ts7F5POppN0zrsyE3xsRA3w { color:#565656;display:block;width:56.0625rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;top:5.3984375rem;left:9.46875rem;height:7.8375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOKyUkppbSG9QEkx26D6Ed6aXUrpsRIP { color:#565656;display:block;width:41.75rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(2,1,1,0.81);top:2.625rem;left:16.625rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWqvmMZq8GkymTMJFx45TnqtsDLTcHXS { color:#565656;display:block;width:67.0625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;top:42.25rem;left:3.96875rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLVTreDMMtxpgWAvUV2aHDh19ZxHJwlH { color:#565656;display:block;width:48.25rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.85);top:12.3994140625rem;left:13.375rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1CxRqy8v5gdRO8z6RNTMpBl8kZswqoC { background-color:#ffb554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #271b0c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.5rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:20.625rem;left:17.5rem;display:none; }
#oxeTNHEiGLwKtxbRTu6wQLAqs2MHhn9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mi1UHaFr4EVLTTTiknsaQHOnSOqmRFQa { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:20.625rem;left:37.9375rem;display:none; }
#VWx8nPhnvSwQBsILhaxEpxD6IyT0FWot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft.adaptive-delivery-prevent-bg, #hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft.lazyload, #hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft.lazyloading { background-image: none; }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft > .row .container { border-width: 0; border-radius: 0; }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft > .row > .video-iframe-container {  }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#Z3bprDAQoAypRNTWRJDV2H0S521WfqCr { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.93) ;height:15.4375rem;width:29.5rem;top:8.4375rem;left:44.312501907349rem;overflow:hidden;display:block; }
#ILHD56XlpL9KCzhJZaGIWJi1RHLx8P5W { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:11.849609375rem;left:3.375rem;height:12.6738375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssLKBRLCrquAieKICd0rT6GSmWUZPTlg { color:#ffbe00;display:block;width:64rem;position:absolute;font-family:prompt;font-size:4.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.5rem 0.375rem 1rem #000000;top:1.1242681145668rem;left:5.5rem;height:5.36230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Tcp4lFUQZ1ceJlfi7hpgGK3NUG4MNTc5 { color:#ffbe00;display:block;width:42.625rem;position:absolute;font-family:prompt;font-size:2.75rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.4375rem rgba(0,0,0,0.91);top:9.0625367164612rem;left:3.1875rem;height:3.57421875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nf05TLrM4V8W3IlmE004aoGK4rl2svWD { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:11.25rem;width:41.6875rem;top:12.5625rem;left:4.4375rem;display:block; }
#IaMuEWNrh6c9XuhrnqfbF3m7A8DbieLN { background-color:#b3aea6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.5rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:25.550000190735rem;left:19rem;display:block; }
#ZO36EzwgTor1utTsXVT4iLqp3u3WwBr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dpzpvbubLFdG5OATWii9u7FX4E7gk8gf { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.550000190735rem;left:39.437501907349rem;display:block; }
#S7L9JQnOxqVM00dca0IbhImguEFqovN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.adaptive-delivery-prevent-bg, #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.lazyload, #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.lazyloading { background-image: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { background-color: transparent; background-image: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container > .video-iframe-container { display: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row > .video-iframe-container { display: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .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); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { border-width: 0; border-radius: 0; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row > .video-iframe-container {  }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#P3aCDNlLJPn1tHlnQeEttdxnJGVQEoet { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.93) ;height:15.4375rem;width:29.5rem;top:3.5625rem;left:42.8125rem;overflow:hidden;display:block; }
#xxlqBfthNgcO0fGXTISGFrQ1Js5080AA { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:6.375rem;left:2.6875rem;height:12.6738375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyiWGTCSw8Vk7D1SEPmSQlp1GZ5xQw3T { color:#ffbe00;display:block;width:42.625rem;position:absolute;font-family:prompt;font-size:2.75rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.5625rem;height:3.575rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ux5TSsD71r9i2A9Pa6ffKvEhrCfdmTXl { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.67));background-image: -moz-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.67));background-image: -ms-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.67));background-image: -o-linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.67));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#aa000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e0305', endColorstr='#aa000000' );";background-image: linear-gradient(90deg, rgba(14,3,5,0.84), rgba(0,0,0,0.67));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:15.625rem;width:41.6875rem;top:3.3125rem;left:2.9375rem;display:block; }
#uJT7cP9FTMd7Sf6c7ruVG2dm88VuV1J5 { background-color:#ffb554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #271b0c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.5rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:20.625rem;left:17.5rem;display:block; }
#H8NeT5zGFtqMryiLKdZZqFHENVA6DJTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UBiNFbl3sxJV0yZi27b4yntTVtqvOGlS { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:20.625rem;left:37.9375rem;display:block; }
#sd1zh3fnIUFIfuZQkqLOkkQTBtTkwoDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lqtUo62TDBKLImuOQ6xupSQdF2KJ45Xr { color:#565656;display:block;width:67.0625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:26.3125rem;left:3.96875rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7PcTolaNDSWo1DkXLkS0B902r92VfmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container { background-color: transparent; background-image: none; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container > .video-iframe-container { display: none; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row > .video-iframe-container { display: none; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .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); }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container { border-width: 0; border-radius: 0; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row > .video-iframe-container {  }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;position:relative;display:block; }#sLcITaAQuxKTGWlWVw04H4nBnT2QkJQI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:14.375rem;width:26.1875rem;top:37.625rem;left:3.125rem;overflow:hidden;display:block; }
#nfTJUrblzzbuZKTnwIRC5TZm48yGAdaV { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.97) ;height:12.125rem;width:22.1875rem;top:41.9375rem;left:26.9375rem;overflow:hidden;display:block; }
#w8i5tvsZ1t8kLqsdzzvV1ONWGKtJZbVS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:12.875rem;width:22.875rem;top:37.625rem;left:46.625rem;overflow:hidden;display:block; }
#ND8Ap0BQDRcfTGfpL0Hzyp1TtPG9FchQ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:9.875rem;width:17.5rem;top:46.9375rem;left:54.4375rem;overflow:hidden;display:block; }
#A9n1sVorcsSLDxrw5wZlwDm5uchaRFUl { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:12.875rem;width:24.3125rem;top:49.8125rem;left:8.75rem;overflow:hidden;display:block; }
#fW0BxlBK9fT1gxfBpA0RHwiRhCbIdrx0 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;height:11.125rem;width:19.6875rem;top:51.9375rem;left:35.8125rem;overflow:hidden;display:block; }
#oOGPfbAIAvCtPEqOm1BgUR0BMXkNiQTh { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:64.75rem;left:26.1875rem;display:block; }
#IVJPn38CsEKI4NKF36xkIxqTbFQNQIgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p12mu9u3verOs4rDcKsKm49RPVycnJZv { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0.25rem solid #f1d0d8;border-left:0.25rem solid #f1d0d8;border-right:0.25rem solid #f1d0d8;border-bottom:0.25rem solid #f1d0d8;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,251,252,0.5) ;height:26.6875rem;width:46.75rem;top:4.4375rem;left:2.1875rem;display:block; }
#pNhyEltUgXWHTBPeAI4tvm5tR3mfI3yo { color:#ff99c3;display:block;width:30.1875rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.9375rem;height:5.60595rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTPmwxUbkOGf1Jyf0hKTFnSPXBgR5kC2 { color:#565656;display:block;width:49.3125rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(2,1,1,0.81);top:0.875rem;left:1.15625rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEURIB8Uc9GrsMSozD2hJ8uTCH4bwau7 { color:#c73b75;display:block;width:43.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100048;line-height:1.6;letter-spacing:0;top:13rem;left:3.9375rem;height:7.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTwlCTDmiaqihEHitbO2VnaMnLw6ZBHF { position:absolute;display:block;z-index:100002;background-color:#ff8176;background-image:none;border-top:0.25rem solid #ff8176;border-left:0.25rem solid #ff8176;border-right:0.25rem solid #ff8176;border-bottom:0.25rem solid #ff8176;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:12.8125rem;width:46.75rem;top:21.9375rem;left:2.1875rem;display:block; }
#gu2CRtfMLuZulWIcfyUbcWTHTAD9My6z { color:rgba(255,153,195,0.71);display:block;width:44.5rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3.9375rem;height:11.0468875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cDJkLTlv2tGaKOLRJvAHh4x6UNsINOop { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:22.6875rem;width:22.3125rem;top:4.4375rem;left:50.0625rem;overflow:hidden;display:block; }
#m8WzHZmOsdTdqEgSlm7eyZwnasO3E70a { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:4.6875rem;width:24.0625rem;top:25.9375rem;left:49.6875rem;overflow:hidden;display:block; }
#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP.adaptive-delivery-prevent-bg, #KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP.lazyload, #KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP.lazyloading { background-image: none; }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP > .row .container { border-width: 0; border-radius: 0; }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP > .row > .video-iframe-container {  }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:none; }#ZSysbMcrTJ3MBarMPo60qhgOmQBDsAOz { color:#ffffff;display:block;width:58.999rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27.5rem;left:7.75rem;height:2.925rem;font-style:italic;display:block; }
#U2c5pdBy6knTdGvNBXmLTDDRMSOmTG51 { color:#000000;display:block;width:34.4998125rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:7.4257814884187rem;left:33.0625rem;height:16.041675rem;font-style:italic;display:none; }
#kr3mZWQrETCUaED0oIf3kf0pFQIkFFiw { color:#000000;display:block;width:31.43675rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:8.154296875rem;left:36.125rem;height:12.65625rem;font-style:italic;display:none; }
#F27atCxviFm5WtACZPLEehCsqkJ0cOqG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.99925rem;width:31.875rem;top:8rem;left:4.0625rem;overflow:hidden;display:block; }
#Rbu9tqFV1XkzSTtq8MvRR1pXh28XokNG { color:#000000;display:block;width:27.312rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:7.801513671875rem;left:39.75rem;height:14.765625rem;font-style:italic;display:none; }
#TNPcH13TMIJITktTVhnlzIQogXTMErsI { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:25.1875rem;top:10.0625rem;left:7.4375rem;overflow:hidden;display:block; }
#a0th1sNDwoQ51S01CDQDTd45l0Robd2L { color:#fdfdfd;display:block;width:38.5rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.84);top:13.385937690735rem;left:32.625001907349rem;height:12.675rem;font-style:italic;display:block; }
#SVZxzDABndUWCgUrefcAL8ALPfXqX8Hz { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(14,3,5,0.35), rgba(0,0,0,0.66));background-image: -moz-linear-gradient(90deg, rgba(14,3,5,0.35), rgba(0,0,0,0.66));background-image: -ms-linear-gradient(90deg, rgba(14,3,5,0.35), rgba(0,0,0,0.66));background-image: -o-linear-gradient(90deg, rgba(14,3,5,0.35), rgba(0,0,0,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#590e0305', endColorstr='#a8000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#590e0305', endColorstr='#a8000000' );";background-image: linear-gradient(90deg, rgba(14,3,5,0.35), rgba(0,0,0,0.66));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:11.25rem;width:41.6875rem;top:8.0625rem;left:30.5625rem;display:block; }
#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU.adaptive-delivery-prevent-bg, #DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU.lazyload, #DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU.lazyloading { background-image: none; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container { background-color: transparent; background-image: none; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container > .video-iframe-container { display: none; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row > .video-iframe-container { display: none; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .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); }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container { border-width: 0; border-radius: 0; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row > .video-iframe-container {  }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:block; }#Wyfn8rq98Lbu9P2vgO2z5goTna5GHFwk { color:#ffffff;display:block;width:65rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;text-shadow:-0.1875rem 0rem 0.8125rem rgba(255,255,255,0.68);top:4.4354095458984rem;left:5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ey9097tpSPbQWGyftdoIX5XD5PL6pZGv { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff2351, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ff2351, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ff2351, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ff2351, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2351', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2351', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ff2351, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5.4375rem;width:41.6875rem;top:8.423828125rem;left:16.875rem;display:none; }
#T1dH6xb6s6UZqtZ8H0Dg6JQWpWoMDDB5 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.74) ;height:18.375rem;width:35.5rem;top:21.6875rem;left:33.9365234375rem;overflow:hidden;display:block; }
#kIkyJMWgaZ0pGcbKvfulLxEkAO8Htwhr { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:52.6875rem;left:18.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7hGpteOeRllCR4vfTi7tTCzclHBbmKo { position:absolute;display:block;z-index:100001;background-color:#ffab00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:3.5rem;width:27.5rem;top:31.625rem;left:2rem;display:block; }
#n0vEutmdZWf6hLliN0BcLzl8Kf1rRHsZ { color:#000000;display:block;width:23.4991875rem;position:absolute;font-family:prompt;font-size:2rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(255,255,255,0.5);top:32.0625rem;left:4.3125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZTDm5W245nfTwNdm6w4Tp98w6r4AIuG { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.375rem;width:22.3125rem;top:11.0625rem;left:4.59375rem;overflow:hidden;display:block; }
#twc59zScPJQeFFQtT3uu7RMlcTrOOolf { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:4.9375rem;width:29.625rem;top:35.0625rem;left:1.25rem;overflow:hidden;display:block; }
#H766wEetG3XCwNhoOOWLkDJdSsDKD5hL { position:absolute;display:block;z-index:100001;background-color:#ff4d6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:5.4375rem;width:41.6875rem;top:14rem;left:30.8125rem;display:block; }
#BbqtyhO6atXTJ7I6dibqlXKzXcIwZIRE { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;text-shadow:-0.1875rem 0rem 0.8125rem rgba(0,0,0,0.68);top:14.6875rem;left:29.5625rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZToWArFf2GBK9ohUoGN3lVf3s6iN3fK { background-color:#928585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #000000 ;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.5rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:46.5rem;left:20.3740234375rem;display:block; }
#weyu17SVQomEpltE0uKH9aN1TTVVbzsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mXf1DvQCmANAxEcTdUflroZ6uSXitV3c { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;text-shadow:-0.1875rem 0rem 0.8125rem rgba(255,255,255,0.68);top:40.625rem;left:13.4375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dx8HtGZf8GGewy2l8TIhX1uXSNkE3btW { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:46.5625rem;left:38.125rem;display:block; }
#VJ82B3T1RK4tPu6JmmqBq4osS2WiRtRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U.adaptive-delivery-prevent-bg, #ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U.lazyload, #ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U.lazyloading { background-image: none; }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U > .row .container { border-width: 0; border-radius: 0; }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U > .row > .video-iframe-container {  }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:none; }#oW6FnZvQI3uxrMUTFelLMwU9hXNQl6iO { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:2.15625rem;left:7.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmPgRZdJ6ZnftcBffHQoPl7WwaM9vyee { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:0.625rem;top:2.9171876907349rem;left:37.187501907349rem;display:block; }
#JwuN7Hdoob7HJfE2LDLQ4GqSwBdWQhzJ { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.96249961853rem;left:2.75rem;height:18.19728125rem;text-align:left;text-align-last:left;display:block; }
#En2lfRLTpuhhtXxQqRc0U56VOwopHAAR { color:#000000;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:7.65625rem;left:40.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PkNNlq4gRmdxI1Oeq0swze9sV0xxkhZR { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:3.375rem;left:43.624219894409rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHPVx8FF1M5VPRVrpfBNQ8H8eqRnZlVh { color:#fdfdfd;display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.15625rem;left:44rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.adaptive-delivery-prevent-bg, #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.lazyload, #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.lazyloading { background-image: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { background-color: transparent; background-image: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container > .video-iframe-container { display: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row > .video-iframe-container { display: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .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); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { border-width: 0; border-radius: 0; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row > .video-iframe-container {  }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#MAD8fq2EJVW5OwpoE4MoCUZPDapGhCnl { color:#fc7055;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:33.84375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HOuon3KWnr8S3yCJFQ7JwhtvrHZRW7Tc { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:57.40625rem;left:44.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PmG4vutzQ0tSPVMgimMCbkFQ1Q7AKIT2 { color:#090909;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:2.484375rem;left:18.1240234375rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#asDtg9zHN8rr1ES3u2Ind37Bc8nvyWin { color:#ff0000;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.1875rem;left:19.0927734375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i8mJ12aeqCohzpJJ2X8VXEfUvKD7hDkD { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.37475625rem;width:15.562125rem;top:27.375rem;left:7.25rem;overflow:hidden;display:block; }
#STvSBnVZvPTOTDwiWtwc89qS1ZuET5Ku { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:14.375rem;top:17rem;left:8.5rem;overflow:hidden;display:block; }
#Fb2ptGLBqfN0MG46dkw9hZK9PoPBgvgC { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3745125rem;width:15.5610625rem;top:26.87451171875rem;left:30.06201171875rem;overflow:hidden;display:block; }
#epV1pnz0CLip20hPweDWbzT4ZqvtJE8v { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3745125rem;width:15.5605625rem;top:26.87451171875rem;left:52.375rem;overflow:hidden;display:block; }
#tfeCHJPX9AA3IakVf902i0oRJ7LexScv { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.374rem;width:13.374rem;top:17rem;left:31.15576171875rem;overflow:hidden;display:block; }
#OCWMiIZ5UphFThQR0mcv02qSlUmfaMEI { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8735625rem;width:13.8735625rem;top:17.25048828125rem;left:54.625rem;overflow:hidden;display:block; }
#FfE5ONsiJIQZCT9JHrnHlkrd9hc7bTtO { color:#000000;display:block;width:15.75rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:12.06201171875rem;left:9.25rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fZzOWGhbCcmrUwq5INUiFQ0ifQZ67Vmx { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:12.06201171875rem;left:31.6875rem;height:1.86865rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MzlZnIi5Bci6zePNo3xx249h4TNH9gwh { color:#000000;display:block;width:17.8735625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:12.06201171875rem;left:51.25rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ox9W0E2HAGWbcnLGeIRScaA1eQg6kpLh { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #ffffff, #007bff);background-image: -moz-linear-gradient(91deg, #ffffff, #007bff);background-image: -ms-linear-gradient(91deg, #ffffff, #007bff);background-image: -o-linear-gradient(91deg, #ffffff, #007bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007bff' );";background-image: linear-gradient(91deg, #ffffff, #007bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:3.1875rem;width:30.0625rem;top:2.3125rem;left:22.8115234375rem;display:block; }
#EXzDb0puMy8a2JfBDnzyhKKPb82g7NeB { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3115rem;height:4.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:34.94677734375rem;left:26.71826171875rem;display:block; }
#JteNBQDd1z3VpeUzusZBAsqx54dq5gPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xrxd02nkAM14zyCdL93kEkDtAoDE5Lce { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;opacity:1;top:11.51513671875rem;left:6.25rem; }
#Tl5tK8bVF2eu4CaV6L2opMm9RhEr0wCS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;opacity:1;top:11.43310546875rem;left:28.5625rem; }
#JbiZm0vPRZ3n0HyRDIi7WcTZbEOT6CAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;opacity:1;top:11.43310546875rem;left:52.375rem; }
#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa521022-0b14-4058-b1aa-f1fc702459f3/low.preview.flip.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.adaptive-delivery-prevent-bg, #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.lazyload, #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.lazyloading { background-image: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { background-color: transparent; background-image: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container > .video-iframe-container { display: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row > .video-iframe-container { display: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .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); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { border-width: 0; border-radius: 0; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row > .video-iframe-container {  }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { font-size:0.875rem;font-family:arial;height:83.875rem;width:75rem;position:relative;display:block; }#h5J1OONm14hJayvHGJKoxrzmZybS6k4h { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:19.0625rem;top:12.5rem;left:52.5166015625rem;overflow:hidden;display:none; }
#D392d5cvH5V1QETbhbqzFPpZsI90IWbF { position:absolute;display:block;z-index:100162;background-color:rgba(6,6,14,0.78);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffb19d;border-left:0.1875rem solid #ffb19d;border-right:0.1875rem solid #ffb19d;border-bottom:0.1875rem solid #ffb19d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.6875rem;width:63.25rem;top:54.5625rem;left:3.375rem;display:block; }
#nvkchhWND4xf3cUushLza2yEizUy6T5u { position:absolute;display:block;z-index:100198;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:63.0625rem;left:7.25rem;display:block; }
#firBlFogaLv1fnU8Q3AxTBDBQyWC75nO { position:absolute;display:block;z-index:100202;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:59.9375rem;left:7.25rem;display:block; }
#QzvErN3wx4r00HHfVfUDGu2pd1yQwufM { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100214;line-height:1.3;letter-spacing:0;top:60.5625rem;left:8.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KAStUSVsdH4XmaLDxIXiHQIHdAn06PQM { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100216;line-height:1.3;letter-spacing:0;top:56.75rem;left:15.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMTSwPT5UtpUETOB8igFqXAJ8cOePrcX { position:absolute;display:block;z-index:100203;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:66.125rem;left:7.25rem;display:block; }
#CVitCbifNTP7tQ95ufOglvCpnJpa3hQT { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100216;line-height:1.3;letter-spacing:0;top:66.75rem;left:8.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qCSHLmg36n1F0VlAVBMu6S4KytJffE3N { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100215;line-height:1.3;letter-spacing:0;top:63.6875rem;left:8.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DKNWvmTkSNOtXHDB1b5VrSWHHgg6ANkF { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100241;top:61.125rem;left:32.0625rem;display:block; }
#Xwg3Z98y9zzARiDJVOIdNAmDZ75ycNuc { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100240;top:64.1875rem;left:32.0625rem;display:block; }
#eTpgaTXsLXzcpBUcMachmPB4JoT7wuXk { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100237;top:74.625rem;left:32.125rem;display:block; }
#NDyD7daz5XNB5CfakoA6GTdC1wCc4RiV { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100239;top:67.5625rem;left:32.0625rem;display:block; }
#rve0TH0JT7NqOEFDTGvmdJhzlFLrUuh6 { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100238;top:71.125rem;left:32.0625rem;display:block; }
#TEHQI1giadTscVcdKLUFTfTQp4USFnLz { position:absolute;display:block;z-index:100208;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:73.125rem;left:7.25rem;display:block; }
#IbyLunLdg8Fb6amcAM2PTPWNEpT9pyIw { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100215;line-height:1.3;letter-spacing:0;top:70.0625rem;left:8.6875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xpP3Fe33Pv16zBe1daJTU6DBJp7raGvE { position:absolute;display:block;z-index:100204;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.1875rem;width:24.375rem;top:69.25rem;left:7.25rem;display:block; }
#K0P19uTqIAzr5ukUzrPJFHumVpuCw7mU { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100242;top:57.75rem;left:32.3125rem;display:block; }
#ScQMlJcKbVhZRvhq7rUvqaTK9RKGSakb { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100216;line-height:1.3;letter-spacing:0;top:73.125rem;left:8.625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MnmEEoGnOzKsXa2uy8WrvVwSGSFFQ4dL { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100218;line-height:1.3;letter-spacing:0;top:74.3125rem;left:9.625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WiwNlTfEtL32HTxVVftpe7CR3OsTya1h { position:absolute;display:block;z-index:100166;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.57);border-left:0.0625rem solid rgba(255,255,255,0.57);border-right:0.0625rem solid rgba(255,255,255,0.57);border-bottom:0.0625rem solid rgba(255,255,255,0.57);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:21.25rem;width:26.75rem;top:59.3125rem;left:38.6875rem;display:block; }
#OEnHrNAXNZBOwlSHybKuIRo6t7CLidyW { position:absolute;display:block;z-index:100209;background-color:#898989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:23.25rem;top:76.125rem;left:39.8125rem;display:block; }
#GKzGpwSkyAPJU9GoAl9h3yCREQi6OvNP { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:100217;line-height:1.3;letter-spacing:0;top:76.5625rem;left:46.3125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLAEwtsFl1WOrGq73Ek5e1gB0ay7QaHQ { position:absolute;display:block;z-index:100167;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:23.25rem;top:73.125rem;left:39.75rem;display:block; }
#RQAKoPbAZmEZm21oJeMJR9WEKTzhHonv { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100218;line-height:1.3;letter-spacing:0;top:73.875rem;left:40.5rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zHtclfLRcNxTVSauSQLxqQQzvwoUQZrD { position:absolute;display:block;z-index:100244;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.25rem;width:23.25rem;top:69.25rem;left:39.75rem;display:block; }
#qVe2fbeJ5LbFp8HFIgDXOt54uzyyQN3W { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100245;line-height:1.3;letter-spacing:0;top:70.4375rem;left:40.5rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwvcw97PZtX6TNkHscHsX6399sThkFTQ { position:absolute;display:block;z-index:100169;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:23.25rem;top:66.1875rem;left:39.75rem;display:block; }
#z9VeNZCPoJIZ51qyT6mAnESFVUwU5F9r { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100216;line-height:1.3;letter-spacing:0;top:66.875rem;left:40.5rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K26kT6stkDMPFycZIQT3PbrVoDHVtStL { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100216;line-height:1.3;letter-spacing:0;top:76.875rem;left:8.625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vJCywk1ciRMZyyJRMUagfx3uyvNAs1PO { position:absolute;display:block;z-index:100207;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d0ff;border-left:0.0625rem solid #00d0ff;border-right:0.0625rem solid #00d0ff;border-bottom:0.0625rem solid #00d0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:76.3125rem;left:7.125rem;display:block; }
#d9qkM3OTh4gZ0KCfQ6nEV3EIsnrmz40G { position:absolute;display:block;z-index:100170;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:23.3125rem;top:63.125rem;left:39.75rem;display:block; }
#rsmzDVHOKw3M3TgRMAxoa1819spNvIxv { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100215;line-height:1.3;letter-spacing:0;top:63.75rem;left:40.3125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BeIr3gHa39nknwBapzUVcydZVkcfxhrv { position:absolute;display:block;z-index:100171;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:23.3125rem;top:60rem;left:39.75rem;display:block; }
#Ef53Gfq7W2iuwIHBD3SeeobbT0pMASf3 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100214;line-height:1.3;letter-spacing:0;top:60.6875rem;left:40.4375rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcUmwQH75v0uqMpO7GrSCEDcJe57wk6L { position:absolute;display:block;z-index:99996;background-color:#ff5b98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ff61a9;border-left:0.3125rem solid #ff61a9;border-right:0.3125rem solid #ff61a9;border-bottom:0.3125rem solid #ff61a9;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #ff2576 ;height:7.0625rem;width:38.75rem;top:3.0625rem;left:18.375rem;display:block; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-form-header {  }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.8125rem;font-weight:bold;color:#000000;width:25.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #deaeae;border-left:0.125rem solid #deaeae;border-right:0.125rem solid #deaeae;border-bottom:0.125rem solid #deaeae;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:2.6875rem;color:#d75a5a;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-textarea { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #deaeae;border-left:0.125rem solid #deaeae;border-right:0.125rem solid #deaeae;border-bottom:0.125rem solid #deaeae;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:4.375rem;color:#d75a5a;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#ff0037;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#f2f9ff;width:25.0625rem;height:4.0625rem;font-family:prompt;overflow:hidden; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap [class*="-text"]:-moz-placeholder { color:#f67575;font-family:prompt;font-size:0.8125rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap [class*="-text"]::-moz-placeholder { color:#f67575;font-family:prompt;font-size:0.8125rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap [class*="-text"]:-ms-input-placeholder { color:#f67575;font-family:prompt;font-size:0.8125rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap [class*="-text"]::-webkit-input-placeholder { color:#f67575;font-family:prompt;font-size:0.8125rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:mitr;font-size:1rem;font-weight:400;color:#000000;vertical-align:top;width:24rem;overflow:hidden;font-style:normal; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-container:first-of-type{padding-top:0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-container:last-of-type{padding-bottom:0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.375rem;top:13.9375rem;z-index:100012;position:absolute; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.0625rem;display:block;vertical-align:top; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.875rem;line-height:1.3;font-weight:700;color:#ae002d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap {display:block;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.375rem;top:13.9375rem;z-index:100012;position:absolute; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #w7RNX6GwBwAHy98IzZHtp02k3aHfRW90 { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #iPK8ggVTo1ZuoZRmq6O9dRGTC1ht0LFN { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Blaaev9KcSHisDESiktGlJAf26zvWm23 { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #p1fh3v5VOnfhGeT5f6yG5pNtXh3MgAs1 { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #TX1U1f55ZlvmfkVZ7KkBvkWi6NOU0EOU { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #JV5ip89a6fob9VexBShEJcHNb49qrahT { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #rzEW16XhW1nuLyi2xyxMPJmxkNyTFfXN { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #l06EOZqFtf584smfpT6B7hFzfRM6CBcX { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Dkz6LwN6wtvgB6XJUw4GvUQH95Q8pQcD { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wRvV7uHIJyz36FtbSLmNmmPxdFDqng8X { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #xgW7vpnhbZabaXhlWSesFKiOOAZlCWr8 { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #esPLPGrit3wrDg1JIE1toutK0eZJQwAL { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Rr04QnF4nm2Qlhex45GwPuT3abM6at4y { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wxVwJlhbTSSHAEuBT7cLqXpqgzgBimdK { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UoFL6OlxbITAmyDTODDftuVom36MbMTc { position:relative; }
#i4O92i2b5LFlyS0gTgSu1wz2gIOTEcSu { position:relative;display:block; }
#Dz3ZI7thHlAMLJnpvP0a1tgJhHEAkKAL { position:relative;display:block; }
#JidSuJ4r91QKvBmzIRbkTRKR5NZZ8Gb1 { position:relative;display:block; }
#fME0avfAHamPJEFVLlkC22wfOUpOHSed { position:relative;display:block; }
#tET5vgHnMPgTvci4qe34uSfFgJ6QUmd7 { position:relative;display:block; }
#DLaa4D9Z2erawt1QvJOkKlyCzTi7b7to { position:relative;display:block; }
#bVrGgBfV5Dh9blmFsfdTwtkhe6F6y2Ww { position:relative;display:block; }
#wXXAlvbc5pIzgiM8ghyKnwegEUMQ2EIb { position:relative;display:block; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #KzUs485ET5iPGiX27WCau9DLTcXEGx9i { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #pug0AmJ3a33JKuBTUbwMTvPlVIavzeaR { position:relative;z-index:2; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #WmSAVLDp8r3KrxbsFtoOTUsBrCwTiAFt { position:relative; }
#F29dr9vRAxadg8SSAx3b7WTqmHvsO1Mq { position:relative;display:block; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Tvu03gncegR1fsQsnLil3as59LDHhiKS { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #QK1vSAkfxSBJNlxfkiSPdRuG3uDyWrtE { position:relative; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UWVyRBtgMkcQ0T6dm3nCTn50uS86Rg7k { position:relative;display:block;z-index:100000; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #tPTAZi6IRhKUvfxZFsZ04BgHEtLcXcbb { position:relative;display:block;z-index:100000; }
#ug7wQwo5rZBhzeF0srqNDvWzxnkeDfLq { color:#fdfdfd;display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.15625rem;left:44rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#dXbX3p5GtOW7pVDfy1QRv4GrpAbg9tbA { color:#ffffff;display:block;width:65rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:1.8125rem;left:5.5625rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqC2vndXLDnbd1vrGIwOwmgTTGpIXDPI { position:absolute;display:block;z-index:100246;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:22.125rem;width:33.25rem;top:19.874973773956rem;left:2.0625rem;overflow:hidden;display:block; }
#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.79);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb > .row .container { border-width: 0; border-radius: 0; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:none; }#TgnL4UkcE6TUZ7Msp5tqo3J2IzMVTcbl { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(171,127,255,0.6);top:4.4984378814697rem;left:16.40625rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TqyHO9PI2uH3J7PE4ylcKpbmGi8TecQA { color:#ffffff;display:block;width:20rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:24.600696086884rem;left:27.5rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#ehxTLk6QHnVBO5QqUwT44fIUVqn53pCd { color:#ffffff;display:block;width:20rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:24.600696086884rem;left:52.500003814698rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#QBmDTXfsUA8VMca5GTQs2iTOgnOPpmAZ { background-color:#ff542a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(255,194,179,0.55) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4373125rem;height:3.68706875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:29.371746911202rem;left:4.7808160781861rem;display:block; }
#NAT2aILQ2obi3bUFsiaSPmus7UMQPlHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTXcco0anTBX8TS2e9tJkVKFoU5vrDW7 { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:24.705925703049rem;left:3.1564674377441rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#ku3hHTCWUf08AwwL0Oez19tvOAneNRWR { background-color:#ff542a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(255,194,179,0.55) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.68598125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:29.372830867768rem;left:54.687503814698rem;display:block; }
#orHJHm9pesnwDOEAqMLnnTSZqA5m7tpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s0lhSX8Gkv33s9cMv4qfF0BagV6plChv { background-color:#ff542a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(255,194,179,0.55) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.68598125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:29.372830867768rem;left:29.6875rem;display:block; }
#yhPI8nkP2vxVA55WWiLFqoQdoQsW7xWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p0BfvnW7p8532pByZbaMcXgrZ6Hcrb5n { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5623125rem;width:10.625rem;top:10.403646469116rem;left:57.187503814698rem;overflow:hidden;display:block; }
#ssnwTaT8UqeQtduE8euFuBV0y295R6uN { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ff7b5b;border-left:0.125rem solid #ff7b5b;border-right:0.125rem solid #ff7b5b;border-bottom:0.125rem solid #ff7b5b;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.23) ;height:24.0625rem;width:18.4375rem;top:9.8437498211863rem;left:28.156251907349rem;display:block; }
#ks7lT1ZzEIQkzPCAvNwPnAKn2Rpi8aJs { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:10.625rem;top:10.655395746231rem;left:7.1875rem;overflow:hidden;display:block; }
#XIEcrbKyBDa8l9OLSFI0bLZuDPKeb0hI { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3745625rem;width:10.499125rem;top:10.529514312744rem;left:32.249351501465rem;overflow:hidden;display:block; }
#Hv89Kay0feKCdyehTGZSxDbVkKnTMEZq { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ff7b5b;border-left:0.125rem solid #ff7b5b;border-right:0.125rem solid #ff7b5b;border-bottom:0.125rem solid #ff7b5b;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.23) ;height:24.0625rem;width:18.4375rem;top:9.8749998211863rem;left:3.15625rem;display:block; }
#cKnX6ylCHbSxsqe3zSFE1HvRI2LvnKUf { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ff7b5b;border-left:0.125rem solid #ff7b5b;border-right:0.125rem solid #ff7b5b;border-bottom:0.125rem solid #ff7b5b;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.23) ;height:24.0625rem;width:18.4375rem;top:9.8437498211863rem;left:53.156251907349rem;display:block; }
#qXtLoDylNyfl0Hv345uFSp05Mte37NXz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container { background-color: transparent; background-image: none; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container > .video-iframe-container { display: none; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row > .video-iframe-container { display: none; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .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); }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container { border-width: 0; border-radius: 0; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row > .video-iframe-container {  }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container { font-size:0.875rem;font-family:prompt;height:15.375rem;width:75rem;position:relative;display:block; }#ufZJ1zcbBc4ZaxcbtCsWs0sG5JBlC8rO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:3.75rem;overflow:hidden;display:block; }
#cWP0ETSb1Nai8xDNVw5cLPQCMMN5svxA { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.5996125rem;display:block; }
#kTfNwluTE1H1fQRB1gtmkRP2rs9VFrQ2 { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.429037094116rem;left:0rem;height:1.949225rem;display:block; }
#JrmhXyLBGTcxtUvi1xGAAv6yRv0LFQ1l { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#pH4ld5Whic0FBB9P3kLfXXPG5fXVVhAC { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#TAhNmvJxS3NWB5MUyvuEcOe1R77dx4Sk { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#u6lZkSciRB3KiG437rXUTWvHDeZQk7xE { position:absolute;display:block;z-index:100007;height:5.9375rem;width:10.625rem;top:8.5992202758787rem;left:41.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT { display:block; }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJiUSURXsFh4ETQMqxlZg5mAXNWVaZE4 { top:3.5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBye5C3JXQg4ligWVXb6nRaKREJB5Rh9 { top:1.3125rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO0BeT8kIECVpGft6heeATqfyk1cvdgf { width:17.0625rem;height:2.5625rem;top:12.3125rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmklXmD1cGqcEhKxWQf5R5Q2eRnU1LJi { display:block; }
 }@media only screen and (max-width: 763px) { #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS { display:block; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpiqQ32ULX3eKvLqI45OCaJvvoRHmopN { top:24.875rem;left:20.082398490083rem;width:19rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIFUaXpQpRDeIiFReHzNOZV6myA2SAfg { top:39.5rem;left:28.656251907349rem;width:9.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdw2mIwFTMQ1y3GBOKr0rxzbqJGUtRy { top:7.0625rem;left:0rem;width:15.125rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE { display:block; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUq7bqdN2TI5zKTtO85sKid3GymcdCH4 { top:47.375rem;left:31.375rem;width:16.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuZe24dTfKzOkhwJV3e40kvTlBKTXtuq { top:44.6875rem;left:0rem;width:16.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLzpGJJJKms00ZG8CQc8ytH4meNMmuy7 { top:7.5rem;left:0rem;width:47.75rem;height:26.688942891859rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKkNswlNav0dDFKz9IKBaKnrNBrUPeJ { top:43.375rem;left:0rem;width:47.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1tdTK258vqK6w03367IWyowUxbo8h0 { width:17.5rem;height:2.5625rem;top:55.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enIG2pXoTgMX6wngFaZHMwcEXfwBZVbI { display:block; }
 }@media only screen and (max-width: 763px) { #BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN { top:44.6875rem;left:6.5rem;width:36.6875rem;height:7.5rem;font-size:0.8125rem;display:block; }#BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN li:before{  }
 }@media only screen and (max-width: 763px) { #uOsMF8gSHNk07b0T8HurO4wmkOHZbVNS { top:32.6875rem;left:0rem;width:22.5625rem;height:22.5rem;font-size:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkaQzU1irTsrN9mleODDWgBWwTDvsSU { top:36.5625rem;left:0rem;width:16.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIbxf1wf9XBnq1RZ5mUFDr0iOHz9QTd6 { top:40.5rem;left:0rem;width:10.4375rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4XsxTR1g4kI0ilfpTiHTyTdPOq7MQQ { top:5.0625rem;left:5.0769774011299rem;width:36.9375rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5yVpQ2yV5HcbM9PAUUZ5n1fiAOXxTP4 { width:18.5rem;height:3.375rem;top:54.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUbTfw7quWHCVaPrugLLTg6TuKTN45k4 { display:block; }
 }@media only screen and (max-width: 763px) { #wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K { display:block; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv85uDnhqSTpfOABTTMXXXvbXFrn7pRf { width:18.375rem;height:12.75rem;top:23rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIR4I1IJbVxpZowvP3oftr6zZtyo9M0c { width:18.375rem;height:12.75rem;top:23rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZq2WEko3H3R6DwvMb1EehJwTeMlb20n { width:18.375rem;height:12.75rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8oT4Ohpc0BS6dZmsW9K0OnWcIVkq1b { top:22.3125rem;left:0rem;width:5.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6WHqrE8CfLt7vcmJz8e236oIbaegNg { top:22.1875rem;left:16.875rem;width:5.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPN4p3vPS42c5PDDpysPO55uNaEiW8N9 { top:22.25rem;left:36.3125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leX0JGDT8rPStqglWXV2ObnuefalMRTx { top:24.5625rem;left:3.3125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q06yHs83rdighDnyM3rWTWsI6KzWfQzU { top:24.5625rem;left:23.0625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5ekbpt3DyXNw0m1BQAWODocGSRs4By { top:24.5625rem;left:41.125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McFwXIThpcqv9T0mQotnkcL2PEffFqTD { width:16.375rem;height:2.4375rem;top:28.9375rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zumDlCuiwSPngLSpe9xK6N6TkgX7Zyqq { width:15.5rem;height:2.4375rem;top:28.9375rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItIGKTwTTge8qJ5LOiGiDpEHns5ylTu { width:16.375rem;height:3.625rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6talvIUTcK11SHvw2PpmJ2eMuxIUhR { width:14.5rem;height:0.9375rem;top:32.9375rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBIUrWzvq7uC4qALucsM2U4tpWXrn2y { width:14.875rem;height:0.9375rem;top:32.9375rem;left:16.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6i5Ei3rqhCQGK17uTKayK81iGTIFvl9 { width:11.8125rem;height:0.9375rem;top:32.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdQb1TsKAPU6PxRIHUgqLSZEyJRk71tz { width:38.75rem;height:2.4375rem;top:3rem;left:4.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmAF6FLigFRU0bHbfeTNb3Th120Ez3y { width:18.375rem;height:12.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxbBMGXZcH0S7utQTrd6Empvhmah5u0a { top:7.4375rem;left:0rem;width:5.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJWiOoQrt0HylEaIdawZLOc9f2yr2zmB { width:18.375rem;height:12.75rem;top:7.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyZytRcIJT6e7LLDbcBkvxfW6mAIdayW { top:9.375rem;left:3.4375rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmFibVUTqIFLolHpTH8TZM0tXs4WKGk { width:16.375rem;height:2.4375rem;top:13.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFFRiVbSxwH0gdCIIepTvdpsXDKKmnH { width:16.375rem;height:3.625rem;top:13.1875rem;left:15.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpURPrQt31DHvWBWxdZGWBcVq2gG7E5 { top:6.4375rem;left:17rem;width:5.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnGb2CHpPauO9IlGk69d08Mn67NhXxC2 { top:9.375rem;left:22.9375rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKARqSSWrcvB7WfvMmh6krMu57tMmaX { width:7.875rem;height:0.9375rem;top:17.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9D8wpwHcSJt3UczbCgmQod4E25tBAP { width:7.5rem;height:0.9375rem;top:17.8125rem;left:20.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rJo7cbybZbZPIsaPMnhyZIbUhLRx1H { width:18.375rem;height:12.75rem;top:7.75rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPArKpJaI7xQ8VWizmDQ9iLaSiDZ6aPT { width:16.5rem;height:2.4375rem;top:13.5rem;left:31.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApcfzRww4re9OXHbDDkoy0xuIcm5RccX { width:14.5rem;height:0.9375rem;top:17.75rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsqi7m14tD9WzfcOrBQZnNJcmUneIIW { top:6.5rem;left:36.3125rem;width:5.625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDsbNhVz6lIILrhJ33C8IhSGroyghF2 { top:9.375rem;left:41.125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpDNpgtT3oSS6adTc99TOVONW3RSOiAk { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9QxlDLLMlCAA4dgErCog82zAZvvNCET { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPTaPGygrMW1XlxNrt4n6HNyEpyTK90n { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6X4XSMrRWm0iF7JMlHnpTv7xBJCBAhT { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxLtgnVBW7hzWnnZU5aofvtPRqAtTcIf { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6dG7Ftfys9vRTOcN6wIHTv75Jgp0cNT { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzLzMtGPRQsUco3xp3otO6EcKPE3Muox { width:18.5rem;height:4.25rem;top:37.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGwxvDDwXXcbhC4P1GiNTBayQPoFH0s { display:block; }
 }@media only screen and (max-width: 763px) { #Jyh7KNfQ6abqay8tibDHuZMTiwHrABJg { top:1.9375rem;left:0rem;width:47.75rem;height:3.4448897795591rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpQBbPO5H6afpwTSuPFlkPdqT4yk193s { width:17.9375rem;height:1.9375rem;top:3.1875rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaCiXhuNNagIEivgIGZhaONwqUnds4T3 { display:block; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG73MtTSLaaTLZOUF4vETZklag82o9EZ { top:3.8125rem;left:3rem;width:41.75rem;height:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdugpL5W9V8oNhkmNJDy3e6guIKALoz { top:3.125rem;left:0rem;width:47.75rem;height:3.2629932627526rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9eAM0vrmS4WWO9yLdoDlblKBiQxvFC4 { width:21.5625rem;height:4.6875rem;top:87.6875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyM8ktysWTXvlBuCT64r02Sib4w3rOU { display:block; }
 }@media only screen and (max-width: 763px) { #y9DQXfde4PKQ3mhpTn4egoqkMVnR0Rx4 { top:34.4375rem;left:25.46875rem;width:15.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8h4Cvb0iFtvzL3OScN7KP56DUfKGeIi { top:69.6875rem;left:8.9375rem;width:22.4375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkau0HDKA20FLrn7mIvTWwsiBg8LbhEz { top:69.8125rem;left:25.875rem;width:21.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChrhVOGgswTP1OETsWtP4Xax1wf4296 { top:38.8125rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFB2xoiyFF350Sef23TtzMT3S9dKQTT0 { top:30.5rem;left:7.5rem;width:16.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6WIueVv2TPZTnFzzuLahgyvrsgy9dIe { top:48.75rem;left:6.125rem;width:17.3125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbReST9RqgGTHs9KyEM2Itc1HAm3Vviu { top:36rem;left:27.875rem;width:18.8125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTo4f2dHO3TFcD0dsTliOXPNmS31lSc { top:10rem;left:23.125rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXU3afGTb7DNl6ZaxGNpeHxXAdE9doTR { top:10rem;left:0.96875rem;width:29.25rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpSP6IlPt60oc8hKb92xkfDsVToyu1Hx { top:16.8125rem;left:26.8125rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9H12R280MGiTrpgFKXovEuJCr1TH65l { top:14.9375rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWeq1QaNcQ9oVETzyk0UxtRO7kCvq9hB { top:51.625rem;left:24.46875rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVMl9zGv4A7XKAZrMi5gN9IUvnfhEbgC { top:12.1875rem;left:8.1103515625rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXe9CT9cHzV0C54UT5OHm6KmbCLCVF4s { top:40.1875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqdGKbAsvxVPHybMG40rhXDZwCHkB2cJ { top:11.5rem;left:30.6875rem;width:17.0625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABSwZH7Os7zk7vpO40Ky9Dg6bvxZ1Pyz { top:62.6875rem;left:0rem;width:18.9375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB { display:block; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATRbWsLzNl57o2KZ5pUf717BLg6dWEXb { top:4.8125rem;left:0rem;width:17.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuCdGw8JfZD3U3F0p5mn352Fauwr5eBT { top:7.0625rem;left:0rem;width:15.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEUJM2EHyqg9zPNptiMygwbqeIH4h5U { top:7.0625rem;left:13.34375rem;width:9.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnAXmITvtATRETLSsmiJKOh688h8tvSL { top:6.75rem;left:38.90625rem;width:6.1875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRfTOXZnBTdx5qf5vn6SV5fS38hNyTaG { top:7.125rem;left:24.40625rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcxkBIxQZgo7eCTAwuFWJtbR3qmWHcfl { top:22.25rem;left:0rem;width:15.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b80we1qG8op8yTi7WXu4UpcviOQVmpRT { top:21.25rem;left:8rem;width:15.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScaMsH4cI3OaAGLRJgam1pKXCCKVbBXy { top:21.0625rem;left:19.9375rem;width:15.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTQBTB1Kpi2PSZaqbhbSGhclScDwQTN { top:21.0625rem;left:31.875rem;width:15.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvrCbBTHZ9FdWW3GQSIWuq1PafXow4b { top:23rem;left:0.46875rem;width:10.6875rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxCZLVODhFqo0M3d1MuyXD6ezxA2R9i { top:22.375rem;left:13.21875rem;width:9.9375rem;height:4.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZp89OJbRcb6FnaNRlJTkOPWUF2pqH0W { top:22.0625rem;left:23rem;width:12.8125rem;height:4.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW4KQSdNlgENE9OJ87lkBLdynhXDSqcs { top:22.3125rem;left:32.75rem;width:15rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHEuAOHB1ltUqXEKR4wDoOEx1Eg7ayUM { top:4.8125rem;left:6rem;width:17.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3frl0uQ34uRo8mHZP4ZqFAx7oBXykIZ { top:4.8125rem;left:29.875rem;width:17.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAXZDp3FIlSaFrnCsUr7aI9luSi6ZtO { top:4.8125rem;left:17.9375rem;width:17.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5IaO1zKnOX9SI9sOmIaa2ntINqJV9f4 { top:1.0625rem;left:0rem;width:17.875rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffKzWQ6AeeoX0T1EApQaeh7uTRtofTTR { top:17.375rem;left:0rem;width:15.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B286ErBTB8yw7ieuOp30f7ZUzQB1sktJ { top:1.0625rem;left:0rem;width:17.875rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwZ1n498IwnO0xhFO0Ox6dZdaxSVISgr { top:17.375rem;left:0rem;width:15.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wtc37AENCsrhGSNZmPsS9pOclUdsmwBp { top:1.0625rem;left:0rem;width:17.875rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kD8XLgEpIdnzP6FWPXBKiQ6OXNPJty6z { top:17.375rem;left:0rem;width:15.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUpghrmPU7UFUNiwmTu0XGWm1TVLCZPA { top:0.625rem;left:0rem;width:41.75rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx { display:block; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9W4al9uhmpeHLc5NXwTlLhl2VGDptTS { top:5.8125rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNI7I6HZiPmw9MAw0Vc6TkIBfJwKNzEM { top:6rem;left:17.34375rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xbpups6cf2ngefvou7Bfkf7quUNLn5 { top:8.25rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SBBAmBrRdQfzzXr4o9IMO9RfbXCoXV { top:8.4375rem;left:8.78125rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEdDQmTH8vovgUHXAFTrwM0uoEOvMM7C { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKIloCimxcygeCEHEtPkMxDH4mv62UtT { top:10.625rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2z6C1PKkPlh5RrRBVw4EvmMpHKmHPWl { top:10.9375rem;left:2.90625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7qTt4ILmAXgo4O9WKgLV5hfWpGayaao { top:12.75rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzmLschxFp3s4dTIZrh4iUkkfoLPneRe { top:13.25rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDCVagRUSgTyickIoKApoRBfmG8T6u9 { top:13.5625rem;left:7.5625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOUfN7vXT8MNQaDx4WQ42bsbeQ4MwcfR { top:21rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND6ONl4M795kGZRbLwDGiwDXb61BKuiF { top:21.3125rem;left:7.5625rem;width:30.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKkwHo4rg3K58B34hz57v2ROPypMMtp5 { top:18.4375rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECPqyfsDeoqRTiDMbnO0ewTP7eiluggX { top:18.75rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1cbduxpqEK4piBUw5UeTg2W13nHbAn { top:17.875rem;left:3.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG360iSVUtxExbd1VKd3kDp5qFDDCG5E { top:20.5rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWQtRD4cN2uOWxmTJ7waO27E6CzbgQ7k { top:16rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pApzCGqQ6OpA6eXAbn1ToabCHpJwUqQP { top:16.1875rem;left:8.75rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBOsvGsXAHiklOoZwE6GriK2XqskTH7 { top:26.1875rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0eMA6f1lbPnHbInTz4930dw2wvfWBfg { top:26.5rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ2O7StBMGS5lZVf3Z1a3mHL8r8U3D6p { top:23.625rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHTWZSwvph95CukHLOG4IUZT8cfuiXPc { top:23.9375rem;left:7.4375rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyfzhSvuXrbJQqeqb0BcXWLltsreZ2it { top:23.0625rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5do49HKQCgfAF94Nva6phDaoRO2rlP { top:25.6875rem;left:3.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLUTfRsSAzWcUvhWyKl2WWSZm8zKuV3 { top:28.3125rem;left:3.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXB0m9bUDTs1Mui8CZ9rBioXvT9MEcFf { top:28.8125rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFRlcKzAe0fwqiTMgB3z3AZlaCOfzQ4T { top:29.125rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwQgCGLpyrJgTtUZHVTJ19LEs5PsmaxX { top:41.625rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0z2vlZdywrEIwFLznAZ0Mxr8MwUi65l { top:41.9375rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOBWQnMgiwl6N7aWzfys6fcN83SbrE3 { top:38.5rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfiet1AfKP68Xxn0hHp8xGCmnJ1BIGOm { top:41.125rem;left:3.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGTKkS4Dsacru136BOW7U1DLN265CvLT { top:43.75rem;left:3.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzSvqAnVvSichAmJ0Ps6Ad9M0isI9q8 { top:44.25rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGzfXf27LFIpWw4KDiPAwPhIsVV9onW9 { top:44.5625rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS023PscbM3Du5mKdGTgdC5aM0g11lC5 { top:36.4375rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0li7RNiMusBlh8e08gvSVUNLOkk49pc { top:35.9375rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTUaJryTQt7UEWunCoFgKeCqzykS3Sc { top:39.0625rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmuy3u75KOVqNUTUJyQT7KXLWBo2syy { top:39.375rem;left:7.4375rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9M7nB0CsvcsZuhG7q4oyuR4p5fmZXD { top:36.75rem;left:7.5625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWFqqn9L7TwkoPeIwrdgLmFbocfVSkvt { top:33.875rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzQL8LlOxV0TStMvyBtcNt99tsB7L8fB { top:33.3125rem;left:3.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPofW580Cs0dUlSoo6zxzzPdHmVpmQlH { top:34.1875rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExgEZtnTo7boH0D9Ggl9HD5HVR8OiV4l { top:31.4375rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVlnDNfyG7sx4B1CfyetsLXbhswDHOZ { top:31.625rem;left:8.75rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC2qHn23PUS6WAzZrVGBcc3cUf2Nb2Ku { top:49.3125rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhl5GdnqN49e4ItGP6Ey9Tw8Tudg3mOg { top:48.75rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTc46dLZDivydMcSOcr7JaNcmgmNZ0KL { top:49.625rem;left:7.6875rem;width:30.1875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSL6hINN8FDOh7KPZXU5mdvmZyhDAscH { top:46.875rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWOEgJoNnUTlLxIf0eHLKPkyHrTi14UK { top:47.0625rem;left:8.8125rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25ig509NuDTrOTGW8IcHSJITh7XXThd { top:62.125rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihtstoz31HGBCsJwgLKU0lbG76uXFvq9 { top:62.4375rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5l2Vps7qUstHxQdKRGZxCKKbF1l8C4o { top:59rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d969rgTkaidT8T4k5LqooGG3JTpnrpL6 { top:61.625rem;left:3.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbqbtV1MxgQvqQ1gaX8VHLgDnyftEoV { top:56.9375rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVuCJUgnCHCUPJT7JZx6TkU9DBqFUMi { top:56.4375rem;left:3.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTvmhTzSezooi56bprQCmwzQI91TdAA { top:59.5625rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiN7ezPZipNZuyFTftIaa7ugQKgyo0up { top:59.875rem;left:7.4375rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw5wwtRL4Av1FDM3ExEARMT62RxVDFX9 { top:57.25rem;left:7.5625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLtHlDUKkXEoBLLGb56cIHBWWlnSq7r { top:54.375rem;left:6.375rem;width:41.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElD7xsFvop0n8VBTeFXoT445WOTRDW3T { top:53.8125rem;left:3.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHotIDPTv6KomIxqcHNq2xJuDc6n9ao { top:54.6875rem;left:7.625rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOmV6Z0v4dPKPm55wM52pThcPrryOW2 { top:51.9375rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8vfT4PQl2f5NoXpamVW7stvcCXSLOp9 { top:52.125rem;left:8.75rem;width:30.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8W3Gp3hTGrCm4skZydOuheDOZ9bRQ3P { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgMozWNEpGIkXmxTvmUzgL412CQB96G1 { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCs7AXq2X6lEwWGlnuBTKOoKol6XQc0n { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rImaqOEbASmNBSP4o5QhMvHbaIJDBiw5 { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcFS0RQz4LfuNBasAUtWPTq6ea1TS9Pf { top:10.125rem;left:3.65625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFw6MxTAxGeidloCRWvkKZMvb1SIek4s { top:1.4375rem;left:3rem;width:41.75rem;height:2.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZebq5gcnXg1vPMxl3DvlVGXcXTGCvD { top:0.6875rem;left:2.875rem;width:41.75rem;height:2.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VULfekIPbbU4agAEOLU6LxfJ2HuGNw7P { top:0.75rem;left:2.0625rem;width:39.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGwzXAHezDzmgk8qT4TImUK5R8bbToky { width:12.8125rem;height:2.9375rem;top:66rem;left:17.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSZSWrTP9kzOJ80LRfXS9xPbTHVDP4p { display:block; }
 }@media only screen and (max-width: 763px) { #RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 { display:block; }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSn74Nyhr0Wnh9I2Gw7uThed4JSeiCmG { top:16.5625rem;left:0rem;width:24.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snAiot8GuUOLtKL1HUMhVH0Z9htTvSCH { top:16.5625rem;left:12.4375rem;width:27.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrqRzTP65xBgsFPaynCiLIWM66NVRflF { top:16.5625rem;left:22.8125rem;width:24.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONM9ARfk6NfkTKHQGSXsl8wOFirdUghb { top:38rem;left:0.4375rem;width:24.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw4b9S6f4vluNTuTuTWxyCTW9DLFJH4F { top:38rem;left:18.5rem;width:29.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFy6XEMCB8tFNDim6c6nBfUJIDGDqFbz { top:17.4375rem;left:0rem;width:11.9375rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLaUiayKagD1kQmWZWKe02FDbCIiyFBo { top:16.875rem;left:11.843751907349rem;width:21.375rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viRHRJAyS1VV6I37y0r9pAf9f1JKlXfn { top:17.4375rem;left:32.875rem;width:14.875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3HxvlpuLN1MMTcHRPUQc5GhxW4brzc { top:39.6875rem;left:1.5625rem;width:14.875rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiaN5g5BmzFTPgpIzBU4xXqaze4BmCu { top:38.9375rem;left:22.687501907349rem;width:22.875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftXuEh39XvHtzQ62DOgCXZFXeIRWAZu { top:20.625rem;left:0.4375rem;width:19.25rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6QJi84IMQR68EddUdgDPbQGQDiVLns { top:20.625rem;left:24.5rem;width:19.25rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDgaG5RR9Vb3AOnsOyqmdOPlNkswCP1h { top:3.8125rem;left:42.9375rem;width:4.8125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvF6lVOthEpKeiTosWmJ7NNCUsc1u6Ak { top:3.125rem;left:21.250001907349rem;width:5.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p90UmN3yweHaiiTXfevBt3CgmUQLB4m4 { top:4.375rem;left:0rem;width:6.25rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxrPvGJ2vOEiqxuBKXUAfNSUz1iCp3z { top:23.875rem;left:7.4375rem;width:5.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awFVGSVbC2AnJ54CL1wTfnOW2ZFBosoW { top:23.0625rem;left:28.1875rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuP4aqog7BBNNIFKcOKCqTEB5kPLVSxt { top:25rem;left:30.8125rem;width:8.625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0oM2UpIWnu8P0Mp0DaPx1sfF32bMxPh { width:14.375rem;height:3.125rem;top:43.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GOTqycyGFFcbryJy9y8ctSanr96eBh { display:block; }
 }@media only screen and (max-width: 763px) { #n2k25Zg75uptdq0dgpmOe6TVaRgXisZ8 { top:0rem;left:0rem;width:19.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthrEgz5LgbooX2U8MwGEs8gLqTz5zeq { top:0rem;left:13.625rem;width:19.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHLIwp2wDWFrNGP37NJ4wCUpPg6vBpbv { top:0rem;left:28.5rem;width:19.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g { display:block; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhD7abbtBHUfMFq6rZiFJXQPwqssT8Ao { top:3.125rem;left:1.4367179870606rem;width:41.75rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkyPxtcFhFNasDHwAn2pQCFpJJzJh9h { top:8rem;left:0rem;width:20.375rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOc5yJtnBNs61kMpRNQbGnFK35r3sCeq { top:13.75rem;left:0.5rem;width:46.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi49PHKPfXriCB8C4t8DLBMDt3285TDr { top:1.375rem;left:0rem;width:47.75rem;height:4.8255534167469rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLbTVNnLPpEeybsWlzg2tAsxhGQVzDGN { top:15.25rem;left:12.875rem;width:30.1875rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18S4WyomSuux1qFqz9n9LgmxZVS6naJ { top:21.1875rem;left:4.4375rem;width:43.3125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaw08VKhwz6alsvx92pdqhJ3LgHfOalh { top:27.4375rem;left:0.5rem;width:46.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJ1DV1R3oIsrg1q27b5v8iRxSkPypr7 { top:29.1875rem;left:3.25rem;width:44.5rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl3TtRlwTSNHVnEcsncc5tX3NF2pKNJb { top:9.875rem;left:6rem;width:41.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r { display:block; }#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVH0gf5ETF32ilBUOUFwIqaa4OlxX944 { top:1.75rem;left:0rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDBrW4TBqTw71216GitWaJ9hRSn5fA2A { top:0.75rem;left:0rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziqi0eawger5DxQMlKXykTFzrBJUuXGm { top:0.8125rem;left:11.625rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0RBM3KhKdPZQuUasZspyaTe0dGLpWPM { top:1.8125rem;left:12.625rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fygmCFZlOoPs5qMTgbuUcTE1XSh77o9k { top:0.75rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC58TvQRLRFOeg1gbe63ZOPVtb68Q4AQ { top:1.75rem;left:25.125rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCkTqbO7as6V46brTcTJTiV2twBrIgiJ { top:26rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibESzmmzsvN2qMCO2GJDOgan2FMF04e { top:27rem;left:25.125rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCsSh0iTMGgXuSt3ft222lZIvpam4p7 { top:26.0625rem;left:11.625rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnRcuXoWVFC6ZR86UW75iCqQKMl9FK8S { top:27.0625rem;left:12.625rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuytO5cFC6xx2LvAuETW9BSJfJdqWkIg { top:27rem;left:0rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgd4HfqTTCm8p6npR0SOcmIHLS1TTmBb { top:26rem;left:0rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSQ42hqJ0TJUQbR2FlBIvu4vGtr1sct { top:0.75rem;left:0rem;width:24.5625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL8dxFTuaSzv0Jlf9NW1Tcyhc7moIwqt { top:0.75rem;left:0rem;width:24.5625rem;height:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er3HFIQTy7quouvDVFRm0AGA2xLmfR6n { top:1.8125rem;left:12.625rem;width:22.625rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #epzNisAyK8reuE4WaGlnVhnhCaCGoaiG { display:block; }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyJBPZ8bOrQ20Ooy8sDahm6JVX3RceTr { width:14.375rem;height:3.125rem;top:36.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4I2vke4uEp5FC90ro0nxOVR0bmcZX1S { display:block; }
 }@media only screen and (max-width: 763px) { #J2ZWbg02LSWHPKHIWJrBKX7UXvWWBWbt { top:17.875rem;left:7.625rem;width:32.5rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkCfG7W4XCW1rCq6NbCfWfglTfpTSTyt { width:24.8125rem;height:3.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJgm27FZPeN81ePUIXoXkr7pVF7RmFk { display:block; }
 }@media only screen and (max-width: 763px) { #XOmlgC0vELtKm71bEiWfVmKiODHhTXaH { top:2.0625rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6TGfnfu1ts7F5POppN0zrsyE3xsRA3w { top:5.375rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOKyUkppbSG9QEkx26D6Ed6aXUrpsRIP { top:2.625rem;left:3rem;width:41.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWqvmMZq8GkymTMJFx45TnqtsDLTcHXS { top:42.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVTreDMMtxpgWAvUV2aHDh19ZxHJwlH { top:12.375rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1CxRqy8v5gdRO8z6RNTMpBl8kZswqoC { width:17.375rem;height:3.5rem;top:20.625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxeTNHEiGLwKtxbRTu6wQLAqs2MHhn9D { display:block; }
 }@media only screen and (max-width: 763px) { #Mi1UHaFr4EVLTTTiknsaQHOnSOqmRFQa { width:19.25rem;height:3.9375rem;top:20.625rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWx8nPhnvSwQBsILhaxEpxD6IyT0FWot { display:block; }
 }@media only screen and (max-width: 763px) { #hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft { display:block; }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3bprDAQoAypRNTWRJDV2H0S521WfqCr { top:8.4375rem;left:18.25rem;width:29.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILHD56XlpL9KCzhJZaGIWJi1RHLx8P5W { top:11.8125rem;left:0rem;width:42.25rem;height:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssLKBRLCrquAieKICd0rT6GSmWUZPTlg { top:1.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcp4lFUQZ1ceJlfi7hpgGK3NUG4MNTc5 { top:9.0625rem;left:0rem;width:42.625rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf05TLrM4V8W3IlmE004aoGK4rl2svWD { top:12.5625rem;left:0rem;width:41.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMuEWNrh6c9XuhrnqfbF3m7A8DbieLN { width:17.375rem;height:3.5rem;top:25.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO36EzwgTor1utTsXVT4iLqp3u3WwBr2 { display:block; }
 }@media only screen and (max-width: 763px) { #dpzpvbubLFdG5OATWii9u7FX4E7gk8gf { width:16rem;height:3.375rem;top:25.5rem;left:25.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7L9JQnOxqVM00dca0IbhImguEFqovN1 { display:block; }
 }@media only screen and (max-width: 763px) { #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi { display:block; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3aCDNlLJPn1tHlnQeEttdxnJGVQEoet { top:3.5625rem;left:18.25rem;width:29.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlqBfthNgcO0fGXTISGFrQ1Js5080AA { top:6.375rem;left:0rem;width:42.25rem;height:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiWGTCSw8Vk7D1SEPmSQlp1GZ5xQw3T { top:4.3125rem;left:0rem;width:42.625rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5TSsD71r9i2A9Pa6ffKvEhrCfdmTXl { top:3.3125rem;left:0rem;width:41.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJT7cP9FTMd7Sf6c7ruVG2dm88VuV1J5 { width:17.375rem;height:3.5rem;top:20.625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8NeT5zGFtqMryiLKdZZqFHENVA6DJTC { display:block; }
 }@media only screen and (max-width: 763px) { #UBiNFbl3sxJV0yZi27b4yntTVtqvOGlS { width:19.25rem;height:3.9375rem;top:20.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1zh3fnIUFIfuZQkqLOkkQTBtTkwoDi { display:block; }
 }@media only screen and (max-width: 763px) { #lqtUo62TDBKLImuOQ6xupSQdF2KJ45Xr { top:26.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7PcTolaNDSWo1DkXLkS0B902r92VfmU { display:block; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLcITaAQuxKTGWlWVw04H4nBnT2QkJQI { top:37.625rem;left:0rem;width:26.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTJUrblzzbuZKTnwIRC5TZm48yGAdaV { top:41.9375rem;left:13.3125rem;width:22.1875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8i5tvsZ1t8kLqsdzzvV1ONWGKtJZbVS { top:37.625rem;left:24.875rem;width:22.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND8Ap0BQDRcfTGfpL0Hzyp1TtPG9FchQ { top:46.9375rem;left:30.25rem;width:17.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9n1sVorcsSLDxrw5wZlwDm5uchaRFUl { top:49.8125rem;left:0rem;width:24.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0BxlBK9fT1gxfBpA0RHwiRhCbIdrx0 { top:51.9375rem;left:22.1875rem;width:19.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOGPfbAIAvCtPEqOm1BgUR0BMXkNiQTh { width:19.8125rem;height:3.4375rem;top:64.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVJPn38CsEKI4NKF36xkIxqTbFQNQIgO { display:block; }
 }@media only screen and (max-width: 763px) { #p12mu9u3verOs4rDcKsKm49RPVycnJZv { top:4.4375rem;left:0rem;width:46.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhyEltUgXWHTBPeAI4tvm5tR3mfI3yo { top:6.6875rem;left:0rem;width:30.1875rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPmwxUbkOGf1Jyf0hKTFnSPXBgR5kC2 { top:0.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEURIB8Uc9GrsMSozD2hJ8uTCH4bwau7 { top:13rem;left:0rem;width:43.3125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTwlCTDmiaqihEHitbO2VnaMnLw6ZBHF { top:21.9375rem;left:0rem;width:46.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu2CRtfMLuZulWIcfyUbcWTHTAD9My6z { top:23.0625rem;left:0rem;width:44.5rem;height:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDJkLTlv2tGaKOLRJvAHh4x6UNsINOop { top:4.4375rem;left:25.4375rem;width:22.3125rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8WzHZmOsdTdqEgSlm7eyZwnasO3E70a { top:25.9375rem;left:23.6875rem;width:24.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP { display:block; }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSysbMcrTJ3MBarMPo60qhgOmQBDsAOz { top:27.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2c5pdBy6knTdGvNBXmLTDDRMSOmTG51 { top:7.375rem;left:19.4375rem;width:19.25rem;height:17.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr3mZWQrETCUaED0oIf3kf0pFQIkFFiw { top:8.125rem;left:22.5rem;width:17.5625rem;height:15rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F27atCxviFm5WtACZPLEehCsqkJ0cOqG { top:8rem;left:0rem;width:31.875rem;height:17.9991875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbu9tqFV1XkzSTtq8MvRR1pXh28XokNG { top:7.75rem;left:26.125rem;width:17.5625rem;height:16.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNPcH13TMIJITktTVhnlzIQogXTMErsI { top:10.0625rem;left:0rem;width:25.1875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0th1sNDwoQ51S01CDQDTd45l0Robd2L { top:13.375rem;left:9.25rem;width:38.5rem;height:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVZxzDABndUWCgUrefcAL8ALPfXqX8Hz { top:8.0625rem;left:6.0625rem;width:41.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU { display:block; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyfn8rq98Lbu9P2vgO2z5goTna5GHFwk { top:4.375rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey9097tpSPbQWGyftdoIX5XD5PL6pZGv { top:8.375rem;left:3.25rem;width:41.6875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1dH6xb6s6UZqtZ8H0Dg6JQWpWoMDDB5 { top:21.6875rem;left:12.25rem;width:35.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIkyJMWgaZ0pGcbKvfulLxEkAO8Htwhr { top:52.6875rem;left:4.4375rem;width:38.875rem;height:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7hGpteOeRllCR4vfTi7tTCzclHBbmKo { top:31.625rem;left:0rem;width:27.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vEutmdZWf6hLliN0BcLzl8Kf1rRHsZ { top:32.0625rem;left:0rem;width:23.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZTDm5W245nfTwNdm6w4Tp98w6r4AIuG { top:11.0625rem;left:0rem;width:22.3125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twc59zScPJQeFFQtT3uu7RMlcTrOOolf { top:35.0625rem;left:0rem;width:29.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H766wEetG3XCwNhoOOWLkDJdSsDKD5hL { top:14rem;left:6.0625rem;width:41.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqtyhO6atXTJ7I6dibqlXKzXcIwZIRE { top:14.6875rem;left:3.5625rem;width:44.1875rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZToWArFf2GBK9ohUoGN3lVf3s6iN3fK { width:15.25rem;height:3.5rem;top:46.5rem;left:6.7490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #weyu17SVQomEpltE0uKH9aN1TTVVbzsv { display:block; }
 }@media only screen and (max-width: 763px) { #mXf1DvQCmANAxEcTdUflroZ6uSXitV3c { top:40.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx8HtGZf8GGewy2l8TIhX1uXSNkE3btW { width:16rem;height:3.375rem;top:46.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ82B3T1RK4tPu6JmmqBq4osS2WiRtRW { display:block; }
 }@media only screen and (max-width: 763px) { #ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U { display:none; }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oW6FnZvQI3uxrMUTFelLMwU9hXNQl6iO { top:2.125rem;left:0rem;width:22.3125rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmPgRZdJ6ZnftcBffHQoPl7WwaM9vyee { top:2.875rem;left:23.562501907349rem;width:0.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuN7Hdoob7HJfE2LDLQ4GqSwBdWQhzJ { top:7.9375rem;left:0rem;width:32.5625rem;height:18.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En2lfRLTpuhhtXxQqRc0U56VOwopHAAR { top:7.625rem;left:21.125rem;width:26.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNNlq4gRmdxI1Oeq0swze9sV0xxkhZR { top:3.375rem;left:25.4375rem;width:22.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHPVx8FF1M5VPRVrpfBNQ8H8eqRnZlVh { top:15.125rem;left:26rem;width:21.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs { display:block; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAD8fq2EJVW5OwpoE4MoCUZPDapGhCnl { top:33.8125rem;left:0rem;width:39.4375rem;height:2.75rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOuon3KWnr8S3yCJFQ7JwhtvrHZRW7Tc { top:57.375rem;left:23.3125rem;width:24.4375rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmG4vutzQ0tSPVMgimMCbkFQ1Q7AKIT2 { top:2.4375rem;left:0rem;width:37.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asDtg9zHN8rr1ES3u2Ind37Bc8nvyWin { top:6.1875rem;left:0rem;width:37.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8mJ12aeqCohzpJJ2X8VXEfUvKD7hDkD { top:27.375rem;left:0.4375rem;width:15.5rem;height:5.3531000996016rem;display:block; }
 }@media only screen and (max-width: 763px) { #STvSBnVZvPTOTDwiWtwc89qS1ZuET5Ku { top:17rem;left:1.6875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb2ptGLBqfN0MG46dkw9hZK9PoPBgvgC { top:26.8125rem;left:8.375rem;width:15.5rem;height:5.3534226053009rem;display:block; }
 }@media only screen and (max-width: 763px) { #epV1pnz0CLip20hPweDWbzT4ZqvtJE8v { top:26.8125rem;left:31.9375rem;width:15.5rem;height:5.3535946242303rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeCHJPX9AA3IakVf902i0oRJ7LexScv { top:17rem;left:10.5625rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWMiIZ5UphFThQR0mcv02qSlUmfaMEI { top:17.25rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfE5ONsiJIQZCT9JHrnHlkrd9hc7bTtO { top:12rem;left:2.4375rem;width:15.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzOWGhbCcmrUwq5INUiFQ0ifQZ67Vmx { top:12rem;left:8.0625rem;width:15.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzlZnIi5Bci6zePNo3xx249h4TNH9gwh { top:12rem;left:29.9375rem;width:17.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9W0E2HAGWbcnLGeIRScaA1eQg6kpLh { width:30.0625rem;height:3.1875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXzDb0puMy8a2JfBDnzyhKKPb82g7NeB { width:20.25rem;height:4.0625rem;top:34.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JteNBQDd1z3VpeUzusZBAsqx54dq5gPl { display:block; }
 }@media only screen and (max-width: 763px) { #Xrxd02nkAM14zyCdL93kEkDtAoDE5Lce { top:11.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5tK8bVF2eu4CaV6L2opMm9RhEr0wCS { top:11.375rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbiZm0vPRZ3n0HyRDIi7WcTZbEOT6CAD { top:11.375rem;left:31.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU { display:block; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5J1OONm14hJayvHGJKoxrzmZybS6k4h { top:12.5rem;left:27.75rem;width:19.0625rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D392d5cvH5V1QETbhbqzFPpZsI90IWbF { top:54.5625rem;left:0rem;width:47.375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvkchhWND4xf3cUushLza2yEizUy6T5u { top:63.0625rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #firBlFogaLv1fnU8Q3AxTBDBQyWC75nO { top:59.9375rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzvErN3wx4r00HHfVfUDGu2pd1yQwufM { top:60.5625rem;left:0rem;width:19.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAStUSVsdH4XmaLDxIXiHQIHdAn06PQM { top:56.75rem;left:1.875rem;width:39.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTSwPT5UtpUETOB8igFqXAJ8cOePrcX { top:66.125rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVitCbifNTP7tQ95ufOglvCpnJpa3hQT { top:66.75rem;left:0rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCSHLmg36n1F0VlAVBMu6S4KytJffE3N { top:63.6875rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNWvmTkSNOtXHDB1b5VrSWHHgg6ANkF { top:61.125rem;left:18.4375rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwg3Z98y9zzARiDJVOIdNAmDZ75ycNuc { top:64.1875rem;left:18.4375rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpgaTXsLXzcpBUcMachmPB4JoT7wuXk { top:74.625rem;left:18.5rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDyD7daz5XNB5CfakoA6GTdC1wCc4RiV { top:67.5625rem;left:18.4375rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rve0TH0JT7NqOEFDTGvmdJhzlFLrUuh6 { top:71.125rem;left:18.4375rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEHQI1giadTscVcdKLUFTfTQp4USFnLz { top:73.125rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyLunLdg8Fb6amcAM2PTPWNEpT9pyIw { top:70.0625rem;left:0rem;width:21.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpP3Fe33Pv16zBe1daJTU6DBJp7raGvE { top:69.25rem;left:0rem;width:24.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0P19uTqIAzr5ukUzrPJFHumVpuCw7mU { top:57.75rem;left:18.6875rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQMlJcKbVhZRvhq7rUvqaTK9RKGSakb { top:73.125rem;left:0rem;width:20.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnmEEoGnOzKsXa2uy8WrvVwSGSFFQ4dL { top:74.3125rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiwNlTfEtL32HTxVVftpe7CR3OsTya1h { top:59.3125rem;left:20.875rem;width:26.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEnHrNAXNZBOwlSHybKuIRo6t7CLidyW { top:76.125rem;left:24.5rem;width:23.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzGpwSkyAPJU9GoAl9h3yCREQi6OvNP { top:76.5625rem;left:32.6875rem;width:10.25rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLAEwtsFl1WOrGq73Ek5e1gB0ay7QaHQ { top:73.125rem;left:24.375rem;width:23.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQAKoPbAZmEZm21oJeMJR9WEKTzhHonv { top:73.875rem;left:26.875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHtclfLRcNxTVSauSQLxqQQzvwoUQZrD { top:69.25rem;left:24.375rem;width:23.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVe2fbeJ5LbFp8HFIgDXOt54uzyyQN3W { top:70.4375rem;left:26.875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwvcw97PZtX6TNkHscHsX6399sThkFTQ { top:66.1875rem;left:24.375rem;width:23.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9VeNZCPoJIZ51qyT6mAnESFVUwU5F9r { top:66.875rem;left:26.875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K26kT6stkDMPFycZIQT3PbrVoDHVtStL { top:76.875rem;left:0rem;width:22.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJCywk1ciRMZyyJRMUagfx3uyvNAs1PO { top:76.3125rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9qkM3OTh4gZ0KCfQ6nEV3EIsnrmz40G { top:63.125rem;left:24.3125rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsmzDVHOKw3M3TgRMAxoa1819spNvIxv { top:63.75rem;left:26.6875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeIr3gHa39nknwBapzUVcydZVkcfxhrv { top:60rem;left:24.3125rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef53Gfq7W2iuwIHBD3SeeobbT0pMASf3 { top:60.6875rem;left:26.8125rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUmwQH75v0uqMpO7GrSCEDcJe57wk6L { top:3.0625rem;left:4.75rem;width:38.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-regular-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-textarea { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-button { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-checkbox-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap  { width:25.0625rem;height:auto;top:13.9375rem;left:20.1875rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .radio-container { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap {display:block;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap { width:25.0625rem;height:auto;top:13.9375rem;left:20.1875rem; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #w7RNX6GwBwAHy98IzZHtp02k3aHfRW90 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #iPK8ggVTo1ZuoZRmq6O9dRGTC1ht0LFN {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Blaaev9KcSHisDESiktGlJAf26zvWm23 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #p1fh3v5VOnfhGeT5f6yG5pNtXh3MgAs1 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #TX1U1f55ZlvmfkVZ7KkBvkWi6NOU0EOU {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #JV5ip89a6fob9VexBShEJcHNb49qrahT {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #rzEW16XhW1nuLyi2xyxMPJmxkNyTFfXN {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #l06EOZqFtf584smfpT6B7hFzfRM6CBcX {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Dkz6LwN6wtvgB6XJUw4GvUQH95Q8pQcD {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wRvV7uHIJyz36FtbSLmNmmPxdFDqng8X {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #xgW7vpnhbZabaXhlWSesFKiOOAZlCWr8 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #esPLPGrit3wrDg1JIE1toutK0eZJQwAL {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Rr04QnF4nm2Qlhex45GwPuT3abM6at4y {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wxVwJlhbTSSHAEuBT7cLqXpqgzgBimdK {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UoFL6OlxbITAmyDTODDftuVom36MbMTc {  }
 }@media only screen and (max-width: 763px) { #i4O92i2b5LFlyS0gTgSu1wz2gIOTEcSu { display:block; }
 }@media only screen and (max-width: 763px) { #Dz3ZI7thHlAMLJnpvP0a1tgJhHEAkKAL { display:block; }
 }@media only screen and (max-width: 763px) { #JidSuJ4r91QKvBmzIRbkTRKR5NZZ8Gb1 { display:block; }
 }@media only screen and (max-width: 763px) { #fME0avfAHamPJEFVLlkC22wfOUpOHSed { display:block; }
 }@media only screen and (max-width: 763px) { #tET5vgHnMPgTvci4qe34uSfFgJ6QUmd7 { display:block; }
 }@media only screen and (max-width: 763px) { #DLaa4D9Z2erawt1QvJOkKlyCzTi7b7to { display:block; }
 }@media only screen and (max-width: 763px) { #bVrGgBfV5Dh9blmFsfdTwtkhe6F6y2Ww { display:block; }
 }@media only screen and (max-width: 763px) { #wXXAlvbc5pIzgiM8ghyKnwegEUMQ2EIb { display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #KzUs485ET5iPGiX27WCau9DLTcXEGx9i {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #pug0AmJ3a33JKuBTUbwMTvPlVIavzeaR {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #WmSAVLDp8r3KrxbsFtoOTUsBrCwTiAFt {  }
 }@media only screen and (max-width: 763px) { #F29dr9vRAxadg8SSAx3b7WTqmHvsO1Mq { display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Tvu03gncegR1fsQsnLil3as59LDHhiKS {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #QK1vSAkfxSBJNlxfkiSPdRuG3uDyWrtE {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UWVyRBtgMkcQ0T6dm3nCTn50uS86Rg7k {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #tPTAZi6IRhKUvfxZFsZ04BgHEtLcXcbb {  }
 }@media only screen and (max-width: 763px) { #ug7wQwo5rZBhzeF0srqNDvWzxnkeDfLq { top:3.5625rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXbX3p5GtOW7pVDfy1QRv4GrpAbg9tbA { top:1.8125rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqC2vndXLDnbd1vrGIwOwmgTTGpIXDPI { top:19.8125rem;left:0rem;width:33.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb { display:block; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgnL4UkcE6TUZ7Msp5tqo3J2IzMVTcbl { top:4.4375rem;left:0rem;width:42.1875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyHO9PI2uH3J7PE4ylcKpbmGi8TecQA { top:24.5625rem;left:11.75rem;width:20rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehxTLk6QHnVBO5QqUwT44fIUVqn53pCd { top:24.5625rem;left:27.625rem;width:20rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBmDTXfsUA8VMca5GTQs2iTOgnOPpmAZ { width:15.375rem;height:3.625rem;top:29.3125rem;left:0.21831607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAT2aILQ2obi3bUFsiaSPmus7UMQPlHf { display:block; }
 }@media only screen and (max-width: 763px) { #bTXcco0anTBX8TS2e9tJkVKFoU5vrDW7 { top:24.6875rem;left:0rem;width:18.625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku3hHTCWUf08AwwL0Oez19tvOAneNRWR { width:15.625rem;height:3.625rem;top:29.3125rem;left:31.875003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #orHJHm9pesnwDOEAqMLnnTSZqA5m7tpg { display:block; }
 }@media only screen and (max-width: 763px) { #s0lhSX8Gkv33s9cMv4qfF0BagV6plChv { width:15.625rem;height:3.625rem;top:29.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhPI8nkP2vxVA55WWiLFqoQdoQsW7xWv { display:block; }
 }@media only screen and (max-width: 763px) { #p0BfvnW7p8532pByZbaMcXgrZ6Hcrb5n { top:10.375rem;left:34.375003814698rem;width:10.625rem;height:13.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssnwTaT8UqeQtduE8euFuBV0y295R6uN { top:9.8125rem;left:13.0625rem;width:18.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks7lT1ZzEIQkzPCAvNwPnAKn2Rpi8aJs { top:10.625rem;left:2.625rem;width:10.625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIEcrbKyBDa8l9OLSFI0bLZuDPKeb0hI { top:10.5rem;left:18.561851501465rem;width:10.4375rem;height:13.29606001393rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv89Kay0feKCdyehTGZSxDbVkKnTMEZq { top:9.8125rem;left:0rem;width:18.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKnX6ylCHbSxsqe3zSFE1HvRI2LvnKUf { top:9.8125rem;left:28.9375rem;width:18.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXtLoDylNyfl0Hv345uFSp05Mte37NXz { display:none; }
 }@media only screen and (max-width: 763px) { #VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo { display:block; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufZJ1zcbBc4ZaxcbtCsWs0sG5JBlC8rO { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWP0ETSb1Nai8xDNVw5cLPQCMMN5svxA { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTfNwluTE1H1fQRB1gtmkRP2rs9VFrQ2 { top:11.375rem;left:0rem;width:36.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmhXyLBGTcxtUvi1xGAAv6yRv0LFQ1l { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ld5Whic0FBB9P3kLfXXPG5fXVVhAC { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhNmvJxS3NWB5MUyvuEcOe1R77dx4Sk { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6lZkSciRB3KiG437rXUTWvHDeZQk7xE { top:8.5625rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT { display:none; }#kb2bQxzuopT1Dt84QwIHcx2FyGqxp4sT > .row .container { width:20rem;height:15.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJiUSURXsFh4ETQMqxlZg5mAXNWVaZE4 { width:20rem;height:2.0625rem;top:3.7925348281861rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBye5C3JXQg4ligWVXb6nRaKREJB5Rh9 { width:20rem;height:7.6875rem;top:2.96875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO0BeT8kIECVpGft6heeATqfyk1cvdgf { width:17.0625rem;height:2.5625rem;top:11.90625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmklXmD1cGqcEhKxWQf5R5Q2eRnU1LJi { display:block; }
 }@media only screen and (max-width: 763px) { #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb9e079a-acba-4931-b068-341a0b43b630/images_full_1636616220100FutureSkillProcreate012.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.adaptive-delivery-prevent-bg, #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.lazyload, #U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS.lazyloading { background-image: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { background-color: transparent; background-image: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container > .video-iframe-container { display: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row > .video-iframe-container { display: none; }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .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); }#U2SyduXZxn0E0tKX8p2ciuQPqHGV04nS > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpiqQ32ULX3eKvLqI45OCaJvvoRHmopN { width:5.4375rem;height:8.0625rem;top:21.25rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIFUaXpQpRDeIiFReHzNOZV6myA2SAfg { width:9.4375rem;height:11.9375rem;top:21.25rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSdw2mIwFTMQ1y3GBOKr0rxzbqJGUtRy { width:8.875rem;height:5.875rem;top:3.9375038146973rem;left:2.4992188215256rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.adaptive-delivery-prevent-bg, #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.lazyload, #EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE.lazyloading { background-image: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { background-color: transparent; background-image: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container > .video-iframe-container { display: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row > .video-iframe-container { display: none; }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .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); }#EFZa6gO5ixXMcbB7CUUnqzTfOyZG7CAE > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUq7bqdN2TI5zKTtO85sKid3GymcdCH4 { width:5.8125rem;height:5.5rem;top:35.625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuZe24dTfKzOkhwJV3e40kvTlBKTXtuq { width:7rem;height:7.8125rem;top:34.4375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLzpGJJJKms00ZG8CQc8ytH4meNMmuy7 { height:10.25rem;width:18.4375rem;top:0.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKkNswlNav0dDFKz9IKBaKnrNBrUPeJ { width:19.375rem;height:12.125rem;top:16.1875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1tdTK258vqK6w03367IWyowUxbo8h0 { width:17.5rem;height:2.5625rem;top:29.78125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enIG2pXoTgMX6wngFaZHMwcEXfwBZVbI { display:block; }
 }@media only screen and (max-width: 763px) { #BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN { width:17.75rem;height:10.130375rem;top:17.184375762939rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#BLCKi7rElqPnJHgfacXWiHi1ulX3A3PN li:before{  }
 }@media only screen and (max-width: 763px) { #uOsMF8gSHNk07b0T8HurO4wmkOHZbVNS { width:13.6875rem;height:13.625rem;top:8.1875009536744rem;left:3.1562501192093rem;font-size:9.5rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #ygkaQzU1irTsrN9mleODDWgBWwTDvsSU { width:10.5rem;height:9.125rem;top:9.6875rem;left:5.0624998807907rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #bIbxf1wf9XBnq1RZ5mUFDr0iOHz9QTd6 { width:7.125rem;height:2.76171875rem;top:12.868750572204rem;left:6.4374998807906rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.26);display:block; }
 }@media only screen and (max-width: 763px) { #hd4XsxTR1g4kI0ilfpTiHTyTdPOq7MQQ { width:20rem;height:18.240270727581rem;top:5.0625rem;left:0rem;z-index:100000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #n5yVpQ2yV5HcbM9PAUUZ5n1fiAOXxTP4 { width:18.5rem;height:3.375rem;top:33.59375rem;left:0.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff0e2c;background-image:none;font-size:1.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #pUbTfw7quWHCVaPrugLLTg6TuKTN45k4 { display:block; }
 }@media only screen and (max-width: 763px) { #wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K { background-color:rgba(255,255,255,0.94);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { background-color: transparent; background-image: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container > .video-iframe-container { display: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container { display: none; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .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); }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { border-width: 0; border-radius: 0; }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row > .video-iframe-container {  }#wJbnN9AVJc9gt1XT68lBTJCbhiWkuT0K > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv85uDnhqSTpfOABTTMXXXvbXFrn7pRf { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIR4I1IJbVxpZowvP3oftr6zZtyo9M0c { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZq2WEko3H3R6DwvMb1EehJwTeMlb20n { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ8oT4Ohpc0BS6dZmsW9K0OnWcIVkq1b { width:2.9375rem;height:3rem;top:33.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6WHqrE8CfLt7vcmJz8e236oIbaegNg { width:2.625rem;height:3rem;top:59.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPN4p3vPS42c5PDDpysPO55uNaEiW8N9 { width:2.8125rem;height:2.8125rem;top:71.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leX0JGDT8rPStqglWXV2ObnuefalMRTx { width:6.625rem;height:1.9375rem;top:46.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q06yHs83rdighDnyM3rWTWsI6KzWfQzU { width:6.625rem;height:1.9375rem;top:59.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5ekbpt3DyXNw0m1BQAWODocGSRs4By { width:6.625rem;height:1.9375rem;top:71.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #McFwXIThpcqv9T0mQotnkcL2PEffFqTD { width:10.375rem;height:1.949225rem;top:75.125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zumDlCuiwSPngLSpe9xK6N6TkgX7Zyqq { width:13.6875rem;height:1.94921875rem;top:63.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItIGKTwTTge8qJ5LOiGiDpEHns5ylTu { width:16.375rem;height:2.9238375rem;top:37.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6talvIUTcK11SHvw2PpmJ2eMuxIUhR { width:14.5rem;height:0.975rem;top:78.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBIUrWzvq7uC4qALucsM2U4tpWXrn2y { width:14.875rem;height:0.975rem;top:65.6875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6i5Ei3rqhCQGK17uTKayK81iGTIFvl9 { width:11.8125rem;height:0.975rem;top:41.0625rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdQb1TsKAPU6PxRIHUgqLSZEyJRk71tz { width:17.9375rem;height:1.95rem;top:2.6240234375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#040107;display:block; }
 }@media only screen and (max-width: 763px) { #VWmAF6FLigFRU0bHbfeTNb3Th120Ez3y { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxbBMGXZcH0S7utQTrd6Empvhmah5u0a { width:2.625rem;height:3rem;top:7.4375rem;left:4.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IJWiOoQrt0HylEaIdawZLOc9f2yr2zmB { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyZytRcIJT6e7LLDbcBkvxfW6mAIdayW { width:6.625rem;height:1.9375rem;top:8rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmFibVUTqIFLolHpTH8TZM0tXs4WKGk { width:16.375rem;height:1.949225rem;top:11.66845703125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFFRiVbSxwH0gdCIIepTvdpsXDKKmnH { width:13.125rem;height:2.923825rem;top:50.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpURPrQt31DHvWBWxdZGWBcVq2gG7E5 { width:2.875rem;height:2.875rem;top:46.125rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rnGb2CHpPauO9IlGk69d08Mn67NhXxC2 { width:6.625rem;height:1.9375rem;top:20.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKARqSSWrcvB7WfvMmh6krMu57tMmaX { width:13.8125rem;height:0.975rem;top:14.375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9D8wpwHcSJt3UczbCgmQod4E25tBAP { width:7.5rem;height:0.975rem;top:53.75rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rJo7cbybZbZPIsaPMnhyZIbUhLRx1H { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPArKpJaI7xQ8VWizmDQ9iLaSiDZ6aPT { width:16.375rem;height:1.949225rem;top:24.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApcfzRww4re9OXHbDDkoy0xuIcm5RccX { width:14.5rem;height:0.975rem;top:27.3125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsqi7m14tD9WzfcOrBQZnNJcmUneIIW { width:2.875rem;height:3rem;top:20.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDsbNhVz6lIILrhJ33C8IhSGroyghF2 { width:6.625rem;height:1.9375rem;top:33.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpDNpgtT3oSS6adTc99TOVONW3RSOiAk { width:17.625rem;height:11.4375rem;top:70.375rem;left:1.1875rem;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #z9QxlDLLMlCAA4dgErCog82zAZvvNCET { width:17.625rem;height:11.4375rem;top:57.8125rem;left:1.1875rem;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JPTaPGygrMW1XlxNrt4n6HNyEpyTK90n { width:17.625rem;height:11.4375rem;top:45.0625rem;left:1.1875rem;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u6X4XSMrRWm0iF7JMlHnpTv7xBJCBAhT { width:17.625rem;height:11.4375rem;top:32.25rem;left:1.1875rem;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #CxLtgnVBW7hzWnnZU5aofvtPRqAtTcIf { width:17.625rem;height:11.4375rem;top:19.3125rem;left:1.1875rem;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #z6dG7Ftfys9vRTOcN6wIHTv75Jgp0cNT { width:17.625rem;height:11.4375rem;top:6.4375rem;left:1.125rem;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qzLzMtGPRQsUco3xp3otO6EcKPE3Muox { width:17.5625rem;height:4.25rem;top:82.9375rem;left:1.21875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff0e2c;background-image:none;font-size:1.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #QBGwxvDDwXXcbhC4P1GiNTBayQPoFH0s { display:block; }
 }@media only screen and (max-width: 763px) { #Jyh7KNfQ6abqay8tibDHuZMTiwHrABJg { width:20rem;height:1.4428857715431rem;top:1.9375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IpQBbPO5H6afpwTSuPFlkPdqT4yk193s { width:17.9375rem;height:1.95rem;top:2.6240234375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#040107;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #HaCiXhuNNagIEivgIGZhaONwqUnds4T3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3.adaptive-delivery-prevent-bg, #HaCiXhuNNagIEivgIGZhaONwqUnds4T3.lazyload, #HaCiXhuNNagIEivgIGZhaONwqUnds4T3.lazyloading { background-image: none; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row .container { border-width: 0; border-radius: 0; }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row > .video-iframe-container {  }#HaCiXhuNNagIEivgIGZhaONwqUnds4T3 > .row .container { width:20rem;height:255.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PG73MtTSLaaTLZOUF4vETZklag82o9EZ { width:20rem;height:1.4433625rem;top:1.4617311954498rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdugpL5W9V8oNhkmNJDy3e6guIKALoz { width:20rem;height:3.5rem;top:0.6376953125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9eAM0vrmS4WWO9yLdoDlblKBiQxvFC4 { width:16.125rem;height:3.125rem;top:249.9990234375rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyM8ktysWTXvlBuCT64r02Sib4w3rOU { display:block; }
 }@media only screen and (max-width: 763px) { #y9DQXfde4PKQ3mhpTn4egoqkMVnR0Rx4 { width:16.0625rem;height:16.25rem;top:37.435546875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8h4Cvb0iFtvzL3OScN7KP56DUfKGeIi { width:19.0625rem;height:14rem;top:22.685546875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkau0HDKA20FLrn7mIvTWwsiBg8LbhEz { width:15.9375rem;height:11.9375rem;top:189.8125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChrhVOGgswTP1OETsWtP4Xax1wf4296 { width:16.3125rem;height:16.3125rem;top:5.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFB2xoiyFF350Sef23TtzMT3S9dKQTT0 { width:15.0625rem;height:15.0625rem;top:123.21875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6WIueVv2TPZTnFzzuLahgyvrsgy9dIe { width:17.3125rem;height:19.0625rem;top:203.0625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbReST9RqgGTHs9KyEM2Itc1HAm3Vviu { width:17.25rem;height:24.5625rem;top:74rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTo4f2dHO3TFcD0dsTliOXPNmS31lSc { width:20rem;height:20rem;top:100.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXU3afGTb7DNl6ZaxGNpeHxXAdE9doTR { width:20rem;height:14.016625rem;top:157.4443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpSP6IlPt60oc8hKb92xkfDsVToyu1Hx { width:16rem;height:16rem;top:139.5927734375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9H12R280MGiTrpgFKXovEuJCr1TH65l { width:18.4375rem;height:18.4375rem;top:54.6240234375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWeq1QaNcQ9oVETzyk0UxtRO7kCvq9hB { width:14.75rem;height:14.75rem;top:173.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVMl9zGv4A7XKAZrMi5gN9IUvnfhEbgC { width:15.6875rem;height:15.6875rem;top:5.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXe9CT9cHzV0C54UT5OHm6KmbCLCVF4s { width:14.75rem;height:14.75rem;top:157.4443359375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqdGKbAsvxVPHybMG40rhXDZwCHkB2cJ { width:17.0625rem;height:22.3125rem;top:100.25rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABSwZH7Os7zk7vpO40Ky9Dg6bvxZ1Pyz { width:17.5rem;height:25rem;top:223.1240234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB { background-color:#fdd9e2;background-image:url("https://images.assets-landingi.com/uc/94885a02-d19b-4139-b4dc-35e599476ae1/73.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.adaptive-delivery-prevent-bg, #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.lazyload, #weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB.lazyloading { background-image: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { background-color: transparent; background-image: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container > .video-iframe-container { display: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container { display: none; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .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); }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { border-width: 0; border-radius: 0; }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row > .video-iframe-container {  }#weGAFVQCMoGZh09Ilvq9gS9AeTzfMcwB > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATRbWsLzNl57o2KZ5pUf717BLg6dWEXb { width:11.125rem;height:9.6875rem;top:4.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuCdGw8JfZD3U3F0p5mn352Fauwr5eBT { width:8.875rem;height:5.875rem;top:6.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTEUJM2EHyqg9zPNptiMygwbqeIH4h5U { width:5.1875rem;height:5.375rem;top:17.8125rem;left:7.4375rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #mnAXmITvtATRETLSsmiJKOh688h8tvSL { width:3.4375rem;height:6.375rem;top:41.4375rem;left:8.3125rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #XRfTOXZnBTdx5qf5vn6SV5fS38hNyTaG { width:5.125rem;height:5.125rem;top:30.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcxkBIxQZgo7eCTAwuFWJtbR3qmWHcfl { width:7.5rem;height:2.3125rem;top:12.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b80we1qG8op8yTi7WXu4UpcviOQVmpRT { width:15.875rem;height:4.875rem;top:68.51171875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScaMsH4cI3OaAGLRJgam1pKXCCKVbBXy { width:15.875rem;height:4.875rem;top:95.86133125rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyTQBTB1Kpi2PSZaqbhbSGhclScDwQTN { width:15.875rem;height:4.875rem;top:136.21094375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFvrCbBTHZ9FdWW3GQSIWuq1PafXow4b { width:10.6875rem;height:1.5125rem;top:13.3125rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxCZLVODhFqo0M3d1MuyXD6ezxA2R9i { width:6.375rem;height:2.75rem;top:23.875rem;left:6.6875rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uZp89OJbRcb6FnaNRlJTkOPWUF2pqH0W { width:7.625rem;height:2.75rem;top:35.75rem;left:6.1875rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qW4KQSdNlgENE9OJ87lkBLdynhXDSqcs { width:7rem;height:2.75rem;top:49rem;left:6.75rem;font-size:1.375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #cHEuAOHB1ltUqXEKR4wDoOEx1Eg7ayUM { width:17.875rem;height:15.625rem;top:40.32421875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3frl0uQ34uRo8mHZP4ZqFAx7oBXykIZ { width:17.875rem;height:15.625rem;top:87.5859375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrAXZDp3FIlSaFrnCsUr7aI9luSi6ZtO { width:17.875rem;height:15.625rem;top:78.98633125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5IaO1zKnOX9SI9sOmIaa2ntINqJV9f4 { width:11.1875rem;height:9.75rem;top:15.625rem;left:4.375rem;z-index:99997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffKzWQ6AeeoX0T1EApQaeh7uTRtofTTR { width:7.5625rem;height:3.9375rem;top:23.1875rem;left:6.25rem;z-index:100018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B286ErBTB8yw7ieuOp30f7ZUzQB1sktJ { width:11.1875rem;height:9.75rem;top:27.8125rem;left:4.3125rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xwZ1n498IwnO0xhFO0Ox6dZdaxSVISgr { width:7.5625rem;height:3.625rem;top:35.25rem;left:6.25rem;z-index:100020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wtc37AENCsrhGSNZmPsS9pOclUdsmwBp { width:11.1875rem;height:9.75rem;top:39.875rem;left:4.4375rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kD8XLgEpIdnzP6FWPXBKiQ6OXNPJty6z { width:7.5625rem;height:4rem;top:48.375rem;left:6.3125rem;z-index:100022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xUpghrmPU7UFUNiwmTu0XGWm1TVLCZPA { width:18.9375rem;height:1.58125rem;top:2.4375rem;left:0.53125rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/610f1f96-8b3c-44b9-83aa-2b4b30460f48/6041577.preview.rotate_180.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.adaptive-delivery-prevent-bg, #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.lazyload, #kT0IGiiUA11mT2iy2ZzavDn7csb1spTx.lazyloading { background-image: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { background-color: transparent; background-image: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container > .video-iframe-container { display: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row > .video-iframe-container { display: none; }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .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); }#kT0IGiiUA11mT2iy2ZzavDn7csb1spTx > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9W4al9uhmpeHLc5NXwTlLhl2VGDptTS { width:20rem;height:1.8125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNI7I6HZiPmw9MAw0Vc6TkIBfJwKNzEM { width:20rem;height:1.21875rem;top:5.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7xbpups6cf2ngefvou7Bfkf7quUNLn5 { width:20rem;height:3.5625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SBBAmBrRdQfzzXr4o9IMO9RfbXCoXV { width:15.125rem;height:2.4375rem;top:8.6875rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEdDQmTH8vovgUHXAFTrwM0uoEOvMM7C { width:3.125rem;height:3.125rem;top:10.49609375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKIloCimxcygeCEHEtPkMxDH4mv62UtT { width:19.75rem;height:1.8125rem;top:14.87109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2z6C1PKkPlh5RrRBVw4EvmMpHKmHPWl { width:20rem;height:1.21875rem;top:13.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7qTt4ILmAXgo4O9WKgLV5hfWpGayaao { width:3.125rem;height:3.125rem;top:18.18359375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzmLschxFp3s4dTIZrh4iUkkfoLPneRe { width:19.75rem;height:1.8125rem;top:22.55859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNDCVagRUSgTyickIoKApoRBfmG8T6u9 { width:20rem;height:1.21875rem;top:14.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOUfN7vXT8MNQaDx4WQ42bsbeQ4MwcfR { width:19.75rem;height:1.8125rem;top:40.99609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND6ONl4M795kGZRbLwDGiwDXb61BKuiF { width:20rem;height:1.1375rem;top:21.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKkwHo4rg3K58B34hz57v2ROPypMMtp5 { width:19.75rem;height:1.8125rem;top:33.30859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECPqyfsDeoqRTiDMbnO0ewTP7eiluggX { width:20rem;height:1.21875rem;top:20.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vv1cbduxpqEK4piBUw5UeTg2W13nHbAn { width:3.125rem;height:3.125rem;top:28.93359375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bG360iSVUtxExbd1VKd3kDp5qFDDCG5E { width:3.125rem;height:3.125rem;top:36.62109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWQtRD4cN2uOWxmTJ7waO27E6CzbgQ7k { width:20rem;height:1.8125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pApzCGqQ6OpA6eXAbn1ToabCHpJwUqQP { width:20rem;height:1.21875rem;top:17.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTBOsvGsXAHiklOoZwE6GriK2XqskTH7 { width:19.75rem;height:1.8125rem;top:57.05859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0eMA6f1lbPnHbInTz4930dw2wvfWBfg { width:20rem;height:1.21875rem;top:24rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQ2O7StBMGS5lZVf3Z1a3mHL8r8U3D6p { width:19.75rem;height:1.8125rem;top:49.37109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHTWZSwvph95CukHLOG4IUZT8cfuiXPc { width:20rem;height:1.21875rem;top:22.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyfzhSvuXrbJQqeqb0BcXWLltsreZ2it { width:3.125rem;height:3.125rem;top:44.99609375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uw5do49HKQCgfAF94Nva6phDaoRO2rlP { width:3.125rem;height:3.125rem;top:52.68359375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfLUTfRsSAzWcUvhWyKl2WWSZm8zKuV3 { width:3.125rem;height:3.125rem;top:60.37109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXB0m9bUDTs1Mui8CZ9rBioXvT9MEcFf { width:19.75rem;height:1.8125rem;top:64.74609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFRlcKzAe0fwqiTMgB3z3AZlaCOfzQ4T { width:20rem;height:1.21875rem;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwQgCGLpyrJgTtUZHVTJ19LEs5PsmaxX { width:19.75rem;height:1.8125rem;top:98.55859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0z2vlZdywrEIwFLznAZ0Mxr8MwUi65l { width:20rem;height:1.21875rem;top:34.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhOBWQnMgiwl6N7aWzfys6fcN83SbrE3 { width:3.125rem;height:3.125rem;top:86.49609375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfiet1AfKP68Xxn0hHp8xGCmnJ1BIGOm { width:3.125rem;height:3.125rem;top:94.18359375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGTKkS4Dsacru136BOW7U1DLN265CvLT { width:3.125rem;height:3.125rem;top:101.87109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLzSvqAnVvSichAmJ0Ps6Ad9M0isI9q8 { width:19.75rem;height:1.8125rem;top:106.24609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGzfXf27LFIpWw4KDiPAwPhIsVV9onW9 { width:20rem;height:1.21875rem;top:35.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS023PscbM3Du5mKdGTgdC5aM0g11lC5 { width:19.75rem;height:1.8125rem;top:83.18359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0li7RNiMusBlh8e08gvSVUNLOkk49pc { width:3.125rem;height:3.125rem;top:78.80859375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpTUaJryTQt7UEWunCoFgKeCqzykS3Sc { width:19.75rem;height:1.8125rem;top:90.87109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNmuy3u75KOVqNUTUJyQT7KXLWBo2syy { width:20rem;height:1.21875rem;top:33.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JN9M7nB0CsvcsZuhG7q4oyuR4p5fmZXD { width:20rem;height:1.21875rem;top:32rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWFqqn9L7TwkoPeIwrdgLmFbocfVSkvt { width:19.75rem;height:1.8125rem;top:75.49609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzQL8LlOxV0TStMvyBtcNt99tsB7L8fB { width:3.125rem;height:3.125rem;top:71.12109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPofW580Cs0dUlSoo6zxzzPdHmVpmQlH { width:20rem;height:1.21875rem;top:30.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExgEZtnTo7boH0D9Ggl9HD5HVR8OiV4l { width:20rem;height:1.8125rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVlnDNfyG7sx4B1CfyetsLXbhswDHOZ { width:20rem;height:1.21875rem;top:27.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC2qHn23PUS6WAzZrVGBcc3cUf2Nb2Ku { width:19.75rem;height:1.8125rem;top:116.99609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhl5GdnqN49e4ItGP6Ey9Tw8Tudg3mOg { width:3.125rem;height:3.125rem;top:112.62109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTc46dLZDivydMcSOcr7JaNcmgmNZ0KL { width:20rem;height:1.05625rem;top:41.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSL6hINN8FDOh7KPZXU5mdvmZyhDAscH { width:20rem;height:1.8125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWOEgJoNnUTlLxIf0eHLKPkyHrTi14UK { width:20rem;height:1.21875rem;top:38.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K25ig509NuDTrOTGW8IcHSJITh7XXThd { width:19.75rem;height:1.8125rem;top:151.49609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ihtstoz31HGBCsJwgLKU0lbG76uXFvq9 { width:20rem;height:1.21875rem;top:50.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5l2Vps7qUstHxQdKRGZxCKKbF1l8C4o { width:3.125rem;height:3.125rem;top:135.05859375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d969rgTkaidT8T4k5LqooGG3JTpnrpL6 { width:3.125rem;height:3.125rem;top:147.12109375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #axbqbtV1MxgQvqQ1gaX8VHLgDnyftEoV { width:19.75rem;height:1.8125rem;top:131.74609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTVuCJUgnCHCUPJT7JZx6TkU9DBqFUMi { width:3.125rem;height:3.125rem;top:139.43359375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcTvmhTzSezooi56bprQCmwzQI91TdAA { width:19.75rem;height:1.8125rem;top:143.80859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiN7ezPZipNZuyFTftIaa7ugQKgyo0up { width:20rem;height:1.21875rem;top:49.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xw5wwtRL4Av1FDM3ExEARMT62RxVDFX9 { width:20rem;height:1.21875rem;top:47.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPLtHlDUKkXEoBLLGb56cIHBWWlnSq7r { width:19.75rem;height:1.8125rem;top:128.43359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElD7xsFvop0n8VBTeFXoT445WOTRDW3T { width:3.125rem;height:3.125rem;top:124.05859375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyHotIDPTv6KomIxqcHNq2xJuDc6n9ao { width:20rem;height:1.21875rem;top:46.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caOmV6Z0v4dPKPm55wM52pThcPrryOW2 { width:20rem;height:1.8125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8vfT4PQl2f5NoXpamVW7stvcCXSLOp9 { width:20rem;height:1.21875rem;top:43.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8W3Gp3hTGrCm4skZydOuheDOZ9bRQ3P { width:3.125rem;height:3.125rem;top:11.125rem;left:8.4375rem;font-size:2.1875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #AgMozWNEpGIkXmxTvmUzgL412CQB96G1 { width:3.125rem;height:3.125rem;top:17.8125rem;left:8.4375rem;font-size:2.1875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #xCs7AXq2X6lEwWGlnuBTKOoKol6XQc0n { width:3.125rem;height:3.125rem;top:28.25rem;left:8.4375rem;font-size:2.1875rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #rImaqOEbASmNBSP4o5QhMvHbaIJDBiw5 { width:3.125rem;height:3.125rem;top:39rem;left:8.4375rem;font-size:2.1875rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #AcFS0RQz4LfuNBasAUtWPTq6ea1TS9Pf { width:3.125rem;height:3.125rem;top:44.1875rem;left:8.4375rem;font-size:2.1875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #nFw6MxTAxGeidloCRWvkKZMvb1SIek4s { width:9.125rem;height:0.61875rem;top:53.790626525879rem;left:5.4374998807907rem;font-size:0.5625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #WPZebq5gcnXg1vPMxl3DvlVGXcXTGCvD { width:11.0625rem;height:2.88671875rem;top:1.494140625rem;left:4.46875rem;font-size:1.3125rem;z-index:100022;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VULfekIPbbU4agAEOLU6LxfJ2HuGNw7P { width:9rem;height:1.375rem;top:53.10000038147rem;left:5.1874998807907rem;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGwzXAHezDzmgk8qT4TImUK5R8bbToky { width:15.5rem;height:2.3125rem;top:52.943750143051rem;left:2.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSZSWrTP9kzOJ80LRfXS9xPbTHVDP4p { display:block; }
 }@media only screen and (max-width: 763px) { #RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 { display:none; }#RZEIPTT3EJKeNL3THfRTg5qZ61STvOd5 > .row .container { width:20rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tSn74Nyhr0Wnh9I2Gw7uThed4JSeiCmG { width:20rem;height:4.1102756892231rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #snAiot8GuUOLtKL1HUMhVH0Z9htTvSCH { width:20rem;height:3.6734693877551rem;top:30.2578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrqRzTP65xBgsFPaynCiLIWM66NVRflF { width:20rem;height:4.1102756892231rem;top:59.7285125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONM9ARfk6NfkTKHQGSXsl8wOFirdUghb { width:20rem;height:4.1102756892231rem;top:96.6347375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rw4b9S6f4vluNTuTuTWxyCTW9DLFJH4F { width:20rem;height:3.5042735042735rem;top:101.9941125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFy6XEMCB8tFNDim6c6nBfUJIDGDqFbz { width:11.9375rem;height:0;top:1.73046875rem;left:4.03125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLaUiayKagD1kQmWZWKe02FDbCIiyFBo { width:16.5625rem;height:0;top:35.1806625rem;left:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #viRHRJAyS1VV6I37y0r9pAf9f1JKlXfn { width:14.875rem;height:0;top:65.0878875rem;left:2.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh3HxvlpuLN1MMTcHRPUQc5GhxW4brzc { width:14.875rem;height:0;top:69.548825rem;left:2.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTiaN5g5BmzFTPgpIzBU4xXqaze4BmCu { width:19.75rem;height:0;top:105.4970703125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NftXuEh39XvHtzQ62DOgCXZFXeIRWAZu { width:19.25rem;height:18rem;top:11.0078125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fl6QJi84IMQR68EddUdgDPbQGQDiVLns { width:19.25rem;height:18rem;top:40.4785125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDgaG5RR9Vb3AOnsOyqmdOPlNkswCP1h { width:4.8125rem;height:7.75rem;top:53.1875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvF6lVOthEpKeiTosWmJ7NNCUsc1u6Ak { width:5.25rem;height:9.125rem;top:42.4375rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p90UmN3yweHaiiTXfevBt3CgmUQLB4m4 { width:6.25rem;height:7.9375rem;top:32rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgxrPvGJ2vOEiqxuBKXUAfNSUz1iCp3z { width:5.6875rem;height:9.5rem;top:62.1875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #awFVGSVbC2AnJ54CL1wTfnOW2ZFBosoW { width:9.1875rem;height:9.1875rem;top:73.0625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuP4aqog7BBNNIFKcOKCqTEB5kPLVSxt { width:8.625rem;height:9.1875rem;top:83.5rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0oM2UpIWnu8P0Mp0DaPx1sfF32bMxPh { width:17.125rem;height:2.625rem;top:29.125007629394rem;left:1.4375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GOTqycyGFFcbryJy9y8ctSanr96eBh { display:block; }
 }@media only screen and (max-width: 763px) { #n2k25Zg75uptdq0dgpmOe6TVaRgXisZ8 { width:12.5rem;height:11.625rem;top:15.25rem;left:6.125rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #TthrEgz5LgbooX2U8MwGEs8gLqTz5zeq { width:19.25rem;height:17.9375rem;top:34.92773125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHLIwp2wDWFrNGP37NJ4wCUpPg6vBpbv { width:19.25rem;height:17.9375rem;top:54.17773125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/610f1f96-8b3c-44b9-83aa-2b4b30460f48/6041577.preview.rotate_180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.adaptive-delivery-prevent-bg, #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.lazyload, #o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g.lazyloading { background-image: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { background-color: transparent; background-image: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container > .video-iframe-container { display: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row > .video-iframe-container { display: none; }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .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); }#o85TVqEm3bhVumL51K2IHXJUwmG9Uc0g > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhD7abbtBHUfMFq6rZiFJXQPwqssT8Ao { width:20rem;height:2.2rem;top:1.4617311954498rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkyPxtcFhFNasDHwAn2pQCFpJJzJh9h { width:11.5rem;height:17.3125rem;top:4.3117187023163rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOc5yJtnBNs61kMpRNQbGnFK35r3sCeq { width:19.5rem;height:28.4375rem;top:25.5rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi49PHKPfXriCB8C4t8DLBMDt3285TDr { width:17.5rem;height:3.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLbTVNnLPpEeybsWlzg2tAsxhGQVzDGN { width:20rem;height:5.60595rem;top:25.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B18S4WyomSuux1qFqz9n9LgmxZVS6naJ { width:18.1875rem;height:11.19925rem;top:32.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oaw08VKhwz6alsvx92pdqhJ3LgHfOalh { width:19.5rem;height:12.8125rem;top:44.8125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJ1DV1R3oIsrg1q27b5v8iRxSkPypr7 { width:18.25rem;height:11.617675rem;top:45.625rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sl3TtRlwTSNHVnEcsncc5tX3NF2pKNJb { width:20rem;height:2.2rem;top:22.250000953674rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r { display:none; }#ZzK4BRH3O7Tlpw2IndkIQVyTIIN0vH9r > .row .container { width:20rem;height:30.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aVH0gf5ETF32ilBUOUFwIqaa4OlxX944 { width:20rem;height:20rem;top:25.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDBrW4TBqTw71216GitWaJ9hRSn5fA2A { width:9.9375rem;height:9.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziqi0eawger5DxQMlKXykTFzrBJUuXGm { width:20rem;height:24.5625rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0RBM3KhKdPZQuUasZspyaTe0dGLpWPM { width:8.75rem;height:8.75rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fygmCFZlOoPs5qMTgbuUcTE1XSh77o9k { width:20rem;height:24.5625rem;top:52.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pC58TvQRLRFOeg1gbe63ZOPVtb68Q4AQ { width:8.75rem;height:8.75rem;top:20.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCkTqbO7as6V46brTcTJTiV2twBrIgiJ { width:20rem;height:24.5625rem;top:130.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qibESzmmzsvN2qMCO2GJDOgan2FMF04e { width:8.75rem;height:8.75rem;top:10.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCsSh0iTMGgXuSt3ft222lZIvpam4p7 { width:20rem;height:24.5625rem;top:104.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnRcuXoWVFC6ZR86UW75iCqQKMl9FK8S { width:8.75rem;height:8.75rem;top:0.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuytO5cFC6xx2LvAuETW9BSJfJdqWkIg { width:8.75rem;height:8.75rem;top:10.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgd4HfqTTCm8p6npR0SOcmIHLS1TTmBb { width:20rem;height:24.5625rem;top:78.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpSQ42hqJ0TJUQbR2FlBIvu4vGtr1sct { width:10.0625rem;height:10.0625rem;top:9.9375rem;left:9.9375rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #oL8dxFTuaSzv0Jlf9NW1Tcyhc7moIwqt { width:9.9375rem;height:9.9375rem;top:20rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Er3HFIQTy7quouvDVFRm0AGA2xLmfR6n { width:8.8125rem;height:8.8125rem;top:20.5625rem;left:0.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #epzNisAyK8reuE4WaGlnVhnhCaCGoaiG { background-color:#ffffff;background-image:none;display:none; }#epzNisAyK8reuE4WaGlnVhnhCaCGoaiG > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UyJBPZ8bOrQ20Ooy8sDahm6JVX3RceTr { width:1rem;height:1.125rem;top:0.6875rem;left:9.5rem;font-size:0.0625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i4I2vke4uEp5FC90ro0nxOVR0bmcZX1S { display:block; }
 }@media only screen and (max-width: 763px) { #J2ZWbg02LSWHPKHIWJrBKX7UXvWWBWbt { width:20rem;height:10.422875rem;top:16.3818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkCfG7W4XCW1rCq6NbCfWfglTfpTSTyt { width:19rem;height:3.125rem;top:22.853515625rem;left:0.5rem;font-size:0.0625rem;background-color:transparent;background-image:none;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #ECJgm27FZPeN81ePUIXoXkr7pVF7RmFk { display:block; }
 }@media only screen and (max-width: 763px) { #XOmlgC0vELtKm71bEiWfVmKiODHhTXaH { width:20rem;height:22.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6TGfnfu1ts7F5POppN0zrsyE3xsRA3w { width:20rem;height:4.125rem;top:5.4365234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOKyUkppbSG9QEkx26D6Ed6aXUrpsRIP { width:20rem;height:1.58105625rem;top:2.87109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWqvmMZq8GkymTMJFx45TnqtsDLTcHXS { width:20rem;height:1.923825rem;top:37.0244140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVTreDMMtxpgWAvUV2aHDh19ZxHJwlH { width:20rem;height:4.796875rem;top:10.1025390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1CxRqy8v5gdRO8z6RNTMpBl8kZswqoC { width:15.75rem;height:3.5rem;top:28.2998046875rem;left:2.125rem;z-index:100053;background-color:#ffb554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;font-size:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oxeTNHEiGLwKtxbRTu6wQLAqs2MHhn9D { display:block; }
 }@media only screen and (max-width: 763px) { #Mi1UHaFr4EVLTTTiknsaQHOnSOqmRFQa { width:16rem;height:3.375rem;top:32.6748046875rem;left:2rem;font-size:1rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #VWx8nPhnvSwQBsILhaxEpxD6IyT0FWot { display:block; }
 }@media only screen and (max-width: 763px) { #hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft { display:none; }#hGUNpPzZDlVQmbRFKzAf9WHWOk0wLKft > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3bprDAQoAypRNTWRJDV2H0S521WfqCr { width:16.5rem;height:8.625rem;top:10.250000238419rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILHD56XlpL9KCzhJZaGIWJi1RHLx8P5W { width:20rem;height:6.8203125rem;top:19.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.86);display:block; }
 }@media only screen and (max-width: 763px) { #ssLKBRLCrquAieKICd0rT6GSmWUZPTlg { width:20rem;height:2.7625rem;top:2.0751953125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcp4lFUQZ1ceJlfi7hpgGK3NUG4MNTc5 { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.91);display:block; }
 }@media only screen and (max-width: 763px) { #nf05TLrM4V8W3IlmE004aoGK4rl2svWD { width:20rem;height:6.6875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMuEWNrh6c9XuhrnqfbF3m7A8DbieLN { width:15.75rem;height:3.5rem;top:27.425001144409rem;left:2.1250001192093rem;z-index:100052;background-color:#b09090;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;font-size:1rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZO36EzwgTor1utTsXVT4iLqp3u3WwBr2 { display:block; }
 }@media only screen and (max-width: 763px) { #dpzpvbubLFdG5OATWii9u7FX4E7gk8gf { width:16rem;height:3.375rem;top:32.174999237061rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7L9JQnOxqVM00dca0IbhImguEFqovN1 { display:block; }
 }@media only screen and (max-width: 763px) { #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi { background-color:#fffbfc;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.adaptive-delivery-prevent-bg, #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.lazyload, #EZTotCT30aCmnUtVPtgqNSZSURyCK9bi.lazyloading { background-image: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { background-color: transparent; background-image: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container > .video-iframe-container { display: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row > .video-iframe-container { display: none; }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .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); }#EZTotCT30aCmnUtVPtgqNSZSURyCK9bi > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3aCDNlLJPn1tHlnQeEttdxnJGVQEoet { width:16.5rem;height:8.625rem;top:5.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlqBfthNgcO0fGXTISGFrQ1Js5080AA { width:20rem;height:6.8232375rem;top:17.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.86);display:block; }
 }@media only screen and (max-width: 763px) { #TyiWGTCSw8Vk7D1SEPmSQlp1GZ5xQw3T { width:20rem;height:2.275rem;top:2.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux5TSsD71r9i2A9Pa6ffKvEhrCfdmTXl { width:20rem;height:6.6875rem;top:17.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJT7cP9FTMd7Sf6c7ruVG2dm88VuV1J5 { width:15.75rem;height:3.5rem;top:25.6748046875rem;left:2.125rem;z-index:100052;background-color:#ffb554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;font-size:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #H8NeT5zGFtqMryiLKdZZqFHENVA6DJTC { display:block; }
 }@media only screen and (max-width: 763px) { #UBiNFbl3sxJV0yZi27b4yntTVtqvOGlS { width:16rem;height:3.375rem;top:30.2373046875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1zh3fnIUFIfuZQkqLOkkQTBtTkwoDi { display:block; }
 }@media only screen and (max-width: 763px) { #lqtUo62TDBKLImuOQ6xupSQdF2KJ45Xr { width:20rem;height:2.0625rem;top:34.3623046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7PcTolaNDSWo1DkXLkS0B902r92VfmU { display:block; }#K7PcTolaNDSWo1DkXLkS0B902r92VfmU > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLcITaAQuxKTGWlWVw04H4nBnT2QkJQI { width:19.25rem;height:10.375rem;top:39.375rem;left:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nfTJUrblzzbuZKTnwIRC5TZm48yGAdaV { width:20rem;height:10.9286875rem;top:79.1025390625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #w8i5tvsZ1t8kLqsdzzvV1ONWGKtJZbVS { width:19.5rem;height:10.975409836066rem;top:37.625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.25rem dotted #ffffff;border-left:0.25rem dotted #ffffff;border-right:0.25rem dotted #ffffff;border-bottom:0.25rem dotted #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ND8Ap0BQDRcfTGfpL0Hzyp1TtPG9FchQ { width:17.5rem;height:9.875rem;top:68.28125rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #A9n1sVorcsSLDxrw5wZlwDm5uchaRFUl { width:19.5rem;height:10.3264781491rem;top:49.8125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.25rem dotted #ffffff;border-left:0.25rem dotted #ffffff;border-right:0.25rem dotted #ffffff;border-bottom:0.25rem dotted #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fW0BxlBK9fT1gxfBpA0RHwiRhCbIdrx0 { width:19.5rem;height:11.019047619047rem;top:51.9375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.25rem dotted #ffffff;border-left:0.25rem dotted #ffffff;border-right:0.25rem dotted #ffffff;border-bottom:0.25rem dotted #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oOGPfbAIAvCtPEqOm1BgUR0BMXkNiQTh { width:15.9375rem;height:2.6875rem;top:90.90625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVJPn38CsEKI4NKF36xkIxqTbFQNQIgO { display:block; }
 }@media only screen and (max-width: 763px) { #p12mu9u3verOs4rDcKsKm49RPVycnJZv { width:19.5rem;height:34.5625rem;top:25.9375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhyEltUgXWHTBPeAI4tvm5tR3mfI3yo { width:20rem;height:9.3432625rem;top:27.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTPmwxUbkOGf1Jyf0hKTFnSPXBgR5kC2 { width:20rem;height:3.7119125rem;top:0.9248046875rem;left:0rem;font-size:1.6875rem;text-shadow:0.125rem 0.125rem 0.3125rem rgba(2,1,1,0.81);display:block; }
 }@media only screen and (max-width: 763px) { #BEURIB8Uc9GrsMSozD2hJ8uTCH4bwau7 { width:19rem;height:12.59864375rem;top:38.3125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTwlCTDmiaqihEHitbO2VnaMnLw6ZBHF { width:19.5rem;height:15.5rem;top:51.75rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu2CRtfMLuZulWIcfyUbcWTHTAD9My6z { width:18.25rem;height:14.7861375rem;top:52.125rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDJkLTlv2tGaKOLRJvAHh4x6UNsINOop { width:15.375rem;height:15.75rem;top:5.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8WzHZmOsdTdqEgSlm7eyZwnasO3E70a { width:20rem;height:3.89609375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP { display:none; }#KlTfr6t67rDxGQawT6TgrCJ0dhDWIImP > .row .container { width:20rem;height:48.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZSysbMcrTJ3MBarMPo60qhgOmQBDsAOz { width:18.560125rem;height:3.16875rem;top:32.000001490116rem;left:0.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2c5pdBy6knTdGvNBXmLTDDRMSOmTG51 { width:19.3120625rem;height:0;top:17.281902313233rem;left:0.34396702051162rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #kr3mZWQrETCUaED0oIf3kf0pFQIkFFiw { width:17.6233125rem;height:0;top:25.885009765625rem;left:2.37548828125rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #F27atCxviFm5WtACZPLEehCsqkJ0cOqG { width:20rem;height:11.292rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbu9tqFV1XkzSTtq8MvRR1pXh28XokNG { width:18.6853125rem;height:0;top:24.20166015625rem;left:1.3134765625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #TNPcH13TMIJITktTVhnlzIQogXTMErsI { width:15.8125rem;height:8.25rem;top:6.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0th1sNDwoQ51S01CDQDTd45l0Robd2L { width:20rem;height:6.825rem;top:18.418750345707rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVZxzDABndUWCgUrefcAL8ALPfXqX8Hz { width:20rem;height:11.25rem;top:36.418750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU { display:block; }#DGQ3CTmG9mLt2mq4DIibQazZsVVC4FAU > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyfn8rq98Lbu9P2vgO2z5goTna5GHFwk { width:20rem;height:3.59911875rem;top:2.02734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ey9097tpSPbQWGyftdoIX5XD5PL6pZGv { width:20rem;height:3.75rem;top:2.5625rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #T1dH6xb6s6UZqtZ8H0Dg6JQWpWoMDDB5 { width:20rem;height:10.5rem;top:8.7705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIkyJMWgaZ0pGcbKvfulLxEkAO8Htwhr { width:20rem;height:1.5rem;top:52.0400390625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(255,255,255,0.84);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U7hGpteOeRllCR4vfTi7tTCzclHBbmKo { width:20rem;height:3.5rem;top:31.625rem;left:0rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #n0vEutmdZWf6hLliN0BcLzl8Kf1rRHsZ { width:20rem;height:1.625rem;top:37.625rem;left:0rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(149,149,149,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #hZTDm5W245nfTwNdm6w4Tp98w6r4AIuG { width:12.6875rem;height:12.75rem;top:26.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twc59zScPJQeFFQtT3uu7RMlcTrOOolf { width:20rem;height:3.3328125rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H766wEetG3XCwNhoOOWLkDJdSsDKD5hL { width:20rem;height:6.75rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqtyhO6atXTJ7I6dibqlXKzXcIwZIRE { width:15.1875rem;height:5.0996125rem;top:22.0625rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;text-shadow:0rem 0.0625rem 0.125rem #ffffff;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EZToWArFf2GBK9ohUoGN3lVf3s6iN3fK { width:9rem;height:2.25rem;top:49.142578125rem;left:5.5rem;z-index:100052;background-color:#ff4343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;font-size:1rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weyu17SVQomEpltE0uKH9aN1TTVVbzsv { display:block; }
 }@media only screen and (max-width: 763px) { #mXf1DvQCmANAxEcTdUflroZ6uSXitV3c { width:20rem;height:5.17383125rem;top:43.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(255,255,255,0.84);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Dx8HtGZf8GGewy2l8TIhX1uXSNkE3btW { width:12rem;height:3.375rem;top:54.7646484375rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ82B3T1RK4tPu6JmmqBq4osS2WiRtRW { display:block; }
 }@media only screen and (max-width: 763px) { #ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U { display:none; }#ey8WGUsTdde6TdZCnpc0xiLAWdbnRg0U > .row .container { width:20rem;height:55.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oW6FnZvQI3uxrMUTFelLMwU9hXNQl6iO { width:20rem;height:4.3875rem;top:3.6250004768372rem;left:0rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mmPgRZdJ6ZnftcBffHQoPl7WwaM9vyee { width:0.625rem;height:26.5625rem;top:46.6591875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwuN7Hdoob7HJfE2LDLQ4GqSwBdWQhzJ { width:18.6875rem;height:16.89060625rem;top:10.35546875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En2lfRLTpuhhtXxQqRc0U56VOwopHAAR { width:20rem;height:3.89941875rem;top:28.443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNNlq4gRmdxI1Oeq0swze9sV0xxkhZR { width:20rem;height:2.4375rem;top:25.443359375rem;left:0rem;font-size:1.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #IHPVx8FF1M5VPRVrpfBNQ8H8eqRnZlVh { width:20rem;height:2.5996125rem;top:33.880859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2ed67d3-30b2-4313-9439-a2cb7afdae1f/24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.adaptive-delivery-prevent-bg, #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.lazyload, #ZpLwf6AplShsyl2eVHsOqGW032AWoLBs.lazyloading { background-image: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { background-color: transparent; background-image: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container > .video-iframe-container { display: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row > .video-iframe-container { display: none; }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .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); }#ZpLwf6AplShsyl2eVHsOqGW032AWoLBs > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAD8fq2EJVW5OwpoE4MoCUZPDapGhCnl { width:20rem;height:0;top:33.8125rem;left:0rem;font-size:2rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #HOuon3KWnr8S3yCJFQ7JwhtvrHZRW7Tc { width:20rem;height:0;top:57.375rem;left:0rem;font-size:1.75rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #PmG4vutzQ0tSPVMgimMCbkFQ1Q7AKIT2 { width:20rem;height:2.5996125rem;top:4.1123046875rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #asDtg9zHN8rr1ES3u2Ind37Bc8nvyWin { width:20rem;height:1.3808625rem;top:7.66259765625rem;left:0rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #i8mJ12aeqCohzpJJ2X8VXEfUvKD7hDkD { width:9.375rem;height:3.18725625rem;top:21.79931640625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STvSBnVZvPTOTDwiWtwc89qS1ZuET5Ku { width:8.312375rem;height:8.312375rem;top:15.736694335938rem;left:5.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb2ptGLBqfN0MG46dkw9hZK9PoPBgvgC { width:10.124rem;height:3.4375rem;top:37.33935546875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epV1pnz0CLip20hPweDWbzT4ZqvtJE8v { width:9.375rem;height:3.1870125rem;top:54.3466796875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeCHJPX9AA3IakVf902i0oRJ7LexScv { width:8.4995rem;height:8.4995rem;top:31.00537109375rem;left:6.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCWMiIZ5UphFThQR0mcv02qSlUmfaMEI { width:8.9365rem;height:8.9365rem;top:47.28466796875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfE5ONsiJIQZCT9JHrnHlkrd9hc7bTtO { width:20rem;height:3.25rem;top:12.162109375rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzOWGhbCcmrUwq5INUiFQ0ifQZ67Vmx { width:17.8125rem;height:1.625rem;top:27.73681640625rem;left:1.59326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzlZnIi5Bci6zePNo3xx249h4TNH9gwh { width:17.8125rem;height:1.625rem;top:44.06689453125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9W0E2HAGWbcnLGeIRScaA1eQg6kpLh { width:20rem;height:3.3125rem;top:3.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXzDb0puMy8a2JfBDnzyhKKPb82g7NeB { width:13.375rem;height:2.875rem;top:60.65869140625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JteNBQDd1z3VpeUzusZBAsqx54dq5gPl { display:block; }
 }@media only screen and (max-width: 763px) { #Xrxd02nkAM14zyCdL93kEkDtAoDE5Lce { width:2.3125rem;height:2.3125rem;top:27.39306640625rem;left:1.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5tK8bVF2eu4CaV6L2opMm9RhEr0wCS { width:2.375rem;height:2.375rem;top:43.69189453125rem;left:1.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbiZm0vPRZ3n0HyRDIi7WcTZbEOT6CAD { width:2.25rem;height:2.25rem;top:12.162109375rem;left:1.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/610f1f96-8b3c-44b9-83aa-2b4b30460f48/6041577.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.adaptive-delivery-prevent-bg, #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.lazyload, #pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU.lazyloading { background-image: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { background-color: transparent; background-image: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container > .video-iframe-container { display: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row > .video-iframe-container { display: none; }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .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); }#pqvS2BoEJ67qXcmkg1xkzQU6mzgCtNtU > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5J1OONm14hJayvHGJKoxrzmZybS6k4h { width:20rem;height:18.3125rem;top:32.5625rem;left:0rem;z-index:99995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D392d5cvH5V1QETbhbqzFPpZsI90IWbF { width:19.625rem;height:27.6875rem;top:40.537482261658rem;left:0rem;z-index:100252;background-color:rgba(46,46,69,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nvkchhWND4xf3cUushLza2yEizUy6T5u { width:19.875rem;height:2.3125rem;top:46.85rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #firBlFogaLv1fnU8Q3AxTBDBQyWC75nO { width:19.875rem;height:2.3125rem;top:43.725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzvErN3wx4r00HHfVfUDGu2pd1yQwufM { width:19.625rem;height:0;top:44.35rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #KAStUSVsdH4XmaLDxIXiHQIHdAn06PQM { width:20rem;height:0;top:40.5375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMTSwPT5UtpUETOB8igFqXAJ8cOePrcX { width:19.875rem;height:2.3125rem;top:49.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVitCbifNTP7tQ95ufOglvCpnJpa3hQT { width:20rem;height:0;top:50.5375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #qCSHLmg36n1F0VlAVBMu6S4KytJffE3N { width:20rem;height:0;top:47.475rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #DKNWvmTkSNOtXHDB1b5VrSWHHgg6ANkF { width:6.25rem;height:6.25rem;top:44.9125rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwg3Z98y9zzARiDJVOIdNAmDZ75ycNuc { width:6.25rem;height:6.25rem;top:47.975rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTpgaTXsLXzcpBUcMachmPB4JoT7wuXk { width:6.25rem;height:6.25rem;top:58.4125rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDyD7daz5XNB5CfakoA6GTdC1wCc4RiV { width:6.25rem;height:6.25rem;top:51.35rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rve0TH0JT7NqOEFDTGvmdJhzlFLrUuh6 { width:6.25rem;height:6.25rem;top:54.9125rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEHQI1giadTscVcdKLUFTfTQp4USFnLz { width:19.875rem;height:2.3125rem;top:56.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbyLunLdg8Fb6amcAM2PTPWNEpT9pyIw { width:20rem;height:0;top:53.475rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #xpP3Fe33Pv16zBe1daJTU6DBJp7raGvE { width:19.875rem;height:3.1875rem;top:53.0375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0P19uTqIAzr5ukUzrPJFHumVpuCw7mU { width:6.25rem;height:6.25rem;top:41.5375rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScQMlJcKbVhZRvhq7rUvqaTK9RKGSakb { width:20rem;height:0;top:57.475rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #MnmEEoGnOzKsXa2uy8WrvVwSGSFFQ4dL { width:14.125rem;height:0;top:54.725rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #WiwNlTfEtL32HTxVVftpe7CR3OsTya1h { width:19.875rem;height:21.25rem;top:43.1rem;left:0rem;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEnHrNAXNZBOwlSHybKuIRo6t7CLidyW { width:20rem;height:2.9375rem;top:59.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKzGpwSkyAPJU9GoAl9h3yCREQi6OvNP { width:10.25rem;height:0;top:60.2875rem;left:6.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLAEwtsFl1WOrGq73Ek5e1gB0ay7QaHQ { width:19.875rem;height:2.1875rem;top:56.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQAKoPbAZmEZm21oJeMJR9WEKTzhHonv { width:18.3125rem;height:0;top:57.6625rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zHtclfLRcNxTVSauSQLxqQQzvwoUQZrD { width:19.875rem;height:3.25rem;top:53.0375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVe2fbeJ5LbFp8HFIgDXOt54uzyyQN3W { width:18.3125rem;height:0;top:54.225rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gwvcw97PZtX6TNkHscHsX6399sThkFTQ { width:19.875rem;height:2.1875rem;top:49.975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9VeNZCPoJIZ51qyT6mAnESFVUwU5F9r { width:18.3125rem;height:0;top:50.6625rem;left:0.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K26kT6stkDMPFycZIQT3PbrVoDHVtStL { width:20rem;height:0;top:60.6625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:none; }
 }@media only screen and (max-width: 763px) { #vJCywk1ciRMZyyJRMUagfx3uyvNAs1PO { width:19.875rem;height:2.3125rem;top:60.1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9qkM3OTh4gZ0KCfQ6nEV3EIsnrmz40G { width:19.875rem;height:2.1875rem;top:46.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsmzDVHOKw3M3TgRMAxoa1819spNvIxv { width:18.3125rem;height:0;top:47.5375rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BeIr3gHa39nknwBapzUVcydZVkcfxhrv { width:19.875rem;height:2.1875rem;top:43.7875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef53Gfq7W2iuwIHBD3SeeobbT0pMASf3 { width:18.3125rem;height:0;top:44.475rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dcUmwQH75v0uqMpO7GrSCEDcJe57wk6L { width:19.375rem;height:6.3125rem;top:1.4375rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#2c2c2c;height:2.0625rem; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-text {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#2c2c2c; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-select {padding-top: 0; padding-bottom: 0;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:1.1875rem;overflow:hidden;background-color:#ff7272;background-image:none; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap  { width:17.5rem;height:auto;top:23.120660781861rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap {display:block;}#WlMAtMcUecyIWVs7ux4VSKCAAh718Hap { width:17.5rem;height:auto;top:23.120660781861rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #w7RNX6GwBwAHy98IzZHtp02k3aHfRW90 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #iPK8ggVTo1ZuoZRmq6O9dRGTC1ht0LFN {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Blaaev9KcSHisDESiktGlJAf26zvWm23 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #p1fh3v5VOnfhGeT5f6yG5pNtXh3MgAs1 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #TX1U1f55ZlvmfkVZ7KkBvkWi6NOU0EOU {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #JV5ip89a6fob9VexBShEJcHNb49qrahT {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #rzEW16XhW1nuLyi2xyxMPJmxkNyTFfXN {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #l06EOZqFtf584smfpT6B7hFzfRM6CBcX {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Dkz6LwN6wtvgB6XJUw4GvUQH95Q8pQcD {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wRvV7uHIJyz36FtbSLmNmmPxdFDqng8X {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #xgW7vpnhbZabaXhlWSesFKiOOAZlCWr8 {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #esPLPGrit3wrDg1JIE1toutK0eZJQwAL {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Rr04QnF4nm2Qlhex45GwPuT3abM6at4y {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #wxVwJlhbTSSHAEuBT7cLqXpqgzgBimdK {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UoFL6OlxbITAmyDTODDftuVom36MbMTc {  }
 }@media only screen and (max-width: 763px) { #i4O92i2b5LFlyS0gTgSu1wz2gIOTEcSu { display:block; }
 }@media only screen and (max-width: 763px) { #Dz3ZI7thHlAMLJnpvP0a1tgJhHEAkKAL { display:block; }
 }@media only screen and (max-width: 763px) { #JidSuJ4r91QKvBmzIRbkTRKR5NZZ8Gb1 { display:block; }
 }@media only screen and (max-width: 763px) { #fME0avfAHamPJEFVLlkC22wfOUpOHSed { display:block; }
 }@media only screen and (max-width: 763px) { #tET5vgHnMPgTvci4qe34uSfFgJ6QUmd7 { display:block; }
 }@media only screen and (max-width: 763px) { #DLaa4D9Z2erawt1QvJOkKlyCzTi7b7to { display:block; }
 }@media only screen and (max-width: 763px) { #bVrGgBfV5Dh9blmFsfdTwtkhe6F6y2Ww { display:block; }
 }@media only screen and (max-width: 763px) { #wXXAlvbc5pIzgiM8ghyKnwegEUMQ2EIb { display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #KzUs485ET5iPGiX27WCau9DLTcXEGx9i {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #pug0AmJ3a33JKuBTUbwMTvPlVIavzeaR {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #WmSAVLDp8r3KrxbsFtoOTUsBrCwTiAFt {  }
 }@media only screen and (max-width: 763px) { #F29dr9vRAxadg8SSAx3b7WTqmHvsO1Mq { display:block; }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #Tvu03gncegR1fsQsnLil3as59LDHhiKS {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #QK1vSAkfxSBJNlxfkiSPdRuG3uDyWrtE {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #UWVyRBtgMkcQ0T6dm3nCTn50uS86Rg7k {  }
 }@media only screen and (max-width: 763px) { #WlMAtMcUecyIWVs7ux4VSKCAAh718Hap #tPTAZi6IRhKUvfxZFsZ04BgHEtLcXcbb {  }
 }@media only screen and (max-width: 763px) { #ug7wQwo5rZBhzeF0srqNDvWzxnkeDfLq { width:20rem;height:5.3613375rem;top:3.3125rem;left:0rem;font-size:1.375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #dXbX3p5GtOW7pVDfy1QRv4GrpAbg9tbA { width:20rem;height:3.59911875rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #MqC2vndXLDnbd1vrGIwOwmgTTGpIXDPI { width:20rem;height:13.308270676692rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb { background-color:rgba(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/12aC7cAA/Untitled_8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb.adaptive-delivery-prevent-bg, #FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb.lazyload, #FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb.lazyloading { background-image: none; }#FTLb0DusOpv1a4y4xkPZw8b4UB7JRXgb > .row .container { width:20rem;height:85.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TgnL4UkcE6TUZ7Msp5tqo3J2IzMVTcbl { width:17.1875rem;height:4rem;top:4.75rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqyHO9PI2uH3J7PE4ylcKpbmGi8TecQA { width:18.3745625rem;height:3.5625rem;top:45.807292938233rem;left:0.81271702051162rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ehxTLk6QHnVBO5QqUwT44fIUVqn53pCd { width:17.1245625rem;height:4.75rem;top:68.963762283325rem;left:1.4377170205116rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #QBmDTXfsUA8VMca5GTQs2iTOgnOPpmAZ { width:11.4995625rem;height:2.93728125rem;top:27.061633586884rem;left:4.2491322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAT2aILQ2obi3bUFsiaSPmus7UMQPlHf { display:block; }
 }@media only screen and (max-width: 763px) { #bTXcco0anTBX8TS2e9tJkVKFoU5vrDW7 { width:18.0620625rem;height:3.375rem;top:23.206380367279rem;left:0.96896702051162rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku3hHTCWUf08AwwL0Oez19tvOAneNRWR { width:11.25rem;height:2.87435rem;top:73.311635971069rem;left:4.3750000596046rem;box-shadow: 0rem 0rem 0.75rem rgba(255,194,179,0.55) ;display:block; }
 }@media only screen and (max-width: 763px) { #orHJHm9pesnwDOEAqMLnnTSZqA5m7tpg { display:block; }
 }@media only screen and (max-width: 763px) { #s0lhSX8Gkv33s9cMv4qfF0BagV6plChv { width:11.8120625rem;height:2.99913125rem;top:49.810115814209rem;left:4.0939670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhPI8nkP2vxVA55WWiLFqoQdoQsW7xWv { display:block; }
 }@media only screen and (max-width: 763px) { #p0BfvnW7p8532pByZbaMcXgrZ6Hcrb5n { width:8.9995625rem;height:11.311875rem;top:57.116958618164rem;left:5.5002174973488rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ssnwTaT8UqeQtduE8euFuBV0y295R6uN { width:18.3125rem;height:19.9375rem;top:10.68684387207rem;left:0.62434893846512rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ks7lT1ZzEIQkzPCAvNwPnAKn2Rpi8aJs { width:8.8748125rem;height:11.3748125rem;top:11.247830629349rem;left:5.5620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIEcrbKyBDa8l9OLSFI0bLZuDPKeb0hI { width:8.8748125rem;height:11.3748125rem;top:33.871528625488rem;left:5.5620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv89Kay0feKCdyehTGZSxDbVkKnTMEZq { width:18.375rem;height:20.375rem;top:33.1875rem;left:0.68684893846512rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #cKnX6ylCHbSxsqe3zSFE1HvRI2LvnKUf { width:18.5625rem;height:20.625rem;top:56.249324798584rem;left:0.65429693460463rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #qXtLoDylNyfl0Hv345uFSp05Mte37NXz { top:2.875rem;left:0rem;width:20rem;height:73.25rem;z-index:99997;background-color:rgba(26,26,26,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo { display:block; }#VI6fdd8DU5HlngRJL0aB6HDLeuddeGqo > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufZJ1zcbBc4ZaxcbtCsWs0sG5JBlC8rO { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWP0ETSb1Nai8xDNVw5cLPQCMMN5svxA { width:19.0625rem;height:3.8994125rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTfNwluTE1H1fQRB1gtmkRP2rs9VFrQ2 { width:20rem;height:2.92383125rem;top:9.0247375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrmhXyLBGTcxtUvi1xGAAv6yRv0LFQ1l { width:20rem;height:0.975rem;top:23.57356875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ld5Whic0FBB9P3kLfXXPG5fXVVhAC { width:14.9375rem;height:2.2744125rem;top:20.06163125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAhNmvJxS3NWB5MUyvuEcOe1R77dx4Sk { width:5.6875rem;height:5.6875rem;top:13.12413125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6lZkSciRB3KiG437rXUTWvHDeZQk7xE { width:10.625rem;height:5.9375rem;top:8.5625rem;left:4.6875rem;display:none; }
 }