.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f4f5f7;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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/451dac7b-b60d-4387-b567-7ed58b2dea83/e2d9d02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4f5f7; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4f5f7; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:98.125rem;width:60rem;position:relative;display:block; }#yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:10.4375rem;top:6.75rem;left:24.781251907349rem;overflow:hidden;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#a8397f;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJGzoq1UE2X7Qf9bTTbPKmbHlENt0MzR { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:17.375rem;left:28.156251907349rem;overflow:hidden;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#424245;display:block;width:54rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:35rem;left:3rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { color:#424245;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:43rem;left:0rem;height:7.0869375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { color:#424245;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:43rem;left:0rem;height:7.0869375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:34.125rem;left:0rem;display:none; }
#pvPrVR9ux0EHGVwZm1ugQakX8ZAQfqBB { color:#a8397f;display:block;width:59.6875rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZrbAw5woGgLmEbzJMlkZnX7PpIPBHRh { color:#424245;display:block;width:54rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:83.4375rem;left:3rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZeIW6XFfkIq4WPVHTHfJ5rZ5ed8aIC6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:50.25rem;top:51.52499961853rem;left:4.875rem;overflow:hidden;display:block; }
#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8397f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container { background-color: transparent; background-image: none; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container > .video-iframe-container { display: none; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row > .video-iframe-container { display: none; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .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); }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container { border-width: 0; border-radius: 0; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#R6TWLPJr7CVzJ7yfGcI70Xmrq7TsTCz3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2582035064698rem;left:0rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLXNGrHcpAvADZPIkL5ecw7LFTQsXqe1 { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6500000953675rem;left:1.59375rem;height:19.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#a8397f;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.749607086182rem;left:22.343751907349rem;display:block; }
#PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { background-color: transparent; background-image: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .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); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { border-width: 0; border-radius: 0; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#x6NskvNzhsQhmDTwJl80QckAqLhSqUkg { color:#a8397f;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1953125rem;left:0rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwqKxUoCM9Z7ubt9po5RoIcJZcJS6n22 { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.27499961853rem;left:1.59375rem;height:16.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6lz4b0TZiCF9hkuhDMXqTmKP46s4JaT { background-color:#a8397f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.9375rem;left:22.343751907349rem;display:block; }
#UgifOn18iBQ1yWvF11IrP8xdP4KOArB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8397f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { background-color: transparent; background-image: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container > .video-iframe-container { display: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row > .video-iframe-container { display: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .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); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { border-width: 0; border-radius: 0; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#og6SgwiIAqXdrAwnFf1Tm7xI05arslkV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1953125rem;left:0rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SSLBFEGsiiSTB3HhiuCOtgNsZUFxpdi8 { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.27499961853rem;left:1.59375rem;height:17.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3wLOxlbBdqv3C6B1WcFFLZCc2V0fbTi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#a8397f;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.562499284744rem;left:22.343751907349rem;display:block; }
#S79FsT380r2ahqrVDlLU6gpmGfzqxez9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container { background-color: transparent; background-image: none; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container > .video-iframe-container { display: none; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row > .video-iframe-container { display: none; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .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); }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container { border-width: 0; border-radius: 0; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#ZxeNWcv4WzIP5BG0C6w4ZB6Mbz1Ukniz { color:#a8397f;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6250009536743rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMI1QJAnoEAiPdTHLtUyIqOHl797a8Lk { color:#424245;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.7812509536744rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .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; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#a8397f;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:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-text.counter-label { background-color:;background-image:none;color:#000000;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:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k { 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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:13.825000762939rem;left:20.375001907349rem;z-index:15008; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #IX0NQ894eLZVBmLp7sm8ZypKFLd3JgSh { display:flex;position:relative;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #PvmxHrWIg1EqnLkf8z8bxyTuOKNiHnIl { width:auto; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SKvkngzxJZzxEcidGrg8kr70Za5vEQad {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NcqVHwTqK5GbnruN47xUUqsydQEXod4U { display:flex;position:relative;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #flp5SfSFbp8n8S2vmqrKTFA9mWqNFCtk {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #WodFTGiCBwdTJm7pB0LXJ8EPC3Oc6hVf {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SwKf6zuWNRtDssG0sKsIuTcOffdJ0XEb { display:flex;position:relative;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NKO3kthfkOgxiaDFNdm3JO0qNZAoTVOT {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #ZoxRdDbDTv8G0oebHM2hqK4f0ywogPv6 {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #sq0QI3dvcPpeyUHW8HuRgMltzGefM5pb { display:flex;position:relative;top:0rem;left:0rem; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #t3IUBJOwIFb60D549WuahZ3BVVF3tpxV {  }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #iyTI7DEGK7OUS7E77WQDo2T3gTsJqDPm {  }
#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT.adaptive-delivery-prevent-bg, #MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT.lazyload, #MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT.lazyloading { background-image: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { background-color: transparent; background-image: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container > .video-iframe-container { display: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row > .video-iframe-container { display: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .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); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { border-width: 0; border-radius: 0; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#THezc7FUTti5rSc6owxLlcThNxzMeG2H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.0625rem;border-top-right-radius:10.0625rem;border-bottom-left-radius:10.0625rem;border-bottom-right-radius:10.0625rem;box-shadow: none;height:12rem;width:12rem;top:4.53125rem;left:9rem;overflow:hidden;display:block; }
#Td6AWRMJr3RVT9J5REKb6H5g0wBZp4ph { color:#424245;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7492198944092rem;left:30.875001907349rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3.adaptive-delivery-prevent-bg, #oQeQQT4mvVu7Oq5FhssORfoBN76t63h3.lazyload, #oQeQQT4mvVu7Oq5FhssORfoBN76t63h3.lazyloading { background-image: none; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container { background-color: transparent; background-image: none; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container > .video-iframe-container { display: none; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row > .video-iframe-container { display: none; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .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); }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container { border-width: 0; border-radius: 0; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#EAA4TVKs0tiJFrSpDlITGdV5xxOBXUqy { color:#a8397f;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.3124885559082rem;left:0rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTxbzZMuiHso0U4N4LVHBDk2OwsE7EcZ { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WT5qy8365dIGKBdl9v4fbHLItLT0S9g7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:block; }
#iLNH71XhKb9t0FQz5SEdpye0DQyDfT1e { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.8125rem;left:54.625rem;overflow:hidden;display:block; }
#MeNzfCKMO1iM0v2OqrGih5rsn4VhpWzL { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14rem;left:-0.0032558441162109rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwkZXVOqVGSq691Fn6kUM9vsUcJQBQu7 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:17.1875rem;left:-0.0032558441162109rem;display:block; }
#Ua1MpiUcDT32ssN5Z8PwBCmLxUOpXE5O { color:rgba(14,1,5,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.89999961853rem;left:0.67500114440919rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDZGSwTeFrRwyiFnPNKl12F3uta0i2te { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCSBs1JN0lAEzfM5WIFd8d5JeCyBtXLM { color:rgba(14,1,5,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.89999961853rem;left:31.250001907349rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icsyRGgkxmeif8JKBcsXocDTPQtaoSVX { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.625rem;left:30.000001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFOTS4WtePhfoFSqA72QUIXUlTw1efZG { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:17.75rem;left:30rem;display:block; }
#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/uc/c3155169-da65-407e-ad5e-9c6107796ac1/e2d9d01.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.adaptive-delivery-prevent-bg, #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.lazyload, #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.lazyloading { background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { background-color: transparent; background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .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); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { border-width: 0; border-radius: 0; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { font-size:0.875rem;font-family:arial;height:77.5625rem;width:60rem;position:relative;display:block; }#yBlWOAqC7CmUhKTgERT8JMImcLcoHW7e { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0804691314697rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:11.95551776886rem;left:0rem;height:64.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN { position:relative;display:block; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN { background-color: transparent; background-image: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container > .video-iframe-container { display: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row > .video-iframe-container { display: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .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); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN { border-width: 0; border-radius: 0; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cZziOyU07Ik9ENOtVpS7UF8gclqUt3rm { color:#a8397f;display:block;width:52.3125rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.0062503814697rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3KTokhR7TzBBFXTRdxpGIvbi8nPrshD { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8249999284744rem;left:3.71875rem;height:17.55rem;display:block; }
#d6T8FxTF8DC3k0PBeHf1JUOBwA5ZSw7s { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.462500691414rem;left:3.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsrcbFrTTmxJtiJNhXm46dNuyrwBEzfN { color:#a8397f;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.02499961853rem;left:3.75rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8397f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { background-color: transparent; background-image: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container > .video-iframe-container { display: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container { display: none; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .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); }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { border-width: 0; border-radius: 0; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { color:#401b4f;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:42.8125rem;height:1.1378875rem;text-align:right;text-align-last:right;display:block; }
#q85IavPLiFZVdEazTLDKIbkli0mJbpAL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0.71875rem;left:29.5rem;overflow:hidden;display:block; }
#NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { color:#401b4f;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:0rem;height:1.1378875rem;text-align:left;text-align-last:left;display:block; }
#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc { position:relative;display:block; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc { background-color: transparent; background-image: none; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container > .video-iframe-container { display: none; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row > .video-iframe-container { display: none; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .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); }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc { border-width: 0; border-radius: 0; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rT5XoNih9zwKzT1h5WMEMk3oy6vWtuuz { color:#401b4f;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:7.9609375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ms8dyhJ3nz3c6oKi8CtqeWz7FgTXsfQy { color:#424245;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:12.8310546875rem;left:0rem;height:58.7080375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { position:relative;display:none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { border-width: 0; border-radius: 0; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#yDlPHGOi5wSORTz2WkUWu3deSFA2BWPu { background-color:#f2929c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:18.625rem;display:block; }
#mCiKWCBJISNuHRz5y56H1Ef17X4cOhg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { top:6.75rem;left:18.656251907349rem;width:10.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:22.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJGzoq1UE2X7Qf9bTTbPKmbHlENt0MzR { top:17.375rem;left:22.031251907349rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:35rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { top:43rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { top:43rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { top:34.125rem;left:0rem;width:20rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvPrVR9ux0EHGVwZm1ugQakX8ZAQfqBB { top:28.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrbAw5woGgLmEbzJMlkZnX7PpIPBHRh { top:83.4375rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZeIW6XFfkIq4WPVHTHfJ5rZ5ed8aIC6 { top:51.5rem;left:0rem;width:47.75rem;height:26.666355721393rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM { display:block; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TWLPJr7CVzJ7yfGcI70Xmrq7TsTCz3 { top:2.25rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLXNGrHcpAvADZPIkL5ecw7LFTQsXqe1 { top:9.625rem;left:0rem;width:47.75rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:15.3125rem;height:3.25rem;top:30.6875rem;left:16.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6NskvNzhsQhmDTwJl80QckAqLhSqUkg { top:2.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqKxUoCM9Z7ubt9po5RoIcJZcJS6n22 { top:9.25rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lz4b0TZiCF9hkuhDMXqTmKP46s4JaT { width:15.3125rem;height:3.25rem;top:27.9375rem;left:16.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgifOn18iBQ1yWvF11IrP8xdP4KOArB3 { display:block; }
 }@media only screen and (max-width: 763px) { #CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C { display:block; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og6SgwiIAqXdrAwnFf1Tm7xI05arslkV { top:2.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSLBFEGsiiSTB3HhiuCOtgNsZUFxpdi8 { top:9.25rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3wLOxlbBdqv3C6B1WcFFLZCc2V0fbTi { width:15.3125rem;height:3.25rem;top:29.5rem;left:16.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #S79FsT380r2ahqrVDlLU6gpmGfzqxez9 { display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx { display:block; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxeNWcv4WzIP5BG0C6w4ZB6Mbz1Ukniz { top:2.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMI1QJAnoEAiPdTHLtUyIqOHl797a8Lk { top:6.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .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; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .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; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k { display:flex;width:18rem;height:5.0625rem;top:13.0625rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #IX0NQ894eLZVBmLp7sm8ZypKFLd3JgSh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #PvmxHrWIg1EqnLkf8z8bxyTuOKNiHnIl {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SKvkngzxJZzxEcidGrg8kr70Za5vEQad {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NcqVHwTqK5GbnruN47xUUqsydQEXod4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #flp5SfSFbp8n8S2vmqrKTFA9mWqNFCtk {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #WodFTGiCBwdTJm7pB0LXJ8EPC3Oc6hVf {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SwKf6zuWNRtDssG0sKsIuTcOffdJ0XEb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NKO3kthfkOgxiaDFNdm3JO0qNZAoTVOT {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #ZoxRdDbDTv8G0oebHM2hqK4f0ywogPv6 {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #sq0QI3dvcPpeyUHW8HuRgMltzGefM5pb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #t3IUBJOwIFb60D549WuahZ3BVVF3tpxV {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #iyTI7DEGK7OUS7E77WQDo2T3gTsJqDPm {  }
 }@media only screen and (max-width: 763px) { #MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT { display:block; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THezc7FUTti5rSc6owxLlcThNxzMeG2H { top:4.5rem;left:5.9375rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td6AWRMJr3RVT9J5REKb6H5g0wBZp4ph { top:4.6875rem;left:18.625rem;width:29.125rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 { display:block; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAA4TVKs0tiJFrSpDlITGdV5xxOBXUqy { width:47.75rem;height:5rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxbzZMuiHso0U4N4LVHBDk2OwsE7EcZ { width:46.25rem;height:3.875rem;top:9.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5qy8365dIGKBdl9v4fbHLItLT0S9g7 { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLNH71XhKb9t0FQz5SEdpye0DQyDfT1e { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeNzfCKMO1iM0v2OqrGih5rsn4VhpWzL { width:47.75rem;height:1.25rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwkZXVOqVGSq691Fn6kUM9vsUcJQBQu7 { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1MpiUcDT32ssN5Z8PwBCmLxUOpXE5O { width:28.75rem;height:5.1875rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZGSwTeFrRwyiFnPNKl12F3uta0i2te { width:28.75rem;height:1.4375rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSBs1JN0lAEzfM5WIFd8d5JeCyBtXLM { width:28.75rem;height:5.1875rem;top:18.875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icsyRGgkxmeif8JKBcsXocDTPQtaoSVX { width:28.75rem;height:1.4375rem;top:24.625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFOTS4WtePhfoFSqA72QUIXUlTw1efZG { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { display:block; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBlWOAqC7CmUhKTgERT8JMImcLcoHW7e { top:5.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { top:11.9375rem;left:0rem;width:47.75rem;height:64.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN { display:block; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZziOyU07Ik9ENOtVpS7UF8gclqUt3rm { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3KTokhR7TzBBFXTRdxpGIvbi8nPrshD { top:9.8125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6T8FxTF8DC3k0PBeHf1JUOBwA5ZSw7s { top:31.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsrcbFrTTmxJtiJNhXm46dNuyrwBEzfN { top:37rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { display:block; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { top:2.625rem;left:30.5625rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q85IavPLiFZVdEazTLDKIbkli0mJbpAL { width:5rem;height:5rem;top:0.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { top:2.625rem;left:0rem;width:17.1875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc { display:none; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rT5XoNih9zwKzT1h5WMEMk3oy6vWtuuz { top:1.4375rem;left:0rem;width:20rem;height:10.375rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ms8dyhJ3nz3c6oKi8CtqeWz7FgTXsfQy { top:13.9375rem;left:0rem;width:20rem;height:115.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { display:none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDlPHGOi5wSORTz2WkUWu3deSFA2BWPu { width:22.75rem;height:4.1875rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCiKWCBJISNuHRz5y56H1Ef17X4cOhg7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:#f4f5f7;background-image:none;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { width:8.6875rem;height:5.75rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:4.55rem;top:13.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJGzoq1UE2X7Qf9bTTbPKmbHlENt0MzR { width:3.6875rem;height:3.6875rem;top:8.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:auto;top:35rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #vNMLsAdSHB7UU4CKIywIFKs3rDKMKVtU { width:20rem;height:0;top:34.25rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Qn4d26fZ3q1WxLNUiGr8Triz5lN7f9Gs { width:9.875rem;height:0;top:36rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #SAhZxcWIe0AZfKQnIvLeFkMqZ6DDUQgv { top:21.8625rem;left:0.625rem;width:18.6875rem;height:9.1rem;z-index:15005;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvPrVR9ux0EHGVwZm1ugQakX8ZAQfqBB { width:20rem;height:1.625rem;top:18.9875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rZrbAw5woGgLmEbzJMlkZnX7PpIPBHRh { width:20rem;height:auto;top:83.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pZeIW6XFfkIq4WPVHTHfJ5rZ5ed8aIC6 { width:20rem;height:11.169125rem;top:32.2125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM { display:block; }#PC0TJbvywCCPdpwV9xRafwe49Ek4dcxM > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6TWLPJr7CVzJ7yfGcI70Xmrq7TsTCz3 { width:17rem;height:8.125rem;top:1.25rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLXNGrHcpAvADZPIkL5ecw7LFTQsXqe1 { width:18.5rem;height:22.1rem;top:10.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:14.625rem;height:3rem;top:33.975rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta { background-color:#f4f5f7;background-image:none;display:block; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { background-color: transparent; background-image: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row > .video-iframe-container { display: none; }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .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); }#ksn6KbG2Cz8Lq5yQQF7AeaDLmBDu1Bta > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6NskvNzhsQhmDTwJl80QckAqLhSqUkg { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwqKxUoCM9Z7ubt9po5RoIcJZcJS6n22 { width:20rem;height:23.4rem;top:8.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P6lz4b0TZiCF9hkuhDMXqTmKP46s4JaT { width:15.3125rem;height:3.25rem;top:33.24375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgifOn18iBQ1yWvF11IrP8xdP4KOArB3 { display:block; }
 }@media only screen and (max-width: 763px) { #CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C { background-color:#a8397f;background-image:none;display:block; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { background-color: transparent; background-image: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container > .video-iframe-container { display: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row > .video-iframe-container { display: none; }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .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); }#CenGaxV1BbEXm9z6Ee7zvEEJyRewte7C > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og6SgwiIAqXdrAwnFf1Tm7xI05arslkV { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSLBFEGsiiSTB3HhiuCOtgNsZUFxpdi8 { width:20rem;height:24.7rem;top:6.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N3wLOxlbBdqv3C6B1WcFFLZCc2V0fbTi { width:15.3125rem;height:3.25rem;top:32.5125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S79FsT380r2ahqrVDlLU6gpmGfzqxez9 { display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx { display:block; }#T992gcHoxR7qLJNcZoDUWXHhJ1ExHtdx > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxeNWcv4WzIP5BG0C6w4ZB6Mbz1Ukniz { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMI1QJAnoEAiPdTHLtUyIqOHl797a8Lk { width:20rem;height:5.4rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-text.counter-number { padding-top:0.409375rem;padding-right:0.356875rem;padding-bottom:0.409375rem;padding-left:0.356875rem;width:2.141875rem;min-width:2.141875rem;height:2.19875rem;font-size:1.63625rem;line-height:35.18px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.855625rem;height:0.869375rem;font-size:0.61375rem;line-height:13.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k { display:flex;width:14.625rem;height:4.0625rem;top:14.025rem;left:2.1875rem;padding-top:0.51125rem;padding-right:0.51rem;padding-bottom:0.51125rem;padding-left:0.51rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #IX0NQ894eLZVBmLp7sm8ZypKFLd3JgSh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #PvmxHrWIg1EqnLkf8z8bxyTuOKNiHnIl {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SKvkngzxJZzxEcidGrg8kr70Za5vEQad {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NcqVHwTqK5GbnruN47xUUqsydQEXod4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #flp5SfSFbp8n8S2vmqrKTFA9mWqNFCtk {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #WodFTGiCBwdTJm7pB0LXJ8EPC3Oc6hVf {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #SwKf6zuWNRtDssG0sKsIuTcOffdJ0XEb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #NKO3kthfkOgxiaDFNdm3JO0qNZAoTVOT {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #ZoxRdDbDTv8G0oebHM2hqK4f0ywogPv6 {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #sq0QI3dvcPpeyUHW8HuRgMltzGefM5pb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #t3IUBJOwIFb60D549WuahZ3BVVF3tpxV {  }
 }@media only screen and (max-width: 763px) { #KUPZ69I6CzpPTIKRBSVBTVt3rFqxKU7k #iyTI7DEGK7OUS7E77WQDo2T3gTsJqDPm {  }
 }@media only screen and (max-width: 763px) { #MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT { background-color:rgba(0,0,0,0);background-image:none;display:block; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { background-color: transparent; background-image: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container > .video-iframe-container { display: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row > .video-iframe-container { display: none; }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .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); }#MMvfbDT3s5aCt0GCQEO8FPTRbwK9mPXT > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THezc7FUTti5rSc6owxLlcThNxzMeG2H { width:9.625rem;height:9.625rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td6AWRMJr3RVT9J5REKb6H5g0wBZp4ph { width:18.875rem;height:12rem;top:12.125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 { display:block; }#oQeQQT4mvVu7Oq5FhssORfoBN76t63h3 > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAA4TVKs0tiJFrSpDlITGdV5xxOBXUqy { width:20rem;height:3.75rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxbzZMuiHso0U4N4LVHBDk2OwsE7EcZ { width:18.375rem;height:9.1rem;top:39.950000762939rem;left:0.81210941076281rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5qy8365dIGKBdl9v4fbHLItLT0S9g7 { width:2.875rem;height:2rem;top:36.85000038147rem;left:8.5625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLNH71XhKb9t0FQz5SEdpye0DQyDfT1e { width:2.875rem;height:2rem;top:52.325rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeNzfCKMO1iM0v2OqrGih5rsn4VhpWzL { width:20rem;height:1.25rem;top:49.924999237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwkZXVOqVGSq691Fn6kUM9vsUcJQBQu7 { width:20rem;height:28.625rem;top:2.7499990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1MpiUcDT32ssN5Z8PwBCmLxUOpXE5O { width:18.25rem;height:7.8rem;top:7.5625rem;left:0.87460941076281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZGSwTeFrRwyiFnPNKl12F3uta0i2te { width:20rem;height:1.3rem;top:16.462110519409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSBs1JN0lAEzfM5WIFd8d5JeCyBtXLM { width:18.4375rem;height:9.1rem;top:19.52382850647rem;left:0.78085941076281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icsyRGgkxmeif8JKBcsXocDTPQtaoSVX { width:20rem;height:1.3rem;top:29.325000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFOTS4WtePhfoFSqA72QUIXUlTw1efZG { width:0.125rem;height:7.5rem;top:4.3125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac { background-color:#f3e9eb;background-image:url("https://images.assets-landingi.com/uc/c3155169-da65-407e-ad5e-9c6107796ac1/e2d9d01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.adaptive-delivery-prevent-bg, #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.lazyload, #DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac.lazyloading { background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { background-color: transparent; background-image: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row > .video-iframe-container { display: none; }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .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); }#DmXR9B8a7TDC5w8iETfhTn6iZwwwdsac > .row .container { width:20rem;height:113.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBlWOAqC7CmUhKTgERT8JMImcLcoHW7e { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cigFPVsyq398GsTUcTrtFkJmVnvoaTTL { width:20rem;height:108rem;top:4.6125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN { background-color:#f4f5f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container { background-color: transparent; background-image: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container > .video-iframe-container { display: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row > .video-iframe-container { display: none; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .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); }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container { border-width: 0; border-radius: 0; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlImB4zZm5oUWvSLiQB7G2Rwq14KygvN > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZziOyU07Ik9ENOtVpS7UF8gclqUt3rm { width:20rem;height:6.3375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3KTokhR7TzBBFXTRdxpGIvbi8nPrshD { width:18rem;height:28.6rem;top:8.8375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6T8FxTF8DC3k0PBeHf1JUOBwA5ZSw7s { width:20rem;height:5.525rem;top:38.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsrcbFrTTmxJtiJNhXm46dNuyrwBEzfN { width:20rem;height:4.225rem;top:45.4625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK { display:block; }#tmdJ41qCneGFuXWTI7OkBu9XbwXwplhK > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dncZ0bm6RHKw5GbJ9GgFtTK5ROJWwaz4 { width:7.4375rem;height:0.975rem;top:9.6rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q85IavPLiFZVdEazTLDKIbkli0mJbpAL { width:4.875rem;height:4.875rem;top:3.475rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxHLgHl508SCsBqt8tXIshf6kTg1LWV { width:17.1875rem;height:0.975rem;top:1.25rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc { display:none; }#pNXscfMVHp5MJGWHWqZSVX2VOdwfnWHc > .row .container { width:20rem;height:129.3125rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rT5XoNih9zwKzT1h5WMEMk3oy6vWtuuz { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ms8dyhJ3nz3c6oKi8CtqeWz7FgTXsfQy { width:20rem;height:115.2rem;top:12.9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc { background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.adaptive-delivery-prevent-bg, #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.lazyload, #x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc.lazyloading { background-image: none; }#x2Msq6dZX4eMGi2fI28KSvc1WOh7H9Tc > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDlPHGOi5wSORTz2WkUWu3deSFA2BWPu { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCiKWCBJISNuHRz5y56H1Ef17X4cOhg7 { display:block; }
 }