.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(246,207,220,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/G99nccWj/pexels_mart_production_8846287.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"dancing script";font-size:4.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:normal;z-index:100001;line-height:.5;letter-spacing:0;top:12.75rem;left:0rem;height:;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:right;text-align-last:right;display:block; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:rgba(248,199,19,0.98);display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(7,7,7,0.5);top:17.4375rem;left:0rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dmvhbK5UGvGVbnmO2MWwSgVJawCx6MJP { background-color:#bc0338;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:21.59375rem;left:0rem;display:block; }
#FKyn5fHJDAo0Xnk8d1GTOw9sWTUUUbEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { color:#e89d0a;display:block;width:53.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.0625rem;left:2.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NxO1Op658mvguyRmbVre60xKAuzMfsXt { position:relative;display:block; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt { background-color: transparent; background-image: none; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row .container > .video-iframe-container { display: none; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row > .video-iframe-container { display: none; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .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); }#NxO1Op658mvguyRmbVre60xKAuzMfsXt { border-width: 0; border-radius: 0; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.53125rem;left:20.9375rem;z-index:100005; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J9zWeXvff8mTUUPINEtaw8wT2sapaKkP { display:flex;position:relative;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #xmVyAUaKlCNK4hUgXs7vSsX9dlUgS3yI { width:auto; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #SxbovEtECQWH2o518cIsLVGwVpTC3t9v {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #uQ3WxxPrmgozSAV2mgGvaxRF6TvMbwKJ { display:flex;position:relative;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #MWyhiMxdF516rvZ9NTnqD0Aggt7W17XV {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #c03PUW3DJ56gGrZZLPk1XC8gTXdu0g8B {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J0rh1fyQR0SsxXScJubxUD8Gwu9Mbeiz { display:flex;position:relative;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #oKHLO2J2WcPt7wXNh6zfOzHBDWrSFtDc {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #TerGdXzMEGeMZrAHOWAK0qDeq3as8UDC {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #cRRB5mKfv0UnbckyG5T1GMnM9NDp7VZ3 { display:flex;position:relative;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #wxbq9ZXTLJtc9htX9HHQ5G1WqXsSdB8N {  }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #pTaaBfcdqm5o1tCvcGTQ3yeZfdZZyrIS {  }
#KxoNBZSVDVXf9tEAmCliitEJzex6qrVm { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.625rem;top:3.9375rem;left:0rem;display:none; }
#fv7KwZquxISQcnvAryiKUsqpDHWAQF3k { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:15rem;top:4.875rem;left:0rem;display:none; }
#P99CnuuRR2lVOUuZw751Rys6v4noWi1a { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.125rem;top:17.6875rem;left:1.125rem;display:none; }
#ESpkLEoCehhdMJXTRnTGaDEXqdKhTBZU { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:18.34375rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;background-image:none;position:relative;display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { color:rgba(0,0,0,0.7);display:block;width:54.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:13.15625rem;left:2.84375rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#UQOkTbJlRPqi2feTMESVWF2ry9XB9isf { color:#f3e7ea;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.875rem;height:8.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SS0pITcKT6E5LvnKwkVtChv3blcWsuwF { background-color:#bc0338;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:38.9375rem;left:21.875rem;display:block; }
#oNHmlsFGxd5eZN2xPkQMluEcstTxGQvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR { position:relative;display:block; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR { background-color: transparent; background-image: none; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row .container > .video-iframe-container { display: none; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row > .video-iframe-container { display: none; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .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); }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR { border-width: 0; border-radius: 0; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#HNDw1r7FCcColJ9BgxghqLkMpvCm260h { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.75rem;left:0.3125rem;height:15.125rem;text-align:center;text-align-last:center;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#080909;background-image:none;position:relative;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(243,7,68,0.71);top:1.3115234375rem;left:27.9365234375rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.1865234375rem;left:27.9365234375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:rgba(255,255,255,0.8);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:9.7490234375rem;left:27.9365234375rem;height:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.4375rem;width:23.6875rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container { background-color: transparent; background-image: none; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container > .video-iframe-container { display: none; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row > .video-iframe-container { display: none; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .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); }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container { border-width: 0; border-radius: 0; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container { font-size:0.875rem;font-family:arial;height:66.125rem;width:60rem;position:relative;display:block; }#lylfSoiVyXfdkHQzEV3oAo85BTyfc826 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.8125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y4UMLsiQJXfnRAMMnFpbhTTOEERcLaan { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:18.5625rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
#kRTuVN4Xg62FMDIzUnDw39Vm01msZEKD { color:rgba(0,0,0,0.85);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:8rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RwsKQOudSEUhEpGyTvnNVzhqa61FM8Hz { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xzTWgTzNFi7FCtNs5zolTiXNKf2CtN73 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LWrTprwqPNIPib0q7VgFUfCpPyi7yZnd { color:rgba(0,0,0,0.8);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:16.1396484375rem;left:22.5rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LieAaV6UCuvvaNQMCxX1kUJXlAQwGy0w { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:23.25rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gnk8MiPyAJe6T6LT8h6JCWOpzE2SMinp { color:rgba(0,0,0,0.86);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:25.5693359375rem;left:22.5rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tam9fVEnNX8e0Cvbq81kDcUqT8Dk74Hi { color:rgba(0,0,0,0.8);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:7.96875rem;left:43.4375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mgnETShKPERXgs4n6TIwodf4320UTb9W { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xzOd9aoQ9aOHekAgVTnaXvSTTnDTGzaI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oX6z43UbH7mlDbSUgTLdObcGZu6bWmrD { color:rgba(0,0,0,0.7);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16rem;left:43.4375rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t6SzcsXx8SOsJRFbVaTkJPRr2ShfoABI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:23.25rem;left:43.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XsBGd1bOyXX86fKEWICb1VZ59swnnsnG { color:rgba(0,0,0,0.87);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:25.5068359375rem;left:43.4375rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DURpMGMedbN08E3GWw7TfTqfE0mt3ayL { box-sizing:content-box;color:#c43653;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:5.7724609375rem;left:20rem;display:block; }
#e4rJAXGveyRdw69Be9xcRMABnrTgZHgN { box-sizing:content-box;color:#c43653;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.953125rem;left:20rem;display:block; }
#PVOKwtQFTMi9Oi2QAUHhfG5mn2gwZx7G { box-sizing:content-box;color:#c43659;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:23.1328125rem;left:20rem;display:block; }
#y8QvXwyc6KHRd71efAA2ZA7nId73DW2t { box-sizing:content-box;color:#c4365f;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.749755859375rem;left:40.811767578125rem;display:block; }
#Cb30Sd4ZNMWZgk7IQqmU36awvvnrtZAC { box-sizing:content-box;color:#c43653;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:13.936767578125rem;left:40.810546875rem;display:block; }
#lsnorWHqlIrXPr20dT8BxSS3R3fyeKT8 { box-sizing:content-box;color:#c43653;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.162109375rem;left:40.810546875rem;display:block; }
#sTtZTgdveTuXCbzFGpNouJX92udI01bJ { color:#d71545;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.9375rem;height:1.4375rem;font-style:normal;display:block; }
#BRGgmDmwRWtTmg2mza8JUh6wZPOu8Rk0 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:35.875rem;left:22.40625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LcA06I1ZdZ56TgPP5gU21KFkrg8oXiCI { box-sizing:content-box;color:#c43659;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1240234375rem;width:2.1240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:35.7509765625rem;left:20rem;display:block; }
#hWSE5snsoeiGZ0VT55hxHttEgLGRTEJ6 { color:rgba(0,0,0,0.86);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:39.875rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uJ4TNyuSbaBn9VuhkGm10UfZX2Rlped6 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:35.875rem;left:43.4375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sgJ10cOTtuLw3H4mpuW8oibMIwTRDuh1 { color:rgba(0,0,0,0.86);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:39.75rem;left:43.4375rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MEtiUpWyeoFllis7rZFGIyQtCUxAJ4tM { box-sizing:content-box;color:#c43659;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1240234375rem;width:2.1240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:35.7509765625rem;left:40.8115234375rem;display:block; }
#veHaioaxK0qMu40EDRVEXh9Kl6f99xVS { box-sizing:content-box;color:#c43659;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1240234375rem;width:2.1240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:48.6884765625rem;left:20rem;display:block; }
#gv98B1QfGQh9OOuH8DM9JwmwNnKoZEdF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:48.6884765625rem;left:22.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aEnlzxSeET9rKlU5FEsO9IUc5FaooLfo { color:rgba(0,0,0,0.86);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:51rem;left:22.5rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pql3gmTf6bQk7oBto7kJ1CCZTGgpEG0G { box-sizing:content-box;color:#c43659;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1240234375rem;width:2.1240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:48.6884765625rem;left:40.8115234375rem;display:block; }
#n4twgka5453pVAnUp9tOLzWMvuEOfBXB { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:48.6884765625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GOXZRJisRhTabuZfash0JAgtUdKy3m2K { color:rgba(0,0,0,0.86);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:52.9375rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/S5Gn5cyq/LBD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { border-width: 0; border-radius: 0; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#tVwru3s95KJWC06ZJD80lknC0zXKfhJE { color:#f4eaed;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1.5rem;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.5);top:3.25rem;left:1.65625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gS9hW3WlPOKW4RDgDryHP6PhvlXcOLm2 { background-color:#bc0338;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.5rem;left:19.34375rem;display:block; }
#Nm8sqd4mpT6EoRZD2oNXo6QKTgVwzMAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#shSDmncRbz30JApuZhceKnMsa8sMuQpa { color:rgba(0,0,0,0.7);display:block;width:54.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:12.3125rem;left:3.125rem;height:9.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.adaptive-delivery-prevent-bg, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyload, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyloading { background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { background-color: transparent; background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .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); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { border-width: 0; border-radius: 0; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:17rem;top:1.4658203125rem;left:-3.9447688533923rem;overflow:hidden;display:block; }
#VII84peBED1TlyZTXInwD0yFMPh8GvFy { color:#000000;display:block;width:43.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:7.875rem;left:16.375rem;height:;font-style:normal;display:block; }#VII84peBED1TlyZTXInwD0yFMPh8GvFy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VII84peBED1TlyZTXInwD0yFMPh8GvFy li:before{  }
#GySthMvHRU5xsl2mSWEoem3z8abX3KTv { color:#d31414;display:block;width:44.1875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.4658203125rem;left:15.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GrrlbIHMet5UDMTtTCtu9xebuLkoWGac { z-index:100000;top:34.3125rem;left:28.1875rem;background-color:#c8152b;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.25rem 0.625rem 1.25rem rgba(255,0,76,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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#flTGHOXRXy9wDzoBQPl5dP6dwPJe2EUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { background-color: transparent; background-image: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container > .video-iframe-container { display: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row > .video-iframe-container { display: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .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); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { border-width: 0; border-radius: 0; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#ckeO0tBxPuS0HJvOvFVOHoGF4noDUF8C { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:10.3125rem;top:0.9375rem;left:24.84375rem;overflow:hidden;display:block; }
#q66HeNa346uhTcwJfrsx791Ltt6gt7dW { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.0625rem;left:23.75rem;display:block; }
#alwn8oHMpiy44Vu0k7wghVg5u6mmZ09f { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.0625rem;left:27.25rem;display:block; }
#GfkO394tlGAqdgra4Z7xvwwqdaFI68so { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.0625rem;left:34.25rem;display:block; }
#CO8QCmORSMS4UHL4gtTo1Rd5PTr3TiOi { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Ts4hTVe4nUI1sWmDBVdpKWCURJaWLB4b { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:18.6875rem;left:15.46875rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGJEQns0O2Oyb4xyadwX7RxTU1HUHc2b { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:14.0625rem;left:30.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:34.9375rem;height:3.4375rem;top:2.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:34.9375rem;height:;top:6.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:27.125rem;height:1.3125rem;top:12.75rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:32.6875rem;height:2.1875rem;top:17.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvhbK5UGvGVbnmO2MWwSgVJawCx6MJP { width:17.5rem;height:3.4375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKyn5fHJDAo0Xnk8d1GTOw9sWTUUUbEH { display:block; }
 }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:47.75rem;height:;top:36.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxO1Op658mvguyRmbVre60xKAuzMfsXt { display:block; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB { width:18rem;height:5.0625rem;display:flex;top:2.4375rem;left:15.3125rem;z-index:100005; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J9zWeXvff8mTUUPINEtaw8wT2sapaKkP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #xmVyAUaKlCNK4hUgXs7vSsX9dlUgS3yI {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #SxbovEtECQWH2o518cIsLVGwVpTC3t9v {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #uQ3WxxPrmgozSAV2mgGvaxRF6TvMbwKJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #MWyhiMxdF516rvZ9NTnqD0Aggt7W17XV {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #c03PUW3DJ56gGrZZLPk1XC8gTXdu0g8B {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J0rh1fyQR0SsxXScJubxUD8Gwu9Mbeiz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #oKHLO2J2WcPt7wXNh6zfOzHBDWrSFtDc {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #TerGdXzMEGeMZrAHOWAK0qDeq3as8UDC {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #cRRB5mKfv0UnbckyG5T1GMnM9NDp7VZ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #wxbq9ZXTLJtc9htX9HHQ5G1WqXsSdB8N {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #pTaaBfcdqm5o1tCvcGTQ3yeZfdZZyrIS {  }
 }@media only screen and (max-width: 763px) { #KxoNBZSVDVXf9tEAmCliitEJzex6qrVm { top:3.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv7KwZquxISQcnvAryiKUsqpDHWAQF3k { top:4.875rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P99CnuuRR2lVOUuZw751Rys6v4noWi1a { top:17.6875rem;left:0rem;width:17.6875rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESpkLEoCehhdMJXTRnTGaDEXqdKhTBZU { top:0.9375rem;left:12.21875rem;width:23.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:47.75rem;height:24.375rem;top:13.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQOkTbJlRPqi2feTMESVWF2ry9XB9isf { top:1.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS0pITcKT6E5LvnKwkVtChv3blcWsuwF { width:17.5rem;height:3.4375rem;top:38.9375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNHmlsFGxd5eZN2xPkQMluEcstTxGQvi { display:block; }
 }@media only screen and (max-width: 763px) { #lWkCUsOczVFou1BhmelKJT4wlcX6oSFR { display:block; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNDw1r7FCcColJ9BgxghqLkMpvCm260h { top:0.75rem;left:0rem;width:47.75rem;height:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:27.1875rem;height:3.625rem;top:1.25rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:26.3125rem;height:;top:5.125rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:30.3125rem;height:21.9375rem;top:9.6875rem;left:17.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { top:-0.0625rem;left:0rem;width:23.6875rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 { display:block; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lylfSoiVyXfdkHQzEV3oAo85BTyfc826 { width:17.75rem;height:2.8125rem;top:5.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4UMLsiQJXfnRAMMnFpbhTTOEERcLaan { width:18.5625rem;height:10.375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTuVN4Xg62FMDIzUnDw39Vm01msZEKD { width:16.5625rem;height:5.25rem;top:8rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwsKQOudSEUhEpGyTvnNVzhqa61FM8Hz { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTWgTzNFi7FCtNs5zolTiXNKf2CtN73 { width:16.5625rem;height:;top:14.0625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWrTprwqPNIPib0q7VgFUfCpPyi7yZnd { width:16.5625rem;height:6.5625rem;top:16.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LieAaV6UCuvvaNQMCxX1kUJXlAQwGy0w { width:16.625rem;height:1.6875rem;top:23.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnk8MiPyAJe6T6LT8h6JCWOpzE2SMinp { width:16.5625rem;height:9.1875rem;top:25.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tam9fVEnNX8e0Cvbq81kDcUqT8Dk74Hi { width:16.5625rem;height:5.25rem;top:7.9375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgnETShKPERXgs4n6TIwodf4320UTb9W { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzOd9aoQ9aOHekAgVTnaXvSTTnDTGzaI { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX6z43UbH7mlDbSUgTLdObcGZu6bWmrD { width:16.5625rem;height:6.5625rem;top:16rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6SzcsXx8SOsJRFbVaTkJPRr2ShfoABI { width:15.625rem;height:;top:23.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsBGd1bOyXX86fKEWICb1VZ59swnnsnG { width:16.5625rem;height:9.1875rem;top:25.5rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DURpMGMedbN08E3GWw7TfTqfE0mt3ayL { top:5.75rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rJAXGveyRdw69Be9xcRMABnrTgZHgN { top:13.9375rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOKwtQFTMi9Oi2QAUHhfG5mn2gwZx7G { top:23.125rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8QvXwyc6KHRd71efAA2ZA7nId73DW2t { top:5.6875rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb30Sd4ZNMWZgk7IQqmU36awvvnrtZAC { top:13.875rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnorWHqlIrXPr20dT8BxSS3R3fyeKT8 { top:23.125rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtZTgdveTuXCbzFGpNouJX92udI01bJ { top:1.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRGgmDmwRWtTmg2mza8JUh6wZPOu8Rk0 { width:15.625rem;height:;top:35.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcA06I1ZdZ56TgPP5gU21KFkrg8oXiCI { top:35.75rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWSE5snsoeiGZ0VT55hxHttEgLGRTEJ6 { width:16.5625rem;height:6.5625rem;top:39.875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4TNyuSbaBn9VuhkGm10UfZX2Rlped6 { width:15.625rem;height:;top:35.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJ10cOTtuLw3H4mpuW8oibMIwTRDuh1 { width:16.5625rem;height:7.875rem;top:39.75rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtiUpWyeoFllis7rZFGIyQtCUxAJ4tM { top:35.75rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHaioaxK0qMu40EDRVEXh9Kl6f99xVS { top:48.6875rem;left:15.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv98B1QfGQh9OOuH8DM9JwmwNnKoZEdF { width:15.625rem;height:;top:48.6875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEnlzxSeET9rKlU5FEsO9IUc5FaooLfo { width:16.5625rem;height:6.5625rem;top:51rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pql3gmTf6bQk7oBto7kJ1CCZTGgpEG0G { top:48.6875rem;left:31.75rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4twgka5453pVAnUp9tOLzWMvuEOfBXB { width:15.625rem;height:;top:48.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOXZRJisRhTabuZfash0JAgtUdKy3m2K { width:16.5625rem;height:3.9375rem;top:52.9375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVwru3s95KJWC06ZJD80lknC0zXKfhJE { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9hW3WlPOKW4RDgDryHP6PhvlXcOLm2 { width:21.3125rem;height:3.4375rem;top:25.5rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8sqd4mpT6EoRZD2oNXo6QKTgVwzMAi { display:block; }
 }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:47.75rem;height:9.5rem;top:12.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { width:17rem;height:25.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:43.625rem;height:;top:7.875rem;left:4.125rem;font-size:1rem;display:block; }#VII84peBED1TlyZTXInwD0yFMPh8GvFy li:before{  }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:44.1875rem;height:;top:1.4375rem;left:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrrlbIHMet5UDMTtTCtu9xebuLkoWGac { top:34.3125rem;left:22.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flTGHOXRXy9wDzoBQPl5dP6dwPJe2EUc { display:block; }
 }@media only screen and (max-width: 763px) { #e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl { display:block; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckeO0tBxPuS0HJvOvFVOHoGF4noDUF8C { width:10.3125rem;height:6.8125rem;top:0.9375rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66HeNa346uhTcwJfrsx791Ltt6gt7dW { top:14.0625rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwn8oHMpiy44Vu0k7wghVg5u6mmZ09f { top:14.0625rem;left:21.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfkO394tlGAqdgra4Z7xvwwqdaFI68so { top:14.0625rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8QCmORSMS4UHL4gtTo1Rd5PTr3TiOi { top:8.3125rem;left:12.34375rem;width:23.0625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4hTVe4nUI1sWmDBVdpKWCURJaWLB4b { top:18.6875rem;left:9.34375rem;width:29.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGJEQns0O2Oyb4xyadwX7RxTU1HUHc2b { top:14.0625rem;left:24.8125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/G99nccWj/pexels_mart_production_8846287.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.935546875rem;height:2.5rem;top:1.6240234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:19.935546875rem;height:3.3125rem;top:4.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:18.5625rem;height:0.5625rem;top:8.123046875rem;left:0rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:17.5rem;height:4.375rem;top:11.6708984375rem;left:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(7,7,7,0.5);color:rgba(248,199,19,0.93);display:block; }
 }@media only screen and (max-width: 763px) { #dmvhbK5UGvGVbnmO2MWwSgVJawCx6MJP { width:17.5rem;height:3.4375rem;top:20.53125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKyn5fHJDAo0Xnk8d1GTOw9sWTUUUbEH { display:block; }
 }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:19.0625rem;height:9.75rem;top:28.6708984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxO1Op658mvguyRmbVre60xKAuzMfsXt { display:block; }#NxO1Op658mvguyRmbVre60xKAuzMfsXt > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB { width:18rem;height:5.0625rem;display:flex;top:26.5458984375rem;left:0.875rem;z-index:100005; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J9zWeXvff8mTUUPINEtaw8wT2sapaKkP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #xmVyAUaKlCNK4hUgXs7vSsX9dlUgS3yI {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #SxbovEtECQWH2o518cIsLVGwVpTC3t9v {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #uQ3WxxPrmgozSAV2mgGvaxRF6TvMbwKJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #MWyhiMxdF516rvZ9NTnqD0Aggt7W17XV {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #c03PUW3DJ56gGrZZLPk1XC8gTXdu0g8B {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #J0rh1fyQR0SsxXScJubxUD8Gwu9Mbeiz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #oKHLO2J2WcPt7wXNh6zfOzHBDWrSFtDc {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #TerGdXzMEGeMZrAHOWAK0qDeq3as8UDC {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #cRRB5mKfv0UnbckyG5T1GMnM9NDp7VZ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #wxbq9ZXTLJtc9htX9HHQ5G1WqXsSdB8N {  }
 }@media only screen and (max-width: 763px) { #bQJucJDZ9VuCV02mUyC9zkG12tCJ9pMB #pTaaBfcdqm5o1tCvcGTQ3yeZfdZZyrIS {  }
 }@media only screen and (max-width: 763px) { #KxoNBZSVDVXf9tEAmCliitEJzex6qrVm { top:0.625rem;left:0rem;width:20rem;height:3.875rem;z-index:100006;font-size:1.5rem;text-align:center;text-align-last:center;color:#f30707;display:block; }
 }@media only screen and (max-width: 763px) { #fv7KwZquxISQcnvAryiKUsqpDHWAQF3k { top:4.125rem;left:0.3125rem;width:19.6875rem;height:15rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #P99CnuuRR2lVOUuZw751Rys6v4noWi1a { top:19rem;left:1.15625rem;width:17.6875rem;height:4.125rem;z-index:100008;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESpkLEoCehhdMJXTRnTGaDEXqdKhTBZU { width:20rem;height:2rem;top:23.8583984375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbyaqG4PyxbHFtaNLq11fG5EqEEbrMly { width:19.2490234375rem;height:42.625rem;top:27.9970703125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQOkTbJlRPqi2feTMESVWF2ry9XB9isf { width:20rem;height:22.75rem;top:2.3720703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS0pITcKT6E5LvnKwkVtChv3blcWsuwF { width:17.5rem;height:3.4375rem;top:73.1220703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNHmlsFGxd5eZN2xPkQMluEcstTxGQvi { display:block; }
 }@media only screen and (max-width: 763px) { #lWkCUsOczVFou1BhmelKJT4wlcX6oSFR { display:block; }#lWkCUsOczVFou1BhmelKJT4wlcX6oSFR > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNDw1r7FCcColJ9BgxghqLkMpvCm260h { width:19.4375rem;height:39.875rem;top:0.9375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:20rem;height:2.4375rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:20rem;height:1.25rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:20rem;height:30.375rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { width:20rem;height:27.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 { display:block; }#G4lhiC9THdaGUkz1sqXUq63x8AlKTH87 > .row .container { width:20rem;height:171.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lylfSoiVyXfdkHQzEV3oAo85BTyfc826 { width:20rem;height:2.8125rem;top:2.3125rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4UMLsiQJXfnRAMMnFpbhTTOEERcLaan { width:18.75rem;height:10.5rem;top:7.123046875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTuVN4Xg62FMDIzUnDw39Vm01msZEKD { width:16.5625rem;height:6rem;top:24.1240234375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwsKQOudSEUhEpGyTvnNVzhqa61FM8Hz { width:15.625rem;height:1.5rem;top:21.5693359375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzTWgTzNFi7FCtNs5zolTiXNKf2CtN73 { width:15.625rem;height:1.5rem;top:32.1240234375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWrTprwqPNIPib0q7VgFUfCpPyi7yZnd { width:16.5625rem;height:9rem;top:34.4990234375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LieAaV6UCuvvaNQMCxX1kUJXlAQwGy0w { width:16.6875rem;height:1.5rem;top:45.4736328125rem;left:2.25rem;text-align:left;text-align-last:left;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #gnk8MiPyAJe6T6LT8h6JCWOpzE2SMinp { width:16.5625rem;height:13.5rem;top:48.1298828125rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tam9fVEnNX8e0Cvbq81kDcUqT8Dk74Hi { width:16.5625rem;height:7.5rem;top:66.1865234375rem;left:2.3125rem;text-align:left;text-align-last:left;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #mgnETShKPERXgs4n6TIwodf4320UTb9W { width:15.625rem;height:1.5rem;top:63.5048828125rem;left:2.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzOd9aoQ9aOHekAgVTnaXvSTTnDTGzaI { width:15.625rem;height:1.5rem;top:75.3427734375rem;left:2.78125rem;text-align:left;text-align-last:left;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #oX6z43UbH7mlDbSUgTLdObcGZu6bWmrD { width:16.5625rem;height:9rem;top:77.875rem;left:2.3125rem;text-align:left;text-align-last:left;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #t6SzcsXx8SOsJRFbVaTkJPRr2ShfoABI { width:15.625rem;height:1.5rem;top:88.5068359375rem;left:2.1875rem;text-align:left;text-align-last:left;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #XsBGd1bOyXX86fKEWICb1VZ59swnnsnG { width:16.5625rem;height:10.5rem;top:91.0615234375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DURpMGMedbN08E3GWw7TfTqfE0mt3ayL { width:2.0625rem;height:2.0625rem;top:45.1923828125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rJAXGveyRdw69Be9xcRMABnrTgZHgN { width:2.0625rem;height:2.0625rem;top:21.2880859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOKwtQFTMi9Oi2QAUHhfG5mn2gwZx7G { width:2.0625rem;height:2.0625rem;top:31.8427734375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8QvXwyc6KHRd71efAA2ZA7nId73DW2t { width:2.0625rem;height:2.0625rem;top:63.2236328125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb30Sd4ZNMWZgk7IQqmU36awvvnrtZAC { width:2.0625rem;height:2.0625rem;top:75.0615234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnorWHqlIrXPr20dT8BxSS3R3fyeKT8 { width:2.0625rem;height:2.0625rem;top:88.2255859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtZTgdveTuXCbzFGpNouJX92udI01bJ { width:20rem;height:4.3125rem;top:164.0615234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #BRGgmDmwRWtTmg2mza8JUh6wZPOu8Rk0 { width:15.625rem;height:3rem;top:104.9990234375rem;left:2.1875rem;text-align:left;text-align-last:left;z-index:99997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcA06I1ZdZ56TgPP5gU21KFkrg8oXiCI { width:2.0625rem;height:2.0625rem;top:104.7490234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWSE5snsoeiGZ0VT55hxHttEgLGRTEJ6 { width:16.5625rem;height:9rem;top:109.3115234375rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4TNyuSbaBn9VuhkGm10UfZX2Rlped6 { width:15.625rem;height:3rem;top:133.7490234375rem;left:2.1875rem;text-align:left;text-align-last:left;z-index:99997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJ10cOTtuLw3H4mpuW8oibMIwTRDuh1 { width:16.5625rem;height:10.5rem;top:137.6240234375rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtiUpWyeoFllis7rZFGIyQtCUxAJ4tM { width:2.0625rem;height:2.0625rem;top:133.4365234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHaioaxK0qMu40EDRVEXh9Kl6f99xVS { width:2.0625rem;height:2.0625rem;top:120.3740234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv98B1QfGQh9OOuH8DM9JwmwNnKoZEdF { width:15.625rem;height:3rem;top:120.6865234375rem;left:2.1875rem;text-align:left;text-align-last:left;z-index:99997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEnlzxSeET9rKlU5FEsO9IUc5FaooLfo { width:16.5625rem;height:7.5rem;top:124.5615234375rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pql3gmTf6bQk7oBto7kJ1CCZTGgpEG0G { width:2.0625rem;height:2.0625rem;top:149.8740234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4twgka5453pVAnUp9tOLzWMvuEOfBXB { width:15.9375rem;height:3rem;top:150.1240234375rem;left:2.1875rem;text-align:left;text-align-last:left;z-index:99997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOXZRJisRhTabuZfash0JAgtUdKy3m2K { width:16.5625rem;height:6rem;top:154.1865234375rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { background-color:#2f2f2f;background-image:none;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVwru3s95KJWC06ZJD80lknC0zXKfhJE { width:20rem;height:11.625rem;top:28.361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9hW3WlPOKW4RDgDryHP6PhvlXcOLm2 { width:19rem;height:3.4375rem;top:42.236328125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8sqd4mpT6EoRZD2oNXo6QKTgVwzMAi { display:block; }
 }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:18.4375rem;height:23.75rem;top:2.798828125rem;left:0.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { width:8.75rem;height:13.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:20rem;height:27.8125rem;top:16.65625rem;left:0rem;text-align:left;text-align-last:left;display:block; }#VII84peBED1TlyZTXInwD0yFMPh8GvFy li:before{  }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:10.3125rem;height:12.375rem;top:1.1875rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GrrlbIHMet5UDMTtTCtu9xebuLkoWGac { top:49.6220703125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flTGHOXRXy9wDzoBQPl5dP6dwPJe2EUc { display:block; }
 }@media only screen and (max-width: 763px) { #e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { background-color: transparent; background-image: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container > .video-iframe-container { display: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row > .video-iframe-container { display: none; }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .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); }#e3NHqN6lShgrSGHy4TX8MQ8NPdfqcFQl > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckeO0tBxPuS0HJvOvFVOHoGF4noDUF8C { width:10rem;height:6.625rem;top:0.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66HeNa346uhTcwJfrsx791Ltt6gt7dW { width:2rem;height:2rem;top:14.0625rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwn8oHMpiy44Vu0k7wghVg5u6mmZ09f { width:2rem;height:2rem;top:14.0625rem;left:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfkO394tlGAqdgra4Z7xvwwqdaFI68so { width:2rem;height:2rem;top:14.0625rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8QCmORSMS4UHL4gtTo1Rd5PTr3TiOi { width:20rem;height:4.6875rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4hTVe4nUI1sWmDBVdpKWCURJaWLB4b { width:20rem;height:0.875rem;top:19.8125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGJEQns0O2Oyb4xyadwX7RxTU1HUHc2b { width:2rem;height:2rem;top:14.0625rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }